Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
86851 丁俊杰 含有3的所有数 Python3 Accepted 37 MS 3796 KB 96 2024-07-28 16:16:20

Tests(10/10):


Code:

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