#include <bits/stdc++.h> using namespace std;
int main() { double a, b, s; cin >> a >> b; s = 100 * 1.0 * b / a; cout << fixed << setprecision(3) << s << "%"; return 0; }
使用您的 蒙青创OJ 通用账户