提交时间:2024-03-24 12:54:32

运行 ID: 43965

#include<bits/stdc++.h> using namespace std; int main() { int f,a; cin>>f>>a; cout<<fixed<<setprecision(3)<<a*1.0/f*100<<'%'; return 0; }