QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#44982 | #4561. Catfish Farm | ZhangYiDe | Compile Error | / | / | C++17 | 1.2kb | 2022-08-22 12:11:13 | 2022-08-22 12:11:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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 | } | ^