模拟
zhyfzy
这个作者很懒,什么都没留下…
展开
-
2014年7月23日比赛题目
UVA 12720 Algorithm of Phil Phil is learning a new algorithm which wasn't taught in his algorithms classes. However, he is not sure whether he implemented it the right way, so he would really appreci原创 2014-07-23 20:19:35 · 471 阅读 · 0 评论 -
LA 6448 Credit Card Payment
【题目】 你的信用卡目前欠M元,每月的汇率是R,每月的利息要四舍五入为小数点后两位,你每月还B元,问多少月能还清。 输入 先是T代表测试数据组数 接下来T行,每行有三个实数,R,M,B每个实数小数点后有两位 输出 每组测试数据输出一行,还清债务的最小月数,如果超过1200月都不能还清,输出“impossible” 【吐槽】 这道题过的好不容易,首先是读题,如果不了原创 2014-07-31 21:52:08 · 306 阅读 · 0 评论