#AT1475. A - Strings

A - Strings

A - Strings

Score : $100$ points

Problem Statement

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:

SS TT

Output

Print the resulting string.


oder atc
atcoder

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


humu humu
humuhumu