| Problem | addition |
|---|---|
| User | angelanglez |
| Submission Time | 2025-01-15 16:01:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:15: error: expected ‘;’ before ‘int’
6 | cin >> a >> b
| ^
| ;
7 | int sum = a + b;
| ~~~
addition.cpp:8:10: error: ‘sum’ was not declared in this scope
8 | cout << sum;
| ^~~