Problem exam
User YongXin
Submission Time 2023-06-01 18:26:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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