上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页
摘要: A 树状数组: 1 #include<iostream> 2 #include<cstdio> 3 #include<algorithm> 4 #include <string.h> 5 using namespace std; 6 // 1h / 10min 7 const int maxn = 阅读全文
posted @ 2018-08-21 10:16 暴走的二萌 阅读(167) 评论(0) 推荐(0)
摘要: Fatmouse’Trade Fatmouse’Trade 1 #include <iostream> 2 #include <algorithm> 3 #include <string.h> 4 #include <string> 5 #include <stdio.h> 6 #include < 阅读全文
posted @ 2018-08-21 10:06 暴走的二萌 阅读(242) 评论(0) 推荐(0)
摘要: 机试-搜索专题 机试-搜索专题 深搜 堆和栈的区别: https://www.cnblogs.com/myblesh/archive/2012/03/14/2396409.html 定义全局变量或者自己malloc,栈的空间是有限的。 深搜 堆和栈的区别: https://www.cnblogs.c 阅读全文
posted @ 2018-08-21 10:05 暴走的二萌 阅读(460) 评论(0) 推荐(0)
摘要: 机试指南 cha6 搜索 机试指南 cha6 搜索 枚举 枚举 百鸡问题 百鸡问题 1 #include <iostream> 2 #include <stdio.h> 3 #include <stdlib.h> 4 #include <vector> 5 #include <queue> 6 #i 阅读全文
posted @ 2018-08-21 09:56 暴走的二萌 阅读(385) 评论(0) 推荐(0)
摘要: 机试指南 cha 5 图论 机试指南 cha 5 图论 并查集 并查集 畅通工程 畅通工程 1 #include <iostream> 2 #include <stdio.h> 3 #include <stdlib.h> 4 #include <math.h> 5 #include <string. 阅读全文
posted @ 2018-08-21 09:52 暴走的二萌 阅读(369) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页