Problem xmas
User potatocabbage
Submission Time 2025-02-08 10:28:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int32_t main()’:
xmas.cpp:18:48: error: expected ‘]’ before ‘;’ token
18 | for (int x=1; x<=n; x++) cout << gift[x << ' ';
| ^
| ]