#38276: py


11035093@mail.hpsh.tp.edu.tw (ಥ⁠‿⁠ಥ)

學校 : 臺北市立和平高級中學
編號 : 165163
來源 : [203.72.60.216]
最後登入時間 :
2023-12-21 11:22:33
d490. 我也愛偶數 -- 板橋高中教學題 | From: [114.34.52.253] | 發表日期 : 2023-11-09 02:44

a,b=map(int,input().split())
if (a % 2==1):a=a + (a % 2)
if (b % 2==1):b=b - (b % 2)
print(int((a+b)*(((b - a) // 2) + 1)/2))
 
ZeroJudge Forum