2
1
已采纳
时梓繁
修练者
修练者
double a,s;
double x;
cin>>a>>s;
x=s/a;
x=int(x*10.0+0.5)/10.0;
printf("%.1f",x);
0
0