Problem xmas
User KaiYuan
Submission Time 2024-04-27 09:26:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int main()’:
xmas.cpp:13:31: error: expected ‘;’ before ‘}’ token
13 | cout << gifts[i] + 1 << "\n"
| ^
| ;
14 | }
| ~