摘要: namespace ZXDC; public class ZXDCS{ /// <summary> /// 前n位有多少中心对称数 /// n=1 1 8 0 /// n=2 11 69 96 88 /// </summary> public static void Show() { var zt 阅读全文
posted @ 2023-04-16 22:07 vba是最好的语言 阅读(7) 评论(0) 推荐(0) 编辑
摘要: namespace Binary; public class BinaryTree{ public Node<char> Head{ get; private set; } private string cStr{get;set;} public BinaryTree(string construc 阅读全文
posted @ 2023-04-16 12:44 vba是最好的语言 阅读(30) 评论(0) 推荐(0) 编辑