摘要:
#include<bits/stdc++.h> using namespace std; int n,m,a,b,v; int s[1505][1505],ts[1505][1505],d[1505],tt; bool t[1505]; void input(){ cin>>n>>m; for(in 阅读全文
摘要:
[USACO3.2]香甜的黄油 Sweet Butter //前向星+dij+堆优化 #include<bits/stdc++.h> using namespace std; int n,p,c,a,b,d,dian,min1; int muchang[1000],dis[1000],head[30 阅读全文
摘要:
Car 的旅行路线 #include<bits/stdc++.h> using namespace std; int n; double g[405][405],ans; double S=0,T=0,A=0,B=0; double jx[4][105],jy[4][105],Tt[105];//之 阅读全文