import sys input=lambda:sys.stdin.readline().rstrip() print((len(input())+1)//2)