摘要: 开坑 阅读全文
posted @ 2019-11-10 17:42 JBLee 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 开坑 阅读全文
posted @ 2019-11-10 17:42 JBLee 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 11.10 数组按题目范围开,不要盲目开大数组再用memset,有时候会t掉。 建边用vector比较方便,还可以对编号排序。不过常数大考虑谨慎使用。 11.9 取模要尽量多取模,遇到减号要先加再取模。 神奇的性质题。 11.8 stl的使用不够熟练,暴力分拿的不如别人高。 t3没有时间把暴力打完。 阅读全文
posted @ 2019-11-09 22:39 JBLee 阅读(274) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-11-06 16:34 JBLee 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 开坑 阅读全文
posted @ 2019-11-06 00:04 JBLee 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 潜伏者 题解: 简单的字符串模拟,是一道签到题。 代码: #include<bits/stdc++.h> using namespace std; const int maxn=1e6+7; char s1[maxn]; char s2[maxn]; char p[maxn]; int mp[max 阅读全文
posted @ 2019-11-06 00:04 JBLee 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 数论大杂烩,留坑代填,先放代码: /************************************************************** Problem: 1951 User: JBLee Language: C++ Result: Accepted Time:152 ms 阅读全文
posted @ 2019-11-01 19:57 JBLee 阅读(179) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-10-30 21:44 JBLee 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 留坑代填 阅读全文
posted @ 2019-10-27 22:53 JBLee 阅读(79) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-10-27 00:26 JBLee 阅读(5) 评论(0) 推荐(0) 编辑