Problem exam
User alettuce
Submission Time 2024-02-23 13:43:12
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:4: error: ‘else’ without a previous ‘if’
9 | } else {
| ^~~~