15 条题解

  • 0
    @ 2025-2-8 22:05:34

    #include<bits/stdc++.h> using namespace std; int main(){ double a,b,c; cin>>a>>b; c=a/b; printf("%.9f\n",c); return 0; }

    信息

    ID
    2125
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    递交数
    994
    已通过
    579
    上传者