5 solutions

  • 1
    @ 2025-12-6 9:32:24

    #include<bits/stdc++.h> using namespace std; int main() { double x; cin>>x; int t=round(x); cout<<t; return 0; }

    • 1
      @ 2025-9-13 16:18:22
      
      include<bits/stdc++.h>
      using namespace std
      int main()
      {
      	double n;
      	cin>>a;
      	int t=round(n);
      	cout<<"1";
      }
      • 1
        @ 2025-7-3 15:28:16
        #include<bits/stdc++.h>
        using namespace std;
        int main()
        {
            double x;
            cin>>x;
            int t=round(x);
            cout<<t;
            return 0;
        }
        
        • 0
          @ 2025-2-23 16:21:50
          ```cpp
          #include<bits/stdc++.h>
          using namespace std;
          int main()
          {
              double n;
              cin>>n;
              int t=round(n);
              cout<<t;
              return 0;
          }
          
          
          • -2
            @ 2025-9-13 16:16:51
            #include<bits/stdc++.h>
            using namespace std;
            int main()
            {
            	double n;
            	cin>>n;
            	int t=round(n);
            	cout<<t;
            }
            • 1

            Information

            ID
            2295
            Time
            1000ms
            Memory
            256MiB
            Difficulty
            1
            Tags
            (None)
            # Submissions
            99
            Accepted
            62
            Uploaded By