自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 CSDN BLOG is not good for saving codes..

I hate the security settings, and it is slow here...Wanna check codes?

2014-07-17 17:17:57 315

原创 uva 10341

#include #include #include #include #include using namespace std;int p,q,r,s,t,u;double x;double Equa(double X){ return p*exp(-X) + q*sin(X) + r*cos(X) + s*tan(X) + t*X*X + u;}int main

2014-07-17 16:26:13 286

原创 POJ 3258

#include #include #include #include using namespace std;int l,m,n;int x[50005];bool C(int d){ int cnt=0;int i,j;j=0; for(i=1;i=d) {cnt++;j=i;}} return cnt>=n+1-m;}int main(){ freop

2014-07-17 16:17:54 352

原创 POJ 3273

#include #include #include #include #include #define MAXN 100005#define INF 21474783647using namespace std;int n,m;int up,low,mid,ans;int x[MAXN];int judge(int money){ int i,j;int sum;int

2014-07-17 16:07:58 343

原创 POJ 1328

挺恶心的一个问题,一开始思路就是那种常见的选圆

2014-07-13 21:05:02 375

空空如也

空空如也

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

TA关注的人

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