提交时间:2025-02-10 21:28:13

运行 ID: 308850

#include<bits/stdc++.h> using namespace std; int main() { double x1,x2,a=0,s=0; cin>>x1>>x2; s=x2/x1; cout<<fixed<<setprecision(3)<<s*100<<"%"; return 0; }