题解 | #取近似值#

取近似值

https://www.nowcoder.com/practice/3ab09737afb645cc82c35d56a5ce802a

using System;
using System.Collections;
class Program
{
    public static void Main(string[] args)
    {
       string str=Console.ReadLine();
        string []str1=str.Split('.');
        string str2=str1[0];
        string str3=str1[1];
        int a=Convert.ToInt32(str2.ToString());
        int b=Convert.ToInt32(str3[0].ToString());
        if(b>=5)
        {
            Console.WriteLine(a+1);
        }
        else
        {
            Console.WriteLine(a);
        }
    }
}
全部评论

相关推荐

我在朝九晚六双休的联想等你:如果我是你,身体素质好我会去参军,然后走士兵计划考研211只需要200多分。
点赞 评论 收藏
分享
不愿透露姓名的神秘牛友
11-27 10:28
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务