摘要:
#include<iostream> #include<cstring> using namespace std; int main(){ int n,len,sum,dis[] = {9,3,7},p,q,val; char data[10]; scanf("%d",&n); for(int cn 阅读全文
posted @ 2021-11-29 15:57
智人心
阅读(18)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<cmath> using namespace std; #define PI 3.14159265 int main(){ double V,d,D; while(scanf("%lf%lf",&D,&V)==2&&D){ d = pow(D* 阅读全文
posted @ 2021-11-29 14:37
智人心
阅读(18)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<climits> using namespace std; int main(){ int n,m,c,i,j,result; while(scanf("%d%d%d",&n,&m,&c)==3&&n){ i = n; result = 0; 阅读全文
posted @ 2021-11-29 13:37
智人心
阅读(24)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<cmath> using namespace std; int main(){ int r,m,y; scanf("%d%d%d",&r,&m,&y); double a = pow((100.0+r)/100,y)*m; printf("%. 阅读全文
posted @ 2021-11-29 13:25
智人心
阅读(25)
评论(0)
推荐(0)

浙公网安备 33010602011771号