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

Задача 32950. Number digits - 10


Задача

Темы: Целые числа
Given a three digit number. Get the number obtained by reading its digits from right to left. Display the difference between the original number and the new number. See the output for an example of output.
 
Example
# Input Output
1 256 256-652=-396