Problem exam
User Javel17
Submission Time 2024-06-18 10:57:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:5:2: error: expected ‘,’ or ‘;’ before ‘if’
5 | if (x=1) {
| ^~
exam.cpp:8:2: error: ‘else’ without a previous ‘if’
8 | else (x=2) {
| ^~~~
exam.cpp:8:12: error: expected ‘;’ before ‘{’ token
8 | else (x=2) {
| ^~
| ;