Problem | 3nplus1 |
---|---|
User | CX |
Submission Time | 2024-06-26 16:44:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp:10:12: error: missing terminating " character
10 | cout<<n<<";
| ^~
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:11:3: error: expected primary-expression before ‘if’
11 | if (n%2==0)
| ^~
3nplus1.cpp:13:3: error: ‘else’ without a previous ‘if’
13 | else
| ^~~~