Problem2121--Print the inverse code

2121: Print the inverse code

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 118  Solved: 2
[Submit] [Status] [Web Board] [Creator:]

Description

Enter an integer and print the inverse code of the integer.

Input

Given a integer n

Output

The inverse code of the integer

Sample Input Copy

-10

Sample Output Copy

11110101

Source/Category

164