3 条题解

  • 1
    @ 2025-2-14 17:57:27
    #include<bits/stdc++.h>
    #define yy return 0;
    using namespace std;
    double a;
    int main(){cin>>a;cout<<fixed<<setprecision(3)<<a;yy}
    • -1
      @ 2024-12-10 13:01:00

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

      • -1

        话不多说,开写。 #include<bits/stdc++.h> using namespace std; float a; int main(){ cin>>a; cout<<fixed<<setprecision(3)<<a; return 0; }

        • 1

        信息

        ID
        4471
        时间
        1000ms
        内存
        512MiB
        难度
        1
        标签
        (无)
        递交数
        282
        已通过
        123
        上传者