Problem exam
User bluesky2113
Submission Time 2024-08-02 20:17:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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