| Problem | exam |
|---|---|
| User | AndyChen |
| Submission Time | 2026-02-06 14:06:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:8:22: error: expected ‘;’ before ‘elif’
8 | cout<<"Hello World"
| ^
| ;
9 | elif (x==2)
| ~~~~
exam.cpp:11:8: error: expected ‘;’ before ‘cout’
11 | c=a*b
| ^
| ;
12 | cout<<c
| ~~~~
exam.cpp:12:9: error: expected ‘}’ at end of input
12 | cout<<c
| ^
exam.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^