摘要:class Program { static void Main(string[] args) { List<int> c = new List<int>() { 1, 2, 3, 4, 5 }; c.Sort(); var result = getNumber(c, 27423536); Cons
阅读全文
随笔分类 - Algorithms
摘要:class Program { static void Main(string[] args) { getPairs(3, 0, 0, 1, ""); Console.ReadKey(); } private static void getPairs(int close, ...
阅读全文
摘要:class Program { static void Main(string[] args) { string testStr = "sdfadfdsfadfdsfsdf"; int length = testStr.Length; while (length > 1) ...
阅读全文
浙公网安备 33010602011771号