11 条题解

  • -1
    @ 2024-2-22 9:25:32

    #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
    标签
    递交数
    609
    已通过
    337
    上传者