QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#167149#3564. Admirallmq26052003Compile Error//C++204.0kb2023-09-07 10:40:252023-09-07 10:40:26

詳細信息

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