QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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