摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 int n,m,cnt,tot; 7 int st,ed; 8 int dx[8]={1,1,-1,-1,2,2,-2,-2}; 9 int dy[8]={2,-2,2,-2,1,-1,1,-1}; 10 int head[80005]; 1... 阅读全文
posted @ 2018-12-18 23:30 Mr_Handsome 阅读(228) 评论(0) 推荐(0) 编辑