Problem reverse
User jambusk
Submission Time 2025-06-18 10:30:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reverse.cpp: In function ‘int main()’:
reverse.cpp:12:10: error: ‘b’ was not declared in this scope
12 | cin >> b;
| ^
reverse.cpp:16:15: error: expected ‘;’ before ‘}’ token
16 | cout << a[i]
| ^
| ;
17 | }
| ~