Problem 1402
User Soysauce
Submission Time 2024-04-18 16:11:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

1402.cpp: In function ‘int main()’:
1402.cpp:10:9: error: expected ‘}’ at end of input
10 | cout<<N;
| ^
1402.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^