Codeforces
文章平均质量分 58
「已注销」
我的目标 离我还有多远我的梦想 有点遥不可及我要用十倍苦心做最突出一个我不能退缩 不管路多艰难 我都要努力我要靠自己的双手去做自己喜欢做的事我要靠自己的努力去我想去的地方旅游我还年轻 我还可以去奋斗
展开
-
codeforces 171c
// File Name: 171c1.cpp// Author: rudolf// Created Time: 2013年03月05日 星期二 19:29:16#include#include#include#include#include#include#include#include#include#include#include#include#includ原创 2013-04-21 18:31:13 · 919 阅读 · 0 评论 -
Codeforces Round #196 (Div. 2)
A. Puzzlestime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputThe end of the school year is near and Ms. Manana原创 2013-08-17 10:09:04 · 1015 阅读 · 0 评论 -
Codeforces Round #196 (Div. 2)
B. Routine Problemtime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputManao has a monitor. The screen of the mo原创 2013-08-17 10:10:20 · 961 阅读 · 0 评论 -
Beautiful Numbers
http://codeforces.com/problemset/problem/300/C题意:给你三个数a,b,n;求满足由a,b组成的n位的个数,且每个位置上的数之和也是用a,b组成;解析:由题意设a的个数为x,b的个数为y,那么x+y==n;因此枚举满足条件的x的值,然后对这x个a和y进行排列组合。 满足条件的个数为n!/(x!*y!);直接求解会超时。原创 2013-10-08 15:38:01 · 992 阅读 · 0 评论 -
Vasya and Public Transport
http://codeforces.com/contest/355/problem/B// File Name: cf_b.cpp// Author: bo_jwolf// Created Time: 2013年10月14日 星期一 19:37:15#include#include#include#include#include#include#include#inc原创 2013-10-14 19:42:48 · 889 阅读 · 0 评论 -
Vasya and Robot
http://codeforces.com/contest/355/problem/C// File Name: cf_c.cpp// Author: bo_jwolf// Created Time: 2013年10月14日 星期一 20:30:22#include#include#include#include#include#include#include#inc原创 2013-10-14 21:43:57 · 1197 阅读 · 0 评论 -
Cards with Numbers
http://codeforces.com/contest/254/problem/A// File Name: cf_a.c// Author: bo_jwolf// Created Time: 2013年10月14日 星期一 21:22:17#include#include#include#include#include#include#includeusing原创 2013-10-14 21:44:56 · 865 阅读 · 0 评论 -
Vasya and Digital Root
http://codeforces.com/contest/355/problem/A// File Name: cf_a.cpp// Author: bo_jwolf// Created Time: 2013年10月14日 星期一 18:38:08#include#include#include#include#include#include#include#inc原创 2013-10-14 18:44:26 · 1019 阅读 · 0 评论