摘要: 1 using System; 2 using System.Collections.Generic; 3 4 namespace ConsoleApplication1 5 { 6 internal class Program 7 { 8 private static void Main(string[] args) 9 {10 while (true)11 {12 var s = Console.ReadLine();13 in... 阅读全文
posted @ 2013-06-07 15:24 魂斗罗II 阅读(388) 评论(0) 推荐(0)