10702 - The A×B Problem   

Description

Given two integers a,b, output a×b.

Input

The first line is an integer T, the number of testcases.

For each testcase, there are two integers in a line, a and b.

Output

For each testcase, print the answer in a line.

Sample Input  Download

Sample Output  Download

Tags




Discuss