codeforces
ccutyear
Everything will be OK
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
codeforces Round #380 Div.2
codeforces有一段时间没有开比赛了,结果一开我就死了。不过死完后我就长姿势了,俗话说百虐成神。原创 2016-11-21 17:10:49 · 335 阅读 · 0 评论 -
codeforces 839A 428 Div2 B Game of the Rows
这个B有毒原创 2017-08-15 02:59:53 · 424 阅读 · 0 评论 -
codeforces 426 Div2C 833A The Meaningless Game(二分||数学)
两种写法上思路都差不多,只是优化和未优化差别很大。原创 2017-08-03 17:00:32 · 345 阅读 · 0 评论 -
Codeforces 427Div2 D、835D Palindromic characteristics
Codeforces 835D,其中附带一组数据。原创 2017-08-03 01:02:27 · 382 阅读 · 0 评论 -
codeforces830A (二分|DP)
codeforces的830A的题,二分或者DP都可以原创 2017-07-16 11:17:30 · 528 阅读 · 0 评论 -
CodeForces 761C Dasha and Password
CodeForces 761C Dasha and Password 不得不说这个是让我非常不明白,我总感觉这个题是可以不用暴力的。但是,偏偏很多人都是用暴力A过的.......我做的肯定是假codeforces。原创 2017-02-05 17:38:13 · 675 阅读 · 0 评论 -
Codeforces 798C Mike and gcd problem
C. Mike and gcd problemtime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputMike has a sequence A = [a1, a2, ..原创 2017-04-24 17:18:01 · 429 阅读 · 0 评论 -
codeforces 664B题 Rebus 题解记录了我做这道题从错到对的完整思路
在这里我并没有直接展示我的AC代码。主要是记录了我在完整这个题时的完整的过程。同时,我还展示了我的错误代码.........原创 2016-10-14 22:58:32 · 945 阅读 · 0 评论 -
codeforces 125B Simple XML 正则表达式的使用
上一周刚学会正则表达式,这周碰到了一个题。于是我就一定要用正则表达式来解...................原创 2016-11-06 23:37:42 · 649 阅读 · 0 评论 -
从codeforces697B、727B、8A三个字符串类型题中讨论scanf正则表达式的使用
正则表达式的使用能够很好的精简的代码,但是,在这几天的刷题过程中我却发现了它其中有具有一定的局限性。虽然如此,我们还是不得不承认这个一旦用上了,效果还是相当明显的。原创 2016-10-23 09:48:02 · 854 阅读 · 0 评论 -
CodeForces 763A Timofey and a tree
CodeForces763A 的题解,因为,做的时候我自己的做法比较麻烦。之后看了别人的做法后觉得比自己的代码号太多了。只要想到方法后题目也很简单。原创 2017-02-05 16:52:38 · 842 阅读 · 0 评论 -
Codeforces #386 C 746 C Tram
对于Codeforces #386 C 746 C Tram的两中不同的AC姿势。原创 2016-12-18 23:59:42 · 548 阅读 · 0 评论 -
Codeforces #386 B 746B Decoding
这个题应该算是一个模拟题,虽然想AC不难。但是,我想用好的姿势AC。原创 2016-12-18 23:28:53 · 760 阅读 · 0 评论 -
codeforces#386A 746A Compote
这个是Codeforces的一个比较基础的题。原创 2016-12-18 23:07:08 · 599 阅读 · 0 评论 -
codeforces 839C Div428B Journey
C. Journeytime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputThere are n cities and n - 1 roads in the Seve原创 2017-08-15 03:12:03 · 360 阅读 · 0 评论
分享