| Problem | 3nplus1 |
|---|---|
| User | Guest1234 |
| Submission Time | 2026-03-19 11:31:36 |
| 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:9:5: error: ‘else’ without a previous ‘if’
9 | } else{
| ^~~~