自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 POJ2586

计算盈亏 1.首先题目没看懂什么意思,

2014-09-16 11:41:53 275

原创 poj1694

#include int num[201]; int children[201][201]; int stones(int n); void qsort(int *r,int low ,int high); int partition(int *r,int low,int high); int main() { unsigned char tree_num; int node_num;

2014-09-11 22:28:30 377

原创 poj1723

士兵战队问题

2014-09-10 19:58:09 516

原创 poj2503

字典问题,根据输入的外文查找字典中对应的英文。yong

2014-09-09 15:06:10 308

原创 POJ2002

#include using namespace std; #define LEN 99991  struct node { int x; int y; node *next; }; int search(node **H,int x,int y); node *HashTable[LEN]; node stars[1000]; int main() {

2014-09-05 10:17:20 317

原创 poj1840

第一次用Hash做题,遇到很多问题。 1.

2014-09-04 19:40:08 216

原创 poj2388

找中间数问题。相当于在中间位置上的数的大小,其左边的数dou

2014-08-23 13:36:46 319

原创 POJ3253

据木头问题 首先看过题目之后

2014-08-18 16:02:14 385

原创 poj1936

su #include using namespace std; char s[100001],t[100001]; int main() { while(cin>>s>>t) { int i=0,j=0; while(s[i]&&t[j]) { if(s[i]==t[j++]) i++; } if(!s[i]) cout"Yes"endl; el

2014-07-17 16:09:41 241

空空如也

空空如也

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

TA关注的人

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