| Problem | exam |
|---|---|
| User | raphael |
| Submission Time | 2026-06-22 16:26:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:6:2: error: ‘x’ was not declared in this scope
6 | x = 1 = Hello World
| ^
exam.cpp:6:10: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’?
6 | x = 1 = Hello World
| ^~~~~
| ftello
exam.cpp:10:9: error: ‘a’ was not declared in this scope
10 | cin >> a;
| ^