自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

somebody oneday

我不想停下

  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

原创 codeforces 498A crazy town

A. Crazy Towntime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputCrazy Town is a plane on which there are n inf

2014-12-26 17:37:01 801

原创 codeforces 499B Lecture

真是有点懒了,做完这么久才想起记下来。B. Lecturetime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputYou have a new professor

2014-12-26 16:58:01 572

原创 codeforces 499A watching a movie

A. Watching a movietime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputYou have decided to watch the best momen

2014-12-26 16:47:39 937

原创 B - Vanya and Lanterns

简单的模拟,可是纠结的我一直出错#include#include#include#include#define MAXN 1000+5using namespace std;double a[MAXN];int main(){int n,l;cin>>n>>l;for(int i=1;i<=n;i++){ cin>>a[i];}sort(a+1,a+n+1);d

2014-12-08 00:37:35 679

空空如也

空空如也

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

TA关注的人

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