Problem | 3nplus1 |
---|---|
User | Ant1234567890 |
Submission Time | 2025-06-09 10:45:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:7:15: error: expected ‘;’ before ‘if’
7 | cout<<x<<" "
| ^
| ;
8 | if (x%2==0){
| ~~
3nplus1.cpp:10:4: error: ‘else’ without a previous ‘if’
10 | }else{
| ^~~~