2 solutions

  • 1
    @ 2024-7-15 20:05:58
    #include <bits/stdc++.h>
    using namespace std;
    int main(){
    	double a,b;
    	cin>>a>>b;
    	printf("%.3lf",b/a*100),cout<<"%"; 
    	return 0;
    }
    
    • -1
      @ 2023-10-26 8:35:38

      答案为b/a*100😕

      • 1

      Information

      ID
      6802
      Time
      1000ms
      Memory
      128MiB
      Difficulty
      1
      Tags
      # Submissions
      20
      Accepted
      13
      Uploaded By