摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace di3tishulie 8 { 9 class Program 10 { 11 static lo... 阅读全文
posted @ 2017-09-03 16:00 enych 阅读(1206) 评论(0) 推荐(0) 编辑
摘要: 1 一个for 2 3 static void Main(string[] args) 4 { 5 int x, y, z; 6 for (x = 1; x = 0) 12 { 13 z = 100 - x - y; 14 if (z >= 0) 15 { 16 Console.WriteLine("{0},{1},{2}", x, y, z); 17 } 18 } 19 } 20... 阅读全文
posted @ 2017-09-03 15:41 enych 阅读(241) 评论(0) 推荐(0) 编辑