#35616: answer


1452945-9@g.puiching.edu.mo (sandy koya)

學校 : 不指定學校
編號 : 188268
來源 : [27.109.238.197]
最後登入時間 :
2023-07-23 11:53:37
k721. 肥余歷險記---(數學城2) -- 肥余 | From: [27.109.232.229] | 發表日期 : 2023-06-08 20:19

while True:
    try:
        a = list(map(int,input().split()))
        b = a[0]
        c = a[1]
        if c > b:
            print("能")
        else:
            print("不能")
    except:
        break

 
ZeroJudge Forum