import sys input = sys.stdin.readline from collections import * N, K = map(int, input().split()) print(N/2)