| Problem | addition |
|---|---|
| User | chloeclf24 |
| Submission Time | 2024-06-24 14:15:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int32_t main()’:
addition.cpp:9:10: error: expected ‘;’ before ‘long’
9 | cin >> b
| ^
| ;
addition.cpp:12:10: error: ‘c’ was not declared in this scope
12 | cout << c;
| ^