| Problem | addition |
|---|---|
| User | Ryan2012 |
| Submission Time | 2026-06-22 15:40:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp:4:21: error: ‘a’ was not declared in this scope
4 | long long int sum = a+b;
| ^
addition.cpp:4:23: error: ‘b’ was not declared in this scope
4 | long long int sum = a+b;
| ^
addition.cpp:5:1: error: ‘a’ does not name a type
5 | a+=b
| ^