QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#44982#4561. Catfish FarmZhangYiDeCompile Error//C++171.2kb2022-08-22 12:11:132022-08-22 12:11:16

Details

answer.code: In function ‘long long int max_weights(int, int, int*, int*, int*)’:
answer.code:30:17: error: ‘idx’ was not declared in this scope
   30 |                 idx[X[i]].push(Y[i]);
      |                 ^~~
answer.code:44:1: warning: control reaches end of non-void function [-Wreturn-type]
   44 | }
      | ^