1669: 【入门】四位数的差

Memory Limit:16 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:4 Solved:4

Description

输入一个四位数,将这个数各位数字倒序合成一个新数,输出原数和新数的差。

Input

一行,一个整数。

Output

一行,一个整数。

Sample Input Copy

4321

Sample Output Copy

3087