240 发简信
IP属地:浙江
  • 期中3

    Console.WriteLine("请选择您的游戏类型:"); Console.WriteLine(@" 1.牌类 2.休闲竞技类"); tr...

  • 期中2

    int n = 1; double count = 0; do { Console.Write("您正在玩第{0}局,成绩为:", n); st...

  • 期中1

    Console.WriteLine("欢迎进入魔法师迷你游戏平台"); Console.WriteLine("请选择您喜爱的游戏:"); Con...

  • 2018-12-27作业4

    for (int i = 1; i <= 3; i++) { Console.WriteLine("qingshurumima"); strin...

  • 2018-12-27作业3

    Console.WriteLine("个人信息"); Console.WriteLine("yhm"); string a = Console....

  • 2018-12-27作业2

    using System; using System.Collections.Generic; using System.Linq; using...

  • 2018-11-14作业3

    string strNumber = ""; int max = 0; //用来存储最大值 while (strNumber != "end")...

  • 2018-11-14作业2

    do { Console.WriteLine("请输入数字"); strNumber = Console.ReadLine(); if (str...

  • 2018-11-14作业1

    Console.WriteLine("请输入用户名"); name = Console.ReadLine(); Console.WriteLin...