| Problem | exam | 
|---|---|
| User | Elliott2011 | 
| Submission Time | 2024-11-13 12:07:47 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 exam.cpp: In function ‘int32_t main()’:
exam.cpp:11:10: error: ‘a’ was not declared in this scope
   11 |   cin >> a, b;
      |          ^
exam.cpp:11:13: error: ‘b’ was not declared in this scope
   11 |   cin >> a, b;
      |             ^
exam.cpp:21:1: error: expected ‘}’ at end of input
   21 | }
      | ^
exam.cpp:4:15: note: to match this ‘{’
    4 | int32_t main(){
      |               ^