Problem | 3nplus1 |
---|---|
User | l |
Submission Time | 2025-06-18 15:19:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:10:1: error: expected ‘while’ before ‘}’ token
10 | }
| ^
3nplus1.cpp:10:1: error: expected ‘(’ before ‘}’ token
10 | }
| ^
| (
3nplus1.cpp:10:1: error: expected primary-expression before ‘}’ token
3nplus1.cpp:9:3: error: expected ‘)’ before ‘}’ token
9 | }
| ^
| )
10 | }
| ~
3nplus1.cpp:9:3: error: expected ‘;’ before ‘}’ token
9 | }
| ^
| ;
10 | }
| ~