#include<bits/stdc++.h> using namespace std; int a,b; int main() { cin>>a>>b; printf("%.9lf",a*1.0/b); return 0; }

0 条评论

目前还没有评论...

信息

ID
11
时间
1000ms
内存
256MiB
难度
3
标签
(无)
递交数
141
已通过
75
上传者