Олимпиадный тренинг

Задача 32951. Number digits - 9


Задача

Темы: Целые числа
Given a three digit number. In it, the first figure on the left was crossed out and attributed to it at the end. Write a program that finds the converted number and its sum with the original number. Print the found sum on the screen according to the sample output from the example.
 
Example
# Input Output
1 256 256+562=818