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

Compile Error

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