0x07 基本算法-贪心 E题 在用python提交的时候报了 不通过 您的代码已保存 请检查是否存在语法错误或者数组越界非法访问等情况 case通过率为0.00% 求助牛客的大佬们 class Myclass(object): class Node(object): def __init__(self,father,num,val,avg): self.father=father self.num=num ...