| Problem | 3nplus1 |
|---|---|
| User | pointlessapeirogon |
| Submission Time | 2024-01-29 11:59:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:27:1: error: expected ‘while’ at end of input
27 | }
| ^
3nplus1.cpp:27:1: error: expected ‘(’ at end of input
27 | }
| ^
| (
3nplus1.cpp:27:1: error: expected primary-expression at end of input
3nplus1.cpp:27:2: error: expected ‘)’ at end of input
27 | }
| ~^
| )
3nplus1.cpp:27:2: error: expected ‘;’ at end of input
27 | }
| ~^
| ;
3nplus1.cpp:27:1: error: expected ‘}’ at end of input
27 | }
| ^
3nplus1.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^