1 solutions

  • 0
    @ 2023-8-3 14:08:49
    #include <bits/stdc++.h>
    using namespace std;
    
    int main()
    {
        float a=0;
        cin>>a;
        int c=a;
        cout<<c;
        return 0;
    }
    

    Information

    ID
    548
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    4
    Tags
    # Submissions
    97
    Accepted
    37
    Uploaded By