题解 | #kiki算数#

kiki算数

https://www.nowcoder.com/practice/bcaf710fb58a44e1b678a890e6e90d7c

public class Program {
    public static void Main() {
        string[] Input = System.Console.ReadLine().Split(" ");

        int Num1 = int.Parse(Input[0]);
        int Num2 = int.Parse(Input[1]);

        int result = Num1 + Num2;
        if (result >= 100)
            result %= 100;

        if (result >= 10 && result / 10 == 0)
            result /= 10;

        System.Console.WriteLine(result);
    }
}

全部评论

相关推荐

07-22 11:35
门头沟学院 Java
谁知道这是为什么吗,有没有懂的佬给讲讲
理智的小饼干又熬夜了:鹅打电话问我参不参加后台提前批,说是有的但还没放官网
点赞 评论 收藏
分享
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务