#VFMUL. Very Fast Multiplication

    ID: 170 远端评测题 3000ms 1536MiB 尝试: 0 已通过: 0 难度: (无) 上传者: 标签>simple-mathbig-numberskaratsuba

Very Fast Multiplication

本题没有可用的提交语言。

Multiply the given numbers.

Input

n [the number of multiplications <= 101]

l1 l2 [numbers to multiply (at most 300000 decimal digits each)]

Text grouped in [ ] does not appear in the input file.

Output

The results of multiplications.

Example

Input:
5
4 2
123 43
324 342
0 12
9999 12345

Output: 8 5289 110808 0 123437655

</p>

Warning: large Input/Output data, be careful with certain languages