| Problem | 3nplus1 |
|---|---|
| User | Guest1234 |
| Submission Time | 2026-03-19 11:31:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:5:17: error: expected ‘;’ before ‘while’
5 | int a; cin >> a
| ^
| ;
6 | while True:
| ~~~~~
3nplus1.cpp:10:3: error: ‘else’ without a previous ‘if’
10 | else{
| ^~~~