Problem arrayngement
User austenj
Submission Time 2026-06-26 15:06:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayngement.cpp: In function ‘int main()’:
arrayngement.cpp:17:48: error: expected ‘;’ before ‘}’ token
17 | for (int i = 0; i < n; i++) cout << a[i] << " "
| ^
| ;
......
22 | }
| ~