Problem 3nplus1
User SuryaReddy
Submission Time 2025-12-03 20:14:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:27:12: error: expected ‘;’ before ‘}’ token
27 | i = i + 1
| ^
| ;
28 | }while(n > 0);
| ~