Problem reverse
User AliLam
Submission Time 2025-06-18 09:52:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reverse.cpp: In function ‘int main()’:
reverse.cpp:18:7: error: ‘i’ was not declared in this scope
18 | ans[i] = arr[N-0];
| ^