Problem3312--【语言基础】字符(串)练习-9x9

3312: 【语言基础】字符(串)练习-9x9

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

Description

给出一个长度为3的字符串,其中,第一个字符是个数字字符,第二个字符是个乘号x,第三个字符是个数字字符。
请打印出字符串中的两个数字的乘积。
例如:
9x9
输出81,因为9*9=81

Sample Input Copy

9x9

Sample Output Copy

81

Source/Category