Problem 3nplus1
User Hbst2013
Submission Time 2026-04-10 17:34:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:5:22: error: expected ‘;’ before ‘while’
5 | int number; number=0
| ^
| ;
6 | while(a!=1){
| ~~~~~
3nplus1.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
3nplus1.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^