Problem wrongreverse
User ritesh
Submission Time 2025-06-20 15:23:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wrongreverse.cpp:34:24: error: stray ‘\342’ in program
34 | cout << num << “ “;
| ^
wrongreverse.cpp:34:25: error: stray ‘\200’ in program
34 | cout << num << “ “;
| ^
wrongreverse.cpp:34:26: error: stray ‘\234’ in program
34 | cout << num << “ “;
| ^
wrongreverse.cpp:34:28: error: stray ‘\342’ in program
34 | cout << num << “ “;
| ^
wrongreverse.cpp:34:29: error: stray ‘\200’ in program
34 | cout << num << “ “;
| ^
wrongreverse.cpp:34:30: error: stray ‘\234’ in program
34 | cout << num << “ “;
| ^
wrongreverse.cpp: In function ‘int main()’:
wrongreverse.cpp:5:5: error: ‘cin’ was not declared in this scope