QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#216769 | #7185. Poor Students | ucup-team2240 | Compile Error | / | / | C++20 | 5.6kb | 2023-10-15 22:37:59 | 2023-10-15 22:38:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:179:15: error: ‘struct mcSFlow<int, long long int>’ has no member named ‘minCostFlow’; did you mean ‘minCostMaxFlow’? 179 | cout << g.minCostFlow().second << endl; | ^~~~~~~~~~~ | minCostMaxFlow