MarkErovani cubes
Vitek has a collection of blocks featuring English letters, both lowercase and uppercase. Recently, his mom gave him a set of blocks with numbers, which helped him quickly learn to count up to 10. However, his dad inadvertently gave him a set of colorful markers, prompting Vitek to experiment with the number blocks: he would color over a number and replace it with the next consecutive number. Since he knows that the number 10 doesn't exist in this context, he would always write the number 0 instead of 10.
Occasionally, Vitek's mom would call him for a meal, leaving him unable to finish his task and write a new number. In such cases, the block would remain blank indefinitely, represented by a space character.
Your task is to assist Vitek by writing a program that updates the blocks according to these rules. Unlike Vitek, you won't be interrupted for meals, so you must complete the task.
Input
A single line containing the symbols as described above. The length of this line will not exceed 255 characters.
Output
A single line representing the result of your program's operation.