自定义博客皮肤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)
  • 资源 (4)
  • 收藏
  • 关注

原创 NOIP 2011 Day1 Problem3

谢谢 Vfleaking 的大力支持! #include #include #include #include #include using namespace std; const int N = 7, M = 5; const int MaxDepth = 5; int a[N][M]; int depth; bool successed = false; struct s

2011-11-20 17:08:18 261

原创 NOIP 2011 Day2 Problem3 (调试中)

#include #define MAXN 1010 #define max(a,b) (a>b?a:b) int arrive[MAXN],last[MAXN],dis[MAXN],range[MAXN],num[MAXN]; int main() { int m,n,k,sum=0; freopen("bus.in","r",stdin); freopen("bus.out","w",s

2011-11-20 17:00:57 338

原创 NOIP 2011 Day2 Problem2

#include #define max(a,b) (a>b?a:b) long long abs(long long x) { if(x>0) return x; else return (-1)*x; } struct node { int weight; int value; }a[200010],total[200010]; struct note {

2011-11-20 16:58:22 304 1

原创 NOIP 2011 Day2 Problem1

#include #define min(a,b) (a>b?b:a) int zs[]={0,2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,1

2011-11-20 16:56:42 299 1

原创 NOIP 2011 Day1 Problem2

#include #include using namespace std; struct node { int color; int cost; }a[200010]; int number[60],number1[60]; int main() { freopen("hotel.in","r",stdin); freopen("hotel.out","w",st

2011-11-20 16:54:33 298 1

原创 NOIP 2011 Day1 Problem1

#include struct node { int start_x; int start_y; int end_x; int end_y; }a[10010]; int main() { freopen("carpet.in","r",stdin); freopen("carpet.out","w",stdout); int n;

2011-11-20 16:49:05 257

温岭中学第三次模拟赛全部内容

11月5,6日在Coderspace.net上面举办的。 若有疑问请访问Coderspace.net

2011-11-07

温岭中学第二次模拟赛全部内容

10月29,30日在Coderspace.net上面举办的。 若有疑问请访问Coderspace.net

2011-10-30

温岭中学第一次模拟赛全部内容

10月22,23日在Coderspace.net上面举办的。 若有疑问请访问Coderspace.net

2011-10-26

NOI导刊 模拟试题9 二试data

请在ahalei.com上下载相关资源! 如有疑问请访问ahalei.com!

2011-10-16

空空如也

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

TA关注的人

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