Problem2590--函数模板

2590: 函数模板

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

Description

输入两个数,a和b(整数或者浮点数),求这两个数的和值。

Sample Input Copy

1 
2
1.5
2.5

Sample Output Copy

3
4

Source/Category

函数