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