#35738: 妳那裡現在幾點了?


108081a1@gm.chihlee.edu.tw (何姿儀)


tw_time = int(input())
us_time = tw_time - 15
if us_time >= 0:
    print(us_time)
else:
    print(us_time + 24)