1 条题解

  • 1
    @ 2026-8-18 15:41:00

    #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; }

    • 1

    信息

    ID
    11919
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    144
    已通过
    66
    上传者