2 条题解

  • 0
    @ 2025-4-18 21:10:51

    #include<bits/stdc++.h> using namespace std; int main() { int t,x; cin>>t>>x; cout<<fixed<<setprecision(3)<<100.0*x/t<<'%'; }

    • 0
      @ 2024-10-19 12:02:08
      #include<bits/stdc++.h>
      using namespace std;
      int main()
      {
      	int t,x;
      	cin>>t>>x;
      	cout<<fixed<<setprecision(3)<<100.0*x/t<<'%';
      }
      
      • 1

      信息

      ID
      439
      时间
      1000ms
      内存
      128MiB
      难度
      5
      标签
      递交数
      22
      已通过
      13
      上传者