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