QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#918635#906. 强连通分量gqh#Compile Error//C++141.9kb2025-02-27 21:47:112025-02-27 21:47:11

Details

answer.code: In function ‘void tarjan(long long int)’:
answer.code:58:25: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
   58 |         low[x]=dfn[x]=++num;sta[++top]=x;
      |                         ^~~
      |                         enum