Problem exam
User HOK
Submission Time 2026-02-14 10:31:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:8:2: error: expected ‘}’ before ‘else’
8 | else if(a==2){
| ^~~~
exam.cpp:6:10: note: to match this ‘{’
6 | if (a==1){
| ^