| Problem | exam |
|---|---|
| User | bernice333 |
| Submission Time | 2026-02-14 10:00:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:11:4: error: ‘else’ without a previous ‘if’
11 | { else (x == 1)
| ^~~~
exam.cpp:11:17: error: expected ‘;’ before ‘cout’
11 | { else (x == 1)
| ^
| ;
12 | cout << "Hello World";
| ~~~~