上一页 1 2 3 4 5 6 7 8 9 ··· 21 下一页

2014年9月14日

摘要: #include #include main(){ int *a,*b,*c; a=b=c=(int *)malloc(sizeof(int)); *a=1; *b=2; *c=3; a=b; printf("%d %d %d\n",*a,*b,*c);}你... 阅读全文
posted @ 2014-09-14 23:39 那个人- 阅读(160) 评论(0) 推荐(0) 编辑

2014年8月29日

摘要: http://poj.org/problem?id=3525 阅读全文
posted @ 2014-08-29 20:24 那个人- 阅读(93) 评论(0) 推荐(0) 编辑
 
摘要: 鏈接:http://poj.org/problem?id=1279Art GalleryTime Limit:1000MSMemory Limit:10000KTotal Submissions:5337Accepted:2277DescriptionThe art galleries of the... 阅读全文
posted @ 2014-08-29 15:12 那个人- 阅读(350) 评论(0) 推荐(0) 编辑

2014年8月28日

摘要: 链接:http://poj.org/problem?id=1474Video SurveillanceTime Limit:1000MSMemory Limit:10000KTotal Submissions:3247Accepted:1440DescriptionA friend of yours... 阅读全文
posted @ 2014-08-28 10:37 那个人- 阅读(228) 评论(0) 推荐(0) 编辑

2014年8月27日

摘要: 链接:http://poj.org/problem?id=3335 //大牛们常说的测模板题----------------------------------------------------------------Rotating ScoreboardTime Limit:2000MSMe... 阅读全文
posted @ 2014-08-27 21:10 那个人- 阅读(328) 评论(0) 推荐(0) 编辑

2014年8月25日

摘要: 链接:http://poj.org/problem?id=3122PieTime Limit:1000MSMemory Limit:65536KTotal Submissions:10448Accepted:3694Special JudgeDescriptionMy birthday is com... 阅读全文
posted @ 2014-08-25 15:27 那个人- 阅读(190) 评论(0) 推荐(0) 编辑
 
摘要: 链接:http://poj.org/problem?id=1064Cable masterTime Limit:1000MSMemory Limit:10000KTotal Submissions:23896Accepted:5118DescriptionInhabitants of the Won... 阅读全文
posted @ 2014-08-25 12:55 那个人- 阅读(256) 评论(0) 推荐(0) 编辑

2014年8月24日

摘要: 链接:http://acm.hdu.edu.cn/showproblem.php?pid=2199Can you solve this equation?Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/O... 阅读全文
posted @ 2014-08-24 11:56 那个人- 阅读(259) 评论(0) 推荐(0) 编辑

2014年8月23日

摘要: 链接:http://acm.hdu.edu.cn/showproblem.php?pid=2141Can you find it?Time Limit: 10000/3000 MS (Java/Others)Memory Limit: 32768/10000 K (Java/Others)Total... 阅读全文
posted @ 2014-08-23 16:32 那个人- 阅读(126) 评论(0) 推荐(0) 编辑

2014年8月22日

摘要: 链接:http://poj.org/problem?id=2954TriangleTime Limit:1000MSMemory Limit:65536KTotal Submissions:5043Accepted:2164DescriptionAlattice pointis an ordered... 阅读全文
posted @ 2014-08-22 17:01 那个人- 阅读(220) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 21 下一页