09 2016 档案

摘要:#include<iostream>#include<cstdio>#include<cstring>#include<algorithm>using namespace std;int a[51][51],book[51][51];//a数组储存地图,b数组标记有没有走过,防止重复走。int n, 阅读全文
posted @ 2016-09-26 19:56 Twsc 阅读(2111) 评论(0) 推荐(0)