import sys input=lambda: sys.stdin.readline().rstrip() n,k=map(int,input().split()) print(n/2)