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