QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#522941#5745. Graph Isomorphismucup-team864#Compile Error//C++231.8kb2024-08-17 17:09:102024-08-17 17:09:10

Details

answer.code: In function ‘int main()’:
answer.code:56:26: error: ‘d’ was not declared in this scope
   56 |         rep(i, 1, n + 1) d[i] = 0;
      |                          ^
answer.code:61:13: error: ‘d’ was not declared in this scope
   61 |             d[v]++;
      |             ^