摘要: 1 # include <stdio.h> 2 #include <cstdio> 3 #include <iostream> 4 #include <cstring> 5 #include <cmath> 6 using namespace std; 7 char map[8][8]; 8 int visit[8][8]; 9 struct node{ 10 int x,y; 11 }; 12 阅读全文
posted @ 2019-09-21 11:19 清谗 阅读(110) 评论(0) 推荐(0) 编辑