首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
tempternbsp专题
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
阅读更多...