2 条题解

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

    信息

    ID
    286
    时间
    1000ms
    内存
    64MiB
    难度
    1
    标签
    递交数
    48
    已通过
    36
    上传者