LASTDIG - The last digit


Nestor was doing the work of his math class about three days but he is tired of make operations a lot and he should deliver his task tomorrow. His math’s teacher gives him two numbers a and b. The problem consist of finding the last digit of the potency of base a and index b. Help Nestor with his problem. You are given two integer numbers: the base a (0 <= a <= 20) and the index b (0 <= b <= 2,147,483,000), a and b both are not 0. You have to find the last digit of ab.

Input

The first line of input contains an integer t, the number of test cases (t <= 30). t test cases follow. For each test case will appear a and b separated by space.

Output

For each test case output an integer per line representing the result.

Example

Input:
2
3 10
6 2

Output: 9 6

hide comments
Vivek Vardhan: 2012-09-14 17:36:48

i think, in this problem 0^0=1, and in LASTDIG2 0^0=0

Aditya Muttur: 2012-09-14 17:36:48

Every thing is right. every test case, every comment test case, everything.
@Jose Daniel Rodríguez Morales, pls give me ur most complicated test case.
but i am sure even that is right....

rifky alif: 2012-09-14 17:36:48

crap.. why is this problem has a limit size of file to submit (700 bytes) ? my file that only 1kb can't be submitted !

Last edit: 2011-11-09 07:31:22
Rishabh Raj: 2012-09-14 17:36:48

need to know some test cases.., mine is correct i.e 1 for 0^0 and all others i tried.

Nnavneetsinha: 2012-09-14 17:36:48

do forget to try
0 0

Arvind: 2012-09-14 17:36:48

nice prob..

hammad awan: 2012-09-14 17:36:48

can i get your email adress Numerix?????

Boopathi Rajaa: 2012-09-14 17:36:48

@kusum
try these
9 0
0 9
0 0

kusum : 2012-09-14 17:36:48

can someone please post some strong test cases...I keep getting WA

Robin Lee: 2012-09-14 17:36:48

Note: "Last digit of potency" seems to be incorrect, i.e. LDoP of (20^2=400) is 0, not 4.

Last edit: 2011-06-03 16:57:57

Added by:Jose Daniel Rodriguez Morales
Date:2008-12-01
Time limit:1s
Source limit:700B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: GOSU
Resource:Own