python不行的孩子——吴颖俊2025-04-12 16:30:37发布于:浙江1阅读0回复0点赞a,b,c = map(int,input().split()) num = [] for i in range(1000 , 10000): if i % a ==0 and (i+1) % b == 0 and (i+2) % c == 0 : num.append(i) if num: print(max(num)) else: print('Impossible') 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个