Problem1199--字符交换

1199: 字符交换

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

从键盘输入两个字符,交换两个变量的值后反序输出。

Input

从键盘任意两个字符。

Output

反序输出两个字符,两个字符之间有一个空格,行末有一个换行符。

Sample Input Copy

a b

Sample Output Copy

b a

Source/Category