
【POJ】
Eagle407
这个作者很懒,什么都没留下…
展开
-
POJ1003---Hangover
Hangover Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 93700 Accepted: 45356 Description How far can you make a stack of cards overhang a table? If you原创 2013-11-11 14:41:52 · 778 阅读 · 0 评论 -
POJ1004---Financial Management
Financial Management Sample Input 100.00 489.12 12454.12 1234.10 823.05 109.20 5.27 1542.25 839.18 83.99 1295.01 1.75 Sample Output $1581.42 题目大意:给出n个数,求这n个数的平均数。 #include原创 2013-11-11 15:03:38 · 863 阅读 · 0 评论 -
POJ1000---A+B Problem
A+B Problem Description Calculate a+b Input Two integer a,b (0 Output Output a+b Sample Input 1 2 Sample Output 3 POJ第一道水题,目的是为做后面的难题增强信心。 #include using namespace std; in原创 2013-11-11 14:07:56 · 984 阅读 · 0 评论