
codeforces
文章平均质量分 55
大阳传奇
调试的错误就是编程给你最好的东西,因为在每个错误上面都标志着前进的一步。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Review of Codeforces 5A and 5B(Python)
5A. Chat Server's Outgoing Traffic原创 2014-11-12 12:10:53 · 487 阅读 · 0 评论 -
Review of Codeforces 5C. Longest Regular Bracket Sequence
5C. Longest Regular Bracket Sequence This is yet another problem dealing with regular bracket sequences. We should remind you that a bracket sequence is called regular, if by inserting «+» and «1»原创 2014-11-13 05:21:52 · 868 阅读 · 0 评论 -
Review of codeforces 486B
486B this question is about原创 2014-11-16 11:10:17 · 510 阅读 · 0 评论 -
How to use SET in python
set is a very useful tool in python. You can set a set like this:原创 2014-11-16 11:19:07 · 538 阅读 · 0 评论 -
Review of Codeforces 6B and 6C
6B. President's Office This quest原创 2014-11-16 10:57:52 · 492 阅读 · 0 评论 -
Review of codeforces 483B Friends and Presents
The link to 483B This problem is about binary search. this problem is kind of hard if you don't have knowledge of binary search. If you do, one thing still noising is that how you think about the two原创 2014-11-27 10:49:48 · 665 阅读 · 0 评论 -
Review of codeforces 484A Bits based on python
484A. Bits This task is mainly about using |原创 2014-11-21 23:56:08 · 879 阅读 · 0 评论 -
Review of codeforces 493B Vasya and Wrestling based on Python
This task is relatively easy. However, we should notice that the concept of lexicographically larger is hard to comprehend. So, what is lexicographically larger. 为了便于理解,用中文进行解释,所谓lexicographical原创 2014-12-04 12:48:18 · 780 阅读 · 0 评论 -
Review of codeforces 492C Vanya and Computer Game based on Python
492C is relatively easy. But we should not ignore the exceed time limit problem. I use heap to complete this task. pop out a element each time. We should notice that it is a bad idea to increase the原创 2014-12-07 11:39:35 · 574 阅读 · 0 评论