fork(2) download
  1. x=input()
  2. print(int(x)+sum(map(int, list(x)))+len(x))
Success #stdin #stdout 0.02s 9984KB
stdin
99
stdout
119