Problem reverse
User PlayVoltz
Submission Time 2025-06-18 00:15:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reverse.cpp: In function ‘int main()’:
reverse.cpp:9:10: error: ‘A’ was not declared in this scope
9 | cin >> A[i];
| ^
reverse.cpp:12:11: error: ‘A’ was not declared in this scope
12 | cout << A[i] <<" ";
| ^