2 solutions

  • 1
    @ 2025-7-3 15:30:13
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        double a;
        cin>>a;
        int b=a;
        cout<<b;
        return 0;
    }
    

    Information

    ID
    847
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    155
    Accepted
    76
    Uploaded By