1036 - A*B问题
Time Limit : 1 秒
Memory Limit : 128 MB
计算整数A乘以B。
Input
A B,中间空格隔开。
A、B均为小于10的正整数。
Output
1个整数,为A乘以B的结果
Examples
Input
1 2
Output
2
Input
2 4
Output
8