HUBULLU - Hubulullu

no tags 

After duelling in quake (a multiplayer game), Airborne and Pagfloyd decide do test themselves out in another game called Hubulullu. The rules of the game are as follows:

N wooden pieces (marked with numbers 1 to N) are placed in a transparent bottle. On his turn the first player takes out some piece (numbered x) and all the pieces numbered by divisors of x that are present in the transparent bottle. The second player picks another number and removes it and its divisors as well. Play continues in an alternating fashion until all pieces have been removed from the bottle. The player who removes the last piece from the bottle wins the game.

Both players play optimally. Given N (the number of wooden pieces in the transparent bottle initially) and the name of the player who starts the game, determine the winner.

Input

The first line of the input contains an integer t, the number of test cases. t test cases follow.

Each test case consists of a single line containing two integers separated by a single space. The first integer is N (1 <= N <= 2000000000), indicating the number of pieces, and the second integer indicates the player who starts - "0" means Airborne starts the game and "1" means Pagfloyd starts the game (quotes for clarity).

Output

For each test case output one line containing either "Airborne wins." or "Pagfloyd wins."

For each N, it's possible to determine a winner if both players play optimally.

Example

Input:
1
1 0

Output:
Airborne wins.

hide comments
ayushagg31: 2017-01-31 15:13:50

full on bakwass.. one who played first will win also. Waste of time

splashishkumar: 2017-01-30 12:01:40

it's a joke for a coder...no logic

scorpion_ajay: 2017-01-13 19:51:40

amazed, but was once terrified hihi :p
AC in 2nd Go :0

imperfectboy: 2017-01-09 15:45:25

only observation is required !! AC in one go :D

coder_with_a_h: 2017-01-02 08:27:31

mtlb kuch bh !!!!

aronzx: 2017-01-01 17:25:13

WTF! is all I an say. AC in one GO! XD

Last edit: 2017-01-01 17:25:25
vunnamtej: 2016-12-30 10:39:36

my 50th problem and 200th submission ac

Last edit: 2016-12-30 10:40:20
a1796: 2016-12-28 20:10:49

hutiyapa logic ....!! :D

raghvendra_2: 2016-12-11 19:39:16

problem that can easily threatened you initially

Last edit: 2016-12-11 19:39:52
tni_mdixit: 2016-12-08 19:26:21

what was that? :P i was like brain fucked for half an hour and then i came up with the logic.


Added by:Matthew Reeder
Date:2006-10-29
Time limit:1.787s
Source limit:30000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ERL JS-RHINO NODEJS PERL6 VB.NET
Resource:Al-Khawarizm 2006