1 条题解

  • 0
    @ 2025-4-4 20:19:39
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        double a,b;
        cin>>a>>b;
        printf("%.4lf",double(b/a*100));
        return 0;
    }
    
    • 1

    信息

    ID
    556
    时间
    1000ms
    内存
    64MiB
    难度
    3
    标签
    递交数
    57
    已通过
    31
    上传者