QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#312673#5830. 树ezteam1Compile Error//C++142.6kb2024-01-24 10:34:462024-01-24 10:34:46

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];
      |      ^