摘要:
公司一个同事面试遇到 的算法题,感觉挺有意思的 class Program { abstract class Cup { protected int MaxVolumn { get; set; } protected int Volumn { get; set; } public int Fill( 阅读全文
摘要:
class Program { static void fnnn() { string[] k = new string[] { "x", "y", "z" }; List<Action> list = new List<Action>(); foreach (string i in k) { li 阅读全文