5 条题解

  • 0
    @ 2026-8-18 15:48:06

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

    int main() { int n; cin >> n; double s = 0; int a[105]; for (int i = 0; i < n; i++) { cin >> a[i]; s = s + a[i]; } if (s >= 100) { cout << fixed << setprecision(2) << 100 + (s - 100) * 0.9; } else {

    	cout << fixed << setprecision(2) << s;
    }
    return 0;
    

    }

    • 0
      @ 2026-8-8 11:32:21

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

      int main() { cout << "see" << " "; cout << "ti" << " "; cout << "jie" << " "; cout << "de" << " "; cout << "is" << " "; cout << "big" << " "; cout << "bi" << " "; cout << "ga" << " "; return 0; }

      • -1
        @ 2026-8-8 14:03:59

        谁全考零分谁是Gay

        • -1
          @ 2026-8-8 11:33:13

          运行有惊喜

        • -1
          @ 2026-8-8 11:29:51

          你每次 没吧补偿款吃从GV某楼盘参考

          • 1

          信息

          ID
          30151
          时间
          1000ms
          内存
          256MiB
          难度
          5
          标签
          递交数
          136
          已通过
          50
          上传者