1010nbsp专题

HDOJnbsp;nbsp;1010nbsp;nbsp;nbsp;Tempternbsp;ofnbsp;thenbsp;Bone

题目:http://acm.hdu.edu.cn/showproblem.php?pid=1010 #include <stdio.h> #include <math.h> char  map[10][10];   //记住数组不能为7 int n,m,t;      int  di,dj;     //门的位置 bool escape;     //判断是否成功的标志 int dir[4][2