|
Time |
Memory |
| Case 1 |
1 sec |
32 MB |
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.
Tags