| Problem | exam |
|---|---|
| User | 314mber |
| Submission Time | 2026-06-22 15:55:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:7:2: error: expected initializer before ‘cin’
7 | cin >> x;
| ^~~
exam.cpp:8:6: error: ‘x’ was not declared in this scope
8 | if (x == 1) {
| ^
exam.cpp:9:24: error: expected ‘;’ before ‘}’ token
9 | cout << "Hello World"
| ^
| ;
10 | }
| ~
exam.cpp:11:8: error: ‘x’ was not declared in this scope
11 | elif (x == 2) {
| ^
exam.cpp:11:2: error: ‘elif’ was not declared in this scope
11 | elif (x == 2) {
| ^~~~