1 条题解

  • 0
    @ 2026-2-4 20:18:37

    #include<bits/stdc++.h> using namespace std; int main() { int tot,x; cin>>tot>>x; double y; y=x*100.0/tot; cout<<fixed<<setprecision(3)<<y<<"%"; return 0; }

    • 1

    信息

    ID
    604
    时间
    1000ms
    内存
    128MiB
    难度
    6
    标签
    递交数
    20
    已通过
    12
    上传者