QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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]; | ^