Problem addition
User dharshanmb
Submission Time 2026-06-22 16:09:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:4:18: error: declaration does not declare anything [-fpermissive]
4 | #define int long long;
| ^~~~
addition.cpp:7:2: note: in expansion of macro ‘int’
7 | int a, b;
| ^~~
addition.cpp:7:6: error: ‘a’ was not declared in this scope
7 | int a, b;
| ^
addition.cpp:7:9: error: ‘b’ was not declared in this scope
7 | int a, b;
| ^