Problem addition
User yay
Submission Time 2025-02-08 10:27:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
addition.cpp: In function ‘int main()’:
addition.cpp:4:13: error: expected ‘,’ or ‘;’ before ‘long’
4 | #define int long long
| ^~~~
addition.cpp:8:2: note: in expansion of macro ‘int’
8 | int b = 2
| ^~~