Problem addition
User j48495734
Submission Time 2026-03-29 00:02:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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