Run ID:94192

提交时间:2024-10-20 08:39:31

n,m=map(int,input().split()) for x in range(m,n+1): if x%m==0: print(x,end=" ")