Problem addition
User Nathan
Submission Time 2024-04-05 14:06:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int32_t main()’:
addition.cpp:3:13: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define int long long
| ^~~~
addition.cpp:6:2: note: in expansion of macro ‘int’
6 | int b= 1000000
| ^~~