
Codeforces
文章平均质量分 55
lllcfr1
这个作者很懒,什么都没留下…
展开
-
Time Limited Exceeded => Bit operations (repeated operations on many)
http://codeforces.com/problemset/problem/97/DRobot in Basementtime limit per test4 secondsmemory limit per test256 megabytesinputstandard inputoutputsta转载 2012-03-07 18:42:16 · 617 阅读 · 0 评论 -
Codeforces Problem 332B: Backward Linear Scan
http://codeforces.com/problemset/problem/332/BMaximum Absurditytime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutput原创 2013-07-25 19:14:24 · 757 阅读 · 0 评论 -
Codeforces Round #187 (Div. 2)
Problem set: http://codeforces.com/contest/315Official solution:Problem A: straightforward#include using namespace std;int main() { int n, a[100], b[100], v[100] = {0}; c原创 2013-06-08 02:13:07 · 847 阅读 · 0 评论 -
codeforces #176 div.2
http://codeforces.com/contest/287B: 二分 求最大的小于某数之和http://en.wikipedia.org/wiki/Binary_search_algorithmhttp://community.topcoder.com/tc?module=Static&d1=tutorials&d2=binarySearch转载 2013-03-23 18:12:56 · 788 阅读 · 0 评论 -
Codeforces Round #178 (Div. 2)
http://codeforces.com/contest/294转载 2013-04-08 01:12:53 · 663 阅读 · 0 评论 -
codeforces 166?
?D: incremental (not re-compute from scratch), Rabin-Karp rolling hash!转载 2013-02-12 02:14:42 · 422 阅读 · 0 评论 -
codeforces 167 div 2
test转载 2013-02-14 01:26:17 · 444 阅读 · 0 评论 -
Codeforces Round #162 (Div. 2)
Problem set: http://codeforces.com/contest/265Solution tutorial: http://codeforces.com/blog/entry/6478Problem A#include #include using namespace std;int main() { string s, t; cin >>转载 2013-01-21 11:34:35 · 561 阅读 · 0 评论 -
Codeforces Round #160 (Div. 2)
problem set: http://codeforces.com/contest/262contest tutorial: http://codeforces.com/blog/entry/6398Problem A#include using namespace std;int main() { int n, k; cin >> n >> k; int转载 2013-01-15 14:32:59 · 660 阅读 · 0 评论 -
Codeforces Round #158 (Div. 2)
Solved: 3 out of 5(First 3 problems) in a 2-hour contest, got contest rating 1660 (still in Div. 2 :-( )Problem set: http://codeforces.com/contest/260Suggested Solutions: http://codeforces.com/b转载 2013-01-13 17:59:31 · 609 阅读 · 0 评论 -
Modular Inverse
http://codeforces.com/problemset/problem/145/CLucky Subsequencetime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputst转载 2012-03-09 20:26:50 · 867 阅读 · 0 评论 -
Labels (how to label visited cells)
http://codeforces.com/problemset/problem/86/BTetris revisitedtime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstan转载 2012-03-07 18:50:26 · 538 阅读 · 0 评论 -
codeforces python / pike solutions
pike:http://codeforces.com/contest/100/submission/1293867python:http://codeforces.com/contest/158/submission/3406829http://codeforces.com/contest/285/submission/3406753http://codeforces.原创 2013-03-26 14:42:11 · 844 阅读 · 0 评论