| Problem | addition |
|---|---|
| User | Dubidubidaphdaph |
| Submission Time | 2026-07-05 20:43:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:2:13: error: expected unqualified-id before ‘long’
2 | #define int long long
| ^~~~
addition.cpp:7:3: note: in expansion of macro ‘int’
7 | int a, b;
| ^~~
addition.cpp:8:9: error: ‘a’ was not declared in this scope
8 | cin >> a >> b;
| ^
addition.cpp:8:14: error: ‘b’ was not declared in this scope
8 | cin >> a >> b;
| ^