摘要:
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... 阅读全文
摘要:
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... 阅读全文