摘要: 1005 Another Graph Game Code#include #include #include using namespace std;const int N=100000+100;int n,m,u,v;double d[N],w,ans;int main(){ while(scanf("%d%d",&n,&m)!=EOF){ for(int i=1;i=1;i-... 阅读全文
posted @ 2013-08-07 23:40 ljlin 阅读(252) 评论(0) 推荐(0)