Problem wrongreverse
User varsh05442
Submission Time 2025-06-20 13:08:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wrongreverse.cpp: In function ‘int main()’:
wrongreverse.cpp:2:1: error: ‘ios_base’ has not been declared
2 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
wrongreverse.cpp:3:1: error: ‘cin’ was not declared in this scope
3 | cin.tie(0);
| ^~~
wrongreverse.cpp:4:1: error: ‘cout’ was not declared in this scope
4 | cout.tie(0);
| ^~~~