You are given a number and a digit. Write a program that adds the digit to the end of the number.
The first line contains a natural number n(1≤n≤109).
The second line contains a digit d(0≤d<10).
The solution of the problem in a single line.
123 4
1234
5 0
50
Login to be able to submit.