2 solutions

  • -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;

    Information

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