Problem Statement
Alice and Bob are playing a game with some piles of stones. The i-th pile contains pile[i] stones with color color[i].
In a single turn, a player has two options:
- Take a positive number of stones from a single pile.
- Choose a color, and take at least one stone and a total of at most m stones from piles of that color.
You are given the the description of the piles of the stones and the number m. Return the number of subsets of piles such that Alice will win if she starts the game on just that subset of piles. Return this modulo 998244353.
Definition
- Class:
- RainbowNim
- Method:
- countSubsets
- Parameters:
- int[], int[], int
- Returns:
- int
- Method signature:
- int countSubsets(int[] pile, int[] color, int m)
- (be sure your method is public)
Constraints
- n will be between 1 and 250, inclusive.
- pile, color will contain exactly n elements.
- Each element of pile will be between 1 and 250, inclusive.
- Each element of color will be between 1 and 250, inclusive.
- m will be between 1 and 250, inclusive.
Examples
{1, 1}
{1, 1}
2
Returns: 3
In this case, Alice can win with any non-empty subset of the piles. If there is only one pile, Alice can win by taking all the stones in that pile. If both piles are present, she can take 1 stone from each pile.
{1, 1}
{1, 250}
2
Returns: 2
In this case, Alice can't win if both piles are initially present.
{2, 2}
{1, 1}
3
Returns: 2
{250}
{1}
2
Returns: 1
{17,11,5,8,17}
{1,1,2,2,3}
2
Returns: 30
{3,1,4,1,5,9,2,6,5,3,5,8,9,7,9}
{3,2,3,8,4,6,2,6,4,3,3,8,3,2,7}
5
Returns: 30880
{1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}
{1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}
7
Returns: 176322511
{73,236,118,68,152,183,36,124,193,41}
{7,2,3,6,1,2,3,10,10,5}
162
Returns: 1021
{2,8,4,25,7,13,20,10,4,18,4,5,1,18,21,14,1,12,21,12,10,16,9,6,23,12}
{2,4,6,1,1,1,4,1,2,7,4,1,4,6,6,3,3,1,1,2,4,2,1,7,5,5}
131
Returns: 66390528
{179,39,12,121,176,42,55,86,72,18,35,30,250,241,181,219,112,90,15,91,90,192,111,151,57,92,20,208,150,245,155,46,158,198,236,206,73,244,9,88}
{10,3,5,10,8,5,5,3,8,1,3,3,3,4,2,10,4,4,2,6,10,6,7,4,8,3,8,2,2,7,7,8,5,3,10,9,3,2,6,10}
203
Returns: 289657337
{74,226,10,125,28,127,117,187,152,145,103,12,44,67,103,164,219,145,174,243,148,168,231,171,90,11,54,215,213,248,178,119,20}
{3,10,3,2,1,9,5,5,5,1,1,10,1,1,10,7,2,8,9,1,9,10,2,7,10,5,5,8,3,8,3,1,5}
249
Returns: 570425660
{217,150,99,196,17,38,35,44,214,79,60,176,143,120,5,12,222,20,128,35}
{1,28,4,7,8,2,3,15,1,3,3,1,19,19,1,1,8,1,16,14}
243
Returns: 1044480
{69,243,39,7,100,226,30,49,72,244,213,51,161,173,166,198,122,18,238,26,66,138,190,245,116,128,29,35,116,173,118,122,194,177,209,212,54,138,148,44,62,151,86,211,241,225,158,221,2,144}
{5,7,20,12,28,16,15,9,9,6,20,20,11,28,12,26,25,1,27,10,17,28,23,13,24,11,10,9,1,1,20,13,7,12,22,24,14,18,8,30,26,26,18,25,14,15,12,27,6,9}
139
Returns: 703518028
{5,8,2,10,9,10,1,6,8,7,6,8,9,10,5,7,5,10,1,1,10,5}
{28,7,29,11,30,22,23,8,4,15,29,4,25,5,22,11,7,7,24,28,24,17}
5
Returns: 3932160
{4,5,6,10,10,23,17,20,28,19,2,9,16,7,23,6,22,1,15,29,20,28,12,27,19,10,26}
{242,2,208,233,193,47,88,68,104,27,71,75,204,208,93,102,248,189,120,221,209,51,167,125,12,27,4}
184
Returns: 130023424
{21,21,20,26,11,14,23,27,14,16,7,12,8,16,13,8,10,19,7,26,11,6,11,1,8,1}
{1,4,10,3,4,9,7,3,6,10,4,2,7,10,7,10,3,4,4,7,6,6,9,1,7,2}
132
Returns: 66215936
{4,1,1,1,2,2,3,1,2,2,1,2,1,3,1,5,9,2,3,5,1,3,3,7,7,4,7,6,7,1,2,7,7,7,2,5,6,1,1,1,1,1,2,4,8}
{70,37,81,92,183,90,10,18,22,99,58,134,52,187,44,99,69,17,115,202,232,46,164,224,24,69,234,231,189,158,23,59,233,75,204,140,7,210,139,190,60,93,64,215,29}
66
Returns: 360677101
{15,10,8,30,1,2,15,1,11,14,18,20,25,6,16,29,22,30,27,24,17,8,19,10,16,1,11,27,23,7,2,9,17,6,12,28,6,28,25,2,4,15,22,3,15,17,23,21,28,2}
{43,185,121,38,10,148,161,60,155,176,208,69,123,174,154,36,206,40,2,67,45,109,2,237,54,15,88,22,46,44,46,84,207,152,89,234,229,199,169,209,99,192,127,109,235,126,206,4,95,105}
109
Returns: 158277701
{1,26,29,25,7,13,18,16,29,12,10,1,7,1,9,9,6,2,6,15,20,2,4,14,13,24,26,26,6,30,15,1,20,8,21,26,6,8,1,22,15,3,15,19,27,30,4,1,15,4}
{8,23,30,3,19,20,13,5,26,7,14,23,1,13,22,9,19,20,21,13,30,24,30,20,8,27,10,30,8,12,10,8,16,27,26,13,28,9,3,23,5,17,7,30,16,6,27,22,11,20}
49
Returns: 586092394
{1,16,37,61,57,237,177,128,2,20,169,3,1,116,234,5,173,17,102,8,20,15,3,5,6,26,46,1,68,38,16,3,157,2,43,17,63,1,3,3,201,1,5,22,1,17,27,3,4,7}
{209,209,137,165,50,89,240,107,216,202,235,218,217,36,246,236,237,164,135,142,201,156,123,33,132,173,241,156,70,80,33,71,209,212,216,91,210,71,236,30,14,160,163,119,70,213,133,233,10,123}
13
Returns: 284089198
{1,176,53,141,60,120,168,209,137,10,196,139,203,44,38,234,222,246,113,13,140,87,88,180,12,20,28,101,6,68,89,125,23,83,88,65,84,208,224,74,206,197,180,43,137,60,49,179,148,245}
{16,58,78,245,170,118,12,138,161,38,159,34,235,36,218,10,230,162,85,194,165,23,14,103,93,5,8,181,192,49,166,136,47,89,215,139,237,175,62,210,118,248,199,235,51,116,154,203,181,241}
18
Returns: 284089198
{104,11,138,124,217,203,173,10,198,34,248,167,204,51,236,46,146,153,8,203,147,129,186,44,212,221,17,69,210,249,15,184,178,177,105,153,95,238,16,188,192,202,60,90,13,227,185,169,147,142}
{8,9,7,3,1,10,7,2,7,9,5,8,5,10,8,10,4,9,2,2,9,7,3,7,7,6,2,1,10,10,3,7,9,10,4,9,9,3,5,2,7,4,5,5,5,6,3,8,6,6}
8
Returns: 560734503
{2,7,4,11,4,5,1,26,3,9,1,1,5,28,6,3,3,21,2,2,3,5,2,1,8,1,11,1,8,10,8,3,5,15,3,1,26,4,3,5,21,24,14,3,1,2,1,4,3,6}
{155,166,248,204,95,245,36,17,250,59,243,228,8,114,228,103,27,117,2,246,217,161,116,9,95,89,191,163,93,94,34,41,150,214,189,91,99,211,23,218,219,72,142,183,189,73,171,175,74,247}
161
Returns: 812602343
{1,18,28,24,29,9,12,19,21,9,8,11,27,17,13,21,23,6,29,1,14,10,12,19,10,21,24,6,11,27,15,9,15,26,7,6,16,6,24,21,11,7,7,26,17,18,29,22,8,4}
{8,3,30,17,26,4,30,12,26,1,28,14,9,13,24,14,25,14,20,15,16,19,6,29,24,3,9,19,7,22,28,11,21,7,17,15,27,7,21,18,15,3,13,10,23,24,13,15,14,21}
31
Returns: 812602343
{10,23,28,29,28,11,4,8,23,8,18,25,26,27,16,10,29,8,9,7,11,21,26,10,12,2,15,27,23,22,8,30,10,26,3,23,4,29,12,11,1,4,28,9,25,9,29,20,30,12}
{10,3,5,3,27,25,16,6,25,17,24,9,5,14,3,11,22,1,10,27,13,4,12,30,23,20,1,18,8,22,17,22,14,1,2,6,26,20,9,18,26,15,7,30,21,22,14,18,10,23}
97
Returns: 619641022
{8,10,10,7,3,1,1,4,5,3,5,8,4,10,1,5,5,9,1,6,2,7,1,6,8,4,6,10,7,7,10,7,10,2,9,6,10,2,2,5,10,5,10,9,9,1,10,8,6,7}
{29,25,15,18,9,3,19,2,29,17,16,29,10,24,30,14,18,1,18,12,14,23,15,21,12,6,23,26,13,11,24,26,8,10,17,30,23,1,12,25,21,3,30,12,20,1,11,2,21,2}
1
Returns: 560979349
{5,2,3,2,8,4,4,7,5,3,8,3,2,3,5,2,2,4,4,8,2,2,2,7,3,6,5,3,2,2,7,10,10,7,3,9,7,8,4,4,7,5,3,7,4,8,5,4,3,5}
{2,9,3,6,1,4,1,9,5,5,8,5,8,1,10,3,3,9,9,9,2,5,1,3,3,7,5,7,4,8,6,9,3,9,7,5,4,8,3,4,9,2,10,7,8,3,3,3,8,6}
147
Returns: 391082179
{4,5,6,9,4,7,8,8,1,4,3,3,8,3,8,9,8,6,4,9,8,6,1,9,10,10,9,6,10,8,5,9,1,8,6,9,5,5,1,4,9,6,3,9,4,6,7,4,3,8,10,9,1,4,8,9,8,7,10,6,4,2,2,9,2,1,3,10,7,8,8,6,1,3,2,3,6,6,3,7,7,1,8,7,2,3,3,1,8,8,7,7,7,7,4,3,4,7,4,7,2,1,7,4,10,1,7,3,8,10,7,10,7,5,9,3,3,3,3,4,7,2,7,5,6,9,8,1,5,1,2,3,6,2,10,1,1,3,2,9,3,10,3,4,10,5,2,8,6,3,10,3,4,9,4,8,9,2,2,6,3,4,1,8,2,2,10,5,8,8,3,1,8,9,5,4,6,5,5,2,9,9,4,1,6,3,10,1,6,5,10,7,5,9,10,3,3,5,9,1,5,7,4,1,2,4,5,8,10,3,4,9,2,4,8,10,4,10,6,1,8,1,4,4,5,6,4,1,8,10,2,3,8,3,8,9,1,7,7,5,4,1,10,3,1,7,1,2,2,7}
{216,27,89,182,196,181,7,99,236,153,68,83,85,31,109,198,197,126,150,214,59,160,109,22,214,127,103,182,210,120,110,202,47,158,158,229,108,103,140,146,200,111,20,71,201,27,152,211,23,114,83,121,207,130,234,76,188,123,231,219,166,77,191,186,236,59,197,45,105,148,228,9,191,88,222,217,115,148,54,105,57,203,110,112,178,228,240,114,69,99,73,52,139,128,26,50,147,120,52,10,73,168,46,119,41,135,49,104,43,113,34,78,236,6,44,165,123,117,110,233,1,130,132,10,76,242,70,216,6,89,86,90,162,143,171,9,16,14,129,15,114,27,205,235,230,77,213,11,114,110,225,53,128,92,227,172,187,58,89,62,27,7,71,187,232,247,65,170,88,149,115,44,213,217,46,204,100,131,126,10,114,26,223,102,145,147,54,3,69,4,156,74,108,206,126,43,115,233,211,215,15,140,21,21,130,130,180,71,19,69,202,93,30,98,172,14,160,37,46,67,136,223,219,61,86,118,228,214,189,121,71,113,238,85,122,246,30,42,223,122,63,74,58,10,60,200,54,37,121,194}
39
Returns: 153124729
{28,22,6,19,4,13,3,26,12,27,11,28,20,5,27,10,23,18,7,2,14,19,15,16,8,13,7,19,14,5,16,17,7,1,26,16,2,7,6,17,8,19,6,19,17,13,3,6,24,9,26,20,29,20,8,28,26,29,15,7,23,3,2,22,4,28,15,4,16,1,15,4,25,23,12,6,15,25,14,11,4,16,20,26,2,20,29,30,2,25,27,20,14,29,6,26,26,8,19,6,17,28,6,21,21,27,13,4,20,17,7,16,25,11,22,19,29,24,10,16,23,9,21,28,28,29,25,11,6,7,10,27,13,12,30,4,6,15,4,7,1,6,4,20,16,13,6,16,6,13,6,2,2,30,24,24,14,27,20,26,5,19,23,16,10,21,24,6,20,2,23,10,14,4,26,11,11,6,28,24,7,14,8,10,16,17,29,15,23,21,28,29,1,18,28,15,2,18,23,10,4,30,13,14,29,8,17,9,2,25,12,10,17,4,15,28,28,11,6,4,5,6,29,22,16,9,23,16,6,4,19,1,27,10,16,2,12,30,23,7,8,2,23,2,17,3,10,7,8,14}
{13,11,8,25,13,4,9,7,5,24,8,8,26,4,20,19,7,8,15,30,9,15,10,20,7,17,14,16,25,3,30,1,24,11,22,18,8,1,8,23,1,28,14,16,20,19,23,13,21,7,20,24,27,2,7,11,16,26,24,12,23,2,20,12,2,11,4,17,8,4,25,28,1,11,28,11,10,5,8,19,3,24,16,30,12,25,3,30,16,9,15,10,20,19,8,29,6,9,23,8,23,16,17,8,24,7,22,7,29,25,25,17,13,17,23,20,5,23,16,16,14,29,15,22,15,12,26,4,27,24,19,29,15,14,23,21,16,7,18,15,1,28,5,9,5,5,12,27,2,5,6,16,4,5,7,29,28,24,22,8,22,23,13,3,15,21,29,6,17,26,1,20,14,3,29,12,14,16,8,1,15,2,19,2,18,25,11,26,18,14,20,29,7,20,8,18,2,29,21,24,5,6,2,30,9,5,12,3,12,22,19,11,15,30,5,28,2,10,6,8,28,4,11,26,13,18,7,21,30,29,16,24,15,21,22,4,15,2,19,13,18,26,28,22,30,26,26,26,2,13}
224
Returns: 697844287
{34,89,136,43,119,195,21,115,60,84,245,59,148,61,12,205,163,247,29,43,16,222,148,64,39,68,193,156,87,184,157,46,221,30,243,246,104,185,227,140,118,11,214,190,116,88,54,55,81,140,123,166,148,174,85,247,77,15,212,150,209,36,46,234,74,21,120,17,49,73,197,87,98,24,207,164,133,168,30,66,190,63,27,165,106,176,224,168,99,183,35,243,115,168,209,191,74,154,176,194,114,194,15,189,189,109,53,192,154,131,138,47,217,201,194,202,169,4,225,201,107,196,241,80,109,229,182,77,187,240,213,212,75,25,144,160,40,69,44,123,185,80,14,151,51,31,149,65,191,97,149,239,180,80,119,116,196,168,31,63,103,225,172,177,136,235,112,39,144,207,70,43,227,210,55,229,11,26,10,30,191,134,179,64,143,230,83,233,67,82,208,221,38,175,183,18,48,52,13,86,21,76,63,184,44,187,64,246,177,170,74,38,10,188,149,31,31,186,151,190,136,132,227,215,98,71,185,183,43,194,71,250,232,42,8,141,230,97,198,8,33,31,220,176,23,180,141,62,130,229}
{152,16,148,69,202,166,109,162,83,103,12,188,187,152,10,159,102,196,242,209,180,152,112,233,165,152,137,199,72,35,216,85,113,3,121,232,71,157,112,68,164,6,7,108,31,76,181,229,150,232,179,26,102,2,232,56,26,102,243,229,249,140,171,231,249,40,250,217,33,163,144,27,191,22,166,171,81,100,83,245,42,75,87,44,246,240,209,224,247,131,217,111,30,221,38,198,65,159,10,48,133,27,53,133,162,97,107,198,82,190,234,223,207,163,88,229,173,43,221,41,242,152,65,225,51,188,179,137,194,200,238,20,59,168,23,219,162,241,74,200,25,114,184,90,214,2,116,222,9,241,206,78,221,160,196,175,65,89,237,21,70,107,174,20,132,4,65,187,173,81,133,218,22,127,144,25,230,243,247,192,220,21,135,36,31,69,140,159,93,76,41,26,154,18,74,164,106,184,70,145,196,228,165,218,2,223,182,119,22,56,87,1,190,194,99,173,59,105,85,154,160,183,89,214,230,185,133,243,33,133,177,122,184,204,183,57,213,191,232,96,42,77,225,185,119,13,206,40,199,20}
156
Returns: 691356383
{4,2,1,8,9,10,8,7,9,4,2,8,9,1,2,10,7,4,3,7,1,10,10,3,2,2,5,5,5,10,10,8,2,7,3,10,7,6,3,5,6,10,7,2,8,5,6,8,7,2,4,9,4,10,2,10,9,9,6,3,1,8,8,9,7,4,10,2,5,2,6,8,8,9,5,10,3,2,4,9,9,9,9,3,5,10,7,9,5,5,3,2,10,5,5,6,7,4,4,6,1,9,2,3,8,2,9,8,9,5,10,5,1,5,4,5,7,10,1,3,8,10,8,2,8,5,3,1,8,9,3,8,1,8,9,7,8,2,6,5,9,1,8,3,5,5,6,8,9,1,10,3,3,7,6,9,6,3,9,3,2,3,3,3,1,10,5,3,3,4,7,9,7,7,7,6,5,7,7,1,2,9,9,2,3,4,3,5,10,1,4,4,7,2,2,3,5,7,2,4,8,4,3,6,10,6,1,7,9,3,10,8,3,9,6,2,4,1,8,10,1,9,7,1,4,5,9,6,9,10,1,1,9,3,10,4,1,5,9,10,2,3,7,1,3,7,8,4,10,4}
{32,87,77,232,81,239,14,205,208,55,192,85,75,44,99,127,83,106,114,144,19,105,167,102,240,16,221,26,38,189,233,119,5,159,47,222,15,42,58,25,170,35,75,242,130,44,200,165,200,106,154,210,181,142,116,137,176,134,45,248,218,50,99,39,15,70,158,76,65,23,160,160,78,57,100,42,119,76,235,119,89,217,237,141,137,69,215,28,100,168,3,104,17,169,57,57,55,55,32,240,164,222,92,105,49,177,237,246,73,169,172,77,225,117,18,35,89,191,130,96,27,73,110,176,108,50,85,25,118,175,123,117,49,218,198,12,64,132,164,165,235,128,10,40,221,81,213,13,146,6,111,83,39,135,18,173,54,3,154,229,104,130,67,221,110,202,61,228,13,161,11,81,53,108,85,221,9,70,228,158,210,51,196,218,110,82,33,134,77,2,61,217,41,121,89,139,57,98,234,149,54,144,155,231,237,10,195,168,93,138,101,10,165,61,215,102,2,244,196,190,150,113,85,202,114,40,227,68,143,6,35,126,39,45,88,100,121,186,29,184,113,134,6,132,145,188,124,147,213,35}
144
Returns: 15244859
{25,2,2,25,15,19,25,25,19,24,29,21,11,4,12,25,21,9,27,29,9,28,12,5,16,10,30,29,30,13,4,15,14,17,9,22,12,18,4,25,7,15,20,2,27,16,14,23,17,24,1,6,30,10,20,2,20,4,23,16,1,24,22,5,10,2,4,15,14,13,28,19,30,26,17,11,14,5,26,25,6,9,3,27,3,6,17,26,13,16,12,14,4,7,19,20,10,28,2,1,21,25,1,29,2,6,30,23,12,22,20,25,29,9,9,24,18,17,24,23,16,28,25,27,26,23,20,6,4,23,19,6,21,7,24,27,12,17,9,12,16,19,17,7,9,18,11,26,28,12,3,21,15,18,24,19,28,9,27,26,7,19,1,12,25,13,9,29,5,30,26,26,2,16,25,18,26,18,13,20,12,17,15,27,8,29,3,15,11,16,24,28,9,11,28,23,1,17,8,21,27,27,24,13,25,12,16,26,29,21,24,27,29,20,9,12,11,4,4,5,22,30,20,19,24,4,21,1,18,1,25,13,16,24,12,8,23,20,30,15,16,1,12,9,8,10,30,2,8,19}
{184,82,9,9,236,51,157,113,63,4,170,47,198,1,30,250,152,136,123,81,182,102,33,190,218,171,147,133,184,127,166,136,35,214,185,94,166,67,192,28,202,25,143,44,17,11,238,116,214,232,90,241,148,139,205,155,210,48,55,197,219,129,214,170,175,97,206,81,8,125,151,75,134,9,222,9,29,210,158,228,227,23,4,92,52,142,246,78,108,122,195,165,244,171,23,101,150,67,248,198,221,75,74,72,44,237,143,190,87,115,109,237,150,3,141,163,147,153,55,51,39,185,13,193,225,23,62,184,246,175,40,215,163,26,2,79,18,165,78,160,56,250,31,134,212,187,115,38,157,224,170,175,8,24,242,164,155,222,124,167,200,70,81,241,126,112,142,200,138,83,229,135,232,184,24,75,164,35,125,192,86,222,206,149,25,110,33,36,3,143,147,145,222,204,160,87,171,83,78,203,141,82,246,104,73,127,213,13,69,181,11,128,90,188,102,172,51,97,154,249,228,125,109,230,72,95,193,189,30,197,57,206,147,79,205,14,243,96,167,149,171,234,116,88,158,25,187,151,246,130}
197
Returns: 333729793
{28,3,25,19,15,12,9,22,10,20,23,20,17,4,26,17,17,23,9,16,27,8,14,28,7,29,5,27,18,1,11,23,29,21,30,9,16,3,12,1,9,23,8,2,20,9,23,16,12,20,25,7,5,17,20,24,29,17,2,22,2,18,7,12,24,23,26,3,19,23,16,25,9,19,29,9,12,1,11,12,13,10,21,21,1,13,5,11,30,9,11,15,5,9,6,20,18,21,21,22,28,5,15,7,5,15,11,15,29,30,8,19,29,11,9,21,20,27,19,3,11,19,2,3,22,23,8,25,8,26,7,5,18,21,20,29,23,15,19,14,14,11,19,27,8,3,22,18,12,19,15,2,19,30,27,10,1,21,30,15,13,4,20,6,17,23,26,20,19,21,3,9,14,26,19,9,23,24,24,27,18,17,7,14,22,1,22,22,10,2,8,25,29,26,23,10,21,5,30,1,25,18,24,4,16,14,14,19,13,10,9,9,30,7,22,23,27,3,9,15,14,28,6,30,7,29,3,23,5,20,14,17,1,1,16,14,6,28,20,4,19,24,7,23,1,22,5,18,27,11}
{2,2,7,10,2,6,7,7,10,2,2,3,10,10,8,4,2,1,2,4,9,7,8,2,8,8,9,7,6,7,8,8,2,7,6,8,2,3,8,9,9,7,5,10,2,6,2,3,5,8,5,4,1,10,1,7,6,8,8,1,6,10,2,5,7,8,10,3,7,6,9,5,4,1,8,2,4,4,4,5,5,7,1,1,2,10,4,9,8,10,4,5,5,10,8,6,4,9,8,2,3,4,3,1,1,2,9,3,2,1,6,9,8,9,1,8,4,10,9,9,5,7,3,2,7,10,3,2,3,2,4,7,1,3,5,10,4,6,10,9,4,2,9,6,8,8,1,5,6,2,9,9,10,6,6,8,4,9,10,5,1,10,9,4,2,4,1,8,4,2,8,3,2,10,7,3,10,8,5,5,2,2,10,7,4,10,10,8,10,8,6,1,5,2,3,6,5,6,7,3,7,7,8,5,3,1,3,4,10,2,10,2,10,2,7,6,7,8,10,4,3,3,10,4,6,5,1,8,1,10,4,3,10,7,1,9,4,1,6,10,5,5,8,5,2,4,1,9,7,6}
207
Returns: 390094087
{28,13,29,23,24,17,28,22,17,1,15,3,27,11,24,20,19,5,24,3,10,30,3,7,2,26,4,11,5,9,3,29,21,25,29,25,22,22,3,7,9,30,5,28,1,28,26,18,22,22,27,21,15,24,21,15,9,24,11,16,24,19,8,17,8,5,15,2,11,6,1,25,19,10,7,7,1,10,9,16,4,9,4,21,27,4,12,7,4,24,28,16,10,12,2,11,10,5,5,27,18,26,2,23,28,30,28,29,24,21,13,14,27,19,10,2,27,28,22,25,9,28,9,20,29,4,17,30,6,26,4,24,2,5,8,3,14,9,1,2,15,4,23,25,4,5,20,8,1,23,3,30,15,20,20,6,12,19,14,14,2,4,17,9,22,9,17,23,5,4,19,15,23,2,12,20,10,12,10,17,22,27,6,2,13,20,24,19,5,28,24,24,19,13,1,15,14,8,28,3,21,2,6,21,24,10,30,6,30,28,2,15,8,25,7,15,29,17,9,10,29,28,26,9,20,22,11,18,11,20,2,15,29,5,1,11,9,1,26,14,16,16,30,20,23,25,24,23,16,8}
{6,1,6,8,3,9,7,9,9,2,2,2,5,5,9,4,1,2,4,4,5,4,10,7,9,9,7,3,9,3,1,3,7,1,10,2,10,9,6,7,4,9,9,5,2,4,6,9,3,7,6,8,6,10,9,7,3,8,2,8,1,5,1,1,1,7,9,5,2,10,9,9,10,3,9,4,8,8,3,10,6,1,2,2,1,6,2,2,5,8,3,6,8,1,3,1,6,5,9,8,3,3,10,7,7,10,2,10,9,6,10,1,3,8,3,2,10,9,1,9,4,8,7,10,3,5,6,1,1,1,8,8,2,3,6,3,5,4,10,3,4,6,8,1,5,9,3,10,2,7,5,6,4,6,7,7,8,3,10,6,1,8,9,10,1,3,2,10,1,8,10,9,9,6,9,8,7,6,2,8,6,3,4,2,1,10,9,4,10,4,1,6,7,1,8,10,5,10,2,7,5,5,4,7,10,5,8,7,1,3,6,10,9,8,8,9,3,1,5,3,3,3,1,8,1,8,6,5,5,6,5,7,3,6,6,4,4,2,4,3,8,10,7,7,10,4,1,10,2,2}
172
Returns: 806194601
{4,27,13,3,22,5,10,4,16,4,27,14,28,11,27,28,22,23,11,16,21,14,25,20,30,30,21,4,12,14,15,11,8,5,21,9,30,9,27,26,14,16,1,6,27,30,16,29,2,9,12,17,22,30,7,14,5,21,9,5,23,27,20,25,4,9,29,1,24,13,8,2,25,29,14,9,11,3,17,3,13,10,29,21,6,2,28,16,13,27,19,23,2,14,23,9,13,5,25,24,15,13,10,27,8,23,6,21,2,4,24,29,14,13,13,6,12,22,29,18,9,30,3,18,6,17,3,13,10,21,7,21,16,4,28,26,19,13,22,8,17,28,5,11,23,6,3,27,16,30,16,26,13,30,28,9,3,16,7,4,1,29,14,7,28,18,2,2,4,20,15,30,6,30,17,17,21,11,14,5,18,5,17,20,26,28,30,22,27,30,29,12,30,11,8,23,1,9,12,4,1,25,26,4,13,21,30,12,23,12,14,12,2,11,7,6,20,6,26,7,9,12,15,3,28,7,14,24,16,25,2,4,9,19,30,23,14,5,23,4,18,2,6,11,6,5,26,20,28,14}
{11,20,27,7,13,25,19,21,22,22,22,26,20,25,6,20,29,30,4,25,25,16,20,10,6,17,6,24,28,15,22,23,14,15,27,9,17,5,30,23,2,20,22,7,29,19,16,6,7,21,6,28,23,10,30,26,1,11,18,6,13,18,10,11,10,12,21,4,27,15,27,9,21,16,21,6,18,23,18,20,10,22,26,29,18,1,23,12,8,13,25,16,13,30,12,23,19,10,7,18,24,24,30,7,22,12,7,16,11,12,14,24,28,16,9,24,20,23,15,22,2,17,29,12,2,21,23,23,17,18,22,29,22,21,8,19,11,3,2,6,15,25,4,17,25,6,10,21,2,10,23,25,21,15,11,22,20,11,21,13,27,21,6,6,6,13,25,26,11,15,3,27,27,23,1,4,6,22,15,3,16,8,2,28,4,30,7,17,9,22,12,6,3,21,19,25,13,5,4,21,26,20,7,20,21,15,20,7,27,14,29,6,15,9,9,28,28,13,5,22,12,30,2,6,20,26,29,21,26,20,20,23,11,21,24,28,30,25,27,19,27,21,26,7,14,5,10,27,10,15}
1
Returns: 15244859
{30,30,2,10,22,4,14,2,14,10,26,11,25,24,1,21,3,27,8,19,1,21,18,13,26,30,18,5,13,28,27,10,2,13,14,3,20,17,17,28,7,5,19,12,5,15,8,13,23,12,3,17,17,23,16,21,20,16,23,27,12,10,6,13,8,23,30,16,19,1,19,17,15,27,20,21,3,5,3,3,8,21,26,6,6,9,15,5,21,6,12,6,21,10,24,7,26,4,5,21,29,6,21,18,3,10,26,29,2,22,14,6,27,28,3,12,12,24,19,3,28,24,23,8,15,29,11,24,9,7,17,7,21,15,23,26,2,6,7,19,18,9,3,14,6,20,29,3,3,23,20,2,2,2,5,1,13,15,3,2,26,30,26,12,17,17,13,10,12,5,10,27,23,17,18,1,16,28,17,15,11,5,20,28,22,20,21,7,30,7,7,30,4,30,25,11,19,28,30,18,13,1,4,3,16,17,1,26,23,13,3,10,21,10,5,10,26,18,30,6,10,8,13,6,3,24,30,21,23,28,18,10,7,4,30,8,19,22,24,9,15,4,15,21,5,28,16,12,5,24}
{10,6,10,5,3,5,2,3,10,10,7,2,5,2,8,1,5,1,6,10,2,10,2,9,1,4,5,8,2,9,2,8,2,5,9,1,9,6,4,10,10,9,8,7,3,10,6,8,6,6,6,1,8,10,2,6,8,2,1,7,2,3,5,7,10,3,9,9,1,4,3,7,6,5,5,9,6,10,3,9,9,1,2,4,6,5,5,3,8,2,7,4,8,7,2,5,1,9,9,8,3,1,3,10,3,7,5,6,3,6,6,4,6,4,7,5,1,5,4,10,9,1,4,1,3,6,5,4,8,3,1,6,8,7,3,6,3,8,3,4,7,5,5,7,4,3,3,9,5,9,6,9,3,1,4,5,7,8,9,1,2,7,8,10,7,8,1,10,9,6,8,7,7,5,3,1,3,10,3,9,2,1,2,8,6,3,4,4,8,1,6,10,1,3,10,7,3,6,9,9,4,2,4,9,5,9,10,6,5,2,9,6,4,2,8,7,8,6,8,9,7,1,5,7,1,8,2,3,3,6,1,9,7,1,9,1,9,2,8,8,3,7,7,5,5,1,3,9,8,9}
29
Returns: 499137409
{78,84,34,1,1,26,7,106,147,1,1,2,6,1,3,2,14,48,8,130,241,11,1,19,14,7,11,127,63,6,53,109,5,131,30,1,19,143,25,9,22,194,82,2,37,2,2,6,1,1,1,8,104,1,86,121,24,85,17,4,1,184,7,26,3,24,1,24,86,2,119,197,1,3,2,10,8,9,156,13,5,1,191,7,35,16,57,37,156,231,4,1,64,185,126,9,9,2,232,4,229,9,1,11,65,69,4,72,1,9,132,164,162,59,4,71,245,57,62,26,129,12,2,142,47,63,1,122,11,9,51,24,1,87,3,56,4,57,6,43,139,2,5,9,58,3,34,30,37,227,56,2,36,14,4,3,245,1,5,81,1,3,24,2,3,6,35,11,2,17,5,57,1,96,2,134,2,2,6,8,114,1,1,42,4,2,3,136,25,1,38,9,14,2,1,13,140,2,1,2,3,1,171,5,104,12,51,143,1,237,132,85,104,52,36,21,131,149,2,1,8,104,2,30,102,203,10,67,61,4,1,55,167,8,168,11,2,3,16,155,18,9,93,104,31,3,20,105,11,1}
{7,3,6,7,8,10,7,1,5,1,8,1,1,4,5,2,7,5,6,1,5,5,7,10,1,5,7,10,4,8,10,7,7,5,1,9,1,2,8,6,8,4,7,10,9,8,6,8,5,6,1,3,7,4,3,6,1,6,2,9,8,3,2,3,2,9,4,8,4,9,7,4,3,9,10,3,7,6,9,5,4,5,8,1,1,4,1,7,2,9,1,10,6,2,3,7,1,6,4,7,5,6,4,2,4,5,9,10,2,6,7,7,8,2,3,5,4,5,3,3,3,5,8,3,3,3,3,9,5,9,3,6,6,10,8,5,1,9,1,6,5,10,4,6,4,4,3,6,3,4,6,1,10,5,9,3,6,3,3,4,2,10,1,9,3,1,5,9,4,2,4,4,1,5,8,1,10,9,8,3,3,7,7,4,3,1,9,1,6,2,10,1,5,1,10,10,5,1,6,10,1,5,8,7,6,10,10,5,10,8,9,9,3,6,2,5,7,1,2,7,1,5,8,10,8,8,4,5,3,2,10,8,5,8,2,5,3,4,7,9,2,7,2,2,4,6,4,1,5,3}
227
Returns: 144933748
{246,139,83,23,191,14,175,22,123,51,206,114,171,209,195,225,165,240,181,71,66,128,109,46,54,13,62,164,209,110,113,167,227,102,26,12,131,98,212,47,245,77,43,176,208,5,58,46,131,39,107,169,43,116,116,38,97,122,221,34,54,91,160,219,191,166,152,12,57,220,127,139,153,212,47,86,178,105,207,39,113,71,33,27,20,44,77,150,81,230,26,121,23,182,29,165,207,211,244,74,89,61,23,145,147,56,23,140,32,21,46,219,149,143,67,106,28,206,177,204,49,146,83,49,37,247,111,128,181,231,75,121,216,6,185,163,9,146,128,155,178,81,8,63,114,200,62,226,2,75,136,8,218,158,171,79,210,201,1,65,5,153,60,185,6,115,174,33,35,46,157,220,95,161,39,18,151,188,45,81,24,46,83,139,47,145,66,142,236,10,8,60,8,231,214,208,132,133,234,150,130,3,148,9,241,214,144,79,160,218,213,75,135,241,246,24,119,25,172,188,85,18,236,172,233,244,178,149,220,85,13,77,225,162,47,161,42,126,248,167,96,55,235,206,205,120,198,97,77,243}
{22,68,225,111,14,14,54,164,242,165,90,231,243,99,182,218,180,126,119,82,84,158,120,31,115,165,174,8,134,88,17,130,175,205,152,206,123,228,54,87,239,199,71,129,139,158,51,129,201,11,99,8,95,40,148,176,7,114,193,151,137,63,32,249,174,175,100,205,229,80,211,233,92,164,250,187,246,112,181,62,183,183,154,92,185,189,112,172,89,19,247,249,195,74,14,179,102,248,135,123,162,221,151,8,118,27,69,99,185,123,34,32,217,249,235,74,46,46,120,94,12,106,53,8,123,175,195,85,6,98,196,160,2,22,185,84,219,135,157,13,91,26,239,93,197,184,197,234,116,59,218,17,45,212,112,79,194,131,48,34,220,244,48,182,219,155,200,131,98,180,171,25,143,173,129,87,182,56,34,157,13,30,65,36,81,15,88,84,209,39,105,35,3,61,53,10,134,225,125,126,36,220,203,240,168,80,94,211,59,61,177,52,15,45,179,95,188,94,244,201,121,18,92,129,240,94,241,22,184,227,204,202,234,8,248,139,46,151,244,144,24,128,105,135,115,199,237,129,235,43}
71
Returns: 456340933
{123,52,202,192,205,75,9,58,81,85,212,146,238,10,187,206,138,233,129,74,15,81,135,146,201,19,76,148,204,4,191,55,210,206,122,201,54,226,95,93,200,68,28,40,133,194,64,71,71,2,133,87,55,32,152,205,237,112,41,126,93,10,70,242,82,189,78,218,178,31,231,73,15,70,54,171,80,141,61,234,177,211,175,4,128,168,233,28,217,51,3,181,145,135,234,65,70,141,198,163,78,144,27,59,15,243,65,182,129,29,135,60,93,235,249,172,243,96,243,87,19,165,241,120,121,109,35,213,48,157,171,158,4,232,1,196,58,146,144,23,18,197,37,77,185,5,2,100,192,42,199,218,145,177,131,28,70,67,69,70,197,5,65,220,162,211,220,34,22,233,144,162,16,140,100,58,90,8,89,190,36,117,206,224,151,222,138,8,207,65,242,92,71,157,224,20,228,29,7,175,17,152,219,104,77,64,83,185,64,103,89,22,146,135,188,52,140,175,125,238,94,175,146,239,234,141,209,199,174,24,214,219,153,104,160,227,62,6,85,10,150,149,237,207,70,249,193,21,69,46}
{148,133,4,225,201,193,66,249,163,89,50,27,133,21,53,179,18,15,15,236,152,191,219,42,201,149,4,119,110,186,30,28,196,51,171,79,200,233,144,209,1,153,230,53,149,50,239,85,25,150,132,62,175,218,23,244,9,74,69,112,89,50,76,157,109,197,207,17,240,145,239,167,151,218,179,228,91,104,93,72,101,32,136,82,229,222,112,232,96,132,234,208,218,33,162,220,230,76,246,132,245,125,39,84,65,218,55,164,75,219,116,101,169,217,86,7,140,79,154,226,48,182,49,50,160,112,216,241,134,90,197,135,1,89,138,172,70,180,77,165,26,235,87,115,91,126,115,193,28,237,61,164,111,41,129,250,141,45,233,195,183,241,243,173,161,142,109,85,76,206,175,56,75,27,26,246,12,40,222,232,98,220,100,172,174,234,80,6,128,150,17,3,154,165,161,197,68,116,140,181,89,16,191,74,28,57,222,90,16,157,118,106,239,188,58,105,68,71,237,15,78,123,240,80,180,215,197,151,137,160,238,87,42,45,155,62,129,234,78,39,93,213,135,158,192,72,225,144,173,33}
212
Returns: 261696634
{18,28,28,7,28,28,8,1,6,23,30,12,8,29,21,16,26,9,3,3,30,27,15,21,11,3,8,28,16,29,14,10,18,12,5,12,5,24,23,24,16,27,1,15,16,10,15,4,21,25,16,9,3,19,8,26,23,30,26,25,7,13,17,27,15,26,10,10,27,5,30,9,27,9,10,2,15,27,3,6,30,27,22,1,8,15,24,11,15,28,25,3,30,3,28,12,14,8,15,29,15,29,20,12,21,27,1,11,12,13,10,12,11,28,5,22,25,23,3,8,5,28,29,3,25,26,19,20,3,13,15,7,12,8,18,6,11,20,25,26,20,27,25,2,13,22,17,27,20,12,2,19,30,3,23,17,18,3,27,27,6,4,9,9,16,29,18,20,14,15,27,21,29,3,8,24,19,11,11,16,22,12,3,10,17,12,19,2,10,22,17,21,20,23,22,2,4,24,9,19,9,6,4,30,15,1,29,21,11,9,16,16,30,23,14,7,2,25,4,16,17,11,18,5,22,28,14,21,17,25,16,1,17,29,24,20,16,5,19,14,6,25,21,18,12,28,10,13,13,5}
{239,244,55,51,58,210,40,171,183,238,172,69,96,218,16,130,34,28,110,241,132,200,115,68,67,159,188,210,72,80,234,151,82,135,230,98,134,40,3,242,100,163,129,22,149,220,87,81,91,115,87,22,94,111,244,65,3,178,57,45,139,173,176,40,169,14,237,169,77,249,84,89,239,35,26,89,54,190,71,102,84,238,148,170,95,143,188,231,198,82,240,217,208,29,156,143,167,213,248,152,189,55,151,58,97,167,27,99,50,141,95,91,221,217,129,211,43,250,193,34,179,110,45,117,99,119,38,204,64,14,18,184,20,1,158,119,126,22,59,102,110,46,193,16,80,157,155,121,233,52,198,83,38,123,190,62,82,98,147,55,154,93,185,63,34,154,5,164,102,167,247,47,6,53,54,223,116,180,213,13,46,63,234,201,89,91,18,5,212,53,57,209,70,20,120,221,99,112,218,109,48,45,158,21,184,13,94,58,229,198,40,150,221,235,130,69,68,138,24,55,244,55,183,18,139,76,101,14,30,77,186,70,235,54,113,54,199,65,83,55,152,14,72,5,178,56,35,169,166,155}
66
Returns: 917247268
{24,17,6,16,5,9,25,30,26,11,28,23,7,28,26,5,11,23,17,28,25,19,20,27,30,7,13,28,21,4,17,26,30,7,7,9,2,25,26,30,15,24,3,30,30,16,10,20,27,20,29,27,15,24,24,14,13,22,8,15,23,4,4,11,30,22,9,9,19,17,18,19,24,28,23,11,28,5,21,12,26,10,10,21,21,7,12,12,25,5,10,9,17,3,15,30,25,1,24,19,5,6,8,9,21,8,19,28,22,5,16,2,7,8,8,17,11,30,6,11,21,10,19,20,16,22,23,30,23,10,25,7,21,17,23,1,1,3,27,30,30,13,7,2,17,10,29,2,27,4,30,4,27,7,2,29,18,1,24,3,27,2,25,19,3,12,30,6,3,30,28,23,1,3,15,9,11,20,15,25,18,15,14,11,9,29,7,17,4,10,20,19,14,10,29,4,20,4,4,22,11,28,23,16,24,19,20,8,2,16,28,23,3,20,6,20,19,20,5,1,30,5,6,19,9,19,11,26,19,4,16,6,9,7,6,1,3,26,15,14,21,24,27,13,6,9,30,9,15,2}
{27,27,27,14,10,15,26,12,5,28,11,16,22,11,30,25,5,20,9,30,16,1,11,16,1,20,16,16,23,18,22,23,29,30,4,12,15,24,27,13,16,5,6,20,5,3,10,14,9,14,1,10,8,22,25,3,4,9,30,21,2,22,26,12,21,3,9,20,29,2,20,28,16,6,30,20,19,29,15,4,29,9,25,16,4,24,9,9,4,7,12,14,22,18,9,25,1,29,22,22,14,3,16,8,3,11,6,1,14,2,29,10,27,30,25,16,16,12,1,1,17,2,18,1,24,19,24,8,20,27,12,20,29,23,18,21,11,14,10,4,22,24,15,8,21,23,2,22,21,21,11,15,26,17,3,28,9,23,30,17,22,10,30,27,15,6,25,11,19,8,17,5,13,4,19,21,14,19,26,27,24,12,17,3,21,15,22,28,28,19,26,6,20,16,15,9,13,8,28,28,1,15,22,30,12,2,14,30,27,21,7,7,3,2,7,14,15,19,25,5,28,8,16,10,5,26,19,8,19,27,30,4,30,28,11,20,5,8,18,16,14,6,16,23,20,25,24,2,6,27}
143
Returns: 559877335
{151,98,190,10,202,72,99,58,249,61,68,214,93,160,41,3,72,55,214,234,181,206,223,147,72,142,97,8,197,144,132,50,57,176,83,178,59,162,33,160,206,176,30,180,137,244,64,94,15,72,197,25,108,32,183,4,109,243,149,95,121,237,186,137,213,109,230,77,78,99,139,11,84,59,168,235,137,9,84,164,67,98,237,37,119,166,203,45,217,143,186,199,35,4,213,123,7,205,226,32,59,145,29,145,202,19,157,36,28,235,85,10,39,235,61,14,161,37,8,67,169,102,10,250,230,16,127,160,126,144,86,168,224,181,149,118,150,122,49,133,116,14,112,141,16,162,73,188,173,148,73,141,52,225,246,22,13,3,8,121,142,155,146,60,244,142,7,34,14,127,62,132,10,204,134,69,221,93,33,215,148,48,135,177,23,179,168,73,161,76,3,183,166,4,31,190,88,4,207,139,163,243,186,174,98,183,216,164,201,42,59,159,7,99,3,45,127,229,86,8,187,24,33,207,49,38,178,219,178,100,47,223,104,190,102,217,99,177,12,83,60,158,185,48,38,66,190,11,185,82}
{7,7,3,8,7,3,8,3,5,10,8,4,6,4,7,6,7,6,3,10,1,5,10,10,6,1,5,10,10,2,5,5,6,1,7,3,10,9,8,4,7,5,4,4,5,4,8,6,4,9,7,5,3,3,9,4,7,3,3,4,2,1,5,7,1,1,10,8,1,2,6,8,9,4,4,8,8,1,3,1,8,8,2,5,1,6,8,10,10,3,3,1,8,9,7,9,9,3,3,3,8,8,10,1,1,9,1,7,6,1,8,4,1,7,4,8,8,4,6,2,10,2,1,8,6,3,9,7,2,6,1,3,9,6,5,5,3,5,2,2,8,1,5,7,3,6,6,7,4,5,10,6,3,2,2,6,1,7,8,9,2,9,9,2,3,10,7,8,2,9,7,6,10,7,10,7,1,6,7,9,1,4,1,7,5,4,4,6,4,5,1,9,3,9,4,5,10,4,3,9,6,6,2,6,6,5,1,4,9,4,3,8,3,3,3,5,1,3,10,7,3,7,8,2,4,3,7,6,9,8,10,6,2,3,1,10,6,9,10,2,9,6,4,7,3,7,3,7,1,3}
103
Returns: 559952405
{4,3,10,2,10,9,2,7,3,10,5,7,6,7,5,3,7,3,6,5,7,2,6,6,1,7,8,3,7,9,9,1,7,6,3,10,3,2,9,8,4,6,6,5,1,8,2,3,6,6,3,10,10,5,6,5,3,10,3,9,3,8,3,3,3,4,1,9,8,2,4,5,9,3,9,2,7,6,2,8,7,4,5,8,10,1,8,6,3,5,10,7,5,2,3,9,9,2,10,5,7,8,7,7,1,1,7,7,4,8,7,5,5,5,4,9,2,2,4,8,6,1,2,7,5,1,8,9,2,5,7,7,2,6,7,6,10,5,10,2,8,9,8,3,5,5,1,3,1,7,1,6,10,10,3,8,7,7,4,8,10,8,1,1,2,9,4,10,6,4,4,6,2,5,8,8,9,10,6,7,6,5,5,7,5,5,7,8,7,1,7,6,6,8,1,9,4,3,1,9,8,6,8,7,3,7,8,8,5,9,1,5,9,9,2,1,4,10,8,2,9,5,1,8,10,2,3,3,5,7,10,8,4,10,2,3,1,6,10,2,7,7,3,2,10,8,6,6,4,1}
{6,2,8,8,9,2,9,7,1,8,7,10,9,10,9,7,9,3,3,4,6,1,6,7,8,7,8,2,10,10,4,8,10,4,5,5,1,4,7,2,1,5,8,6,4,10,3,6,10,10,1,6,7,4,7,4,2,6,7,9,5,5,1,2,1,5,10,3,10,7,2,3,10,8,3,1,1,3,9,8,2,2,8,2,4,8,9,10,3,4,2,9,8,6,6,5,2,6,10,10,8,1,6,8,4,8,7,9,2,10,10,6,4,6,8,4,1,8,10,10,1,2,3,8,5,1,10,10,10,5,6,7,3,8,2,5,2,10,1,5,1,6,6,2,3,7,3,7,8,4,8,10,7,3,5,2,7,6,7,1,9,9,5,6,5,3,9,9,9,10,1,5,2,7,7,5,1,1,6,5,2,4,9,6,8,2,1,7,6,8,9,5,5,8,9,9,1,7,9,9,1,9,10,10,6,2,3,2,1,7,6,3,4,2,5,5,4,4,7,6,5,7,9,7,2,7,10,9,3,8,8,10,3,10,1,5,6,1,3,6,5,5,5,8,1,1,7,8,7,5}
163
Returns: 886202386
{47,119,112,213,15,57,45,101,67,195,73,101,82,171,57,97,70,86,67,101,172,91,37,151,179,84,91,222,149,72,203,32,15,35,9,161,228,3,65,13,18,205,33,78,37,194,1,228,212,122,101,74,87,35,93,81,233,210,26,94,48,148,139,213,82,129,109,51,21,215,56,114,50,23,214,6,79,216,202,243,150,210,118,101,164,151,224,121,131,138,18,184,220,92,81,142,29,25,120,200,15,9,209,183,217,122,79,178,187,114,116,139,11,144,91,242,68,24,3,87,196,197,9,113,196,108,58,81,134,92,193,151,209,205,160,155,203,30,65,41,150,209,3,157,101,158,212,22,240,64,7,130,137,98,137,156,39,51,159,229,175,98,118,169,169,38,3,4,219,6,161,211,146,189,76,184,184,105,118,210,125,196,116,157,217,138,92,40,210,130,214,149,242,171,74,50,39,125,114,186,205,12,54,48,150,100,219,210,81,208,173,160,208,112,114,50,241,207,47,45,247,175,42,11,109,76,199,247,112,1,40,146,89,6,87,47,137,141,14,98,69,109,68,219,122,91,107,208,99,107}
{1,27,2,18,22,7,26,7,26,26,24,17,16,6,4,5,14,4,10,21,14,30,28,23,7,15,1,17,16,24,7,19,28,18,19,18,27,26,16,13,17,29,15,11,4,26,20,24,24,20,28,13,15,3,7,14,29,10,9,17,5,9,9,25,16,15,14,10,25,2,26,22,21,23,10,10,23,9,19,16,2,16,21,17,9,9,21,15,26,1,3,29,17,13,7,19,15,19,15,23,18,3,14,11,20,12,18,8,20,28,7,2,20,29,7,13,19,6,7,6,26,20,23,4,17,28,21,16,1,17,9,26,11,1,22,13,17,4,27,25,3,22,3,3,2,16,8,1,29,30,23,26,7,17,1,26,2,12,21,1,9,1,18,2,5,11,25,25,2,28,28,2,30,29,24,15,28,26,4,19,17,6,4,19,15,9,7,9,20,5,5,27,24,23,27,27,11,25,17,16,10,12,30,1,20,28,7,18,29,17,24,17,1,16,6,27,19,15,21,19,20,5,15,17,1,18,19,3,4,17,21,2,15,24,12,1,27,10,19,17,18,13,27,12,20,11,8,2,14,7}
53
Returns: 180933245
{8,9,7,7,2,7,1,4,6,3,10,7,4,8,3,6,6,6,2,10,1,3,7,9,8,2,3,5,1,3,8,3,6,8,5,2,7,4,3,5,5,5,4,1,9,9,9,4,2,4,1,8,7,4,9,3,1,4,8,9,1,10,7,7,8,10,1,9,4,6,6,2,5,2,6,10,4,7,7,8,9,2,8,2,5,8,6,10,6,8,2,9,9,2,4,7,2,9,5,6,8,2,3,10,7,2,9,9,8,4,1,3,3,6,2,4,9,9,8,8,4,8,8,5,10,7,2,10,3,4,1,3,1,4,4,3,4,1,5,7,8,10,10,5,10,10,10,1,4,1,2,6,6,10,4,6,7,1,3,8,7,1,1,5,4,10,1,5,10,3,6,9,4,3,4,3,2,10,10,1,8,10,5,6,4,4,4,1,2,7,8,8,5,1,7,5,4,3,9,1,2,9,2,8,9,3,4,10,1,5,8,3,7,10,6,1,1,10,7,10,10,8,2,10,10,9,7,1,9,7,9,10,2,9,1,4,8,2,8,7,7,6,4,8,1,3,1,6,7,6}
{15,1,2,13,8,3,1,24,1,3,12,2,11,3,1,23,9,25,13,5,1,4,2,3,10,2,4,4,2,16,1,9,3,8,5,1,1,7,12,6,2,2,15,4,15,13,3,6,13,14,7,2,15,18,2,3,1,2,1,9,1,1,6,2,2,2,1,15,1,2,19,5,4,1,1,24,22,15,4,1,10,9,27,3,21,1,7,2,1,2,2,7,7,1,3,19,1,14,7,2,14,3,1,13,13,3,6,2,1,3,6,24,2,5,4,27,3,3,9,2,1,15,11,5,1,2,2,6,4,2,29,11,5,1,20,2,1,2,13,3,21,1,2,2,1,4,8,6,21,1,9,2,29,10,3,10,11,11,8,20,1,9,6,1,7,5,6,23,15,2,20,2,2,1,2,7,15,5,9,3,3,10,6,4,10,2,2,6,2,5,11,11,1,14,1,11,3,14,1,1,2,1,5,15,8,14,1,6,6,27,2,4,2,10,10,14,1,5,8,3,9,11,12,1,3,14,5,20,1,10,14,2,1,4,18,1,2,16,1,3,1,19,5,12,11,10,14,23,6,14}
118
Returns: 709611556
{8,30,13,14,1,24,15,7,29,6,4,8,26,4,15,4,30,23,22,29,12,22,9,27,28,3,12,16,29,30,15,2,26,26,28,20,16,20,21,17,12,2,5,25,27,12,27,24,14,7,19,10,6,22,18,7,26,2,4,18,13,10,2,6,30,8,4,29,24,23,30,7,7,23,8,12,1,26,22,12,27,1,26,7,13,3,22,19,22,30,20,8,30,6,22,10,6,20,8,14,17,9,28,16,16,7,13,1,22,16,30,13,19,14,29,30,27,8,3,22,23,19,10,5,13,27,25,25,16,12,6,2,23,24,4,8,9,22,1,24,13,18,2,30,17,29,25,12,27,5,16,14,18,26,3,24,9,23,3,19,5,16,12,25,22,18,13,18,21,11,5,12,17,7,10,29,27,2,22,3,26,29,19,8,9,8,10,27,1,27,18,14,10,13,29,15,6,18,17,9,17,28,13,22,27,8,7,1,3,30,18,17,7,27,10,9,9,5,18,15,10,6,25,8,12,23,6,20,1,13,18,2,29,1,27,25,29,10,21,12,11,30,15,26,12,16,19,4,27,21}
{185,108,33,133,98,230,73,149,123,149,25,104,86,89,91,67,196,79,99,69,3,145,141,56,8,245,228,75,178,117,147,194,137,227,86,139,162,80,24,232,163,39,51,98,179,57,215,107,239,209,192,38,67,85,7,73,197,213,249,171,187,12,186,109,232,18,161,68,150,74,105,30,21,98,32,215,9,117,81,72,208,41,207,204,91,157,99,15,237,232,222,136,26,2,83,231,78,131,185,179,13,15,103,108,206,228,217,230,249,113,161,96,15,74,135,239,191,202,26,211,141,111,140,52,202,25,159,122,247,64,60,166,133,243,61,14,131,230,36,143,247,107,213,2,78,81,79,221,182,155,71,144,191,119,8,212,230,179,142,210,4,28,74,115,242,15,4,134,232,194,153,169,77,25,161,171,74,9,196,131,20,202,203,77,76,151,178,133,211,143,69,185,81,132,125,40,147,188,239,96,131,192,78,25,159,107,21,220,2,191,195,163,61,249,152,250,102,208,238,136,240,162,2,211,24,126,7,222,20,226,206,3,128,38,95,41,188,180,154,236,58,120,164,99,131,209,48,136,199,187}
231
Returns: 46511821
{7,23,12,25,1,14,30,2,18,26,30,14,30,11,16,29,9,11,9,5,23,30,20,12,14,1,1,29,18,9,11,7,27,14,2,18,7,8,13,29,10,25,10,1,18,4,1,9,7,5,1,12,7,22,16,22,23,9,1,21,5,26,2,2,7,22,23,25,27,11,27,8,14,24,30,22,8,10,7,2,12,21,3,7,29,7,8,28,4,19,28,25,20,24,20,15,14,5,14,17,29,24,14,18,4,24,10,6,17,11,15,17,17,15,12,7,29,29,18,29,30,27,6,28,20,22,1,23,29,4,2,1,9,11,7,26,26,26,27,25,13,1,19,19,16,20,29,27,23,30,5,14,21,23,23,23,12,19,24,13,18,6,3,6,18,10,29,19,15,18,23,19,9,12,4,5,19,3,23,8,9,26,15,28,27,5,24,28,5,23,20,25,11,19,3,11,1,20,29,28,11,24,9,23,19,2,20,24,16,12,5,21,24,29,29,29,16,7,12,21,25,2,3,7,8,11,24,6,14,10,7,11,24,10,4,22,20,14,20,4,1,23,6,2,6,29,4,5,17,3}
{20,20,4,28,9,26,25,3,28,26,29,6,18,10,5,18,8,19,15,29,15,5,16,1,14,18,5,20,23,13,30,12,15,22,13,19,30,22,20,13,6,12,2,2,5,13,8,17,7,2,15,29,7,27,12,20,18,19,21,22,20,21,25,12,27,15,21,9,28,3,16,14,18,19,4,16,18,22,23,23,19,2,18,10,9,5,23,11,12,1,26,15,29,4,5,23,28,16,5,1,17,17,30,5,10,9,20,7,30,12,13,7,19,28,27,2,12,5,28,26,30,20,18,12,29,21,25,2,24,11,17,6,13,5,16,19,21,20,12,3,11,27,21,8,12,25,21,3,5,7,7,18,3,24,2,6,16,9,23,8,3,8,5,30,14,27,11,12,27,17,27,23,11,16,4,30,6,21,23,29,21,10,30,14,30,6,17,30,27,12,15,15,2,10,2,30,15,4,18,8,22,11,20,17,17,26,30,2,2,7,24,19,4,21,30,11,13,14,14,22,8,23,4,30,3,19,26,10,11,15,19,6,28,12,3,9,22,25,12,23,10,20,30,16,27,28,21,20,25,12}
159
Returns: 255417267
{2,2,8,1,6,6,8,1,8,7,4,6,10,7,8,8,2,3,7,2,3,10,7,2,1,3,1,8,8,5,10,2,1,1,6,8,4,5,7,6,10,9,10,4,3,6,4,8,7,3,3,8,2,4,10,3,9,3,9,3,3,2,9,7,6,1,7,7,5,6,3,1,3,9,2,7,6,1,3,5,2,5,2,8,8,8,1,1,4,10,2,10,3,6,9,6,8,8,2,3,3,9,3,6,9,3,5,3,10,5,8,8,9,2,4,1,10,1,6,10,3,9,1,6,2,10,7,6,9,3,1,5,5,6,4,5,9,5,8,7,8,2,4,4,3,10,1,6,6,1,1,1,4,9,8,1,6,2,3,4,10,3,4,6,10,10,6,9,2,2,7,8,5,7,5,6,4,8,8,7,8,5,5,10,5,3,8,2,7,1,10,6,10,10,2,10,4,6,8,6,6,3,9,9,9,9,1,5,6,2,9,10,2,1,6,1,7,2,4,1,9,8,10,1,10,2,7,5,5,9,6,7,3,5,9,3,8,6,5,5,3,9,10,8,10,9,2,10,1,9}
{84,125,91,94,3,2,114,24,23,63,98,48,23,214,128,227,192,44,161,184,115,178,153,7,148,209,156,91,233,32,168,89,109,73,190,212,143,152,52,222,108,31,4,181,220,81,204,231,152,185,157,86,244,79,90,238,12,81,170,167,119,175,161,104,107,67,85,15,240,194,122,174,1,247,226,165,70,21,144,15,86,87,3,26,32,215,120,101,95,50,178,151,132,81,172,2,154,186,42,179,62,209,146,168,125,165,61,70,63,211,168,233,89,70,63,93,182,29,129,61,97,57,131,63,68,185,53,70,145,72,185,157,71,208,72,197,141,106,7,193,161,240,101,162,202,61,85,58,61,184,68,3,147,82,157,57,239,13,147,194,178,31,196,247,7,229,243,165,225,119,98,139,25,236,42,172,69,224,185,219,67,202,5,223,111,36,175,42,224,86,234,109,2,191,76,227,27,12,228,140,148,155,60,225,43,40,78,3,170,143,144,68,42,156,236,212,207,219,84,106,180,131,32,210,24,223,219,46,158,218,220,193,183,53,28,181,173,209,76,109,106,81,5,12,12,184,213,25,186,85}
1
Returns: 433371689
{18,173,129,121,52,79,61,228,241,27,58,92,68,180,102,65,28,63,203,42,250,163,233,60,33,191,75,74,106,221,95,44,51,144,62,54,228,200,114,242,162,184,236,97,22,166,215,69,210,21,177,145,23,187,52,77,238,204,231,5,190,72,205,193,70,237,127,17,146,156,50,200,36,55,247,117,156,2,122,2,159,4,108,71,180,215,75,1,178,62,208,30,162,144,150,238,94,90,192,61,20,20,158,4,243,211,91,162,132,180,10,208,206,239,231,57,141,71,155,73,187,130,189,152,8,30,111,73,38,246,9,67,17,188,54,67,194,39,193,250,29,96,40,155,74,66,38,218,59,55,190,87,74,54,224,58,110,134,38,140,97,81,101,100,208,203,6,161,106,194,183,19,184,127,74,47,36,149,192,169,49,49,229,22,171,249,43,7,116,33,149,81,182,59,204,61,78,134,77,83,80,110,227,154,98,33,202,13,144,15,5,216,235,171,146,242,198,193,164,40,119,159,243,197,179,37,26,163,101,23,75,141,250,84,180,118,150,166,88,99,9,135,225,111,103,8,128,5,188,32}
{7,2,3,10,1,6,3,9,6,6,3,8,10,7,2,9,5,10,6,3,6,4,6,5,7,6,9,2,10,1,10,4,2,4,2,8,1,9,1,8,4,2,10,9,7,3,10,7,2,7,7,2,7,1,10,5,9,2,7,7,1,7,6,3,8,1,8,1,7,1,6,9,10,8,8,3,10,1,9,3,4,8,1,7,7,8,8,4,3,5,5,10,8,8,5,5,3,7,2,3,1,6,6,8,2,10,3,4,8,1,2,6,2,6,3,3,5,2,6,4,9,5,5,9,2,10,6,9,9,5,5,2,3,9,6,5,7,6,4,10,6,8,8,10,3,6,9,9,7,4,2,2,10,9,3,7,2,5,6,6,2,6,4,9,4,3,5,9,5,4,4,7,9,6,10,9,4,9,2,4,1,9,4,7,1,2,9,6,1,10,2,7,9,7,2,9,9,9,1,2,5,3,3,6,1,1,2,7,7,9,4,9,9,4,8,5,2,9,9,8,6,9,5,7,10,2,8,4,9,7,7,10,1,5,5,9,8,1,2,1,7,1,1,1,4,6,1,2,9,8}
102
Returns: 225961541
{6,2,5,1,8,1,10,5,7,4,4,1,10,5,8,5,1,1,3,10,7,5,1,3,3,4,7,5,9,8,3,8,2,6,2,4,5,3,5,9,5,2,2,7,6,2,7,8,6,7,7,8,4,6,5,5,6,4,2,5,1,7,3,2,6,3,3,7,7,3,4,4,6,7,2,8,7,4,10,5,10,2,1,5,5,9,6,9,1,6,6,6,10,8,10,8,6,7,1,3,1,6,2,3,8,5,9,4,8,10,1,8,2,7,3,3,5,10,8,6,10,2,4,5,5,10,7,2,10,2,10,9,6,10,4,6,2,9,6,5,7,5,4,1,1,5,4,1,8,3,4,1,10,8,6,4,6,4,5,5,6,8,8,8,4,3,6,4,6,8,8,8,9,5,9,8,2,6,4,4,7,1,1,1,2,10,7,1,10,1,2,2,4,10,10,2,6,7,7,10,8,6,6,7,2,4,6,2,3,3,7,4,2,7,9,8,6,7,2,9,5,6,1,6,9,6,8,5,7,8,9,2,4,3,6,7,1,3,6,10,8,1,9,2,10,10,4,7,6,4}
{62,149,71,197,87,174,219,94,15,102,116,220,107,68,227,156,121,241,72,171,247,239,26,135,81,50,42,15,62,218,32,203,18,74,40,32,48,24,187,241,178,49,1,141,78,200,143,8,117,162,152,141,145,230,23,171,137,206,56,9,217,149,97,125,99,224,214,6,112,189,32,136,34,29,143,109,87,170,190,104,27,79,210,149,161,110,248,94,194,216,6,34,12,115,243,80,78,114,157,74,59,177,193,157,178,86,3,164,226,39,18,44,60,206,139,201,115,143,40,12,121,27,151,134,190,203,157,183,103,228,145,141,113,24,105,209,43,87,40,205,170,250,18,154,129,3,92,204,71,34,68,205,22,75,243,173,198,178,44,174,247,91,149,230,187,128,9,30,84,64,89,179,50,233,20,50,181,31,248,166,116,33,176,210,204,149,187,53,95,109,112,18,117,156,140,215,187,137,74,55,30,110,56,73,160,58,56,24,89,120,147,214,193,114,30,215,210,78,12,242,31,59,113,68,27,248,202,114,129,158,80,94,199,99,165,233,206,156,185,233,102,94,85,163,250,209,85,24,163,219}
115
Returns: 773012908
{8,2,10,4,9,9,3,1,7,3,5,9,2,10,6,5,6,9,5,3,3,7,9,1,5,3,7,1,3,5,6,3,4,2,9,3,2,7,5,5,6,4,9,10,2,3,10,10,10,7,10,2,4,6,9,3,2,1,2,6,5,9,9,3,2,8,3,9,9,6,7,2,4,10,4,3,2,4,8,10,8,7,9,4,8,4,10,1,5,5,4,6,3,7,3,1,7,10,7,3,5,7,5,2,3,7,10,2,3,10,6,1,7,10,3,2,7,3,1,8,4,10,7,7,4,8,7,9,2,6,4,9,1,4,1,10,5,5,3,2,10,8,8,10,7,10,9,3,7,10,7,4,3,2,6,5,7,1,8,8,3,8,2,6,4,1,9,4,3,7,10,4,1,8,10,9,9,4,6,2,2,6,3,4,8,7,5,7,7,5,1,2,1,1,2,3,6,1,3,5,4,9,8,9,2,2,5,4,5,7,9,7,9,4,4,10,10,3,5,10,6,4,10,5,3,7,2,7,8,6,9,2,10,9,7,8,10,4,5,5,6,3,2,9,10,8,5,6,1,9}
{2,4,1,8,2,1,1,1,1,2,9,1,3,7,4,8,9,5,3,1,4,9,7,2,8,9,2,1,1,3,1,4,2,1,1,3,5,3,1,7,4,1,1,8,1,1,1,1,8,1,8,1,4,4,7,3,1,5,9,1,5,1,3,2,2,1,3,5,1,2,3,7,5,1,2,1,7,8,4,2,3,2,2,1,1,6,9,4,5,2,9,1,9,3,6,8,1,6,1,5,1,2,2,1,5,1,1,7,2,1,6,2,2,4,1,6,4,1,5,8,2,3,7,7,3,4,3,4,1,1,9,2,5,6,6,1,7,3,5,2,3,5,1,1,3,4,1,2,5,1,5,4,4,4,3,4,2,2,1,1,1,7,4,1,2,1,9,5,2,1,2,1,3,8,1,1,3,1,1,2,3,5,2,8,1,1,4,2,6,1,2,5,4,1,1,8,2,5,1,7,8,4,4,2,5,6,3,4,6,6,5,3,2,2,9,4,5,1,3,6,1,1,2,4,1,2,2,1,1,1,1,1,5,1,1,5,1,3,9,1,9,1,4,6,9,2,2,2,3,1}
173
Returns: 257308159
{8,4,8,2,2,6,4,9,3,3,5,2,9,8,6,10,5,6,8,9,2,2,10,2,2,2,2,5,4,1,7,5,3,5,2,3,8,1,9,2,10,7,3,7,1,1,6,10,5,9,1,6,5,6,6,1,4,8,1,4,6,5,8,2,4,7,10,7,7,1,2,6,6,7,8,4,1,5,1,3,10,4,9,3,8,7,10,4,10,5,4,3,7,9,2,3,5,2,4,3,3,8,2,1,3,4,7,2,3,5,6,4,10,5,6,8,7,9,2,6,10,5,3,1,7,3,4,9,4,2,9,7,2,10,2,3,7,8,4,9,5,6,10,3,7,8,6,1,4,2,2,7,8,8,8,6,2,5,3,5,8,4,10,6,4,3,10,10,1,9,9,10,2,1,5,5,5,8,4,6,2,10,10,8,5,9,2,2,7,9,6,1,4,4,5,4,5,10,2,4,8,6,4,1,5,3,4,10,10,7,1,1,1,1,3,7,4,3,9,3,7,6,2,3,6,4,10,10,8,4,8,10,4,1,1,4,9,9,9,8,1,4,7,2,6,3,4,8,7,4}
{10,4,10,10,3,10,1,4,3,10,8,1,7,10,4,6,4,4,8,1,6,4,8,10,8,10,2,2,10,9,6,4,5,6,4,10,5,10,9,1,5,8,4,4,1,9,8,3,6,10,7,2,7,1,8,1,9,10,2,5,1,7,7,10,2,7,3,9,7,1,5,1,2,8,2,1,9,6,9,4,5,5,3,3,7,8,10,5,4,6,7,2,7,2,8,2,8,4,7,9,7,2,10,8,6,7,2,6,7,10,9,4,3,1,7,7,2,1,4,2,7,10,6,4,6,8,7,9,3,9,9,7,4,2,7,10,3,8,6,5,1,2,5,9,10,3,7,7,7,1,1,1,7,2,7,9,10,10,8,3,4,5,3,2,9,3,2,4,7,7,9,6,1,9,7,4,4,3,6,3,5,10,5,4,9,4,9,4,7,2,2,1,1,1,5,4,8,2,5,8,6,1,5,4,10,4,9,8,3,8,10,6,2,5,6,9,8,7,4,2,1,1,10,7,10,6,1,5,1,3,3,9,4,3,10,8,9,2,7,3,9,3,8,6,6,7,5,8,4,8}
157
Returns: 792112008
{169,144,123,25,230,217,212,246,159,221,193,154,160,187,190,63,48,186,168,164,72,174,115,13,3,20,154,86,54,144,159,69,76,14,7,27,27,127,48,205,79,28,183,36,56,228,130,242,51,182,74,83,133,186,78,10,235,247,14,80,161,64,218,32,69,101,244,187,164,198,19,27,16,161,153,203,70,108,116,40,93,18,183,171,231,115,36,119,53,63,121,113,133,5,109,243,204,216,19,160,100,107,110,26,202,157,88,102,67,244,8,37,160,56,211,7,93,55,221,128,52,71,9,73,75,17,130,242,129,239,245,205,203,48,143,218,175,152,147,129,239,133,177,182,237,164,16,164,46,246,210,172,242,165,109,70,61,119,172,218,38,7,35,227,24,7,187,132,135,31,7,198,30,142,51,116,48,137,89,37,77,129,115,78,175,214,138,38,85,113,45,111,199,15,214,146,142,97,20,176,96,149,36,113,110,107,230,58,109,175,116,235,206,210,81,8,135,67,43,137,69,220,116,29,27,181,165,64,62,202,169,74,115,111,11,11,173,244,151,250,86,181,87,39,164,242,100,180,148,105}
{8,1,1,10,10,7,9,1,8,8,10,5,4,5,7,5,2,6,4,9,10,5,10,7,6,9,6,6,2,5,2,7,1,9,7,6,2,2,6,9,3,7,5,7,2,4,2,2,4,9,7,4,4,8,1,5,5,6,3,4,4,1,2,5,10,8,2,1,8,8,4,2,2,5,5,5,6,8,6,8,8,10,10,1,6,2,7,1,8,9,7,3,7,10,4,1,3,7,9,2,1,4,2,1,5,9,1,1,4,2,6,8,4,3,5,2,10,4,5,6,2,7,8,5,2,9,8,8,10,2,5,4,4,9,5,1,6,4,2,4,7,6,1,4,7,6,7,7,1,6,3,7,6,4,10,5,7,3,9,3,10,5,7,1,1,1,5,7,7,4,3,8,4,9,1,1,7,8,2,8,7,10,4,7,8,9,10,3,6,9,1,3,5,7,5,1,3,1,7,8,8,5,8,6,10,6,7,10,6,5,4,3,5,9,4,6,1,8,3,1,9,9,4,6,6,9,6,1,2,1,8,10,5,2,4,8,1,4,10,7,1,1,8,4,3,1,2,5,9,6}
1
Returns: 897189324
{116,213,225,229,18,188,250,178,20,188,18,71,163,99,138,33,230,218,182,196,150,161,39,165,45,226,34,106,82,148,121,180,78,213,3,41,219,204,160,164,59,93,49,163,159,3,132,198,35,78,215,89,37,138,198,107,120,236,218,52,180,146,20,234,231,155,50,247,185,119,150,78,92,199,117,249,239,185,76,232,76,169,19,202,21,189,23,76,28,235,122,40,127,233,219,35,33,66,139,50,234,22,120,242,124,159,11,174,74,59,156,22,34,161,179,241,55,5,126,183,118,64,147,133,219,127,177,147,149,197,66,214,13,20,127,19,16,11,120,155,178,153,183,22,140,210,51,92,107,56,186,17,8,94,236,139,101,56,83,144,26,61,39,68,12,27,96,202,207,228,208,44,63,169,191,163,27,21,181,106,208,164,190,62,84,55,186,165,206,98,233,52,22,26,125,75,143,118,85,216,229,80,5,167,208,96,101,65,141,228,34,202,63,137,227,186,50,173,13,233,4,78,225,94,107,225,12,212,133,198,121,130,49,54,112,222,91,150,190,69,223,82,43,27,221,219,110,179,46,134}
{9,5,26,1,14,4,11,20,27,28,12,29,26,12,26,29,4,2,16,10,12,25,25,22,7,12,6,15,10,12,18,3,24,30,27,18,8,9,9,11,23,2,26,22,9,20,13,10,13,17,9,27,2,18,2,2,10,28,15,4,3,3,9,3,12,8,3,25,7,14,26,19,21,8,3,23,3,9,4,9,12,16,11,7,10,4,20,24,4,27,15,16,19,8,3,3,17,9,10,22,23,21,7,28,6,2,30,4,15,22,12,13,5,20,14,11,27,26,17,22,6,3,13,14,4,5,19,6,23,4,9,24,12,4,3,1,20,11,21,20,30,17,28,14,9,28,30,19,28,10,2,14,22,26,18,2,23,22,14,2,23,22,19,16,1,27,5,7,12,17,14,9,1,18,23,11,10,24,9,6,14,7,20,23,19,4,29,15,12,26,14,10,15,8,20,6,15,22,27,17,23,4,20,26,8,16,23,23,19,24,16,27,1,4,27,25,2,5,21,27,1,2,9,28,5,21,29,24,10,13,20,8,1,4,8,10,25,11,2,11,20,3,9,12,19,3,17,27,30,9}
140
Returns: 685205352
{2,9,3,7,6,3,7,9,1,7,10,1,3,10,10,6,1,10,2,6,10,7,8,8,1,3,3,10,9,4,2,7,8,3,3,6,10,2,9,10,4,1,10,4,6,9,8,4,6,5,10,10,10,3,2,6,4,6,7,10,2,5,4,6,4,3,3,10,9,1,7,3,4,3,6,5,1,10,4,7,10,1,8,5,5,8,8,2,3,6,7,10,8,1,8,5,7,10,1,2,10,8,1,4,3,6,5,5,10,7,5,4,10,2,2,5,3,2,5,5,4,7,5,6,7,10,6,10,2,7,3,10,8,8,7,2,5,4,9,4,5,8,4,10,5,10,3,4,10,10,8,5,10,2,8,9,8,6,7,10,5,2,1,9,10,3,6,4,5,4,6,1,4,5,5,1,7,5,3,9,3,2,3,2,9,7,4,1,3,9,4,1,1,8,7,5,1,3,9,6,2,3,8,6,4,5,10,2,3,3,9,5,9,7,3,9,5,5,6,2,1,3,8,8,5,10,6,10,8,4,9,4,5,4,1,9,2,9,4,1,3,6,3,3,8,1,8,3,7,1}
{9,19,11,25,7,23,19,4,21,7,22,19,5,30,3,1,12,17,27,16,29,11,24,29,8,29,24,18,10,6,1,7,24,2,14,24,14,3,16,5,24,23,29,6,27,24,22,28,2,24,16,14,17,12,23,23,16,27,13,4,7,2,7,4,9,8,14,21,28,22,24,10,16,6,23,20,9,1,6,28,26,29,3,10,1,20,14,7,23,29,22,13,19,16,20,22,17,14,27,13,11,27,15,11,10,24,30,26,27,26,25,18,12,19,14,28,14,24,4,26,28,1,17,7,20,25,21,19,22,27,27,20,12,25,20,15,20,10,2,22,17,12,22,13,27,27,7,10,30,27,14,2,26,1,23,13,22,18,8,17,6,28,29,27,14,29,24,12,10,12,11,12,26,15,28,5,24,26,17,1,28,27,5,12,21,20,17,10,3,26,1,18,13,27,30,23,3,27,15,18,29,7,18,21,29,6,21,4,4,16,11,13,2,18,24,30,14,8,6,5,26,15,29,23,5,27,12,19,9,30,17,3,24,21,22,21,21,5,30,30,18,25,12,16,11,9,28,13,4,24}
201
Returns: 38431607
{9,8,1,3,6,4,4,2,3,3,7,6,1,7,8,5,5,5,3,9,2,9,8,9,6,6,5,4,9,9,5,9,4,10,1,6,8,4,9,6,7,7,4,10,2,1,6,8,5,8,5,5,6,7,3,6,8,8,9,9,10,10,5,8,3,10,8,7,8,2,10,1,8,9,10,2,10,1,5,1,1,8,8,3,9,5,3,5,4,5,4,6,2,10,8,8,6,7,3,6,4,7,6,8,10,9,8,4,1,3,4,2,1,9,1,4,7,5,5,1,4,1,3,7,6,2,3,10,8,6,8,4,9,1,5,3,7,5,3,3,9,3,7,3,6,7,8,7,5,10,3,1,1,3,6,2,3,1,5,6,1,4,4,9,7,9,1,3,8,3,5,5,2,2,1,2,2,6,2,10,6,10,1,8,8,2,1,10,4,4,1,8,3,7,7,4,10,6,10,2,5,3,2,1,1,6,2,7,1,5,5,1,5,3,9,8,9,2,2,5,9,3,1,5,9,1,6,4,6,8,8,9,8,9,1,6,7,6,7,5,7,3,6,2,5,6,6,2,5,7}
{73,37,194,156,132,75,27,246,31,22,108,125,139,122,140,124,233,122,100,206,189,44,10,36,31,184,233,17,90,103,88,101,96,157,119,134,128,58,148,18,127,123,51,76,80,220,11,185,36,226,67,204,248,20,127,58,97,22,184,205,64,133,68,170,161,23,192,86,127,243,81,44,57,87,129,193,95,86,115,23,157,53,179,70,164,247,89,135,96,135,14,63,190,231,213,155,4,127,179,80,49,135,226,89,113,31,179,51,176,90,10,110,215,40,235,136,9,166,56,78,226,126,234,77,131,26,116,23,194,32,239,131,231,164,164,90,125,41,189,101,54,117,87,243,112,189,32,36,67,131,135,47,246,196,57,222,149,37,166,239,169,126,32,179,160,186,81,24,143,194,41,158,67,86,131,161,102,103,9,211,103,207,93,186,183,193,177,228,18,229,140,180,93,184,137,126,21,60,13,68,179,138,74,204,100,38,200,239,173,74,193,233,187,21,121,78,109,225,106,170,236,136,117,90,17,246,31,182,56,34,141,88,12,234,201,4,86,42,73,229,245,250,210,183,88,176,168,7,225,84}
111
Returns: 500760351
{70,206,243,115,11,220,51,155,236,80,181,117,113,241,155,88,5,176,175,158,198,117,21,5,185,210,93,218,38,59,11,61,94,199,245,170,180,138,18,177,120,30,25,168,24,33,61,9,145,240,225,159,115,192,158,80,173,190,139,99,26,157,142,191,75,158,128,43,15,66,95,40,166,161,127,42,216,197,190,43,143,141,146,149,170,227,4,165,241,220,124,102,74,166,206,119,4,15,60,95,189,22,65,133,138,113,152,90,158,36,48,5,241,51,1,202,36,166,88,25,244,40,229,235,184,34,163,106,223,153,193,33,181,135,139,84,51,76,23,91,37,159,143,154,179,44,43,211,248,87,53,17,127,154,168,38,82,46,228,91,110,79,217,123,28,202,209,229,246,237,119,225,161,53,129,177,159,59,58,136,237,39,185,91,35,54,176,96,143,181,48,211,74,170,242,218,141,62,172,146,26,28,43,121,157,229,18,241,124,172,25,58,177,197,23,101,229,9,56,107,130,30,195,128,114,221,230,95,188,35,61,250,106,204,200,206,250,168,208,102,99,179,80,49,151,83,19,188,67,164}
{9,1,7,4,5,1,1,2,1,4,9,6,3,7,5,3,2,2,1,1,2,9,1,2,2,2,1,7,1,6,6,7,9,1,1,1,4,9,1,3,8,1,4,3,7,4,1,6,3,1,1,1,1,2,1,3,6,2,1,1,4,1,7,1,2,1,1,2,1,1,3,3,3,3,6,4,4,1,1,1,3,6,1,8,4,2,3,1,1,1,3,8,2,1,3,6,1,4,9,5,1,3,1,7,5,1,1,1,1,1,9,1,4,9,3,1,6,9,1,1,3,1,1,4,2,5,6,4,1,6,3,6,2,8,9,1,7,7,1,7,2,9,2,1,2,7,5,2,2,3,3,3,1,1,1,6,9,1,5,2,3,1,4,4,1,8,1,9,3,8,2,4,4,1,7,2,4,4,5,8,9,4,4,2,1,3,2,2,1,2,2,1,1,3,5,5,6,2,3,1,1,7,5,2,5,8,2,1,1,1,1,8,1,1,6,1,1,3,1,2,3,3,1,9,9,1,4,1,2,6,1,2,5,8,8,2,3,5,2,3,4,1,5,2,3,2,2,1,9,2}
27
Returns: 363402581