| Problem | 3nplus1 |
|---|---|
| User | herngr3y |
| Submission Time | 2026-03-27 15:15:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:8:19: error: expected ‘;’ before ‘if’
8 | cout << n << " "
| ^
| ;
9 | if (n % 2 == 0) {
| ~~
3nplus1.cpp:11:11: error: ‘else’ without a previous ‘if’
11 | } else {
| ^~~~
3nplus1.cpp: At global scope:
3nplus1.cpp:15:5: error: ‘cout’ does not name a type
15 | cout << 1 << endl;
| ^~~~
3nplus1.cpp:16:2: error: expected unqualified-id before ‘return’
16 | return 0;
| ^~~~~~
3nplus1.cpp:17:1: error: expected declaration before ‘}’ token
17 | }
| ^