1 条题解

  • 0
    @ 2024-11-2 11:39:59
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	double n;
    	int m;
    	scanf("%lf",&n);
    	n+=0.5;
    	m=n;
    	printf("%d",m)
    	return 0;
    }
    
    • 1

    信息

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