Ghép số

View as PDF

Points: 100 Time limit: 1.0s Memory limit: 1G Input: stdin Output: stdout

Nhập vào số nguyên dương a và b. Ghép 2 số a, b thành c và in ra theo thứ tự ngược lại.

Input

  • 2 số nguyên dương a, b \((1 \leq a, b \leq 10^4)\).

Output

  • In ra số thỏa mãn đề bài.
Test 1
Input
12 34
Output
4321

Comments

There are no comments at the moment.