Problem | twochoices |
---|---|
User | Ush |
Submission Time | 2024-12-07 10:27:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
twochoices.cpp:16:1: error: expected unqualified-id before ‘if’
16 | if (a!= b){
| ^~
twochoices.cpp:18:2: error: expected unqualified-id before ‘else’
18 | }else{cout<<"0";}
| ^~~~
twochoices.cpp:19:1: error: expected declaration before ‘}’ token
19 | }
| ^