import sys

str = input().split(' ')

print(len(str[-1]))  #打印输出该列表中从右往左第一个字符串,其下表为-1