Problem4481--scanf / printf 输入输出两个浮点数

4481: scanf / printf 输入输出两个浮点数

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

Description

使用 scanf / printf 来求解

输入两个浮点数 a ,b,

颠倒输出两个整数,使用空格隔开


如果输入 10.5 2.1

那么会输出 2.1 10.5

Sample Input Copy

10.5 2.1

Sample Output Copy

2.1 10.5

Source/Category