Problem addition
User Memeathon
Submission Time 2025-02-06 17:00:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:2:12: error: ‘longlong’ does not name a type
2 | #define ll longlong
| ^~~~~~~~
addition.cpp:4:1: note: in expansion of macro ‘ll’
4 | ll a, b;
| ^~
addition.cpp: In function ‘int main()’:
addition.cpp:7:9: error: ‘a’ was not declared in this scope
7 | cin >> a >> b;
| ^
addition.cpp:7:14: error: ‘b’ was not declared in this scope
7 | cin >> a >> b;
| ^