#include <cassert>
#include <cctype>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <fstream>
#include <sstream>
#include <iomanip>
#include <cmath>
#include <ctime>
#include <vector>
#include <signal.h>
#include <unistd.h>
#include <sys/param.h>
Go to the source code of this file.
◆ EXIT_FAILURE
◆ EXIT_SUCCESS
◆ TAB
◆ chrComment
const char chrComment = ';' |
◆ fullprecision
const int fullprecision = 15 |
◆ fullwidth
◆ largeprecision
const int largeprecision = 8 |
◆ largewidth
const int largewidth = 12 |
◆ LongString
const int LongString = 16385 |
◆ lowprecision
const int lowprecision = 1 |
◆ lowwidth
◆ MaxStrLength
const int MaxStrLength = 1025 |
◆ printprecision
const int printprecision = 6 |
◆ printwidth
const int printwidth = 10 |
◆ rathersmall
const double rathersmall = 1e-10 |
◆ sep
◆ smallprecision
const int smallprecision = 4 |
◆ smallwidth
◆ verybig
const double verybig = 1e+10 |
◆ verysmall
const double verysmall = 1e-20 |