using System; namespace a { class y { static void Main(string[] args) { Console.WriteLine(Math.Ceiling(decimal.Parse(Console.ReadLine()) / 2)); } } }