#import main() { int N; scanf("%d",&N); printf("%d\n",(N%2)?N/2:N); }