Problem ducknuggetconvention
User chenweilian
Submission Time 2024-03-08 21:16:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ducknuggetconvention.cpp:10:34: error: array bound is not an integer constant before ‘]’ token
10 | int N = 200005, LOGN = 450, arr[N], decom[N], id[N], lef[LOGN], rig[LOGN];
| ^
ducknuggetconvention.cpp:10:44: error: array bound is not an integer constant before ‘]’ token
10 | int N = 200005, LOGN = 450, arr[N], decom[N], id[N], lef[LOGN], rig[LOGN];
| ^
ducknuggetconvention.cpp:10:51: error: array bound is not an integer constant before ‘]’ token
10 | int N = 200005, LOGN = 450, arr[N], decom[N], id[N], lef[LOGN], rig[LOGN];
| ^
ducknuggetconvention.cpp:10:62: error: array bound is not an integer constant before ‘]’ token
10 | int N = 200005, LOGN = 450, arr[N], decom[N], id[N], lef[LOGN], rig[LOGN];
| ^
ducknuggetconvention.cpp: