import sys

def length(b:str):
    print(len(b))

a=length(input())