main = readLn >>= print . rect rect n = h * w where n' = div n 2 h = div n' 2 w = n' - h