2 solutions

  • 2
    @ 2025-9-7 17:05:49

    int main() { double n; cin >> n; cout << round(n);

    • -3
      @ 2025-9-7 17:04:12

      #include <bits/stdc++.h> using namespace std;

      int main() { double n; cin >> n; cout << round(n);

      return 0;

      • 1

      Information

      ID
      286
      Time
      1000ms
      Memory
      64MiB
      Difficulty
      1
      Tags
      # Submissions
      38
      Accepted
      28
      Uploaded By