240 发简信
IP属地:浙江
  • 120
    (5)

    int renshu = 1; //用于储存人数 Console.WriteLine("请输入用户数量:"); string shul...

  • (4)

    Console.WriteLine("您当前所在页面为 魔法师迷你游戏平台 -> 游戏点击率"); int xuhao=1; //对第×个游戏进行储存 ...

  • 120
    (3)

    int time = 0; //time 表示 游戏时长 int jizhe; //jizhe1 表示 折扣力度 double yx...

  • (2)

    期中作业1.2(游戏晋级) 题目 用户玩游戏,每次玩5局,晋级标准如下 每次玩游戏不足5局,则不能晋级 在5局游戏中,如果80%达到80分以上,则为一级; 如果60%达到80...

  • (1)

    Console.WriteLine("欢迎进入魔法师迷你游戏平台"); Console.WriteLine("请选择你感兴趣的游戏"); Consol...

  • 22

    for (int i = 1; i <= 9; i++) { for (int y = 1; y <= i; y++) { ...

  • 21

    Console.WriteLine("请输入一个数字"); string shu = Console.ReadLine(); int number =...

  • 20

    string shuzi = ""; do { Console.WriteLine("请用户输入数字"); shuzi = C...

  • 19

    string name = ""; string mima = ""; do { Console.WriteLine("请...

  • 17

    {/** * 编写程序,估计一个职员在65岁退休之前能赚到多少钱。 * 用年龄和起始薪水作为输入,并假设职员每年工资增长5%。 * 循环条件:年...

  • 16

    static void Main(string[] args) {/** * 输入班级人数,然后依次输入学员成绩,计算班级学员的平均成绩和总成绩 ...

  • 14

    Console.WriteLine("请输入年份"); string year = Console.ReadLine(); int nianfen =...

  • 13

    Console.WriteLine("请输入你的名字"); string name = Console.ReadLine(); switch (nam...

  • 12

    Console.WriteLine("请输入你的年龄"); string yourage = Console.ReadLine(); int age ...

  • 11

    string username = Console.ReadLine(); Console.WriteLine("请输入密码"); str...

  • 10

    Console.WriteLine("请输入密码"); string mima = Console.ReadLine(); int usermima ...

  • 120
    9

    Console.WriteLine("请输入一个数a"); string a = Console.ReadLine(); int shu1 = Con...

  • 8

    Console.WriteLine("请输入老苏的语文成绩"); string strchinese=Console.ReadLine(); int ...

  • 7

    Console.WriteLine("请用户输入天数"); String Day=Console.ReadLine(); int tianshu = ...