Problem exam
User alyssaayx
Submission Time 2023-03-28 16:07:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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