| Problem | exam |
|---|---|
| User | Hatrix |
| Submission Time | 2026-03-03 20:34:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:11:7: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’?
11 | x = Hello World;
| ^~~~~
| ftello
exam.cpp:14:16: error: expected ‘;’ before ‘A’
14 | int A, B; cin A >> B;
| ^~
| ;