2 solutions

  • 0
    @ 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; }

    • 0

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

      • 1

      Information

      ID
      4471
      Time
      1000ms
      Memory
      125MiB
      Difficulty
      1
      Tags
      (None)
      # Submissions
      275
      Accepted
      116
      Uploaded By