0_0_38741590_15946.cpp:8:7: error: size of array 'g' is not an integral constant-expression
8 | int g[N];
| ^
0_0_38741590_15946.cpp:9:8: error: size of array 'cnt' is not an integral constant-expression
9 | LL cnt[N], jc[N];
| ^
0_0_38741590_15946.cpp:9:15: error: size of array 'jc' is not an integral constant-expression
9 | LL cnt[N], jc[N];
| ^
|