摘要:
View Code 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace ConsoleApplication1 7 { 8 class SCAN 9 { 10 11 static void Main(string[] args) 12 { 13 SCAN s = new SCAN(); 14 15 int[] a... 阅读全文
摘要:
View Code 1 class SCAN 2 { 3 4 static void Main(string[] args) 5 { 6 SCAN s = new SCAN(); 7 8 int[] a = { 55, 58, 39, 18, 90, 160, 150, 38, 184 }; 9 int nowway = 100; 10 11 12 int[] high = s.high(nowway, a);//高磁道 13 ... 阅读全文