自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (1)
  • 收藏
  • 关注

原创 B - Ministry

DescriptionMr. F. wants to get a document be signed by a minister. A minister signs a document only if it is approved by his ministry. The ministry is anM-floor building with floors numbered f

2016-02-08 17:19:21 264

原创 B - AntiCAPS

DescriptionThe blonde Angela has a new whim: internet chats. Of course, as any blonde, she writes her messages using the upper case. You are the moderator of Angela's favorite chat and you're fe

2016-02-07 20:55:42 246

原创 H - Taxi

DescriptionPetr likes going by taxi. For him, it is not only the pleasure of a fast and comfortable ride, but also the opportunity to bargain with the driver over the fare. The bargaining betwee

2016-02-07 19:57:01 367

原创 HDU1005

#include#include#include#include#include#includeusing namespace std;int m[50];int main(){ int a,b,n; m[1]=1; m[2]=1; while(cin>>a>>b>>n) { if(a==0&&b==0&&n==0) break; for(int i=3;i

2016-02-07 19:26:29 174

原创 HDU1007 求最短距离的点对

#include#include#include#includeusing namespace std;struct sys{ double x; double y;};sys num[100001],num1[100001],num2[100001];bool cmpy(sys dot1,sys dot2){ if(dot1.y==dot2.y) return do

2016-02-07 19:25:59 391

原创 贪吃蛇

想写一个贪吃蛇~先占个坑

2016-02-01 15:48:51 232

锋利的jQuery第二版源码

锋利的jQuery第二版源码。《锋利的jQuery》是人民邮电出版社在2009年6年出版的一本书籍。本书循序渐进地对jQuery的各种函数和方法调用进行了介绍,读者可以系统地掌握jQuery的DOM操作、事件监听和动画、表单操作、AJAX以及插件方面等知识点,并结合每个章节后面的案例演示进行练习,达到掌握核心知识点的目的

2017-09-20

空空如也

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

TA关注的人

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