9124 - Power   

Description

Compute ab for the given integers a and b.

Input

The first line of input contains a positive integer t (t <= 100), which indicates the number of test cases.  For each case, there are two positive integers a, b in a line (a ,b < 250).

Output

For each test case, output in a single line.

Sample Input  Download

Sample Output  Download

Tags




Discuss