n, k = map(int, input().split()) ans = n / 2 print(ans)