Problem 3nplus1
User Uoelpc
Submission Time 2023-11-09 14:35:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:17:10: error: expected ‘;’ before ‘}’ token
17 | cout << 1
| ^
| ;
18 | }
| ~