提交 ac0371e6 编写于 作者: 幻灰龙's avatar 幻灰龙

Merge branch 'master' into 'master'

fix: 优化提前还款的问题描述

See merge request !8
......@@ -7,16 +7,16 @@
小明每月可支配还款额为3000元。不考虑存款的其它收益,计算不同还款方案最终利息支出总额
## 输入描述
输入还款月份和金额,最多3次。如[[10, 10000], [20, 10000]]即10月提前还款10000,20月提前还款10000,总共还款2次.
输入还款月份和金额,月份和金额之间用空格,二者都是正整数。如10月提前还款10000,20月提前还款10000,则输入:10 10000 20 10000
## 输出描述
输出最终利息总额
输出最终利息总额,四舍五入保留2位小数
## 输入样例
[[20, 60000]]
20 6000
## 输出样例
3590
3590.00
## 提示
1. 月数为1-36的正整数,金额为正整数
......
[[20, 60000]]
\ No newline at end of file
20 60000
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册