#2646: no more if


1752786-4@g.puiching.edu.mo (林敬晉P5A08(JalenLam_progamer)(IQ...)

School : Pui Ching Middle School
ID : 3260
IP address : [192.168.120.33]
Last Login :
2025-06-05 11:37:15
a034. 我愛偶數 | From: [192.168.120.33] | Post Date : 2025-06-18 10:16

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

summ=0

for i in range(a[0]+a[0]%2,a[1]+1,2):

    summ+=1

print(summ)

 
#2647: Re:no more if


1752786-4@g.puiching.edu.mo (林敬晉P5A08(JalenLam_progamer)(IQ...)

School : Pui Ching Middle School
ID : 3260
IP address : [192.168.120.33]
Last Login :
2025-06-05 11:37:15
a034. 我愛偶數 | From: [192.168.120.33] | Post Date : 2025-06-18 10:17

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

summ=0

for i in range(a[0]+a[0]%2,a[1]+1,2):

    summ+=1

print(summ)


too ez, too simple

 
ZeroJudge Forum