3 条题解

  • 0
    @ 2025-1-5 14:38:38
    #include<bits/stdc++.h>
    using namespace std;
    double n;
    int main()
    {
        cin>>n;
        cout<<round(n);
    	return 0;
    }
    

    信息

    ID
    172
    时间
    1000ms
    内存
    64MiB
    难度
    8
    标签
    递交数
    16
    已通过
    8
    上传者