# Arup Guha
# 2/4/2023
# Solution to 2023 NAQ Problem: Metronome

# Like our easy high school problems!
n = int(input())
print(n/4)
