c#题解 | #赢的次数#

大家一起加油啊!题解代码附下

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
public class Program {
    public static void Main() {
        
            //设置变量保存分数
            int score;
            //异常捕获,排除错误字符
         a: try
            {
                 score = Convert.ToInt32(Console.ReadLine());
            }
            catch (Exception)
            {
                //输入不合法字符时,跳回重新输入
                goto a;
            }

            //判断的分数的奇偶
            if (score % 2 == 0)
            {
                //基数时
                Console.WriteLine((int)score / 2);
            }
            else
            {
                //偶数时
                Console.WriteLine((int)score / 2 + " " + ((int)score / 2 + 1));
            }
   }
}

alt alt

全部评论
有帮助谢谢
1 回复 分享
发布于 2022-03-28 15:29

相关推荐

比亚迪汽车新技术研究院 硬件工程师 总包21左右 硕士
点赞 评论 收藏
分享
11-18 09:44
Java
小白也想要offer:简历别放洋屁,搞不还还放错了,当然你投外企除外,以上纯属个人观点
点赞 评论 收藏
分享
威猛的小饼干正在背八股:挂到根本不想整理
点赞 评论 收藏
分享
12 1 评论
分享
牛客网
牛客企业服务