JRE1002.A Small Easy Problem II

JRE1002.A Small Easy Problem II

Background

JRE(JuRuoxandrian Empire)come and garrison in Vijos today,evrybody is so tired.Therefore,Louhc gives a small easy problem to relax our nerves......

Oh,nearly forget to tell, that who uses python/java is an SB (like me).

Description

Given two integers x and y, print the product.

Format

Input

Two integers x and y, satisfying -10^1000 <= x, y <= 10^1000.

Output

One integer, the product of x and y.

Sample 1

Input

123 
500

Output

61500

Limitation

1s, 256MB for each test case.

Source

JRE P1002

信息

难度
9
分类
高精度 点击显示
标签
递交数
4
已通过
1
通过率
25%
上传者