1 条题解

  • 1
    @ 2023-10-22 12:16:21
    #include <bits/stdc++.h>
    using namespace std;
    int main()
    {
        double t;
        int c;
        cin>>t>>c;
        printf("%.3f",t/(double)(c));
        cout<<endl<<c*2<<endl;
        return 0;
    }
    
    • 1

    信息

    ID
    4628
    时间
    1000ms
    内存
    125MiB
    难度
    1
    标签
    (无)
    递交数
    21
    已通过
    12
    上传者