#272. nonStart

nonStart

Background

Description

Given 2 strings, return their concatenation, except omit the first char of each. The strings will be at least length 1.

Format

Input

Output

Samples

Hello" "There
"ellohere"
java" "code
"avaode"
shotl" "java
"hotlava"

Limitation

1s, 1024KiB for each test case.