Competitions
Week 1 Introduction Part 2
Swap the digits in two-digit integer
Given two-digit positive integer. Print the number after swapping its digits.
Input data
One two-digit positive integer n (10 ≤ n ≤ 99).
Output data
Print the number after swapping the digits of n.
Examples
Input example #1
83
Output example #1
38