Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
408 阿** 与7无关的数 Python3 通过 31 MS 3372 KB 113 2023-11-17 09:42:26

Tests(5/5):


n=int(input()) sum=0 for i in range(1,n+1): if i%7!=0 and ("7" not in str(i)): sum+=i*i print(sum)


测评信息: