#include<cstdio>
using namespace std;
int main()
{
    double a,b;
    scanf("%lf%lf",&a,&b);
    printf("%.9lf",a/b);
    return 0;
}

 

posted on 2022-05-12 19:39  禹城我的家  阅读(92)  评论(0)    收藏  举报