Problem sum
User brat
Submission Time 2026-01-17 11:11:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sum.cpp: In function ‘int main()’:
sum.cpp:11:25: error: ‘a’ was not declared in this scope
11 | scanf("%lld" "%lld", &a, &b);
| ^
sum.cpp:11:29: error: ‘b’ was not declared in this scope
11 | scanf("%lld" "%lld", &a, &b);
| ^