
练习
文章平均质量分 81
linheyangfan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Substrings
SubstringsTime Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other)Total Submission(s) : 10 Accepted Submission(s)转载 2011-07-18 00:47:05 · 500 阅读 · 0 评论 -
Surround the Trees
#include#includeusing namespace std;struct Point{ double x, y;};const int MAXN=105;Point p[MAXN]; //存放所有的点Point result[MAXN]; //存放凸原创 2011-07-18 02:28:11 · 318 阅读 · 0 评论 -
改革春风出满地= =#
杭电= =…… 如题……#include #include #include #include #include #include #include #include #include using namespace std;int main(){ int n;原创 2011-07-18 01:38:48 · 724 阅读 · 0 评论 -
Calling Extraterrestrial Intelligence Again
Calling Extraterrestrial Intelligence AgainTime Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other)Total Submission(原创 2011-07-18 01:32:48 · 289 阅读 · 0 评论 -
POj-2348-Euclid's Game-博弈
Two players, Stan and Ollie, play, starting with two natural numbers. Stan, the first player, subtracts any positive multiple of the lesser原创 2011-08-23 21:45:07 · 601 阅读 · 0 评论 -
2234-Matches Game-博弈
Description Here is a simple game. In this game, there are several piles of matches and two players. The two player play in turn. In each原创 2011-08-23 22:23:33 · 319 阅读 · 0 评论