
暴力法
文章平均质量分 77
ChasingWaves
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
2014ACM 北京邀请赛 B题
呃。。最多只有40棵树,四重循环暴力求解原创 2014-05-21 11:19:40 · 789 阅读 · 0 评论 -
2014北京邀请赛 B Beautiful Garden
There are n trees planted in lxhgww's garden. You can assume that these trees are planted along the X-axis, and the coordinate of ith tree is xi. But in recent days, lxhgww wants to move some of the原创 2014-05-24 23:10:25 · 754 阅读 · 0 评论 -
hdu 4930 Fighting the Landlords 多校第六场 斗地主纯模拟
//0MS 312K #include #include #include #include #include #include #include #include using namespace std; char a[25]; char b[25]; int pp(char k){ if(k=='T') return 10; else if(k=='J')转载 2014-08-08 11:27:22 · 495 阅读 · 0 评论 -
ZOJ Problem Set - 3768 Continuous Login
Time Limit: 2 Seconds Memory Limit: 131072 KB Special Judge Pierre is recently obsessed with an online game. To encourage users to log in, this game will give users a continuous login reward. The m原创 2014-04-07 14:50:04 · 555 阅读 · 0 评论 -
WOJ 武大校赛 Problem 1537 - A - Stones I
Description Xiaoming took the flight MH370 on March 8, 2014 to China to take the ACM contest in WHU. Unfortunately, when the airplane crossing the ocean, a beam of mystical light suddenly lit up th原创 2014-04-01 21:34:51 · 786 阅读 · 0 评论