1350nbsp专题

HDOJnbsp;1350nbsp;nbsp;nbsp;nbsp;Robotnbsp;Motion

题目:http://acm.hdu.edu.cn/showproblem.php?pid=1035 这几天学习搜索,只能做一些简单的水题.... #include <stdio.h> #include <string.h> char map[12][12]; int visit[12][12]; int main() {     char p,local;     int a,b,c,M,N,s