this code runs successfully but at the time of sumbit it gives me NZEC error . can you help me to rid off from this

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=map(int,input().split())
and run again.