上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 56 下一页
摘要: 树状数组,学长很早之前讲过,最近才重视起来,enmmmm。。。 树状数组(Binary Indexed Tree(B.I.T), Fenwick Tree)是一个查询和修改复杂度都为log(n)的数据结构。主要用于查询任意两位之间的所有元素之和,但是每次只能修改一个元素的值;经过简单修改可以在log 阅读全文
posted @ 2017-09-14 21:15 ZERO- 阅读(467) 评论(1) 推荐(1)
摘要: 因为经常写错题,找了个这个看看。。。 传送门:http://www.cnblogs.com/ZouCharming/p/3868844.html 我太垃圾了。。。 我出现过的错误: Wrong Answer(WA)Time Limit Exceeded(TLE)Memory Limit Exceed 阅读全文
posted @ 2017-08-13 18:08 ZERO- 阅读(363) 评论(0) 推荐(0)
摘要: 1005:今夕何夕 Time Limit: 2000/1000 MS (Java/Others) 1005:今夕何夕 Memory Limit: 32768/32768 K (Java/Others) Problem Description 今天是2017年8月6日,农历闰六月十五。 小度独自凭栏, 阅读全文
posted @ 2017-08-13 18:00 ZERO- 阅读(173) 评论(0) 推荐(0)
摘要: 补完题?不存在的。 这么久了,还是一条咸鱼,看一堆乱七八糟的东西,写一堆没用的水题,一点进步都没有,还是那么菜,菜的掉渣。 这个百毒之星初赛A还会写两道最简单的水题,初赛B一点也不会,菜的难过。。。 最近看的dp和kmp,垂死挣扎,一点一点看吧。。。 cf打的还是那么弱,一点进步都没有。。。 好久没 阅读全文
posted @ 2017-08-13 17:57 ZERO- 阅读(420) 评论(0) 推荐(0)
摘要: 最近改自己的错误代码改到要上天,心累。 这是迄今为止写的最心累的博客。 Prime Distance Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 18707 Accepted: 4998 Description The bra 阅读全文
posted @ 2017-07-27 20:47 ZERO- 阅读(1262) 评论(0) 推荐(0)
摘要: B. New Skateboard time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output B. New Skateboard time 阅读全文
posted @ 2017-07-27 19:45 ZERO- 阅读(340) 评论(0) 推荐(0)
摘要: D. Time to go back time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output D. Time to go back tim 阅读全文
posted @ 2017-07-27 17:20 ZERO- 阅读(347) 评论(0) 推荐(0)
摘要: C. Palindrome Again !! time limit per test 1 second memory limit per test 64 megabytes input standard input output standard output C. Palindrome Again 阅读全文
posted @ 2017-07-27 17:15 ZERO- 阅读(324) 评论(0) 推荐(0)
摘要: B. New Job time limit per test 1 second memory limit per test 64 megabytes input standard input output standard output B. New Job time limit per test 阅读全文
posted @ 2017-07-27 17:09 ZERO- 阅读(139) 评论(0) 推荐(0)
摘要: 哈哈哈哈哈哈哈,最近一直在补题,改各种错误的代码,wa了20多遍,改到心态爆炸,改好之后,感觉世界都美好了(叉会腰~)。。。 A. Who is the winner? time limit per test 1 second memory limit per test 64 megabytes i 阅读全文
posted @ 2017-07-27 17:04 ZERO- 阅读(362) 评论(0) 推荐(0)
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 56 下一页