1 solutions

  • 1
    @ 2024-11-13 20:00:04
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	double x;
    	cin>>x;
    	int a=x;
    	cout<<a;
    	return 0;
    }
    
    • 1

    Information

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