摘要:
written by Li 1 namespace ConsoleApplication3 2 { 3 class Program 4 { 5 public static void findHuiWen(string s) 6 { 7 string tmp = null; 8 for (int i = 0; i < s.Length; i++) 9 {10 for (int j = s.Length - 1; j > i; j--)11 ... 阅读全文
posted @ 2012-07-02 14:39
云翔紫梦
阅读(936)
评论(0)
推荐(0)
浙公网安备 33010602011771号