Problem exam
User BoneMeBurner
Submission Time 2023-02-10 15:41:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:10:2: error: expected ‘}’ before ‘else’
10 | else{
| ^~~~
exam.cpp:8:21: note: to match this ‘{’
8 | if (condition == 1){
| ^
exam.cpp: At global scope:
exam.cpp:16:1: error: expected declaration before ‘}’ token
16 | }
| ^