a = input() array = list(map(int, a)) b = str(sum(array)) array = list(map(int, b)) c = sum(array) print(c)