#include<stdio.h>

#include<math.h>

int main()

{

double a,b;

scanf("%lf%lf",&a,&b);

printf("%.5lf\n",a*sqrt(b));

return 0;

}

相关文章:

  • 2021-05-04
  • 2021-10-22
  • 2022-01-12
  • 2022-12-23
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
猜你喜欢
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
  • 2021-08-22
  • 2021-12-27
相关资源
相似解决方案