1 条题解

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

    信息

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