题解 2807: 银行利息

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

适合新手的题解

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double b;i……

2807: C++解题

摘要:解题思路:注意事项:参考代码:#include<iostream> #include<iomanip> #include<cmath> using namespace std; int mai……

简单又实用

```cpp#include#include//包含cmath头文件来使用pow函数usingnamespacestd;intmain(){intR,M,Y;cin>>R>>M>>Y;doublefinal_value=M*pow(1+R/100.0,Y);cout