
模拟
TIMELIMITE
Time is not enough. I must hurry up !
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
poj 1590Palindromes 简单模拟
//简单模拟吧,哎,一直感觉自己很水 //继续练吧 #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #in原创 2015-04-10 14:37:29 · 771 阅读 · 0 评论 -
Codeforces #180 div2 C Parity Game
// Codeforces #180 div2 C Parity Game // // 这道题的题目意思就不解释了 // // 题目有那么一点难(对于我而言),不多说啦 // // 解题思路: // // 首先如果a串和b串相等,不多说直接YES // 如果b串全是0,直接YES // 注意到a串有一个性质,1的个数不会超过本身的加1. // a有个1的上限设为x,b有个1的个数设为y,则如果x原创 2015-06-02 20:42:15 · 1116 阅读 · 0 评论