Problem exam
User RaichuAR
Submission Time 2024-01-05 23:29:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int32_t main()’:
exam.cpp:12:24: error: expected ‘;’ before ‘else’
12 | cout << "Hello World"
| ^
| ;
13 | else if (x == 2){
| ~~~~
exam.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
exam.cpp:11:13: note: to match this ‘{’
11 | if (x == 1){
| ^
exam.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
exam.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^