Problem 3nplus1
User NoobMugger420
Submission Time 2024-10-29 12:51:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:19:8: error: expected ‘;’ before ‘}’ token
19 | n--
| ^
| ;
20 | }
| ~