摘要: I Think I Need a Houseboat POJ - 1005 解题思路:水题 #include <iostream> #include <cstdio> #include <cmath> using namespace std; int main() { int n; double x 阅读全文
posted @ 2018-05-30 21:41 多一份不为什么的坚持 阅读(146) 评论(0) 推荐(0) 编辑
摘要: Financial Management POJ - 1004 解题思路:水题。 #include <iostream> #include <cstdio> #include <iomanip> #include <cmath> using namespace std; int main() { d 阅读全文
posted @ 2018-05-30 20:57 多一份不为什么的坚持 阅读(88) 评论(0) 推荐(0) 编辑
摘要: How far can you make a stack of cards overhang a table? If you have one card, you can create a maximum overhang of half a card length. (We're assuming 阅读全文
posted @ 2018-05-30 11:43 多一份不为什么的坚持 阅读(157) 评论(0) 推荐(0) 编辑