Problem exam
User liuyueyang0510
Submission Time 2024-04-16 13:33:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:12:2: error: expected ‘}’ before ‘else’
12 | else if (a == 2) {
| ^~~~
exam.cpp:10:14: note: to match this ‘{’
10 | if (a == 1) {
| ^
exam.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
exam.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^