| Problem | 3nplus1 |
|---|---|
| User | BalticSeaAnomaly |
| Submission Time | 2026-05-26 17:06:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:10:15: error: expected ‘;’ before ‘if’
10 | cout<<n<<" "
| ^
| ;
11 | if(n%2==0){
| ~~
3nplus1.cpp:14:1: error: ‘else’ without a previous ‘if’
14 | else{
| ^~~~
3nplus1.cpp:18:1: error: ‘cour’ was not declared in this scope
18 | cour<<"1";
| ^~~~