Problem addition
User RAyhahh
Submission Time 2024-01-29 16:08:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:6:4: error: ‘ll’ was not declared in this scope
6 | ll a,b;
| ^~
addition.cpp:7:11: error: ‘a’ was not declared in this scope
7 | cin >> a;
| ^
addition.cpp:8:11: error: ‘b’ was not declared in this scope
8 | cin >> b;
| ^