摘要:
#include typedef struct node { int a; int b; int pre; int zhong; }node; int n,m,p; node point[100000]; int visit[100][100]={0}; int tou; int wei; int last; void bfs() { //printf("%d",p); int t... 阅读全文
posted @ 2017-02-13 16:48
dahua1
阅读(110)
评论(0)
推荐(0)
2017年2月13日