摘要: 刚才在网上看到一个题目:4.有一个字符串 "I am a good man",设计一个函数,返回 "man good a am I"。我写了一段代码,未经优化,。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace ConsoleApplication1 7 { 8 class Program 9 {10 static void Main(string[] args)11 {12 ... 阅读全文
posted @ 2013-04-21 22:59 ha666 阅读(2179) 评论(0) 推荐(0) 编辑
ha666@ha666.com