1212: pt8604 A+B problem

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:70 Solved:11

Description

Input

输入两个数 一个为正整数a,另一个数是浮点数b

Output

输出二者的和

Sample Input Copy

5 4.5

Sample Output Copy

9.5