QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#343073#602. 最小费用最大流(随机数据)inoichi#Compile Error//C++204.0kb2024-03-01 21:57:272024-03-01 21:57:29

Details

answer.code: In function ‘int main()’:
answer.code:112:37: error: ‘n’ was not declared in this scope
  112 |     g.n=read(),g.m=read(),g.s=1,g.t=n;
      |                                     ^