| Problem | exam | 
|---|---|
| User | annabellelee | 
| Submission Time | 2023-05-30 09:55:26 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 exam.cpp: In function ‘int main()’:
exam.cpp:7:7: error: expected ‘;’ before string constant
    7 |   cout "Hello World";
      |       ^~~~~~~~~~~~~~
      |       ;
exam.cpp:12:7: error: expected ‘;’ before ‘a’
   12 |   cout a*b;
      |       ^~
      |       ;