Problem | exam |
---|---|
User | Suki |
Submission Time | 2023-11-18 09:57:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:9:24: error: expected ‘;’ before ‘}’ token
9 | cout << "Hello World"
| ^
| ;
10 | } else{
| ~
exam.cpp:12:15: error: expected ‘;’ before ‘cout’
12 | cin >> a >> b
| ^
| ;
13 | cout << (a+b)
| ~~~~