x=int(input())
y=int(input())
z=int(input())
rb=0
for n in range(y,z+1):
if n%x==0:
rb+=n
print(rb)
Hi friends....
In this blog I'm going to give answer for daily test skillrack program, daily challenges and kick start programs and give some coding techniques.
It'll be helpful for u sure and make it usefull
Learn More →
0 Comments