Problem addition
User impotato
Submission Time 2023-12-05 23:32:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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