14 条题解

  • 0
    @ 2025-12-13 21:09:38
    #include<cstdio>
    #include<cctype>
    #include<string.h>
    #include<math.h>
    #include<cmath>
    #include<algorithm>
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	long long a,b;
    	cin>>a>>b;
    	double jl=(double)b*100/a;
    	cout<< fixed<<setprecision(3)<<jl<<"%";
    	return 0;
    }
    
    
    

    信息

    ID
    829
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    1077
    已通过
    513
    上传者