摘要: 1 #include<iostream> 2 #include<algorithm> 3 #include<cstdio> 4 #include<memory.h> 5 #include<string> 6 #define INF 0x3f3f3f3f 7 using namespace std; 阅读全文
posted @ 2018-07-26 16:57 行止 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 1·https://blog.csdn.net/u012102841/article/details/76862262 2·迭代加深搜索 mle空间不够 难道是要思考一个玩游戏的通法?天哪,,体谅一下我 https://blog.csdn.net/jc514984625/article/detail 阅读全文
posted @ 2018-07-26 14:51 行止 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 第一题 鸽巢定理 1 #include <iostream> 2 using namespace std; 3 const int N=100000+5; 4 int a[N],q[N]; 5 int main() 6 { 7 int T,n,m; 8 int ans=0; 9 int q; 10 阅读全文
posted @ 2018-07-25 17:14 行止 阅读(85) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include using namespace std; const int N = 999999; struct point { int x,y; }s[20000]; char map[110][110]; int turn[110][110]; int n,m,x2,y2,k1,k; int dx[4... 阅读全文
posted @ 2018-07-24 14:44 行止 阅读(158) 评论(0) 推荐(0) 编辑