100 #ABC149A. [ABC149A] Strings

[ABC149A] Strings

Score : 100100 points

Problem Statement

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

Constraints

  • SS and TT are strings consisting of lowercase English letters.
  • The lengths of SS and TT are between 11 and 100100 (inclusive).

Input

Input is given from Standard Input in the following format:

SS TT

Output

Print the resulting string.

oder atc
atcoder

When S=S = oder and T=T = atc, concatenating TT and SS in this order results in atcoder.

humu humu
humuhumu