Problem | exam |
---|---|
User | Um |
Submission Time | 2023-04-28 20:33:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:8:3: error: ‘else’ without a previous ‘if’
8 | else if (x==2);
| ^~~~
exam.cpp:9:10: error: ‘AxB’ was not declared in this scope
9 | cout<<AxB;
| ^~~
exam.cpp:10:12: error: expected ‘;’ before ‘}’ token
10 | return 0
| ^
| ;
11 | }
| ~