1 条题解

  • 0
    @ 2026-4-12 16:31:52

    #include <bits/stdc++.h> using namespace std; int main() { int a, b, c; cin >> a >> b >> c; int total = a * 20 / 100 + b * 30 / 100 + c * 50 / 100; cout << total << endl; return 0; }

    • 1

    信息

    ID
    383
    时间
    1000ms
    内存
    64MiB
    难度
    1
    标签
    递交数
    62
    已通过
    42
    上传者