自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

代码成诗(rayafjyblue の 代碼塢へ)

木末芙蓉花 山中發紅萼 澗戶寂無人 紛紛開且落

  • 博客(9)
  • 收藏
  • 关注

原创 hdu 1394

#include #include #define MAX_N 5001#define INF 99999999using namespace std;int a[MAX_N], n;struct node{ int left, right, val;}

2011-07-09 22:15:25 300

原创 usaco 3.2 Riding The Fences

/*ID:rayafjy1PROG:fenceLANG:C++*/#include #include #include #include #include #define MAX_N 501#define MAX_M 1024using namespac

2011-07-09 13:53:53 363

原创 uscao 3.2 Sweet Butter

/*ID:rayafjy1PROG:butterLANG:C++*/#include #include #include #include #define MAX_N 801#define INF 9999999using namespace std;i

2011-07-09 13:49:10 378

原创 usaco 3.2 Magic Squares

/*ID:rayafjy1PROG:msquareLANG:C++*/#include #include #include using namespace std;struct node{ short int a[8], c; int ste

2011-07-09 13:45:33 338

原创 usaco 3.1 Contact

/*ID:rayafjy1PROG:contactLANG:C++*/#include #include #include #include using namespace std;int ct[13][1 << 13];struct node {

2011-07-09 13:42:03 532

原创 hdu 3699

#include #include #include using namespace std;char s1[20], s2[20], s3[20];int l1, l2, l3;bool use[6];int ok(int a[]) { int i, x

2011-07-09 13:32:28 353

原创 hdu 1698

#include #include #define MAX_N 100001using namespace std;struct node{ int left, right, c;} tt[MAX_N * 4];void build(int left, i

2011-07-09 13:29:34 320

原创 hdu 1754

#include #include #define MAX_N 200005using namespace std;int a[MAX_N];struct node { int left, right, maxx;} tt[MAX_N * 3];int

2011-07-09 13:28:45 261

原创 hdu 1166

#include #include #include #define MAX_N 50001using namespace std;int a[MAX_N];char str[10];struct node { int left, right, sum;

2011-07-09 13:23:44 266

空空如也

空空如也

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

TA关注的人

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