#include #include using namespace std; int main() { cout << std::numeric_limits::max() << endl; ifstream in("test.csv"); if (!in) { std::cout << "error" << std::endl; } }