#SDNU1232. A*B Problem

A*B Problem

Description

Calculate a×ba \times b

Format

Input

Input contains multiple test cases. Each test case contains two number aa and bb (0a,b101000)(0 \leq a,b \leq 10^{1000}),

Output

Output a×ba \times b

Samples

12345678987654321 98765432123456789
1219326320073159566072245112635269

#Hints 练习模拟大数乘法