摘要: 因为一定是a私有+share bpri+share,把两个链接之后,要不就直接碰到share,要不就在遍历过 #include <iostream> // 链表节点结构定义 struct ListNode { int val; ListNode *next; ListNode(int x) : va 阅读全文