#28047: Python 寫的有點爛的解法...


712045@st.lths.tc.edu.tw (程式餓靈)

學校 : 嶺東高級中學
編號 : 140198
來源 : [49.213.133.237]
最後登入時間 :
2024-07-22 17:35:19
a095. 麥哲倫的陰謀 -- 2011 TOI 培訓內容 | From: [36.234.155.141] | 發表日期 : 2021-11-11 21:52

while(True):

    try:

        while(True):

            Inp=input()

            InpList=Inp.split(' ')

            if((int(InpList[0])-int(InpList[1]))>0):    

                print(1+int(InpList[1]))

            else:

                print(int(InpList[1]))

    except:

        break

 
ZeroJudge Forum