摘要: #include <stdio.h>#include <string.h>int a[7][2];int t[6][2];int e1,e2,x1,x2;int n;int min = 0x7fffffff;int atime = 0;int ttime = 0;typedef struct { int x; int y;}TR;TR r[100];int top = 0;TR s[100];int top1 = 0;void dfs(int cur,int x){ if ( cur == n + 1 ) { int tot = atime + ttime... 阅读全文
posted @ 2013-03-20 21:43 Sinker 阅读(160) 评论(0) 推荐(0) 编辑