Bus System 我对自己无语了。。wa了n次原来输出格式搞错了。唉。
摘要:
#include<stdio.h>#include<stdlib.h>#include<string.h>#define inf 0x7f7f7f7f7f7f7f7fLL__int64 map[110][110],cost[10],dis[10],sta[110];int a,b,M,N,l=0;__int64 exp(__int64 x){ if(x==0) return 0; if(x>0&&... 阅读全文
posted @ 2011-05-01 20:18 more think, more gains 阅读(199) 评论(0) 推荐(0)