1 条题解

  • 0
    @ 2023-3-12 10:15:41
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        double n,m;
        cin>>n>>m;
        std::cout << std::fixed << std::setprecision(2) << n/m << std::endl;
    }
    

    信息

    ID
    516
    时间
    1000ms
    内存
    256MiB
    难度
    3
    标签
    递交数
    13
    已通过
    4
    上传者