#D1715. Strings

    ID: 1431 Type: Default 2000ms 1073MiB

Strings

Strings

Given are two strings S and T consisting of lowercase English letters. Concatenate T and S in this order, without space in between, and print the resulting string.

Constraints

  • S and T are strings consisting of lowercase English letters.
  • The lengths of S and T are between 1 and 100 (inclusive).

Input

Input is given from Standard Input in the following format:

S T

Output

Print the resulting string.

Examples

Input

oder atc

Output

atcoder

Input

humu humu

Output

humuhumu

inputFormat

Input

Input is given from Standard Input in the following format:

S T

outputFormat

Output

Print the resulting string.

Examples

Input

oder atc

Output

atcoder

Input

humu humu

Output

humuhumu

样例

humu humu
humuhumu