| Problem | exam |
|---|---|
| User | WanQi |
| Submission Time | 2026-06-22 16:10:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:8:25: error: expected ‘;’ before ‘}’ token
8 | cout << "Hello World!"
| ^
| ;
9 | }else{
| ~
exam.cpp:10:16: error: ‘A’ was not declared in this scope
10 | int a,B;cin>>A>>B;
| ^