编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#525 #995. 盲僧伤害? Wrong Answer 0 33 ms 2808 K Python 3 / 207 B t330034057 2023-10-15 14:53:00
for i in range (12345678,98765433):
    s=str(i)
    s1=s.split()
    if s1.find('3') and s1.find('4') and s1.find('9') and s1.find('6'):
        count += 0
    else :
        count += 1
print (count)
子任务 #1
Wrong Answer
得分:0
测试点 #1
Wrong Answer
得分:0
用时:33 ms
内存:2808 KiB

输入文件(2.in

114514

答案文件(2.out

85948680

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 4, in <module>
    if s1.find('3') and s1.find('4') and s1.find('9') and s1.find('6'):
AttributeError: 'list' object has no attribute 'find'

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1