| Problem | exam | 
|---|---|
| User | Sirum1008 | 
| Submission Time | 2023-11-08 13:37:08 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 exam.cpp: In function ‘int main()’:
exam.cpp:5:6: error: ‘x’ was not declared in this scope
    5 |  if (x == 1) {
      |      ^
exam.cpp:13:11: error: expected ‘;’ before ‘}’ token
   13 |   return 0
      |           ^
      |           ;
   14 |  }
      |  ~