Problem rabbitjoke
User eliasxyz
Submission Time 2025-07-08 00:03:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rabbitjoke.cpp: In function ‘int main()’:
rabbitjoke.cpp:2:5: error: ‘ios’ has not been declared
2 | ios::sync_with_stdio(false);
| ^~~
rabbitjoke.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin.tie(nullptr);
| ^~~
rabbitjoke.cpp:10:5: error: ‘cout’ was not declared in this scope
10 | cout << 0 << "\n";
| ^~~~