会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Hugh_Locke
我们都生活在阴沟里,但依然有人仰望星空
首页
新随笔
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
21
下一页
2019年4月28日
第十六届浙江省大学生程序设计竞赛 比赛后记
摘要: 这是我们最后一次叫卖竹鼠三元一只十元三只这个队名了,最后一场拿到了金算是弥补了全年的遗憾。 可是终于还是没有人来找我们买竹鼠(雾) 赛前: 1.队友前一天晚上请我们吃了肯德基,就很快乐 2.隐约觉得浙大的伙食比去年好了一点,要是可以加上饮料就更好了。 赛中: 1.浙大延续了一贯的出题风格:先送几道题
阅读全文
posted @ 2019-04-28 11:27 Hugh_Locke
阅读(579)
评论(0)
推荐(0)
2019年4月26日
[JSOI2010]满汉全席 2-SAT
摘要: https://www.luogu.org/problemnew/show/P4171 意识到图中只有两种不同的菜系:满和汉 并且检查员类似于一个约束,可以发现这就是一个2-sat模型,满和汉分别对应true和false 由于只是检查可行性,只需要判断存在点的true个false存在同一个强连通分量
阅读全文
posted @ 2019-04-26 14:28 Hugh_Locke
阅读(191)
评论(0)
推荐(0)
2019年4月24日
codeforces-1144 (div3)
摘要: 赛后经验:div3过于简单,以后不做了 A.存在以下情况即为NO 1.存在相同字母 2.最大字母-最小字母 != 字符串长度 #include <map> #include <set> #include <ctime> #include <cmath> #include <queue> #inclu
阅读全文
posted @ 2019-04-24 17:53 Hugh_Locke
阅读(344)
评论(0)
推荐(0)
2019年4月23日
codeforces-1142 (div1)
摘要: div1真难,现在就是后悔, 非常后悔 A.显然如果我们知道起点和终点是哪两个点,我们可以算出距离通过b / gcd(a,b)的方式求出需要走几步的。 并且数据范围似乎也允许我们这么做,所以直接枚举取最大小值就可以了 #include <map> #include <set> #include <c
阅读全文
posted @ 2019-04-23 19:46 Hugh_Locke
阅读(259)
评论(0)
推荐(0)
2019年4月17日
codeforces-1131 (div2)
摘要: A.把右上角的凹缺口补上变成凸的就成了规则矩形 #include <map> #include <set> #include <ctime> #include <cmath> #include <queue> #include <stack> #include <vector> #include <
阅读全文
posted @ 2019-04-17 20:22 Hugh_Locke
阅读(292)
评论(0)
推荐(0)
2019年4月15日
codeforces-1132 (div2)
摘要: A.发现b的个数没有意义,a不等于d一定不可行,c不管多少都算一个,如果只有c没有ad也不可行 #include <map> #include <set> #include <ctime> #include <cmath> #include <queue> #include <stack> #inc
阅读全文
posted @ 2019-04-15 20:06 Hugh_Locke
阅读(234)
评论(0)
推荐(0)
2019年4月14日
The 19th Zhejiang University Programming Contest - H
摘要: Princess Cjb is caught by Heltion again! Her knights Little Sub and Little Potato are going to Heltion Kingdom to rescue her. Heltion Kingdom is compo
阅读全文
posted @ 2019-04-14 22:16 Hugh_Locke
阅读(404)
评论(0)
推荐(0)
Daily Codeforces 计划 训练时录
摘要: 时间 场次 过题数目 补题数目 难易度 2019.4.7 codeforces-1141 (div3) 7/7 7/7 easy 2019.4.7 codeforces-1140 (div2) 4/7 6/7 hard 2019.4.8 codeforces-1139 (div2) 4/6 4/6
阅读全文
posted @ 2019-04-14 13:34 Hugh_Locke
阅读(330)
评论(0)
推荐(0)
codeforces-1133 (div3)
摘要: A.先全部化成分钟数,取平均数之后化成正常时刻。 #include <map> #include <set> #include <ctime> #include <cmath> #include <queue> #include <stack> #include <vector> #include
阅读全文
posted @ 2019-04-14 13:23 Hugh_Locke
阅读(474)
评论(0)
推荐(0)
2019年4月11日
codeforces-1136 (div2)
摘要: A.读到第i章,就有N - i + 1章还没读。 #include <map> #include <set> #include <ctime> #include <cmath> #include <queue> #include <stack> #include <vector> #include
阅读全文
posted @ 2019-04-11 20:09 Hugh_Locke
阅读(272)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
21
下一页
公告