Problem2921--可输入的小数运算

2921: 可输入的小数运算

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

Description

从键盘输入四个小数,求四个小数的和。

Input

四个小数,用空格隔开

Output

一个小数,表示计算的结果。保留小数点后2位。

Sample Input Copy

1.1  2.2  3.3  4.4

Sample Output Copy

11

Source/Category