Problem exam
User astrohiro
Submission Time 2024-02-22 02:16:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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