print("".join([str(int(x)+1) for x in list(str(input()))]))
