Problem | addition |
---|---|
User | dino |
Submission Time | 2024-11-10 22:30:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int32_t main()’:
addition.cpp:3:13: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define int long long
| ^~~~
addition.cpp:8:2: note: in expansion of macro ‘int’
8 | int b=8
| ^~~