摘要:
static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); //开始的数 int m = int.Parse(Console.ReadLine()); //结束的数 int sun = 0; ... 阅读全文
posted @ 2018-12-14 12:45
天然灰
阅读(318)
评论(0)
推荐(0)
|
摘要:
static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); //开始的数 int m = int.Parse(Console.ReadLine()); //结束的数 int sun = 0; ... 阅读全文
posted @ 2018-12-14 12:45
天然灰
阅读(318)
评论(0)
推荐(0)
摘要:
static void Main(string[] args) { //输出1-100的素数 bool res; int count = 0; for (int i = 1; i < 100; i++) { r... 阅读全文
posted @ 2018-12-14 12:12
天然灰
阅读(460)
评论(0)
推荐(0)
|