| Problem | addition |
|---|---|
| User | abdullahmazlan13 |
| Submission Time | 2026-06-22 15:25:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:4:13: error: expected primary-expression before ‘long’
4 | #define int long long
| ^~~~
addition.cpp:9:10: note: in expansion of macro ‘int’
9 | cout << int sum = a+b;
| ^~~