QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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