2 해설

  • 1
    @ 2025-1-12 18:50:49

    #include<bits/stdc++.h>

    using namespace std;

    int main()

    {

    double x;
    
    cin>>x;
    
    cout<<fixed<<setprecision(3)<<x<<endl;
    
    return 0;
    

    }

    • 0
      @ 2024-4-3 23:44:25

      #include

      #include

      using namespace std;

      int main()

      {

      float x=12.34521;

      cin>>x;cout <<setprecision(3) <<std::fixed<<x <<endl;

      return 0;

      }

      • 1

      정보

      ID
      6836
      시간
      1000ms
      메모리
      512MiB
      난이도
      1
      태그
      제출 기록
      27
      맞았습니다.
      17
      아이디