#下面這一段用一個txt來保存input的信息來模擬input.最後提交代碼時候刪除這一段便可. a9999=open('1.txt','r') def input(): return a9999.readline() #結束.