Problem reverse
User rachel9teh
Submission Time 2025-06-18 10:18:14
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:9:9: error: ‘cout’ was not declared in this scope
9 | cout << arr[i] << " ";
| ^~~~