Problem flamethrower
User brat
Submission Time 2025-09-23 23:07:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:10:21: error: array must be initialized with a brace-enclosed initializer
10 | int arr[n+2*k-1] = 0, windows = 0;
| ^