QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#167149 | #3564. Admiral | lmq26052003 | Compile Error | / | / | C++20 | 4.0kb | 2023-09-07 10:40:25 | 2023-09-07 10:40:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:143:29: error: ‘src’ was not declared in this scope 143 | cout << mcf.minCostFlow(src, sink).second << '\n'; | ^~~ answer.code:143:34: error: ‘sink’ was not declared in this scope; did you mean ‘sinl’? 143 | cout << mcf.minCostFlow(src, sink).second << '\n'; | ^~~~ | sinl