2013年4月28日
摘要: 迷宫求解最后的终结版,哎呀,这老迷宫我终于完结了!!!话不多说,看程序吧!!!亲:#include<iostream>#include<stdio.h>#include<math.h>#include<string.h>#include<stdlib.h>#include<algorithm>#define LEN sizeof(struct Stack)#define INT_SIZE 1000#define INCREMENT 100using namespace std;int a[100][100];typedef 阅读全文
posted @ 2013-04-28 21:05 @ 小浩 阅读(267) 评论(0) 推荐(0)