| Problem | addition |
|---|---|
| User | christal |
| Submission Time | 2023-12-04 15:36:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
addition.cpp: In function ‘int main()’:
addition.cpp:2:14: error: expected primary-expression before ‘long’
2 | # define int long long
| ^~~~
addition.cpp:8:10: note: in expansion of macro ‘int’
8 | cout << int a+b;
| ^~~