题解 | #取近似值#

取近似值

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);
        }
    }
}
全部评论

相关推荐

头像
11-09 12:17
清华大学 C++
out11Man:小丑罢了,不用理会
点赞 评论 收藏
分享
感性的干饭人在线蹲牛友:🐮 应该是在嘉定这边叭,禾赛大楼挺好看的
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务