11 条题解

  • 0
    @ 2024-9-13 20:34:11
    #include<stdio.h>
    #include<iomanip>
    #include<iostream>
    using namespace std;
    
    int main(){
        int a,b;
        cin>>a>>b;
        cout<<fixed<<setprecision(9)<<(double)a/b;
        return 0;
    }
    

    信息

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