4 条题解

  • 2
    @ 2026-5-16 11:05:27

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

    int main() { cout <<"95.87"; return 0; }

    • 0
      @ 2026-8-15 21:12:23

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

      int main() { double a = 2876; double b = 30; cout << fixed << setprecision(2) << a / b; return 0; }

      • 0
        @ 2026-7-8 15:38:55
        #include <bits/stdc++.h>
        using namespace std;
        
        int main() {
        	cout <<"95.87";
        	return 0;
        }
        
        
        • 0
          @ 2026-5-21 21:02:52

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

          int main() {

          cout <<"95.87"; 
          return 0;
          

          }

          • 1

          信息

          ID
          18204
          时间
          1000ms
          内存
          256MiB
          难度
          6
          标签
          (无)
          递交数
          1082
          已通过
          313
          上传者