#include<stdio.h>

#include<stdlib.h> main()

{

double a,b;                       scanf("%lf%lf",&a,&b); printf("%.5lf\n",a/b);

return 0 ;

}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
  • 2021-07-11
  • 2022-01-14
  • 2021-06-15
  • 2021-11-09
猜你喜欢
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2021-05-04
  • 2021-08-25
  • 2021-10-05
  • 2021-07-08
相关资源
相似解决方案