Problem wrongreverse
User naivecyans
Submission Time 2025-06-20 13:03:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wrongreverse.cpp: In function ‘int main()’:
wrongreverse.cpp:12:22: error: ‘a’ was not declared in this scope
12 | long long left[idx];a
| ^
wrongreverse.cpp:13:15: error: ‘i’ was not declared in this scope
13 | for(int i=0; i<idx; i++){
| ^