| Problem | exam |
|---|---|
| User | cheryltkx |
| Submission Time | 2026-02-14 09:57:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:8:24: error: expected ‘;’ before ‘}’ token
8 | cout<< "Hello World"
| ^
| ;
9 | }
| ~
exam.cpp:12:9: error: expected ‘;’ before ‘A’
12 | cin A>>B;
| ^~
| ;
exam.cpp:14:4: error: expected ‘}’ at end of input
14 | }
| ^
exam.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^