编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#1303 #995. 盲僧伤害? Wrong Answer 0 41 ms 2824 K Python 3 / 450 B t330034057 2023-10-15 16:05:09
int(count)
for i in range (12345678,98765433):
    s=str(i)
    for j in range (0,5):
        if s[j]!= '4':
            count += 1
        elif s[j]=='4':
            if '3'not in s[j:6]:
                count += 1
            else:
                if '9'not in s[j+2:7]:
                    count += 1
                else :
                    if '6' not in s[j+3:8]:
                        count += 1
            
print (count)
子任务 #1
Wrong Answer
得分:0
测试点 #1
Wrong Answer
得分:0
用时:41 ms
内存:2824 KiB

输入文件(2.in

114514

答案文件(2.out

85948680

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 1, in <module>
    int(count)
NameError: name 'count' is not defined

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1