Problem wrongreverse
User Nic010812
Submission Time 2025-06-20 16:18:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wrongreverse.cpp: In function ‘int main()’:
wrongreverse.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> a;
| ^~~
wrongreverse.cpp:6:5: error: ‘cout’ was not declared in this scope
6 | cout << y << " " << y;
| ^~~~