猜测数字的小游戏
c# class Program { static void Main(string[] args) { Random ram = new Random(); int guess = ram.Next(0, 101); int temp = 0; int i=1; while (true) { try { C
下载地址
用户评论