Problem1117--求两数的积和

1117: 求两数的积和

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

Description

任意输入两个数A,B,计算出他们的积、和。

Input

输入A,B

Output

输出积,和

Sample Input Copy

5 6

Sample Output Copy

30
11

HINT

【数据规模】a<=10000,b<=10000

Source/Category