| Problem | addition |
|---|---|
| User | jaydenlol |
| Submission Time | 2026-06-22 15:33:21 |
| 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: ‘longlong’ was not declared in this scope
5 | longlong a = 4
| ^~~~~~~~
addition.cpp:8:21: error: ‘sum’ was not declared in this scope
8 | cout << "Sum: " << sum;
| ^~~