3 条题解

  • 1
    @ 2026-8-24 10:35:02
    #include<bits/stdc++.h> 
    using namespace std; 
    int main() { 
        double x;  
        cin >> x; 
        cout << fixed << setprecision(3) << x; 
        return 0; 
    }
    
    • 0
      @ 2026-2-5 21:14:26

      #include<bits/stdc++.h> using namespace std; int main() { double x; int x; cin >> x; ; cout << fixed << setprecision(3) << x; return 0; }

      • -1
        @ 2026-4-24 22:21:37

        gay

        • 1

        信息

        ID
        355
        时间
        1000ms
        内存
        64MiB
        难度
        2
        标签
        递交数
        23
        已通过
        20
        上传者