摘要: 1 #include 2 #include 3 using namespace std; 4 int n,m,flag=1,cnt; 5 int a,b,x,y,c; 6 int movee[4][2]={-1,0,1,0,0,-1,0,1}; 7 int p[505][505]; 8 int f[250050];//存点 9 int find(int x){ 10 i... 阅读全文
posted @ 2018-01-16 19:51 AL76 阅读(246) 评论(0) 推荐(0) 编辑