c=100000000b=2a=2while(1<c<=100000000): while(b<c): if (c%b==0):break b=b+1 if(b>=c): if(a<c): a=c c=c-1print(a)为什么输出为99999993?
慕标5832272
相关分类