Problem exam
User apples
Submission Time 2026-03-27 14:29:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:7:5: error: expected ‘(’ before ‘x’
7 | if x = 1 {
| ^
| (
exam.cpp:9:5: error: ‘else’ without a previous ‘if’
9 | } else if x = 2 {
| ^~~~
exam.cpp:9:13: error: expected ‘(’ before ‘x’
9 | } else if x = 2 {
| ^
| (