Problem exam
User adammmamammamamamaamamam
Submission Time 2023-03-02 18:31:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:5:2: error: expected initializer before ‘if’
5 | if (x=1){
| ^~
exam.cpp:7:3: error: ‘else’ without a previous ‘if’
7 | }else{
| ^~~~
exam.cpp:8:10: error: ‘A’ was not declared in this scope
8 | cout << A * B;
| ^
exam.cpp:8:14: error: ‘B’ was not declared in this scope
8 | cout << A * B;
| ^