上一页 1 ··· 109 110 111 112 113 114 115 116 117 ··· 120 下一页
摘要: 题目过于智障,不用解释 #include<cstdio> #include<cstring> #include<cmath> #include<iostream> using namespace std; const int maxn=100000+233; typedef long long ll 阅读全文
posted @ 2018-09-26 12:31 EM-LGH 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 题目过于智障,不用解释 #include<cstdio> using namespace std; typedef long long ll; const int R=13; ll a[R]; ll n,ans; int m,cnt=0; ll gcd(ll a,ll b){return b==0? 阅读全文
posted @ 2018-09-26 12:29 EM-LGH 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 不多解释,适当刷刷水… Code: 阅读全文
posted @ 2018-09-25 20:58 EM-LGH 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Code: 阅读全文
posted @ 2018-09-25 20:42 EM-LGH 阅读(162) 评论(0) 推荐(0) 编辑
摘要: Code: 阅读全文
posted @ 2018-09-25 18:55 EM-LGH 阅读(165) 评论(0) 推荐(0) 编辑
摘要: Code: 阅读全文
posted @ 2018-09-24 14:51 EM-LGH 阅读(129) 评论(0) 推荐(0) 编辑
摘要: Code:#include#include#includeusing namespace std;const int maxn = 200000 + 4;int lazy[maxn > 1; if(lazy[o]) { lazy[... 阅读全文
posted @ 2018-09-24 10:43 EM-LGH 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Code:#include#include#includeusing namespace std;const int maxn = 2500 + 4;const int inf = 100000000;int f[maxn], sumv[maxn];int ... 阅读全文
posted @ 2018-09-24 10:39 EM-LGH 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 数据结构:一定考虑边界情况删除时清空节点信息如果空间不够,进行内存回收数组开2倍左右动态规划:5. 状态的设定6. 边界的初始化考试:7. fclose,freopen8. 不要用关键词9. 先大体看一遍题10. 注意小数精度问题11. 空间限制:千万不要M... 阅读全文
posted @ 2018-09-22 18:11 EM-LGH 阅读(112) 评论(0) 推荐(0) 编辑
摘要: Code:#include#include#includeusing namespace std;const int maxn=3000;int c=0;int mark[maxn],S[maxn],from[maxn],to[maxn];vectorG[m... 阅读全文
posted @ 2018-09-22 17:55 EM-LGH 阅读(127) 评论(0) 推荐(0) 编辑
上一页 1 ··· 109 110 111 112 113 114 115 116 117 ··· 120 下一页