d = input() w = d/4 h = d/4 + (1 if (d%4)>1 else 0) print w*h