Problem 3nplus1
User 583116UB
Submission Time 2024-04-13 11:51:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:14:13: error: expected ‘;’ before ‘}’ token
14 | return 0
| ^
| ;
15 | }
| ~