QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#216769#7185. Poor Studentsucup-team2240Compile Error//C++205.6kb2023-10-15 22:37:592023-10-15 22:38:00

Details

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