inputer = input() inputer_s = inputer.split(" ") n_num = int(inputer_s[0]) print(n_num/2)