| Problem | addition | 
|---|---|
| User | yueyang | 
| Submission Time | 2024-01-29 16:22:57 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 addition.cpp: In function ‘int main()’:
addition.cpp:6:20: error: expected ‘;’ before ‘int’
    6 |     int a; cin >> a
      |                    ^
      |                    ;
    7 |     int b; cin >>b
      |     ~~~             
addition.cpp:7:18: error: ‘b’ was not declared in this scope
    7 |     int b; cin >>b
      |                  ^