//只能说审题,然后逻辑思考很重要了,其实最后理解就是:2个空瓶就能换一瓶
let str;
while(str = readline()){
  console.log(Math.floor(parseInt(str)/2))
}