VECTAR11 - Game of Squares
Changu and Mangu are playing a game. They are given a number n. They make moves in turn, Changu playing first. Each move consists of subtracting a perfect square(not less than 1) from the number, the player who faces 0 loses. You are given a number n, you have to find out whether Changu can win the game, if both Changu and Mangu play optimally.
Input
The first line contains T (not more than 10^5), the number of test cases. The next T lines contain a number n (not more than 10^6).
Output
For each test case output "Win" if Changu can win the game, if he plays optimally or else print "Lose"
Example
Input: 3 1 2 3 Output: Win Lose Win
hide comments
aditya730:
2016-07-14 14:40:03
is an O(n) solution possible?
|
|
pranav_arora:
2016-07-14 06:10:15
@author: Is my solution the intended one? How can one optimise it to 0.10 sec? :/
|
|
lalit_nit:
2016-07-12 14:02:56
For eg
|
Added by: | Piyush Kumar |
Date: | 2016-07-12 |
Time limit: | 0.5s-1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: ASM64 GOSU JS-MONKEY |