| Problem | addition |
|---|---|
| User | logaghi |
| Submission Time | 2026-02-19 09:09:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp:3:7: error: expected nested-name-specifier before ‘long’
3 | using long long = ll;
| ^~~~
addition.cpp: In function ‘int main()’:
addition.cpp:6:2: error: ‘ll’ was not declared in this scope
6 | ll << a,b;
| ^~
addition.cpp:6:8: error: ‘a’ was not declared in this scope
6 | ll << a,b;
| ^
addition.cpp:6:10: error: ‘b’ was not declared in this scope
6 | ll << a,b;
| ^