| Problem | addition |
|---|---|
| User | RhombusGHIL |
| Submission Time | 2026-04-15 16:35:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:9:5: error: ‘longlong’ was not declared in this scope
9 | longlong a,b;
| ^~~~~~~~
addition.cpp:11:12: error: ‘a’ was not declared in this scope
11 | cin >> a >> b;
| ^
addition.cpp:11:18: error: ‘b’ was not declared in this scope
11 | cin >> a >> b;
| ^