15 条题解

  • 1
    @ 2026-5-23 16:07:41

    #include #include using namespace std; int main () { int a,b; cin >> a >> b; cout << fixed << setprecision (3) << (double)b/a*100 << "%"; return 0; }

    信息

    ID
    829
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    1171
    已通过
    556
    上传者