1 solutions

  • -1
    @ 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

    Information

    ID
    6836
    Time
    1000ms
    Memory
    125MiB
    Difficulty
    1
    Tags
    # Submissions
    19
    Accepted
    12
    Uploaded By