#規則性より。 N = input() if N % 2 == 0: print N/2 else: print N