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

Compile Error

exam.cpp: In function ‘int32_t main()’:
exam.cpp:10:4: error: expected ‘}’ before ‘else’
10 | else if (x = 1){
| ^~~~
exam.cpp:6:14: note: to match this ‘{’
6 | if (x = 2){
| ^