输入借贷金额(浮点数) 、贷款年利率(浮点数)、借贷年数(年数) ,计算复利贷款到期需偿还本息总额(保留到小数点2位)。 复利,也就是利滚利,即将第一年的利息计入第二年的本金。 示例输入输出 Input amount of the loan : 10000 Input term of the loan (years) : 20 Input interest rate of the loan : 0.055 The amount to repay is 29177.57 提交代码和运行结果截屏 不要提交代码