Problem prefixsums
User Kiameimon
Submission Time 2024-03-25 21:21:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:241:16: error: ‘ll’ was not declared in this scope
241 | int32_t a, b; ll sm;
| ^~
prefixsums.cpp:243:18: error: ‘sm’ was not declared in this scope; did you mean ‘tm’?
243 | cin >> a >> b; sm &= 0; --a; --b;
| ^~
| tm