Problem explosives
User lumid
Submission Time 2025-03-07 15:08:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

explosives.cpp: In function ‘int main()’:
explosives.cpp:20:37: error: ‘j’ was not declared in this scope
20 | ans += b[min(n - 1, i * c + j)] - a[i * c];
| ^