提交时间:2024-03-23 17:19:07
运行 ID: 43897
#include<bits/stdc++.h> using namespace std; int main(){ double q,s; cin>>q>>s; cout<<fixed<<setprecision(3)<<s*100.0/q<<"%"; }