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

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:5:5: error: expected ‘(’ before ‘x’
5 | if x=1
| ^
| (
exam.cpp:7:2: error: ‘else’ without a previous ‘if’
7 | else
| ^~~~
exam.cpp:9:16: error: expected primary-expression at end of input
9 | cout << A * B >>
| ^~
exam.cpp:9:16: error: expected ‘}’ at end of input
exam.cpp:3:13: note: to match this ‘{’
3 | int main () {
| ^