이게 통과가 안되용..
, 손 유우님이 작성price = map(int, input().split())
coupon = input.split()
if coupon =='cash3000' :
price -=3000
if coupon =='cash5000' :
price -=5000
print(price)
price = map(int, input().split())
coupon = input.split()
if coupon =='cash3000' :
price -=3000
if coupon =='cash5000' :
price -=5000
print(price)