a = int(input()) res = 0 if a >= 15: res = a - 7 else: res = -1 print(res)