
没事来一发
topc0o0der
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
google code jam 2014 RC_A
三分普通序列,使其中子序列和最大的最小。思想:二分。时间nlog原创 2014-06-24 15:45:12 · 513 阅读 · 0 评论 -
google code jam 2014 RC_B
dota都没落了,还出抢人头的题目。这是落后多少年呀。原创 2014-06-24 21:06:12 · 527 阅读 · 0 评论 -
google code jam 2014 RC_C
一道很灵活的贪心小题木,我也是看了官方题解才想到的- -!!一般都用最大流原创 2014-06-30 18:44:17 · 490 阅读 · 0 评论 -
google code jam 2014 RB_C
求割来计算最大流,问题求补,条件是对偶问题de原创 2014-07-24 10:56:22 · 557 阅读 · 0 评论 -
google code jam 2014 RC_D
我只能说,好难,好巧,好复杂!!!原创 2014-07-11 20:53:42 · 458 阅读 · 0 评论 -
google code jam 2014 RB_A
呵呵。 #include #include #include using namespace std; int T,X,N,S[10001]; int main(){ freopen("A-large-practice.in","r",stdin); freopen("a.large","w",stdout); cin>>T; for(int cas=1; cas<=T; ++原创 2014-07-11 20:55:48 · 525 阅读 · 0 评论 -
google code jam 2014 RB_B
贪心模拟,需要注意一下,要anv原创 2014-07-14 20:04:10 · 743 阅读 · 0 评论