Problem reverse
User al3xaaa
Submission Time 2025-06-18 09:28:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reverse.cpp: In function ‘int main()’:
reverse.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> N;
| ^~~
reverse.cpp:10:9: error: ‘cout’ was not declared in this scope
10 | cout << a[N - c];
| ^~~~