Problem exam
User Anonymous35V
Submission Time 2023-11-08 11:27:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int32_t main()’:
exam.cpp:10:3: error: ‘else’ without a previous ‘if’
10 | else if (x = 1),
| ^~~~
exam.cpp:10:18: error: expected primary-expression before ‘,’ token
10 | else if (x = 1),
| ^