-->
当前位置:首页 > 题库

PROGRAMMING:Refining of Wulin alliance leader

Luz5年前 (2021-05-10)题库477
At 18:30 on December 3, 2017, it is a moment that can never be forgotten for Wangzai. Because he got a martial arts secret book, C language programming Tan Haoqiang fourth edition, by some chance. On the first page, there are only two lines of verse. After reading the introduction, we know that if we want to become a Wulin alliance leader, we must adjust these two lines of verse according to the requirements in order to understand the great mystery. The rule is to arrange the first line of two lines of verse in positive order and the second line in reverse order. But Wang Tsai disdained to do this topic, so he decided to let the lovely primary school younger brother, primary school younger sister Bang Bang busy~~~
###Input format:
There are multiple groups of input data. Enter two lines of string at a time.
###Output format:
Output two lines of string at one time. The first line is the positive order output of the first line of the original text, and the second line is the reverse order output of the second line of the original text.
###Input example:
Here is a set of inputs. For example:
```in
asfsfsga
yjtnrtjrerhgrhrtjuynj
```
###Output example:
The corresponding output is given here. For example:
```out
aaffgsss
yyutttrrrrrnnjjjjhhge
```







answer:If there is no answer, please comment