Problem addition
User Elvryn
Submission Time 2026-08-10 15:47:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘void solve()’:
addition.cpp:21:5: error: ‘ll’ was not declared in this scope; did you mean ‘fl’?
21 | ll a,b; cin >> a >> b;
| ^~
| fl
addition.cpp:21:20: error: ‘a’ was not declared in this scope
21 | ll a,b; cin >> a >> b;
| ^
addition.cpp:21:25: error: ‘b’ was not declared in this scope; did you mean ‘ub’?
21 | ll a,b; cin >> a >> b;
| ^
| ub