#P1030. 交换数位

交换数位

Description

Enter one number, please swap two digits and output it.

Input Format

one integer.

Output Format

one integer.

12
21
78
87

Limit and hint

For 100%100\% testcases, n101 n\leq10^1.