cook your code here
x, y = int(input()), int(input())
if(x 5==0):
print(y)
y=y-x- 0.50
print(".2f" %(y) )
else:
print(y)
x, y = int(input()), int(input())
if(x 5==0):
print(y)
y=y-x- 0.50
print(".2f" %(y) )
else:
print(y)
x,y=map(int,input().split())
and run again.