| Problem | exam | 
|---|---|
| User | LindseyChoo | 
| Submission Time | 2023-03-28 16:21:35 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 exam.cpp: In function ‘int main()’:
exam.cpp:4:14: error: ‘a’ was not declared in this scope
    4 |  long long x;a;b;
      |              ^
exam.cpp:4:16: error: ‘b’ was not declared in this scope
    4 |  long long x;a;b;
      |                ^
exam.cpp:9:26: error: expected ‘;’ before ‘}’ token
    9 |     cout << "Hello World"
      |                          ^
      |                          ;
   10 |   }
      |   ~                       
exam.cpp:15:11: error: expected ‘;’ before ‘}’ token
   15 |   return 0
      |           ^
      |           ;
   16 | }
      | ~