Problem addition
User migueltanpe67
Submission Time 2026-06-23 09:08:54
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:7:2: error: ‘cine’ was not declared in this scope
7 | cine.tie(nullptr)
| ^~~~
addition.cpp:3:13: error: ‘long long long’ is too long for GCC
3 | #define int long long
| ^~~~
addition.cpp:9:12: note: in expansion of macro ‘int’
9 | long long int b;
| ^~~
addition.cpp:3:18: error: ‘long long long’ is too long for GCC
3 | #define int long long
| ^~~~
addition.cpp:9:12: note: in expansion of macro ‘int’
9 | long long int b;
| ^~~
addition.cpp:10:9: error: ‘a’ was not declared in this scope
10 | cin >> a >> b
| ^
addition.cpp:12:10: error: ‘sum’ was not declared in this scope
12 | cout << sum;
| ^~~