Problem xmas
User 0ncarat
Submission Time 2024-04-27 09:34:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int main()’:
xmas.cpp:13:12: error: expected unqualified-id before ‘=’ token
13 | for(int=0;i<n;i++){
| ^
xmas.cpp:13:12: error: expected ‘;’ before ‘=’ token
13 | for(int=0;i<n;i++){
| ^
| ;
xmas.cpp:13:12: error: expected primary-expression before ‘=’ token
xmas.cpp:13:15: error: ‘i’ was not declared in this scope
13 | for(int=0;i<n;i++){
| ^
xmas.cpp:13:18: error: expected ‘)’ before ‘;’ token
13 | for(int=0;i<n;i++){
| ~ ^
| )
xmas.cpp:13:19: error: ‘i’ was not declared in this scope
13 | for(int=0;i<n;i++){
| ^