运用for循环判断某个范围内存在哪些质数
摘要:
Console.Write("请输入起始数字:"); int a = int.Parse(Console.ReadLine()); Console.Write("请输入结束数字(必须大于等于起始数字):"); int b = int.Parse(Console.ReadLine()); if (a> 阅读全文
posted @ 2017-09-24 20:36 石婧 阅读(776) 评论(0) 推荐(0)
浙公网安备 33010602011771号