
codeforce 傻逼题
twh233
嘻嘻
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Educational Codeforces Round 25 B. Five-In-a-Row
传送门 B. Five-In-a-Row time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Alice and Bob play 5-in-a-row原创 2017-07-17 15:34:12 · 933 阅读 · 0 评论 -
Codeforces Round #432 (Div. 2, based on IndiaHacks Final Round 2017)C. Five Dimensional Points
传送门 A. Five Dimensional Points time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output You are given set of n原创 2017-09-05 15:02:57 · 256 阅读 · 0 评论 -
Codeforces Round #428 (Div. 2) ABCD
A.傻逼题 你每天只能给那个人最多8个,多的可以下一天再给他。 //china no.1 #pragma comment(linker, "/STACK:1024000000,1024000000") #include #include #include #include #include #include #include #include #include #includ原创 2017-08-13 12:51:21 · 337 阅读 · 0 评论 -
Educational Codeforces Round 27 ABCD
传送门 A. Chess Tourney time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Berland annual chess tou原创 2017-08-22 10:58:27 · 314 阅读 · 0 评论 -
Codeforces Round #429 (Div. 2) ABC
传送门 A. Generous Kefa time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output One day Kefa found n baloons. For原创 2017-08-20 21:48:43 · 471 阅读 · 0 评论 -
Codeforces Round #425 (Div. 2) B. Petya and Exam
传送门 B. Petya and Exam time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output It's hard times now. Today Petya原创 2017-07-25 10:31:44 · 621 阅读 · 0 评论 -
Codeforces Round #427 (Div. 2) A. Key races B. The number on the board C. Star sky
A.传送门 B.传送门 A.题意:双方需要输入一个s长度大小的字。然后每个人有一个ping就是延迟,在输入之前和输入完之后提交会延迟两次,问谁快 //china no.1 #pragma comment(linker, "/STACK:1024000000,1024000000") #include #include #include #include #include #in原创 2017-08-01 09:21:42 · 244 阅读 · 0 评论 -
Codeforces Round #426 (Div. 2) B.The Festive Evening+C.The Meaningless Game
传送门 传送门2 B 题意: 这个城有26个入口 就是26个字母 然后下面n个人 k个警卫 每个人来入口的时候得把门打开,最后个人走的时候得关门。每个警卫有当前固定的岗位(最后个人还没来的情况下,最后个人已经来了关了门就可以去下一个入口当警卫了)不能去其他入口。如果警卫不够的时候就YES 够了就NO C 题意:初始化两个数x=1,y=1.可以有两种变换 1》x*=k,y*=k^2原创 2017-07-31 12:29:05 · 315 阅读 · 0 评论 -
Educational Codeforces Round 25 D. Suitable Replacement
传送门 D. Suitable Replacement time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You are given two strings s原创 2017-07-17 15:46:01 · 228 阅读 · 0 评论 -
Codeforces Round #441 (Div. 2, by Moscow Team Olympiad) ABCD题解
传送门 A. 题意: 兔子和猫头鹰有一条路距离为a,兔子和屹耳驴有一条路距离为b,猫头鹰和屹耳驴有一条路距离为c, 现在小熊在兔子家吃了饭,他要一共要吃n顿饭,问怎么走才能走最少的路程。每次离开这个主人的家 之后,这个主人又做了新饭。 pair 搞搞。 /// .-~~~~~~~~~-._ _.-~~~~~~~~~-.原创 2017-10-16 22:37:07 · 233 阅读 · 0 评论