| Problem | exam | 
|---|---|
| User | Clarissa | 
| Submission Time | 2023-11-08 11:51:07 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 exam.cpp: In function ‘int32_t main()’:
exam.cpp:13:12: error: expected ‘;’ before ‘cout’
   13 |   cin>>a>>b
      |            ^
      |            ;
   14 |    cout<<a*b;
      |    ~~~~     
exam.cpp:15:2: error: expected ‘}’ at end of input
   15 |  }
      |  ^
exam.cpp:5:15: note: to match this ‘{’
    5 | int32_t main(){
      |               ^