QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#392899#7786. Graft and TransplantMaMengQiCompile Error//C++14859b2024-04-17 22:03:192024-04-17 22:03:20

Details

answer.code: In function ‘int main()’:
answer.code:30:9: error: ‘deg’ was not declared in this scope
   30 |         deg[a]++;
      |         ^~~
answer.code:35:17: error: ‘deg’ was not declared in this scope
   35 |         tmp += (deg[i] == 1);
      |                 ^~~