#30830: python 解答


naup96321@apps.ntpc.edu.tw (楊皓宇)

學校 : 臺北市立成功高級中學
編號 : 151862
來源 : [220.136.176.105]
最後登入時間 :
2022-07-30 09:46:13
a012. 10055 - Hashmat the Brave Warrior -- UVa10055 | From: [220.136.194.194] | 發表日期 : 2022-06-15 07:21


while True:
  try:
    s=input()
  except EOFError:
    break
  n=s.split()
  
  print(abs(int(n[0])-int(n[1])))

 
ZeroJudge Forum