delete pics to save space
This commit is contained in:
13
history_source/ccf 入门篇/U2/2.6.2.cpp
Normal file
13
history_source/ccf 入门篇/U2/2.6.2.cpp
Normal file
@ -0,0 +1,13 @@
|
||||
#include<iostream>
|
||||
#include<cstdio>
|
||||
#include<cmath>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
while(true){
|
||||
double R,X,P;
|
||||
cin>>X>>R>>P;
|
||||
cout<<P<<"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ"<<X*pow(1+R/100.0,P)<<endl;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user