Run ID:115428
提交时间:2025-03-30 13:53:08
n = int(input()) for i in range(1,n): if '3' in str(i): print(i,end=' ')