1 条题解

  • 0
    @ 2026-8-4 11:38:27

    #include <bits/stdc++.h> using namespace std;

    int main() { int a; cin >> a; if (a <= 20) { cout << fixed << setprecision(2) << a * 1.68; } else cout << fixed << setprecision(2) << a * 1.98; return 0; }

    信息

    ID
    582
    时间
    1000ms
    内存
    64MiB
    难度
    5
    标签
    递交数
    526
    已通过
    185
    上传者