1 阶数问题 def countlevel(): ''' :return:最小阶梯数 ''' x=7 i=1 flag=0 while i <=100: if(x%2==1)and(x%3==2)and(x%5==4)and(x%6