n = gets.to_i puts (1 .. n / 2).map {|i| 2 * i + 1}.inject(0) {|s, v| s + n - v + 1 }