S = input() ans = 0 for s in S : s = int(s) if not s : ans += 10 else : ans += s print(ans)