n = gets.to_i if n < 4 puts 0 else m = n/2 m /= 2.0 a = m.floor b = m.ceil p a*b end