猫史档案馆


【求助】第七十关结果一样,为什么错了

用户:石山石山查看:8 回复:3 评论:8 创建时间:2018-11-25T19:49:41


center_imagecenter_imagecenter_imagecenter_imagecenter_imagecenter_imagecenter_image

emotion_雷电猴_疑问emotion_雷电猴_疑问emotion_编程猫_溜了溜了


回复

上一页1 页 / 共 1下一页
石山石山

shuru = input().split()
shuru2 = input().split()
shuru3 = input().split()
not0 = []
liehao = 0
for i in shuru:
if (i != '0'):
not0.append(i)
for i in shuru2:
if (i != '0'):
not0.append(i)
for i in shuru3:
if (i != '0'):
not0.append(i)
for i in not0:
if (i in shuru) :
hanghao = 1
liehao = (shuru.index(i) + 1)
print(hanghao,liehao,i)
elif (i in shuru2) :
hanghao = 2
liehao = (shuru2.index(i) + 1)
print(hanghao,liehao,i)
elif (i in shuru3) :
hanghao = 3
liehao = (shuru3.index(i) + 1)
print(hanghao,liehao,i)
else :
pass

点赞0


评论


小企鹅飞小企鹅飞

你68关怎么过的?

点赞0


评论


石山石山

过啦

点赞0


评论