Problem | ducknuggetconvention |
---|---|
User | chenweilian |
Submission Time | 2024-03-08 21:16:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ducknuggetconvention.cpp:12:10: error: array bound is not an integer constant before ‘]’ token
12 | int arr[N], decom[N], id[N], lef[LOGN], rig[LOGN];
| ^
ducknuggetconvention.cpp:12:20: error: array bound is not an integer constant before ‘]’ token
12 | int arr[N], decom[N], id[N], lef[LOGN], rig[LOGN];
| ^
ducknuggetconvention.cpp:12:27: error: array bound is not an integer constant before ‘]’ token
12 | int arr[N], decom[N], id[N], lef[LOGN], rig[LOGN];
| ^
ducknuggetconvention.cpp:12:38: error: array bound is not an integer constant before ‘]’ token
12 | int arr[N], decom[N], id[N], lef[LOGN], rig[LOGN];
| ^
ducknuggetconvention.cpp:12:49: error: array bound is not an integer constant before ‘]’ token
12 | int arr[N], decom[N], id[N], lef[LOGN], rig[LOGN];
| ^