#1829. 嘻嘻
嘻嘻
No testdata at current.
Background
Special for beginners, ^_^
Description
Given two integers a and b print the sum.
Format
1<a<b<10
Input
输入两个数a,b。 .
Output
输出a*b+(b-a)
Samples
12 24
300
Limitation
1s, 1024KiB for each test case.