QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#312673 | #5830. 树 | ezteam1 | Compile Error | / | / | C++14 | 2.6kb | 2024-01-24 10:34:46 | 2024-01-24 10:34:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:47:30: error: size of array ‘rs’ is not an integral constant-expression 47 | int n,q,dep[N],v[N],pr[N],rs[L][N],cnt[N],vnt[L][N]; | ^ answer.code:47:47: error: size of array ‘vnt’ is not an integral constant-expression 47 | int n,q,dep[N],v[N],pr[N],rs[L][N],cnt[N],vnt[L][N]; | ^ answer.code:48:6: error: size of array ‘f’ is not an integral constant-expression 48 | ll f[L][N]; | ^