返回

夏目友人帐之鲲鸣彭霜夏目贵志

首页
关灯
护眼
字体:
记录三百六十八 不小心落水了
上一章 目录 下一页
『章节错误,点此报送』
  “——————”

  目前更新到三百六十四,正在写三百六十五。

  ——————

  #include"iostream"

  #include"vector"

  #include"stack"

  #include"fstream"

  usingnamespacestd;

  std::vector<vector<int>>weight;

  std::vector<vector<int>>path;

  intvertexnum;

  intedgenum;

  constintintmax=10000;

  voidinitialvector(){

  weight.resize(vertexnum);//路径权重数组

  path.resize(vertexnum);//保存最短路径数组,记录前继

  for(inti=0;i<vertexn
记录三百六十八 不小心落水了(1/3).继续阅读
《 加入书签,方便阅读 》
上一章 目录 下一页