Type: Default 1000ms 256MiB

a×b问题

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

问题描述

输入两个数ab,输出他们的乘积。

格式

输入

两个数,ab

Output

一个数,a×b的积,保证输出在int范围内。

样例

345 123
42435
222 111
24642