2 条题解

  • 0
    @ 2025-10-25 11:28:58

    #include<bits/stdc++.h> using namespace std; int main(){ int a,s,q; cin >> a >> s >> q ; a = a * 0.2 ; s = s * 0.3 ; q = q * 0.5 ; cout << a + s + q ; return 0; }

    • 0
      @ 2025-10-25 11:26:52

      #include<bits/stdc++.h> using namespace std; int main(){ int a,s,q; cin >> a >> s >> q ; a = a * 0.2 ; s = s * 0.3 ; q = q * 0.5 ; cout << a + s + q ; return 0; }

      • 1

      信息

      ID
      383
      时间
      1000ms
      内存
      256MiB
      难度
      3
      标签
      递交数
      180
      已通过
      101
      上传者