| Problem | addition |
|---|---|
| User | wibblywobb |
| Submission Time | 2025-01-18 14:58:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:2: error: ‘sum’ was not declared in this scope
5 | sum = x1 + x2;
| ^~~