Problem integer
User chickengoat
Submission Time 2026-04-10 13:59:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

integer.cpp: In function ‘int main()’:
integer.cpp:7:2: error: ‘ios’ has not been declared
7 | ios::sync_with_stdio(false);
| ^~~
integer.cpp:8:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
8 | cin.tie(nullptr);
| ^~~
| std::cin
In file included from integer.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~