Problem 1402
User Soysauce
Submission Time 2024-03-30 13:55:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

1402.cpp: In function ‘int main()’:
1402.cpp:6:14: error: expected ‘;’ before ‘}’ token
6 | cout<<"1402"
| ^
| ;
7 | }
| ~