Run ID:95153
提交时间:2024-10-27 08:51:23
n,m=map(int,input().split()) for x in range(1,n+1): if x%m==0: print(x,end=" ")