摘要: #include <stdio.h>#include <string.h>#include <stdlib.h>int n,m;typedef struct node{ int date; struct node *next;}node; int main(){ int i,sum=0,count= 阅读全文
posted @ 2014-04-17 20:32 人艰不拆_zmc 阅读(144) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>#include <string.h>int map[200][200],v[200],dis[200];int n,s,t;#define N 100001void DJ(){ int i,j,k,min; memset(v,0,sizeof(v)); mems 阅读全文
posted @ 2014-04-17 20:01 人艰不拆_zmc 阅读(166) 评论(0) 推荐(0) 编辑