{"trustable":true,"sections":[{"title":"","value":{"format":"HTML","content":"\u003cdiv class\u003d\"panel_content\"\u003e\n Alice and Bob are playing a game.\u003cbr\u003eThe game is played on a set of positive integers from 1 to n.\u003cbr\u003eIn one step, the player can choose a positive integer from the set, and erase all of its divisors from the set. If a divisor doesn\u0027t exist it will be ignored.\u003cbr\u003eAlice and Bob choose in turn, the one who cannot choose (current set is empty) loses.\u003cbr\u003eAlice goes first, she wanna know whether she can win. Please judge by outputing \u0027Yes\u0027 or \u0027No\u0027.\n\u003c/div\u003e"}},{"title":"Input","value":{"format":"HTML","content":"There might be multiple test cases, no more than 10. You need to read till the end of input.\u003cbr\u003eFor each test case, a line containing an integer n. ($1 \\leq n \\leq 500$)\u003cbr\u003e"}},{"title":"Output","value":{"format":"HTML","content":"A line for each test case, \u0027Yes\u0027 or \u0027No\u0027.\u003cbr\u003e"}},{"title":"Sample","value":{"format":"HTML","content":"\u003ctable class\u003d\u0027vjudge_sample\u0027\u003e\n\u003cthead\u003e\n \u003ctr\u003e\n \u003cth\u003eInput\u003c/th\u003e\n \u003cth\u003eOutput\u003c/th\u003e\n \u003c/tr\u003e\n\u003c/thead\u003e\n\u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd\u003e\u003cpre\u003e\u003cpre\u003e1\u003c/pre\u003e\u003c/pre\u003e\u003c/td\u003e\n \u003ctd\u003e\u003cpre\u003e\u003cpre\u003eYes\u003c/pre\u003e\u003c/pre\u003e\u003c/td\u003e\n \u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n"}}]}