摘要: using System; namespace sy1_3{ class Program{ static void Main(string[] args){ int n = 2;//鸡蛋数量 while (true) { if (n % 2 == 1 && n % 3 == 1 && n % 4 = 阅读全文
posted @ 2021-09-17 15:02 Arisf 阅读(213) 评论(0) 推荐(0)