Problem addition
User CheesyPasta
Submission Time 2025-02-14 16:19:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:2:13: error: expected initializer before ‘long’
2 | #define int long long
| ^~~~
addition.cpp:7:4: note: in expansion of macro ‘int’
7 | int b
| ^~~
addition.cpp:9:11: error: ‘a’ was not declared in this scope
9 | cout<< a+b <<
| ^
addition.cpp:9:13: error: ‘b’ was not declared in this scope
9 | cout<< a+b <<
| ^
addition.cpp:10:1: error: expected primary-expression before ‘}’ token
10 | }
| ^