QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#167149#3564. Admirallmq26052003Compile Error//C++204.0kb2023-09-07 10:40:252023-09-07 10:40:26

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