摘要: 错了好多遍,不知道为啥出错,如果有大神发现,请求指点!!!附错误代码(错的不知道怎么回事): #include#include#includeusing namespace std;const int maxn = 32 + 5;int hblock[... 阅读全文
posted @ 2019-04-25 15:48 DIY-Z 阅读(112) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include using namespace std; struct Point { int x_, y_; int route; }; int dic[8][2] = {-1,2 ,1,2 ,2,1 ,2,-1 ,1,-2 ,-1,-2 ,-2,-1 ,-2,1}; int vis[10][10]; ... 阅读全文
posted @ 2019-04-25 00:32 DIY-Z 阅读(136) 评论(0) 推荐(0) 编辑