#29282: python


tw122385@gmail.com (1223)

學校 : 不指定學校
編號 : 175687
來源 : [163.20.38.251]
最後登入時間 :
2024-02-16 13:38:36
h081. 1. 程式交易 -- 2022年1月APCS | From: [150.117.223.106] | 發表日期 : 2022-02-11 19:20

a,b=map(int,input().split())

c=[int(x) for x in input().split()]

d=0

e=c[0]

f=0

for i in range(1,a):

    if f==0:

        if e<=c[i]-b:

            d=d+c[i]-e

            e=c[i]

            f=1

    else:

        if e>=c[i]+b:

            e=c[i]

            f=0

        

print(d)

 

 
ZeroJudge Forum