Run ID:115429

提交时间:2025-03-30 13:53:26

n=int(input()) for i in range(3,n): if '3' in str (i): print(i end=' ')