Problem addition
User CLRflw9
Submission Time 2026-06-22 15:57:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:3:13: error: expected initializer before ‘long’
3 | #define int long long
| ^~~~
addition.cpp:9:2: note: in expansion of macro ‘int’
9 | int a,b;
| ^~~
addition.cpp:10:9: error: ‘a’ was not declared in this scope
10 | cin >> a >> b;
| ^
addition.cpp:10:14: error: ‘b’ was not declared in this scope
10 | cin >> a >> b;
| ^