Problem addition
User astr4eusmkvc
Submission Time 2026-06-22 15:15:52
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:3:13: error: expected initializer before ‘long’
3 | #define int long long
| ^~~~
addition.cpp:7:2: note: in expansion of macro ‘int’
7 | int b
| ^~~
addition.cpp:9:12: error: expected ‘}’ at end of input
9 | cout << a+b
| ^
addition.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^