Problem 1402
User xd490
Submission Time 2025-11-25 20:18:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

1402.cpp: In function ‘int main()’:
1402.cpp:8:12: error: expected ‘;’ before ‘}’ token
8 | cout<<1
| ^
| ;
9 | }
| ~
1402.cpp: At global scope:
1402.cpp:10:1: error: expected declaration before ‘}’ token
10 | }
| ^