taiwan_time = int(input()) usa_time = taiwan_time - 15 if usa_time < 0: usa_time += 24 print(usa_time)