import sys

a = int(input())

b = a * 1024 * 1024

count = b // 4

print(count)