Given a 4-digit positive integer a, do the following operation
For example, let a = 1234.
Please print the value of c.
An positive integer a between 1000 and 9999 (contains exactly 4 digits).
Print the value of c.
Note that you need to print ‘\n’ at the end of the output.