#41294: python


suyueh (suyueh)

學校 : 不指定學校
編號 : 272111
來源 : [125.229.229.84]
最後登入時間 :
2024-10-08 20:11:09
a095. 麥哲倫的陰謀 -- 2011 TOI 培訓內容 | From: [125.229.229.84] | 發表日期 : 2024-07-16 15:20

while True:
    try:
        a,b=map(int,input().split())
        if a==b:
            print(b)
        else:
            print(b+1)
    except:
        break
 
ZeroJudge Forum