摘要: namespace ConsoleApplication15//推箱子本质就是变量的相互替换,3个变量的循环赋值{ class Program { static void Main(string[] args) { ... 阅读全文
posted @ 2015-04-07 15:32 Yusarin 阅读(1550) 评论(0) 推荐(0)
摘要: namespace ConsoleApplication18{ class Program { static void Main(string[] args) { ArrayList al = new ArrayList(); ... 阅读全文
posted @ 2015-04-07 15:31 Yusarin 阅读(174) 评论(0) 推荐(0)
摘要: namespace ConsoleApplication1{ class Program { static void Main(string[] args) { int count = 0; Console.Writ... 阅读全文
posted @ 2015-04-07 15:30 Yusarin 阅读(252) 评论(0) 推荐(0)