| Problem | exam |
|---|---|
| User | Lover4u1YgC |
| Submission Time | 2026-04-30 15:09:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
exam.cpp:4:2: error: expected initializer before ‘int’
4 | int x, a, b;
| ^~~
exam.cpp:5:2: error: expected unqualified-id before ‘if’
5 | if (x=1)
| ^~
exam.cpp:7:2: error: expected unqualified-id before ‘if’
7 | if (x=2)
| ^~