Problem veryeasymath
User rolland
Submission Time 2025-10-09 13:24:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

veryeasymath.cpp:2:31: error: expected constructor, destructor, or type conversion before ‘(’ token
2 | std::ios_base::sync_with_stdio(false);std::cin.tie(NULL);
| ^
veryeasymath.cpp:2:44: error: ‘cin’ in namespace ‘std’ does not name a type
2 | std::ios_base::sync_with_stdio(false);std::cin.tie(NULL);
| ^~~
In file included from veryeasymath.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~