#24: 有答案喔呵呵


[email protected] (Brandon Shen)

學校 : 不指定學校
編號 : 7
來源 : []
最後登入時間 :
2025-07-07 14:02:46
b163. 追殺比爾 -- Green Judge | From: [162.158.243.78] | 發表日期 : 2025-07-08 00:20

f = False
for i in range(3):  # 三行輸入
    n = input().split()
    if "BILL" in n:
        print(i + 1, n.index("BILL") + 1)
        f = True
        break
if not f:
    print("NO")

 
ZeroJudge Forum