12 条题解

  • -1
    @ 2024-2-22 10:36:46
    #include<bits/stdc++.h>
    using namespace std;
    int tot,x;
    int main(){
    cin >> tot >> x;
    cout << fixed << setprecision(3) << 100.0*x/tot << '%';
    }
    

    信息

    ID
    62
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    (无)
    递交数
    346
    已通过
    197
    上传者