自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

KeyboardPianist的博客

有一天,我会足够强大,足够勇敢。

  • 博客(3)
  • 问答 (3)
  • 收藏
  • 关注

原创 HDU 5583 Kingdom of Black and White

Kingdom of Black and WhiteTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 33    Accepted Submission(s): 17Problem DescriptionIn the

2015-11-28 20:37:47 1073

原创 Educational Codeforces Round 1 B. Queries on a String

题目:点击打开链接求余然后模拟#include #include #define maxn 20005char s[maxn], c[maxn];void fun(int l, int r, int k){ int Move = k%(r-l+1), p; for(int i = l;i <= r;i++){ p = i - l;

2015-11-14 08:33:00 488

原创 Educational Codeforces Round 1 A. Tricky Sum

题目:http://codeforces.com/contest/598/problem/A求等差数列和再减去1~n内为2的整数次幂的值的2倍#include #include #define ll long long intll Sum(ll n){ return (n + n*(n-1)/2);}int main(){ int T; ll ask,

2015-11-14 08:28:35 354

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除