IP属地:浙江
string user; string newuser; string password; string newpassword; int ca...
try { Console.WriteLine("*********欢迎进入奖客富翁系统**********************...
int i=0; int a=0;
Console.WriteLine("请输入等腰三角形的行数:"); int a = Convert.ToInt32(Console.ReadL...
Console.WriteLine("请输入直角三角形的行数:"); int a = Convert.ToInt32(Console.ReadL...
Console.WriteLine("请输入直角三角形的行数:"); int a = Convert.ToInt32(Console .Read...
int[] arry = { 1, 3, -1, 5, -2 };
/** * 从键盘上输入10个整数, * 合法值为1,2或3, * 不是这3个数则为非法数字。 * 试编程统计每个整数和非法数字的个数。 * *...