Problem xmas
User Allysatan
Submission Time 2025-02-15 11:11:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int32_t main()’:
xmas.cpp:14:18: error: expected ‘;’ before ‘x’
14 | for(int x=1; x<=n x++){
| ^~
| ;
xmas.cpp:19:26: error: expected ‘;’ before ‘}’ token
19 | cout << from[1] << '\n'
| ^
| ;
20 | }
| ~