retro.forth: remove a variable from a:for-each, use asseembly in the implementation

FossilOrigin-Name: 2853b4bba6d2e7b55dc0486af0ffc3188edd1b9f774e67691027c3d6832cca47
This commit is contained in:
crc 2020-02-12 19:54:14 +00:00
parent 1f90d210b8
commit bb82fcaa36
3 changed files with 379 additions and 385 deletions

View file

@ -1354,14 +1354,9 @@ against each value in an array. This is leveraged to implement
additional combinators.
~~~
{{
'Q var
---reveal---
:a:for-each (aq-)
&Q [ !Q fetch-next
[ fetch-next swap [ @Q call ] dip ] times drop
] v:preserve ;
}}
:a:for-each (aq-)
swap fetch-next &swap dip
[ push fetch-next \swpodupu \swpuca.. \popo.... ] times drop-pair ;
~~~
With this I can easily define `a:dup` to make a copy of an

BIN
ngaImage

Binary file not shown.

View file

@ -2,8 +2,8 @@
#ifndef CELL
#define CELL int32_t
#endif
CELL ngaImageCells = 14923;
CELL ngaImage[] = { 1793,14225,14769,14922,202004,0,10,1,10,2,10,3,10,4,10,5,10,6,10,
CELL ngaImageCells = 14904;
CELL ngaImage[] = { 1793,14206,14750,14903,202004,0,10,1,10,2,10,3,10,4,10,5,10,6,10,
7,10,8,10,9,10,10,11,10,12,10,13,10,14,10,15,10,16,10,17,
10,18,10,19,10,20,10,21,10,22,10,23,10,24,10,25,10,68223234,1,2575,
85000450,1,656912,139,138,268505089,63,62,135205121,63,10,101384453,0,9,10,2049,56,25,459011,74,
@ -11,7 +11,7 @@ CELL ngaImage[] = { 1793,14225,14769,14922,202004,0,10,1,10,2,10,3,10,4,10,5,10,
84,524545,88,64,167838467,-1,134287105,3,59,659457,3,459023,105,2049,56,25,2049,105,1793,112,
2049,112,117506307,0,105,0,524545,25,110,168820993,0,124,1642241,124,134283523,7,110,1793,105,7,
524545,2049,105,1793,105,16846593,124,139,138,1793,64,16846593,124,110,138,1793,64,7,10,659713,
1,659713,2,659713,3,1793,14903,2,524559,105,2049,105,2049,105,2049,119,168820998,2,13318,1025,
1,659713,2,659713,3,1793,14884,2,524559,105,2049,105,2049,105,2049,119,168820998,2,13299,1025,
167841793,177,5,17826049,0,177,2,15,25,524546,162,134287105,178,93,2305,179,459023,187,134287361,178,
182,659201,177,2049,56,25,84152833,48,286458116,10,459014,202,184618754,45,25,16974851,-1,168886532,1,134284289,
1,211,134284289,0,202,660227,32,0,0,112,114,101,102,105,120,58,105,0,285278479,228,
@ -160,7 +160,7 @@ CELL ngaImage[] = { 1793,14225,14769,14922,202004,0,10,1,10,2,10,3,10,4,10,5,10,
2049,2106,4100,10,3055,3095,144,118,58,117,112,100,97,116,101,0,4,1793,3102,15,
4,8,10,1,3098,2049,2116,16,10,3083,3116,144,99,111,112,121,0,1793,3125,285278725,
1,33951492,268767489,1,6,10,1,3118,2049,2281,771,10,3108,3144,144,83,99,111,112,101,
76,105,115,116,0,14769,14769,10,3131,3153,144,123,123,0,2049,1570,2,1,3144,2049,
76,105,115,116,0,14750,14750,10,3131,3153,144,123,123,0,2049,1570,2,1,3144,2049,
59,16,10,3147,3178,144,45,45,45,114,101,118,101,97,108,45,45,45,0,2049,
1570,1,3144,2049,2880,16,10,3162,3192,144,125,125,0,1,3144,2049,56,4,15,11,
1793,3206,3841,3144,4097,2,10,1,3201,1793,3232,3841,3144,1793,3227,1,2,983567,1,3144,
@ -179,7 +179,7 @@ CELL ngaImage[] = { 1793,14225,14769,14922,202004,0,10,1,10,2,10,3,10,4,10,5,10,
4097,3255,10,3423,3477,131,84,101,109,112,83,116,114,105,110,103,115,0,32,3462,
3495,131,84,101,109,112,83,116,114,105,110,103,77,97,120,0,512,3478,3507,144,
83,84,82,73,78,71,83,0,2049,1543,3841,3477,3841,3495,19,18,10,3496,3527,131,
67,117,114,114,101,110,116,0,17,10,3516,3542,144,115,58,112,111,105,110,116,
67,117,114,114,101,110,116,0,15,10,3516,3542,144,115,58,112,111,105,110,116,
101,114,0,3841,3527,3841,3495,19,2049,3507,17,10,3529,3561,144,115,58,110,101,120,
116,0,1,3527,2049,2978,3841,3527,3841,3477,11,1793,3577,1,0,4097,3527,10,1,3572,
9,10,3496,3591,144,115,58,116,101,109,112,0,2,2049,79,2049,2880,2049,3542,4,
@ -378,375 +378,374 @@ CELL ngaImage[] = { 1793,14225,14769,14922,202004,0,10,1,10,2,10,3,10,4,10,5,10,
110,116,101,100,45,114,101,115,117,108,116,115,0,8,2049,1877,1793,7465,2,2049,
105,1,105,2049,2281,10,1,7457,2049,2106,10,7431,7487,144,97,58,102,114,111,109,
45,115,116,114,105,110,103,0,2049,1877,1793,7501,2,2049,79,2049,105,1,105,2049,
3860,10,1,7491,2049,2106,10,7470,7511,131,81,0,0,7470,7526,144,97,58,102,111,
114,45,101,97,99,104,0,1,7511,1793,7556,4097,7511,2049,56,1793,7550,2049,56,4,
1793,7545,3841,7511,8,10,1,7541,2049,2106,10,1,7536,2049,2281,3,10,1,7530,2049,
3069,10,7512,7570,144,97,58,100,117,112,0,2049,1877,1793,7583,2,15,2049,105,1,
105,2049,7526,10,1,7574,2049,2106,10,7561,7598,144,97,58,99,111,112,121,0,1,
3,1793,7614,4097,3,2,2049,7429,2049,105,1,105,2049,7526,10,1,7602,2049,3069,10,
7588,7634,144,97,58,116,111,45,115,116,114,105,110,103,0,1,3,1793,7647,2049,
7570,1,0,2049,105,2049,2880,10,1,7638,2049,3069,2049,3591,10,7619,7662,144,99,111,
112,121,0,2,15,1793,7671,1,105,2049,7526,10,1,7666,2049,2106,10,7619,7689,144,
97,58,112,114,101,112,101,110,100,0,2049,1877,1,0,2049,105,1793,7704,2049,7662,
4,2049,7662,17,10,1,7697,2049,2106,1,36,2049,2116,10,7676,7725,144,97,58,97,
112,112,101,110,100,0,4,2049,7689,10,7713,7739,144,97,58,99,104,111,112,0,
2049,7570,1,-1,2049,3050,2,2049,2993,10,7729,7761,144,97,58,102,105,108,116,101,
114,0,1793,7776,67502597,1,21,2049,2106,4,1,105,1,11,2049,64,10,1,7763,2049,
7288,2049,1877,1793,7791,67502597,15,2049,105,2049,7526,10,1,7784,2049,2106,2049,1877,67502597,18,
2049,2893,67502597,16,10,7749,7819,144,97,58,99,111,110,116,97,105,110,115,63,0,
1,0,4,1793,7831,4,5,67502597,11,6,22,10,1,7824,2049,7526,772,10,7804,7859,
144,97,58,99,111,110,116,97,105,110,115,45,115,116,114,105,110,103,63,0,
1,0,4,1793,7872,4,5,67502597,2049,93,6,22,10,1,7864,2049,7526,772,10,7837,
7890,131,76,111,99,97,116,105,111,110,0,0,7878,7902,144,112,114,101,112,97,
114,101,0,4,1,-1,4097,7890,10,7891,7916,144,110,101,120,116,0,3841,7890,2049,
2568,1793,7927,1,7890,2049,2993,10,1,7922,9,10,7908,7941,144,109,97,116,99,104,
63,0,67502597,11,2,1793,7952,3,3841,7890,2049,2568,10,1,7946,9,10,7931,7970,144,
109,97,116,99,104,45,115,116,114,63,0,67502597,2049,93,2,1793,7982,3,3841,7890,
2049,2568,10,1,7976,9,10,7956,7996,144,117,112,100,97,116,101,0,3841,7890,2049,
2845,2049,2893,4097,7890,10,7837,8019,144,97,58,105,110,100,101,120,45,111,102,0,
2049,7902,2049,2096,2049,7819,1793,8031,771,1,-1,10,1,8027,2049,2676,1793,8045,2049,7941,
1,7996,9,2049,7916,10,1,8037,2049,7526,3,3841,7890,10,8005,8074,144,97,58,105,
110,100,101,120,45,111,102,45,115,116,114,105,110,103,0,2049,7902,2049,2096,2049,
7859,1793,8086,771,1,-1,10,1,8082,2049,2676,1793,8100,2049,7970,1,7996,9,2049,7916,
10,1,8092,2049,7526,3,3841,7890,10,8053,8117,144,97,58,109,97,112,0,1793,8123,
8,2049,105,10,1,8119,2049,7288,2049,1877,1793,8138,67502597,15,2049,105,2049,7526,10,1,
8131,2049,2106,10,8108,8156,144,97,58,114,101,118,101,114,115,101,0,2049,1877,1793,
8190,2049,56,1793,8168,17,2049,2893,10,1,8164,2049,2116,2,2049,105,1793,8184,2,15,
2049,105,2049,2893,10,1,8177,2049,2281,3,10,1,8160,2049,2106,10,8143,8203,144,97,
58,116,104,0,17,2049,2880,10,8195,8218,144,97,58,102,101,116,99,104,0,2049,
8203,15,10,8207,8233,144,97,58,115,116,111,114,101,0,2049,8203,16,10,8222,8249,
144,97,58,114,101,100,117,99,101,0,1,13,2049,2106,2049,7526,10,8237,8266,144,
97,58,109,97,107,101,0,2049,7452,2049,8156,10,8256,8276,156,123,0,1,285,2049,
156,1,1556,2049,144,1,285,2049,156,10,8271,8294,156,125,0,1,301,2049,156,1,
2106,2049,144,1,1556,2049,144,1,13,2049,150,1,40,2049,150,1,2893,2049,144,1,
301,2049,156,1,8266,2049,144,10,8289,8338,144,98,111,117,110,100,115,63,0,67502597,
2049,7429,67502597,13,10,8327,8352,144,99,111,112,121,0,2049,56,2049,105,10,8344,8367,
144,116,111,45,101,110,100,0,2,2049,7429,17,2049,2880,10,8289,8384,144,97,58,
108,101,102,116,0,2049,8338,1793,8392,771,1,-1,10,1,8388,2049,2659,2049,1877,67502597,
2049,105,1793,8413,1,2880,2049,2106,1,8352,2049,2281,3,10,1,8403,2049,2106,10,8374,
8429,144,97,58,114,105,103,104,116,0,2049,8338,1793,8437,771,1,-1,10,1,8433,
2049,2659,2049,1877,67502597,2049,105,1793,8460,4,2049,8367,67502597,18,4,1,8352,2049,2281,3,
10,1,8448,2049,2106,10,8418,8477,144,97,58,109,105,100,100,108,101,0,1,2048,
2049,2106,4,67502597,2049,8338,1793,8492,771,3,1,-1,10,1,8487,2049,2659,771,2049,2096,
4,18,2049,2880,2049,1877,67502597,2049,105,1793,8527,772,1793,8517,17,2049,2880,10,1,8513,
2049,2106,1,8352,2049,2281,3,10,1,8510,2049,2106,10,8465,8540,131,70,108,97,103,
0,0,8532,8552,144,99,111,109,112,97,114,101,0,67440386,184946434,10,8541,8565,144,108,
101,110,103,116,104,0,659202,10,8555,8575,144,110,101,120,116,0,17043713,1,1,2577,
10,8567,8593,144,110,111,116,45,101,113,117,97,108,0,50529030,2561,0,10,8580,8605,
144,108,111,111,112,0,524549,8575,2049,8552,18157313,8540,8540,16,420610310,1,1,8605,7,10,
8465,8628,144,97,58,101,113,63,0,1048833,-1,8540,2049,8552,151066369,-1,8593,2049,8565,2049,
8605,251724547,8540,10,8619,8653,144,97,58,45,101,113,63,0,2049,8628,2049,2465,10,8643,
8676,144,97,58,98,101,103,105,110,115,45,119,105,116,104,63,0,1,3,1793,
8692,2,2049,7429,1,13,2049,2106,2049,8384,2049,8628,10,1,8680,2049,3069,10,8658,8713,
144,97,58,101,110,100,115,45,119,105,116,104,63,0,1,3,1793,8729,2,2049,
7429,1,13,2049,2106,2049,8429,2049,8628,10,1,8717,2049,3069,10,8697,8750,144,99,117,
114,114,101,110,116,45,108,105,110,101,0,2049,3507,1,1025,18,10,8734,8772,144,
99,111,117,110,116,45,116,111,107,101,110,115,0,1793,8778,1,32,11,10,1,
8774,2049,4284,2049,79,10,8756,8803,144,112,114,111,99,101,115,115,45,116,111,107,
101,110,115,0,1793,8831,1,32,2049,6081,4,1793,8824,2,2049,79,2049,2549,1,365,
1,11,2049,64,10,1,8812,2049,2106,2049,2880,10,1,8805,2049,2281,2049,365,10,8697,
8852,144,115,58,101,118,97,108,117,97,116,101,0,2049,8750,2049,4528,2049,8750,2,
2049,8772,2049,8803,10,8838,8870,131,76,80,0,0,8864,8880,131,73,110,100,101,120,
0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,8871,8920,144,110,101,120,116,
0,3841,8870,1,8880,17,2049,2978,10,8912,8936,144,112,114,101,112,0,1,8870,2049,
2978,1,0,3841,8870,1,8880,17,16,10,8928,8957,144,100,111,110,101,0,1,8870,
2049,2993,10,8838,8967,144,73,0,3841,8870,1,8880,17,15,10,8962,8979,144,74,0,
3841,8870,1,8880,17,2049,2893,15,10,8974,8993,144,75,0,3841,8870,1,8880,17,1,
2,18,15,10,8988,9024,144,116,105,109,101,115,60,119,105,116,104,45,105,110,
100,101,120,62,0,2049,8936,4,1793,9040,25,33886721,1,2053,1542,2049,8920,1,9029,7,
10,1,9029,8,3,2049,8957,10,9003,9055,156,104,111,111,107,0,2049,3636,108,105,
106,117,46,46,46,46,0,1,9057,2049,412,2049,1877,2049,2880,2049,105,10,9047,9089,
144,115,101,116,45,104,111,111,107,0,2049,2880,16,10,9077,9103,144,117,110,104,
111,111,107,0,2049,2880,2,2049,2880,4,16,10,9093,9127,144,105,111,58,101,110,
117,109,101,114,97,116,101,0,27,10,9111,9141,144,105,111,58,113,117,101,114,
121,0,28,10,9129,9156,144,105,111,58,105,110,118,111,107,101,0,29,10,9143,
9166,131,83,108,111,116,0,9,9143,9182,144,105,111,58,115,99,97,110,45,102,
111,114,0,1,-1,4097,9166,2049,9127,1793,9208,2049,8967,2049,9141,772,67502597,11,1793,9204,
2049,8967,4097,9166,10,1,9199,9,10,1,9190,2049,9024,3,3841,9166,10,9167,9225,144,
99,58,112,117,116,0,1793,9227,1,0,2049,9156,10,9216,9238,144,110,108,0,1,
10,2049,9225,10,9232,9249,144,115,112,0,1,32,2049,9225,10,9243,9261,144,116,97,
98,0,1,9,2049,9225,10,9254,9275,144,115,58,112,117,116,0,1,9225,2049,3860,
10,9266,9289,144,110,58,112,117,116,0,2049,5920,2049,9275,10,9280,9303,144,114,101,
115,101,116,0,2049,1556,25,771,1,9303,7,10,9294,9325,144,100,117,109,112,45,
115,116,97,99,107,0,2049,1556,25,3,5,2049,9325,6,2,2049,9289,2049,9249,10,
9311,9347,144,70,82,69,69,0,2049,3507,1,1025,18,2049,1877,18,10,9339,9365,131,
70,105,108,101,115,0,0,9356,9378,144,105,100,101,110,116,105,102,121,0,3841,
9365,2049,2533,1793,9445,1,4,2049,9182,2,2049,2568,1793,9433,3,2049,3636,73,79,32,
68,69,86,73,67,69,32,84,89,80,69,32,48,48,48,52,32,78,79,84,
32,70,79,85,78,68,0,1,9396,2049,9275,2049,9238,10,1,9393,1793,9440,4097,9365,
10,1,9437,2049,64,10,1,9384,9,10,9339,9470,144,105,111,58,102,105,108,101,
45,111,112,101,114,97,116,105,111,110,0,2049,9378,3841,9365,2049,9156,10,9449,0,
131,102,105,108,101,58,82,0,9477,1,131,102,105,108,101,58,87,0,9487,2,
131,102,105,108,101,58,65,0,9497,3,131,102,105,108,101,58,82,43,0,9507,
9531,144,102,105,108,101,58,111,112,101,110,0,1,0,2049,9470,10,9518,9550,144,
102,105,108,101,58,99,108,111,115,101,0,1,1,2049,9470,10,9536,9568,144,102,
105,108,101,58,114,101,97,100,0,1,2,2049,9470,10,9555,9587,144,102,105,108,
101,58,119,114,105,116,101,0,1,3,2049,9470,10,9573,9605,144,102,105,108,101,
58,116,101,108,108,0,1,4,2049,9470,10,9592,9623,144,102,105,108,101,58,115,
101,101,107,0,1,5,2049,9470,10,9610,9641,144,102,105,108,101,58,115,105,122,
101,0,1,6,2049,9470,10,9628,9661,144,102,105,108,101,58,100,101,108,101,116,
101,0,1,7,2049,9470,10,9646,9680,144,102,105,108,101,58,102,108,117,115,104,
0,1,8,2049,9470,10,9666,9701,144,102,105,108,101,58,101,120,105,115,116,115,
63,0,1,0,2049,9531,2,2049,2549,1793,9715,2049,9550,2049,2356,10,1,9710,1793,9723,
3,2049,2368,10,1,9719,2049,64,10,9685,9754,144,102,105,108,101,58,111,112,101,
110,60,102,111,114,45,114,101,97,100,105,110,103,62,0,1,0,2049,9531,2,
2049,9641,4,10,9728,9788,144,102,105,108,101,58,111,112,101,110,60,102,111,114,
45,97,112,112,101,110,100,62,0,1,2,2049,9531,2,2049,9641,4,10,9763,9823,
144,102,105,108,101,58,111,112,101,110,60,102,111,114,45,119,114,105,116,105,
110,103,62,0,1,1,2049,9531,10,9797,9835,131,70,73,68,0,0,9828,9844,131,
83,105,122,101,0,0,9836,9855,131,65,99,116,105,111,110,0,0,9845,9866,131,
66,117,102,102,101,114,0,0,9856,9876,144,45,101,111,102,63,0,3841,9835,2049,
9605,3841,9844,13,10,9867,9896,144,112,114,101,115,101,114,118,101,0,1,9835,1793,
9907,1,9844,1,21,2049,3069,10,1,9900,2049,3069,10,9797,9930,144,102,105,108,101,
58,114,101,97,100,45,108,105,110,101,0,4097,9835,1793,9987,2049,1877,2,4097,9866,
2049,3418,1793,9979,3841,9835,2049,9568,2,2049,3326,1793,9956,1,13,11,10,1,9952,1793,
9964,1,10,11,10,1,9960,1793,9972,1,0,11,10,1,9968,2049,2165,22,22,10,
1,9943,2049,2256,2049,3350,3,10,1,9934,2049,3442,3841,9866,10,9912,10016,144,102,105,
108,101,58,102,111,114,45,101,97,99,104,45,108,105,110,101,0,1793,10047,4097,
9855,2049,9754,4097,9835,4097,9844,1793,10038,3841,9835,2049,9930,3841,9855,8,2049,9876,10,1,
10028,2049,2233,3841,9835,2049,9550,10,1,10018,2049,9896,10,9994,10059,131,70,73,68,0,
0,9994,10074,144,102,105,108,101,58,115,108,117,114,112,0,1793,10101,4,2049,3418,
2049,9754,4097,10059,1793,10092,3841,10059,2049,9568,2049,3326,10,1,10085,2049,2281,3841,10059,2049,
9550,10,1,10076,2049,3442,10,10060,10119,144,102,105,108,101,58,115,112,101,119,0,
2049,9823,4,1793,10128,67502597,2049,9587,10,1,10124,2049,3860,2049,9550,10,10106,10142,131,70,
80,85,0,0,10135,10155,144,105,100,101,110,116,105,102,121,0,3841,10142,2049,2533,
1793,10222,1,2,2049,9182,2,2049,2568,1793,10210,3,2049,3636,73,79,32,68,69,86,
73,67,69,32,84,89,80,69,32,48,48,48,50,32,78,79,84,32,70,79,
85,78,68,0,1,10173,2049,9275,2049,9238,10,1,10170,1793,10217,4097,10142,10,1,10214,
2049,64,10,1,10161,9,10,10106,10248,144,105,111,58,102,108,111,97,116,45,111,
112,101,114,97,116,105,111,110,0,2049,10155,3841,10142,2049,9156,10,10226,10269,144,110,
58,116,111,45,102,108,111,97,116,0,1,0,2049,10248,10,10255,10288,144,115,58,
116,111,45,102,108,111,97,116,0,1,1,2049,10248,10,10274,10308,144,102,58,116,
111,45,110,117,109,98,101,114,0,1,2,2049,10248,10,10293,10328,144,102,58,116,
111,45,115,116,114,105,110,103,0,2049,3617,2,1,3,2049,10248,10,10313,10343,144,
102,58,43,0,1,4,2049,10248,10,10336,10355,144,102,58,45,0,1,5,2049,10248,
10,10348,10367,144,102,58,42,0,1,6,2049,10248,10,10360,10379,144,102,58,47,0,
1,7,2049,10248,10,10372,10395,144,102,58,102,108,111,111,114,0,1,8,2049,10248,
10,10384,10413,144,102,58,99,101,105,108,105,110,103,0,1,9,2049,10248,10,10400,
10428,144,102,58,115,113,114,116,0,1,10,2049,10248,10,10418,10442,144,102,58,101,
113,63,0,1,11,2049,10248,10,10433,10457,144,102,58,45,101,113,63,0,1,12,
2049,10248,10,10447,10471,144,102,58,108,116,63,0,1,13,2049,10248,10,10462,10485,144,
102,58,103,116,63,0,1,14,2049,10248,10,10476,10501,144,102,58,100,101,112,116,
104,0,1,15,2049,10248,10,10490,10515,144,102,58,100,117,112,0,1,16,2049,10248,
10,10506,10530,144,102,58,100,114,111,112,0,1,17,2049,10248,10,10520,10545,144,102,
58,115,119,97,112,0,1,18,2049,10248,10,10535,10559,144,102,58,108,111,103,0,
1,19,2049,10248,10,10550,10575,144,102,58,112,111,119,101,114,0,1,20,2049,10248,
10,10564,10589,144,102,58,115,105,110,0,1,21,2049,10248,10,10580,10603,144,102,58,
99,111,115,0,1,22,2049,10248,10,10594,10617,144,102,58,116,97,110,0,1,23,
2049,10248,10,10608,10632,144,102,58,97,115,105,110,0,1,24,2049,10248,10,10622,10647,
144,102,58,97,99,111,115,0,1,25,2049,10248,10,10637,10662,144,102,58,97,116,
97,110,0,1,26,2049,10248,10,10652,10677,144,102,58,112,117,115,104,0,1,27,
2049,10248,10,10667,10691,144,102,58,112,111,112,0,1,28,2049,10248,10,10682,10708,144,
102,58,97,100,101,112,116,104,0,1,29,2049,10248,10,10696,10725,144,102,58,115,
113,117,97,114,101,0,2049,10515,2049,10367,10,10713,10740,144,102,58,111,118,101,114,
0,2049,10677,2049,10515,2049,10691,2049,10545,10,10730,10759,144,102,58,116,117,99,107,0,
2049,10515,2049,10677,2049,10545,2049,10691,10,10749,10777,144,102,58,110,105,112,0,2049,10545,
2049,10530,10,10768,10797,144,102,58,100,114,111,112,45,112,97,105,114,0,2049,10530,
2049,10530,10,10782,10816,144,102,58,100,117,112,45,112,97,105,114,0,2049,10740,2049,
10740,10,10802,10830,144,102,58,114,111,116,0,2049,10677,2049,10545,2049,10691,2049,10545,10,
10821,10854,144,102,58,112,111,115,105,116,105,118,101,63,0,1,0,2049,10269,2049,
10485,10,10839,10876,144,102,58,110,101,103,97,116,105,118,101,63,0,1,0,2049,
10269,2049,10471,10,10861,10895,144,102,58,110,101,103,97,116,101,0,1,-1,2049,10269,
2049,10367,10,10883,10911,144,102,58,97,98,115,0,2049,10515,2049,10876,1,10895,9,10,
10902,10931,156,112,114,101,102,105,120,58,46,0,2049,1818,1,3662,1,3591,2049,64,
1,10288,2049,144,10,10919,10953,144,102,58,112,117,116,0,2049,10328,2049,9275,10,10944,
10966,144,102,58,80,73,0,2049,3636,51,46,49,52,49,53,57,50,0,1,10968,
2049,10288,10,10958,10989,144,102,58,69,0,2049,3636,50,46,55,49,56,50,56,49,
0,1,10991,2049,10288,10,10982,11014,144,102,58,78,65,78,0,2049,3636,48,0,1,
11016,2049,10288,2049,3636,48,0,1,11024,2049,10288,2049,10379,10,11005,11042,144,102,58,73,
78,70,0,2049,3636,49,46,48,0,1,11044,2049,10288,2049,3636,48,0,1,11054,2049,
10288,2049,10379,10,11033,11073,144,102,58,45,73,78,70,0,2049,3636,45,49,46,48,
0,1,11075,2049,10288,2049,3636,48,0,1,11086,2049,10288,2049,10379,10,11063,11105,144,102,
58,110,97,110,63,0,2049,10515,2049,10457,10,11095,11120,144,102,58,105,110,102,63,
0,2049,11042,2049,10442,10,11110,11136,144,102,58,45,105,110,102,63,0,2049,11073,2049,
10442,10,11125,11152,144,102,58,114,111,117,110,100,0,2049,10515,2049,10876,1793,11173,2049,
3636,48,46,53,0,1,11160,2049,10288,2049,10355,2049,10413,10,1,11158,1793,11192,2049,3636,
48,46,53,0,1,11179,2049,10288,2049,10343,2049,10395,10,1,11177,2049,64,10,11141,11206,
144,102,58,109,105,110,0,2049,10816,2049,10471,1,10530,1,10777,2049,64,10,11197,11226,
144,102,58,109,97,120,0,2049,10816,2049,10485,1,10530,1,10777,2049,64,10,11217,11248,
144,102,58,108,105,109,105,116,0,2049,10545,2049,10677,2049,11206,2049,10691,2049,11226,10,
11237,11273,144,102,58,98,101,116,119,101,101,110,63,0,2049,10830,2049,10515,2049,10677,
2049,10830,2049,10830,2049,11248,2049,10691,2049,10442,10,11259,11299,144,102,58,105,110,99,0,
2049,3636,49,0,1,11301,2049,10288,2049,10343,10,11290,11319,144,102,58,100,101,99,0,
2049,3636,49,0,1,11321,2049,10288,2049,10355,10,11310,11340,144,102,58,99,97,115,101,
0,2049,10740,2049,10442,1793,11352,2049,10530,8,1,-1,10,1,11346,1793,11360,3,1,0,
10,1,11356,2049,64,25,6,771,10,11330,11378,144,102,58,115,105,103,110,0,2049,
10515,2049,3636,48,0,1,11382,2049,10288,2049,10442,1793,11397,1,0,2049,10530,10,1,11392,
2049,2659,2049,3636,48,0,1,11403,2049,10288,2049,10485,1793,11416,1,1,10,1,11413,1793,
11423,1,-1,10,1,11420,2049,64,10,11368,2147483645,131,101,58,77,65,88,0,11428,-2147483645,
131,101,58,77,73,78,0,11437,-2147483647,131,101,58,78,65,78,0,11446,2147483646,131,101,
58,73,78,70,0,11455,-2147483646,131,101,58,45,73,78,70,0,11464,11482,144,101,58,
110,63,0,1,-2147483645,2049,2880,1,2147483645,2049,2893,2049,2911,10,11474,11503,144,101,58,109,
97,120,63,0,1,2147483645,11,10,11493,11517,144,101,58,109,105,110,63,0,1,-2147483645,
11,10,11507,11532,144,101,58,122,101,114,111,63,0,2049,2533,10,11521,11545,144,101,
58,110,97,110,63,0,1,-2147483647,11,10,11535,11559,144,101,58,105,110,102,63,0,
1,2147483646,11,10,11549,11574,144,101,58,45,105,110,102,63,0,1,-2147483646,11,10,11563,
11588,144,101,58,99,108,105,112,0,1,-2147483645,1,2147483645,2049,2863,10,11578,11603,144,102,
58,69,49,0,1793,11605,2049,3636,49,46,101,53,0,1,11607,2049,10288,10,11595,11629,
144,102,58,45,115,104,105,102,116,0,2049,11603,2049,10367,10,11617,11646,144,102,58,
43,115,104,105,102,116,0,2049,11603,2049,10379,10,11634,11668,144,102,58,115,105,103,
110,101,100,45,115,113,114,116,0,2049,10515,2049,11378,2049,10911,2049,10428,2049,10269,2049,
10367,10,11651,11694,144,102,58,43,101,110,99,111,100,101,0,2049,11668,2049,11629,10,
11681,11712,144,102,58,45,101,110,99,111,100,101,0,2049,10515,2049,11378,2049,11646,2049,
10515,2049,10367,2049,10269,2049,10367,10,11699,11746,144,102,58,115,105,103,110,101,100,45,
115,113,117,97,114,101,0,2049,10515,2049,11378,2049,10515,2049,10367,2049,10269,2049,10367,10,
11727,11769,144,102,58,116,111,45,101,0,2049,10515,2049,11105,1793,11780,2049,10530,1,-2147483647,
10,1,11775,2049,2659,2049,10515,2049,11120,1793,11795,2049,10530,1,2147483646,10,1,11790,2049,2659,
2049,10515,2049,11136,1793,11810,2049,10530,1,-2147483646,10,1,11805,2049,2659,2049,11694,2049,11152,2049,
10308,2049,11588,1,-2147483645,1793,11829,2049,10530,10,1,11826,2049,2379,1,2147483645,1793,11840,2049,10530,
10,1,11837,2049,2379,10,11759,11855,144,101,58,116,111,45,102,0,1,-2147483647,1793,11862,
2049,11014,10,1,11859,2049,2379,1,2147483646,1793,11873,2049,11042,10,1,11870,2049,2379,1,-2147483646,
1793,11884,2049,11073,10,1,11881,2049,2379,2049,10269,2049,11712,10,11845,11904,144,102,58,115,
116,111,114,101,0,1793,11909,2049,11769,10,1,11906,2049,2106,16,10,11893,11926,144,102,
58,102,101,116,99,104,0,15,2049,11855,10,11915,11946,144,102,58,100,117,109,112,
45,115,116,97,99,107,0,2049,10501,2,1,10677,2049,2281,1793,11964,2049,10691,2049,10515,
2049,10953,2049,9249,10,1,11955,2049,2281,10,11930,11986,144,102,58,100,117,109,112,45,
97,115,116,97,99,107,0,2049,10708,2,1,10691,2049,2281,1793,12004,2049,10515,2049,10953,
2049,9249,2049,10677,10,1,11995,2049,2281,10,11969,12018,144,101,58,112,117,116,0,1,
2147483645,1793,12035,2049,3636,101,58,77,65,88,0,1,12024,2049,9275,10,1,12022,2049,2379,
1,-2147483645,1793,12056,2049,3636,101,58,77,73,78,0,1,12045,2049,9275,10,1,12043,2049,
2379,1,0,1793,12075,2049,3636,101,58,48,0,1,12066,2049,9275,10,1,12064,2049,2379,
1,-2147483647,1793,12096,2049,3636,101,58,78,65,78,0,1,12085,2049,9275,10,1,12083,2049,
2379,1,2147483646,1793,12117,2049,3636,101,58,73,78,70,0,1,12106,2049,9275,10,1,12104,
2049,2379,1,-2147483646,1793,12139,2049,3636,101,58,45,73,78,70,0,1,12127,2049,9275,10,
1,12125,2049,2379,2049,11855,2049,10953,10,12009,12156,131,85,110,105,120,0,0,12148,12169,
144,105,100,101,110,116,105,102,121,0,3841,12156,2049,2533,1793,12236,1,8,2049,9182,
2,2049,2568,1793,12224,3,2049,3636,73,79,32,68,69,86,73,67,69,32,84,89,
80,69,32,48,48,48,56,32,78,79,84,32,70,79,85,78,68,0,1,12187,
2049,9275,2049,9238,10,1,12184,1793,12231,4097,12156,10,1,12228,2049,64,10,1,12175,9,
10,12009,12259,144,105,111,58,117,110,105,120,45,115,121,115,99,97,108,108,0,
2049,12169,3841,12156,2049,9156,10,12240,12281,144,117,110,105,120,58,115,121,115,116,101,
109,0,1,0,2049,12259,10,12266,12299,144,117,110,105,120,58,102,111,114,107,0,
1,1,2049,12259,10,12286,12318,144,117,110,105,120,58,101,120,101,99,48,0,1,
2,2049,12259,10,12304,12337,144,117,110,105,120,58,101,120,101,99,49,0,1,3,
2049,12259,10,12323,12356,144,117,110,105,120,58,101,120,101,99,50,0,1,4,2049,
12259,10,12342,12375,144,117,110,105,120,58,101,120,101,99,51,0,1,5,2049,12259,
10,12361,12393,144,117,110,105,120,58,101,120,105,116,0,1,6,2049,12259,10,12380,
12413,144,117,110,105,120,58,103,101,116,112,105,100,0,1,7,2049,12259,10,12398,
12431,144,117,110,105,120,58,119,97,105,116,0,1,8,2049,12259,10,12418,12449,144,
117,110,105,120,58,107,105,108,108,0,1,9,2049,12259,10,12436,12468,144,117,110,
105,120,58,112,111,112,101,110,0,1,10,2049,12259,10,12454,12488,144,117,110,105,
120,58,112,99,108,111,115,101,0,1,11,2049,12259,10,12473,12507,144,117,110,105,
120,58,99,104,100,105,114,0,1,13,2049,12259,10,12493,12527,144,117,110,105,120,
58,103,101,116,101,110,118,0,1,14,2049,12259,10,12512,12547,144,117,110,105,120,
58,112,117,116,101,110,118,0,1,15,2049,12259,10,12532,12566,144,117,110,105,120,
58,115,108,101,101,112,0,1,16,2049,12259,10,12552,12587,144,117,110,105,120,58,
103,101,116,45,99,119,100,0,2049,3636,112,119,100,0,1,12589,1,0,2049,12468,
2,2049,9930,2049,5870,4,2049,12488,2049,3636,47,0,1,12609,2049,3842,10,12571,12643,144,
117,110,105,120,58,99,111,117,110,116,45,102,105,108,101,115,45,105,110,45,
99,119,100,0,2049,3636,108,115,32,45,49,32,124,32,119,99,32,45,108,0,
1,12645,1,0,2049,12468,2,2049,9930,2049,5870,2049,218,4,2049,12488,10,12616,12698,144,
117,110,105,120,58,102,111,114,45,101,97,99,104,45,102,105,108,101,0,2049,
3636,108,115,32,45,49,32,45,112,0,1,12700,1,0,2049,12468,2049,12643,1793,12733,
1793,12728,2049,9930,2049,3591,67502597,8,10,1,12721,2049,2116,10,1,12719,2049,2281,2049,12488,
3,10,12676,12750,144,115,116,97,114,116,0,4,2049,3418,1,0,2049,12468,10,12741,
12766,144,114,101,97,100,0,2,2049,9568,2,2049,3326,2049,2533,10,12758,12785,144,102,
105,110,105,115,104,0,2049,12488,2049,3398,10,12676,12809,144,117,110,105,120,58,115,
108,117,114,112,45,112,105,112,101,0,1793,12825,2049,12750,1793,12818,2049,12766,10,1,
12815,2049,2256,2049,12785,10,1,12811,2049,3442,10,12790,12836,131,105,111,0,0,12830,12849,
144,105,100,101,110,116,105,102,121,0,3841,12836,2049,2533,1793,12916,1,10,2049,9182,
2,2049,2568,1793,12904,3,2049,3636,73,79,32,68,69,86,73,67,69,32,84,89,
80,69,32,48,48,49,48,32,78,79,84,32,70,79,85,78,68,0,1,12867,
2049,9275,2049,9238,10,1,12864,1793,12911,4097,12836,10,1,12908,2049,64,10,1,12855,9,
10,12790,12940,144,105,111,58,114,110,103,45,111,112,101,114,97,116,105,111,110,
0,2049,12849,3841,12836,2049,9156,10,12920,12959,144,110,58,114,97,110,100,111,109,0,
2049,12940,10,12947,12973,131,83,111,99,107,101,116,115,0,0,12962,12986,144,105,100,
101,110,116,105,102,121,0,3841,12973,2049,2533,1793,13053,1,7,2049,9182,2,2049,2568,
1793,13041,3,2049,3636,73,79,32,68,69,86,73,67,69,32,84,89,80,69,32,
48,48,48,52,32,78,79,84,32,70,79,85,78,68,0,1,13004,2049,9275,2049,
9238,10,1,13001,1793,13048,4097,12973,10,1,13045,2049,64,10,1,12992,9,10,12947,13080,
144,105,111,58,115,111,99,107,101,116,45,111,112,101,114,97,116,105,111,110,
0,2049,12986,3841,12973,2049,9156,10,13057,13111,144,115,111,99,107,101,116,58,103,101,
116,104,111,115,116,98,121,110,97,109,101,0,1,0,2049,13080,10,13087,13133,144,
115,111,99,107,101,116,58,99,114,101,97,116,101,0,1,1,2049,13080,10,13116,
13153,144,115,111,99,107,101,116,58,98,105,110,100,0,1,2,2049,13080,10,13138,
13175,144,115,111,99,107,101,116,58,108,105,115,116,101,110,0,1,3,2049,13080,
10,13158,13197,144,115,111,99,107,101,116,58,97,99,99,101,112,116,0,1,4,
2049,13080,10,13180,13220,144,115,111,99,107,101,116,58,99,111,110,110,101,99,116,
0,1,5,2049,13080,10,13202,13240,144,115,111,99,107,101,116,58,115,101,110,100,
0,1,6,2049,13080,10,13225,13260,144,115,111,99,107,101,116,58,114,101,99,118,
0,1,8,2049,13080,10,13245,13281,144,115,111,99,107,101,116,58,99,108,111,115,
101,0,1,10,2049,13080,10,13265,13306,144,115,111,99,107,101,116,58,99,111,110,
102,105,103,117,114,101,0,1,11,2049,13080,10,13286,1024,131,84,73,66,0,13311,
13332,144,105,109,97,103,101,58,115,97,118,101,0,1,1000,2049,9182,2049,9156,10,
13318,13351,131,75,101,121,98,111,97,114,100,0,0,13339,13364,144,105,100,101,110,
116,105,102,121,0,3841,13351,2049,2533,1793,13431,1,1,2049,9182,2,2049,2568,1793,13419,
3,2049,3636,73,79,32,68,69,86,73,67,69,32,84,89,80,69,32,48,48,
48,49,32,78,79,84,32,70,79,85,78,68,0,1,13382,2049,9275,2049,9238,10,
1,13379,1793,13426,4097,13351,10,1,13423,2049,64,10,1,13370,9,10,13318,13444,144,99,
58,103,101,116,0,2049,13364,3841,13351,2049,9156,10,13435,13461,144,103,97,116,104,101,
114,0,2,1793,13468,1,8,11,10,1,13464,1793,13476,1,127,11,10,1,13472,2049,
2128,22,1,11,1,3326,2049,64,10,13451,13497,144,99,121,99,108,101,0,2049,13444,
2049,2096,4,8,2049,2465,25,3,2049,13461,1,13497,7,10,13435,13528,144,112,97,114,
115,101,45,117,110,116,105,108,0,1793,13540,2049,3617,2049,3418,2049,13497,771,2049,3292,
10,1,13530,2049,3442,10,13513,13554,144,115,58,103,101,116,0,1793,13576,1793,13562,1,
10,11,10,1,13558,1793,13570,1,13,11,10,1,13566,2049,2128,22,10,1,13556,2049,
13528,10,13545,13595,144,115,58,103,101,116,45,119,111,114,100,0,1,5472,2049,13528,
10,13581,13613,131,83,99,114,105,112,116,105,110,103,0,7,13600,13626,144,105,100,
101,110,116,105,102,121,0,3841,13613,2049,2533,1793,13693,1,9,2049,9182,2,2049,2568,
1793,13681,3,2049,3636,73,79,32,68,69,86,73,67,69,32,84,89,80,69,32,
48,48,48,57,32,78,79,84,32,70,79,85,78,68,0,1,13644,2049,9275,2049,
9238,10,1,13641,1793,13688,4097,13613,10,1,13685,2049,64,10,1,13632,9,10,13581,13709,
144,115,121,115,58,97,114,103,99,0,2049,13626,1,0,3841,13613,2049,9156,10,13697,
13730,144,115,121,115,58,97,114,103,118,0,2049,3617,4,2049,13626,1,1,3841,13613,
2049,9156,10,13718,13753,144,105,110,99,108,117,100,101,0,2049,13626,1,2,3841,13613,
2049,9156,10,13742,13774,144,115,121,115,58,110,97,109,101,0,2049,3617,2049,13626,1,
3,3841,13613,2049,9156,10,13762,13794,144,99,108,101,97,114,0,1,27,2049,9225,2049,
3636,91,50,74,0,1,13800,2049,9275,1,27,2049,9225,2049,3636,91,48,59,48,72,
0,1,13814,2049,9275,10,13785,13835,131,78,111,69,99,104,111,0,0,13825,13843,144,
98,121,101,0,1,0,2049,12393,10,13836,13859,144,118,101,114,115,105,111,110,0,
3841,4,1,100,20,10,13848,13874,144,100,111,110,101,63,0,1793,13880,1,13,11,
10,1,13876,1793,13888,1,10,11,10,1,13884,1793,13896,1,32,11,10,1,13892,2049,
2165,22,22,10,13865,13913,144,118,97,108,105,100,63,0,2,2049,79,2049,2615,10,
13903,13932,144,99,104,101,99,107,45,101,111,102,0,2,1793,13939,1,-1,11,10,
1,13935,1793,13947,1,4,11,10,1,13943,2049,2128,22,1,13843,9,10,13919,13962,144,
98,115,0,2049,3350,2049,3350,771,10,13956,13980,144,99,104,101,99,107,45,98,115,
0,2,1793,13987,1,8,11,10,1,13983,1793,13995,1,127,11,10,1,13991,2049,2128,
22,1,13962,9,10,13968,14013,144,99,104,101,99,107,0,2049,13932,2049,13980,10,14004,
14031,144,99,104,97,114,97,99,116,101,114,0,2049,13444,2,2049,3326,10,14018,14047,
144,98,117,102,102,101,114,0,1793,14057,1,1024,2049,3418,8,2049,3292,10,1,14049,
2049,3442,10,14037,14076,144,114,101,97,100,45,116,111,107,101,110,0,1793,14092,1793,
14087,2049,14031,2049,14013,2049,13874,10,1,14080,2049,2256,10,1,14078,2049,14047,2049,3714,10,
14062,14108,144,105,110,112,117,116,0,2049,14076,2049,13913,10,14099,14124,144,112,114,111,
99,101,115,115,0,1,365,1,11,2049,64,10,13836,14141,144,98,97,110,110,101,
114,0,2049,13859,2049,3636,82,69,84,82,79,32,49,50,32,40,37,110,46,37,
110,41,92,110,0,1,14145,2049,7111,2049,9275,2049,1543,2049,1877,18,2049,1877,2049,1543,
2049,3636,37,110,32,77,97,120,44,32,37,110,32,85,115,101,100,44,32,37,
110,32,70,114,101,101,92,110,0,1,14181,2049,7111,2049,9275,10,14131,14225,144,108,
105,115,116,101,110,0,3841,13835,1793,14232,2049,14141,10,1,14229,2049,70,2049,14108,2049,
14124,1,14236,7,10,14215,14253,131,67,108,111,99,107,0,0,14244,14266,144,105,100,
101,110,116,105,102,121,0,3841,14253,2049,2533,1793,14333,1,5,2049,9182,2,2049,2568,
1793,14321,3,2049,3636,73,79,32,68,69,86,73,67,69,32,84,89,80,69,32,
48,48,48,53,32,78,79,84,32,70,79,85,78,68,0,1,14284,2049,9275,2049,
9238,10,1,14281,1793,14328,4097,14253,10,1,14325,2049,64,10,1,14272,9,10,14215,14359,
144,105,111,58,99,108,111,99,107,45,111,112,101,114,97,116,105,111,110,0,
2049,14266,3841,14253,2049,9156,10,14337,14385,144,99,108,111,99,107,58,116,105,109,101,
115,116,97,109,112,0,1,0,2049,14359,10,14366,14403,144,99,108,111,99,107,58,
100,97,121,0,1,1,2049,14359,10,14390,14423,144,99,108,111,99,107,58,109,111,
110,116,104,0,1,2,2049,14359,10,14408,14442,144,99,108,111,99,107,58,121,101,
97,114,0,1,3,2049,14359,10,14428,14461,144,99,108,111,99,107,58,104,111,117,
114,0,1,4,2049,14359,10,14447,14482,144,99,108,111,99,107,58,109,105,110,117,
116,101,0,1,5,2049,14359,10,14466,14503,144,99,108,111,99,107,58,115,101,99,
111,110,100,0,1,6,2049,14359,10,14487,14525,144,99,108,111,99,107,58,117,116,
99,58,100,97,121,0,1,7,2049,14359,10,14508,14549,144,99,108,111,99,107,58,
117,116,99,58,109,111,110,116,104,0,1,8,2049,14359,10,14530,14572,144,99,108,
111,99,107,58,117,116,99,58,121,101,97,114,0,1,9,2049,14359,10,14554,14595,
144,99,108,111,99,107,58,117,116,99,58,104,111,117,114,0,1,10,2049,14359,
10,14577,14620,144,99,108,111,99,107,58,117,116,99,58,109,105,110,117,116,101,
0,1,11,2049,14359,10,14600,14645,144,99,108,111,99,107,58,117,116,99,58,115,
101,99,111,110,100,0,1,12,2049,14359,10,14625,14661,144,100,58,119,111,114,100,
115,0,1793,14670,2049,162,2049,9275,2049,9249,10,1,14663,2049,7340,10,14650,14691,144,100,
58,119,111,114,100,115,45,119,105,116,104,0,2049,1877,2049,4528,1793,14722,2049,162,
2,2049,1877,2049,4155,1793,14711,2049,9275,2049,9249,10,1,14706,1793,14717,3,10,1,14715,
2049,64,10,1,14697,2049,7340,10,14675,14746,144,100,105,115,112,108,97,121,45,105,
102,45,108,101,102,116,0,2,2049,1877,2049,4455,1793,14758,2049,9275,2049,9249,10,1,
14753,1793,14764,3,10,1,14762,2049,64,10,14675,14795,144,100,58,119,111,114,100,115,
45,98,101,103,105,110,110,105,110,103,45,119,105,116,104,0,2049,1877,2049,4528,
1793,14806,2049,162,2049,14746,10,1,14801,2049,7340,10,14769,14821,144,102,105,101,108,100,
115,0,3841,2,2049,105,2049,105,2049,105,10,14811,14847,144,105,110,118,97,108,105,
100,45,110,97,109,101,63,0,2,1,32,2049,3986,10,14830,14864,144,114,101,119,
114,105,116,101,0,1793,14878,1,32,1793,14873,1,95,10,1,14870,2049,2379,10,1,
14866,2049,4326,10,14853,14892,144,101,110,116,114,121,0,2049,1877,1,21,2049,2106,4097,
2,10,1793,14920,1793,14915,2049,14821,2049,14847,1,14864,9,2049,119,10,1,14905,2049,14892,
10,1,14903,0 };
3860,10,1,7491,2049,2106,10,7470,7520,144,97,58,102,111,114,45,101,97,99,104,
0,4,2049,56,1,13,2049,2106,1793,7536,5,2049,56,84018692,525572,1542,10,1,7529,2049,
2281,771,10,7506,7551,144,97,58,100,117,112,0,2049,1877,1793,7564,2,15,2049,105,
1,105,2049,7520,10,1,7555,2049,2106,10,7542,7579,144,97,58,99,111,112,121,0,
1,3,1793,7595,4097,3,2,2049,7429,2049,105,1,105,2049,7520,10,1,7583,2049,3069,
10,7569,7615,144,97,58,116,111,45,115,116,114,105,110,103,0,1,3,1793,7628,
2049,7551,1,0,2049,105,2049,2880,10,1,7619,2049,3069,2049,3591,10,7600,7643,144,99,
111,112,121,0,2,15,1793,7652,1,105,2049,7520,10,1,7647,2049,2106,10,7600,7670,
144,97,58,112,114,101,112,101,110,100,0,2049,1877,1,0,2049,105,1793,7685,2049,
7643,4,2049,7643,17,10,1,7678,2049,2106,1,36,2049,2116,10,7657,7706,144,97,58,
97,112,112,101,110,100,0,4,2049,7670,10,7694,7720,144,97,58,99,104,111,112,
0,2049,7551,1,-1,2049,3050,2,2049,2993,10,7710,7742,144,97,58,102,105,108,116,
101,114,0,1793,7757,67502597,1,21,2049,2106,4,1,105,1,11,2049,64,10,1,7744,
2049,7288,2049,1877,1793,7772,67502597,15,2049,105,2049,7520,10,1,7765,2049,2106,2049,1877,67502597,
18,2049,2893,67502597,16,10,7730,7800,144,97,58,99,111,110,116,97,105,110,115,63,
0,1,0,4,1793,7812,4,5,67502597,11,6,22,10,1,7805,2049,7520,772,10,7785,
7840,144,97,58,99,111,110,116,97,105,110,115,45,115,116,114,105,110,103,63,
0,1,0,4,1793,7853,4,5,67502597,2049,93,6,22,10,1,7845,2049,7520,772,10,
7818,7871,131,76,111,99,97,116,105,111,110,0,0,7859,7883,144,112,114,101,112,
97,114,101,0,4,1,-1,4097,7871,10,7872,7897,144,110,101,120,116,0,3841,7871,
2049,2568,1793,7908,1,7871,2049,2993,10,1,7903,9,10,7889,7922,144,109,97,116,99,
104,63,0,67502597,11,2,1793,7933,3,3841,7871,2049,2568,10,1,7927,9,10,7912,7951,
144,109,97,116,99,104,45,115,116,114,63,0,67502597,2049,93,2,1793,7963,3,3841,
7871,2049,2568,10,1,7957,9,10,7937,7977,144,117,112,100,97,116,101,0,3841,7871,
2049,2845,2049,2893,4097,7871,10,7818,8000,144,97,58,105,110,100,101,120,45,111,102,
0,2049,7883,2049,2096,2049,7800,1793,8012,771,1,-1,10,1,8008,2049,2676,1793,8026,2049,
7922,1,7977,9,2049,7897,10,1,8018,2049,7520,3,3841,7871,10,7986,8055,144,97,58,
105,110,100,101,120,45,111,102,45,115,116,114,105,110,103,0,2049,7883,2049,2096,
2049,7840,1793,8067,771,1,-1,10,1,8063,2049,2676,1793,8081,2049,7951,1,7977,9,2049,
7897,10,1,8073,2049,7520,3,3841,7871,10,8034,8098,144,97,58,109,97,112,0,1793,
8104,8,2049,105,10,1,8100,2049,7288,2049,1877,1793,8119,67502597,15,2049,105,2049,7520,10,
1,8112,2049,2106,10,8089,8137,144,97,58,114,101,118,101,114,115,101,0,2049,1877,
1793,8171,2049,56,1793,8149,17,2049,2893,10,1,8145,2049,2116,2,2049,105,1793,8165,2,
15,2049,105,2049,2893,10,1,8158,2049,2281,3,10,1,8141,2049,2106,10,8124,8184,144,
97,58,116,104,0,17,2049,2880,10,8176,8199,144,97,58,102,101,116,99,104,0,
2049,8184,15,10,8188,8214,144,97,58,115,116,111,114,101,0,2049,8184,16,10,8203,
8230,144,97,58,114,101,100,117,99,101,0,1,13,2049,2106,2049,7520,10,8218,8247,
144,97,58,109,97,107,101,0,2049,7452,2049,8137,10,8237,8257,156,123,0,1,285,
2049,156,1,1556,2049,144,1,285,2049,156,10,8252,8275,156,125,0,1,301,2049,156,
1,2106,2049,144,1,1556,2049,144,1,13,2049,150,1,40,2049,150,1,2893,2049,144,
1,301,2049,156,1,8247,2049,144,10,8270,8319,144,98,111,117,110,100,115,63,0,
67502597,2049,7429,67502597,13,10,8308,8333,144,99,111,112,121,0,2049,56,2049,105,10,8325,
8348,144,116,111,45,101,110,100,0,2,2049,7429,17,2049,2880,10,8270,8365,144,97,
58,108,101,102,116,0,2049,8319,1793,8373,771,1,-1,10,1,8369,2049,2659,2049,1877,
67502597,2049,105,1793,8394,1,2880,2049,2106,1,8333,2049,2281,3,10,1,8384,2049,2106,10,
8355,8410,144,97,58,114,105,103,104,116,0,2049,8319,1793,8418,771,1,-1,10,1,
8414,2049,2659,2049,1877,67502597,2049,105,1793,8441,4,2049,8348,67502597,18,4,1,8333,2049,2281,
3,10,1,8429,2049,2106,10,8399,8458,144,97,58,109,105,100,100,108,101,0,1,
2048,2049,2106,4,67502597,2049,8319,1793,8473,771,3,1,-1,10,1,8468,2049,2659,771,2049,
2096,4,18,2049,2880,2049,1877,67502597,2049,105,1793,8508,772,1793,8498,17,2049,2880,10,1,
8494,2049,2106,1,8333,2049,2281,3,10,1,8491,2049,2106,10,8446,8521,131,70,108,97,
103,0,0,8513,8533,144,99,111,109,112,97,114,101,0,67440386,184946434,10,8522,8546,144,
108,101,110,103,116,104,0,659202,10,8536,8556,144,110,101,120,116,0,17043713,1,1,
2577,10,8548,8574,144,110,111,116,45,101,113,117,97,108,0,50529030,2561,0,10,8561,
8586,144,108,111,111,112,0,524549,8556,2049,8533,18157313,8521,8521,16,420610310,1,1,8586,7,
10,8446,8609,144,97,58,101,113,63,0,1048833,-1,8521,2049,8533,151066369,-1,8574,2049,8546,
2049,8586,251724547,8521,10,8600,8634,144,97,58,45,101,113,63,0,2049,8609,2049,2465,10,
8624,8657,144,97,58,98,101,103,105,110,115,45,119,105,116,104,63,0,1,3,
1793,8673,2,2049,7429,1,13,2049,2106,2049,8365,2049,8609,10,1,8661,2049,3069,10,8639,
8694,144,97,58,101,110,100,115,45,119,105,116,104,63,0,1,3,1793,8710,2,
2049,7429,1,13,2049,2106,2049,8410,2049,8609,10,1,8698,2049,3069,10,8678,8731,144,99,
117,114,114,101,110,116,45,108,105,110,101,0,2049,3507,1,1025,18,10,8715,8753,
144,99,111,117,110,116,45,116,111,107,101,110,115,0,1793,8759,1,32,11,10,
1,8755,2049,4284,2049,79,10,8737,8784,144,112,114,111,99,101,115,115,45,116,111,
107,101,110,115,0,1793,8812,1,32,2049,6081,4,1793,8805,2,2049,79,2049,2549,1,
365,1,11,2049,64,10,1,8793,2049,2106,2049,2880,10,1,8786,2049,2281,2049,365,10,
8678,8833,144,115,58,101,118,97,108,117,97,116,101,0,2049,8731,2049,4528,2049,8731,
2,2049,8753,2049,8784,10,8819,8851,131,76,80,0,0,8845,8861,131,73,110,100,101,
120,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,8852,8901,144,110,101,120,
116,0,3841,8851,1,8861,17,2049,2978,10,8893,8917,144,112,114,101,112,0,1,8851,
2049,2978,1,0,3841,8851,1,8861,17,16,10,8909,8938,144,100,111,110,101,0,1,
8851,2049,2993,10,8819,8948,144,73,0,3841,8851,1,8861,17,15,10,8943,8960,144,74,
0,3841,8851,1,8861,17,2049,2893,15,10,8955,8974,144,75,0,3841,8851,1,8861,17,
1,2,18,15,10,8969,9005,144,116,105,109,101,115,60,119,105,116,104,45,105,
110,100,101,120,62,0,2049,8917,4,1793,9021,25,33886721,1,2053,1542,2049,8901,1,9010,
7,10,1,9010,8,3,2049,8938,10,8984,9036,156,104,111,111,107,0,2049,3636,108,
105,106,117,46,46,46,46,0,1,9038,2049,412,2049,1877,2049,2880,2049,105,10,9028,
9070,144,115,101,116,45,104,111,111,107,0,2049,2880,16,10,9058,9084,144,117,110,
104,111,111,107,0,2049,2880,2,2049,2880,4,16,10,9074,9108,144,105,111,58,101,
110,117,109,101,114,97,116,101,0,27,10,9092,9122,144,105,111,58,113,117,101,
114,121,0,28,10,9110,9137,144,105,111,58,105,110,118,111,107,101,0,29,10,
9124,9147,131,83,108,111,116,0,9,9124,9163,144,105,111,58,115,99,97,110,45,
102,111,114,0,1,-1,4097,9147,2049,9108,1793,9189,2049,8948,2049,9122,772,67502597,11,1793,
9185,2049,8948,4097,9147,10,1,9180,9,10,1,9171,2049,9005,3,3841,9147,10,9148,9206,
144,99,58,112,117,116,0,1793,9208,1,0,2049,9137,10,9197,9219,144,110,108,0,
1,10,2049,9206,10,9213,9230,144,115,112,0,1,32,2049,9206,10,9224,9242,144,116,
97,98,0,1,9,2049,9206,10,9235,9256,144,115,58,112,117,116,0,1,9206,2049,
3860,10,9247,9270,144,110,58,112,117,116,0,2049,5920,2049,9256,10,9261,9284,144,114,
101,115,101,116,0,2049,1556,25,771,1,9284,7,10,9275,9306,144,100,117,109,112,
45,115,116,97,99,107,0,2049,1556,25,3,5,2049,9306,6,2,2049,9270,2049,9230,
10,9292,9328,144,70,82,69,69,0,2049,3507,1,1025,18,2049,1877,18,10,9320,9346,
131,70,105,108,101,115,0,0,9337,9359,144,105,100,101,110,116,105,102,121,0,
3841,9346,2049,2533,1793,9426,1,4,2049,9163,2,2049,2568,1793,9414,3,2049,3636,73,79,
32,68,69,86,73,67,69,32,84,89,80,69,32,48,48,48,52,32,78,79,
84,32,70,79,85,78,68,0,1,9377,2049,9256,2049,9219,10,1,9374,1793,9421,4097,
9346,10,1,9418,2049,64,10,1,9365,9,10,9320,9451,144,105,111,58,102,105,108,
101,45,111,112,101,114,97,116,105,111,110,0,2049,9359,3841,9346,2049,9137,10,9430,
0,131,102,105,108,101,58,82,0,9458,1,131,102,105,108,101,58,87,0,9468,
2,131,102,105,108,101,58,65,0,9478,3,131,102,105,108,101,58,82,43,0,
9488,9512,144,102,105,108,101,58,111,112,101,110,0,1,0,2049,9451,10,9499,9531,
144,102,105,108,101,58,99,108,111,115,101,0,1,1,2049,9451,10,9517,9549,144,
102,105,108,101,58,114,101,97,100,0,1,2,2049,9451,10,9536,9568,144,102,105,
108,101,58,119,114,105,116,101,0,1,3,2049,9451,10,9554,9586,144,102,105,108,
101,58,116,101,108,108,0,1,4,2049,9451,10,9573,9604,144,102,105,108,101,58,
115,101,101,107,0,1,5,2049,9451,10,9591,9622,144,102,105,108,101,58,115,105,
122,101,0,1,6,2049,9451,10,9609,9642,144,102,105,108,101,58,100,101,108,101,
116,101,0,1,7,2049,9451,10,9627,9661,144,102,105,108,101,58,102,108,117,115,
104,0,1,8,2049,9451,10,9647,9682,144,102,105,108,101,58,101,120,105,115,116,
115,63,0,1,0,2049,9512,2,2049,2549,1793,9696,2049,9531,2049,2356,10,1,9691,1793,
9704,3,2049,2368,10,1,9700,2049,64,10,9666,9735,144,102,105,108,101,58,111,112,
101,110,60,102,111,114,45,114,101,97,100,105,110,103,62,0,1,0,2049,9512,
2,2049,9622,4,10,9709,9769,144,102,105,108,101,58,111,112,101,110,60,102,111,
114,45,97,112,112,101,110,100,62,0,1,2,2049,9512,2,2049,9622,4,10,9744,
9804,144,102,105,108,101,58,111,112,101,110,60,102,111,114,45,119,114,105,116,
105,110,103,62,0,1,1,2049,9512,10,9778,9816,131,70,73,68,0,0,9809,9825,
131,83,105,122,101,0,0,9817,9836,131,65,99,116,105,111,110,0,0,9826,9847,
131,66,117,102,102,101,114,0,0,9837,9857,144,45,101,111,102,63,0,3841,9816,
2049,9586,3841,9825,13,10,9848,9877,144,112,114,101,115,101,114,118,101,0,1,9816,
1793,9888,1,9825,1,21,2049,3069,10,1,9881,2049,3069,10,9778,9911,144,102,105,108,
101,58,114,101,97,100,45,108,105,110,101,0,4097,9816,1793,9968,2049,1877,2,4097,
9847,2049,3418,1793,9960,3841,9816,2049,9549,2,2049,3326,1793,9937,1,13,11,10,1,9933,
1793,9945,1,10,11,10,1,9941,1793,9953,1,0,11,10,1,9949,2049,2165,22,22,
10,1,9924,2049,2256,2049,3350,3,10,1,9915,2049,3442,3841,9847,10,9893,9997,144,102,
105,108,101,58,102,111,114,45,101,97,99,104,45,108,105,110,101,0,1793,10028,
4097,9836,2049,9735,4097,9816,4097,9825,1793,10019,3841,9816,2049,9911,3841,9836,8,2049,9857,10,
1,10009,2049,2233,3841,9816,2049,9531,10,1,9999,2049,9877,10,9975,10040,131,70,73,68,
0,0,9975,10055,144,102,105,108,101,58,115,108,117,114,112,0,1793,10082,4,2049,
3418,2049,9735,4097,10040,1793,10073,3841,10040,2049,9549,2049,3326,10,1,10066,2049,2281,3841,10040,
2049,9531,10,1,10057,2049,3442,10,10041,10100,144,102,105,108,101,58,115,112,101,119,
0,2049,9804,4,1793,10109,67502597,2049,9568,10,1,10105,2049,3860,2049,9531,10,10087,10123,131,
70,80,85,0,0,10116,10136,144,105,100,101,110,116,105,102,121,0,3841,10123,2049,
2533,1793,10203,1,2,2049,9163,2,2049,2568,1793,10191,3,2049,3636,73,79,32,68,69,
86,73,67,69,32,84,89,80,69,32,48,48,48,50,32,78,79,84,32,70,
79,85,78,68,0,1,10154,2049,9256,2049,9219,10,1,10151,1793,10198,4097,10123,10,1,
10195,2049,64,10,1,10142,9,10,10087,10229,144,105,111,58,102,108,111,97,116,45,
111,112,101,114,97,116,105,111,110,0,2049,10136,3841,10123,2049,9137,10,10207,10250,144,
110,58,116,111,45,102,108,111,97,116,0,1,0,2049,10229,10,10236,10269,144,115,
58,116,111,45,102,108,111,97,116,0,1,1,2049,10229,10,10255,10289,144,102,58,
116,111,45,110,117,109,98,101,114,0,1,2,2049,10229,10,10274,10309,144,102,58,
116,111,45,115,116,114,105,110,103,0,2049,3617,2,1,3,2049,10229,10,10294,10324,
144,102,58,43,0,1,4,2049,10229,10,10317,10336,144,102,58,45,0,1,5,2049,
10229,10,10329,10348,144,102,58,42,0,1,6,2049,10229,10,10341,10360,144,102,58,47,
0,1,7,2049,10229,10,10353,10376,144,102,58,102,108,111,111,114,0,1,8,2049,
10229,10,10365,10394,144,102,58,99,101,105,108,105,110,103,0,1,9,2049,10229,10,
10381,10409,144,102,58,115,113,114,116,0,1,10,2049,10229,10,10399,10423,144,102,58,
101,113,63,0,1,11,2049,10229,10,10414,10438,144,102,58,45,101,113,63,0,1,
12,2049,10229,10,10428,10452,144,102,58,108,116,63,0,1,13,2049,10229,10,10443,10466,
144,102,58,103,116,63,0,1,14,2049,10229,10,10457,10482,144,102,58,100,101,112,
116,104,0,1,15,2049,10229,10,10471,10496,144,102,58,100,117,112,0,1,16,2049,
10229,10,10487,10511,144,102,58,100,114,111,112,0,1,17,2049,10229,10,10501,10526,144,
102,58,115,119,97,112,0,1,18,2049,10229,10,10516,10540,144,102,58,108,111,103,
0,1,19,2049,10229,10,10531,10556,144,102,58,112,111,119,101,114,0,1,20,2049,
10229,10,10545,10570,144,102,58,115,105,110,0,1,21,2049,10229,10,10561,10584,144,102,
58,99,111,115,0,1,22,2049,10229,10,10575,10598,144,102,58,116,97,110,0,1,
23,2049,10229,10,10589,10613,144,102,58,97,115,105,110,0,1,24,2049,10229,10,10603,
10628,144,102,58,97,99,111,115,0,1,25,2049,10229,10,10618,10643,144,102,58,97,
116,97,110,0,1,26,2049,10229,10,10633,10658,144,102,58,112,117,115,104,0,1,
27,2049,10229,10,10648,10672,144,102,58,112,111,112,0,1,28,2049,10229,10,10663,10689,
144,102,58,97,100,101,112,116,104,0,1,29,2049,10229,10,10677,10706,144,102,58,
115,113,117,97,114,101,0,2049,10496,2049,10348,10,10694,10721,144,102,58,111,118,101,
114,0,2049,10658,2049,10496,2049,10672,2049,10526,10,10711,10740,144,102,58,116,117,99,107,
0,2049,10496,2049,10658,2049,10526,2049,10672,10,10730,10758,144,102,58,110,105,112,0,2049,
10526,2049,10511,10,10749,10778,144,102,58,100,114,111,112,45,112,97,105,114,0,2049,
10511,2049,10511,10,10763,10797,144,102,58,100,117,112,45,112,97,105,114,0,2049,10721,
2049,10721,10,10783,10811,144,102,58,114,111,116,0,2049,10658,2049,10526,2049,10672,2049,10526,
10,10802,10835,144,102,58,112,111,115,105,116,105,118,101,63,0,1,0,2049,10250,
2049,10466,10,10820,10857,144,102,58,110,101,103,97,116,105,118,101,63,0,1,0,
2049,10250,2049,10452,10,10842,10876,144,102,58,110,101,103,97,116,101,0,1,-1,2049,
10250,2049,10348,10,10864,10892,144,102,58,97,98,115,0,2049,10496,2049,10857,1,10876,9,
10,10883,10912,156,112,114,101,102,105,120,58,46,0,2049,1818,1,3662,1,3591,2049,
64,1,10269,2049,144,10,10900,10934,144,102,58,112,117,116,0,2049,10309,2049,9256,10,
10925,10947,144,102,58,80,73,0,2049,3636,51,46,49,52,49,53,57,50,0,1,
10949,2049,10269,10,10939,10970,144,102,58,69,0,2049,3636,50,46,55,49,56,50,56,
49,0,1,10972,2049,10269,10,10963,10995,144,102,58,78,65,78,0,2049,3636,48,0,
1,10997,2049,10269,2049,3636,48,0,1,11005,2049,10269,2049,10360,10,10986,11023,144,102,58,
73,78,70,0,2049,3636,49,46,48,0,1,11025,2049,10269,2049,3636,48,0,1,11035,
2049,10269,2049,10360,10,11014,11054,144,102,58,45,73,78,70,0,2049,3636,45,49,46,
48,0,1,11056,2049,10269,2049,3636,48,0,1,11067,2049,10269,2049,10360,10,11044,11086,144,
102,58,110,97,110,63,0,2049,10496,2049,10438,10,11076,11101,144,102,58,105,110,102,
63,0,2049,11023,2049,10423,10,11091,11117,144,102,58,45,105,110,102,63,0,2049,11054,
2049,10423,10,11106,11133,144,102,58,114,111,117,110,100,0,2049,10496,2049,10857,1793,11154,
2049,3636,48,46,53,0,1,11141,2049,10269,2049,10336,2049,10394,10,1,11139,1793,11173,2049,
3636,48,46,53,0,1,11160,2049,10269,2049,10324,2049,10376,10,1,11158,2049,64,10,11122,
11187,144,102,58,109,105,110,0,2049,10797,2049,10452,1,10511,1,10758,2049,64,10,11178,
11207,144,102,58,109,97,120,0,2049,10797,2049,10466,1,10511,1,10758,2049,64,10,11198,
11229,144,102,58,108,105,109,105,116,0,2049,10526,2049,10658,2049,11187,2049,10672,2049,11207,
10,11218,11254,144,102,58,98,101,116,119,101,101,110,63,0,2049,10811,2049,10496,2049,
10658,2049,10811,2049,10811,2049,11229,2049,10672,2049,10423,10,11240,11280,144,102,58,105,110,99,
0,2049,3636,49,0,1,11282,2049,10269,2049,10324,10,11271,11300,144,102,58,100,101,99,
0,2049,3636,49,0,1,11302,2049,10269,2049,10336,10,11291,11321,144,102,58,99,97,115,
101,0,2049,10721,2049,10423,1793,11333,2049,10511,8,1,-1,10,1,11327,1793,11341,3,1,
0,10,1,11337,2049,64,25,6,771,10,11311,11359,144,102,58,115,105,103,110,0,
2049,10496,2049,3636,48,0,1,11363,2049,10269,2049,10423,1793,11378,1,0,2049,10511,10,1,
11373,2049,2659,2049,3636,48,0,1,11384,2049,10269,2049,10466,1793,11397,1,1,10,1,11394,
1793,11404,1,-1,10,1,11401,2049,64,10,11349,2147483645,131,101,58,77,65,88,0,11409,
-2147483645,131,101,58,77,73,78,0,11418,-2147483647,131,101,58,78,65,78,0,11427,2147483646,131,
101,58,73,78,70,0,11436,-2147483646,131,101,58,45,73,78,70,0,11445,11463,144,101,
58,110,63,0,1,-2147483645,2049,2880,1,2147483645,2049,2893,2049,2911,10,11455,11484,144,101,58,
109,97,120,63,0,1,2147483645,11,10,11474,11498,144,101,58,109,105,110,63,0,1,
-2147483645,11,10,11488,11513,144,101,58,122,101,114,111,63,0,2049,2533,10,11502,11526,144,
101,58,110,97,110,63,0,1,-2147483647,11,10,11516,11540,144,101,58,105,110,102,63,
0,1,2147483646,11,10,11530,11555,144,101,58,45,105,110,102,63,0,1,-2147483646,11,10,
11544,11569,144,101,58,99,108,105,112,0,1,-2147483645,1,2147483645,2049,2863,10,11559,11584,144,
102,58,69,49,0,1793,11586,2049,3636,49,46,101,53,0,1,11588,2049,10269,10,11576,
11610,144,102,58,45,115,104,105,102,116,0,2049,11584,2049,10348,10,11598,11627,144,102,
58,43,115,104,105,102,116,0,2049,11584,2049,10360,10,11615,11649,144,102,58,115,105,
103,110,101,100,45,115,113,114,116,0,2049,10496,2049,11359,2049,10892,2049,10409,2049,10250,
2049,10348,10,11632,11675,144,102,58,43,101,110,99,111,100,101,0,2049,11649,2049,11610,
10,11662,11693,144,102,58,45,101,110,99,111,100,101,0,2049,10496,2049,11359,2049,11627,
2049,10496,2049,10348,2049,10250,2049,10348,10,11680,11727,144,102,58,115,105,103,110,101,100,
45,115,113,117,97,114,101,0,2049,10496,2049,11359,2049,10496,2049,10348,2049,10250,2049,10348,
10,11708,11750,144,102,58,116,111,45,101,0,2049,10496,2049,11086,1793,11761,2049,10511,1,
-2147483647,10,1,11756,2049,2659,2049,10496,2049,11101,1793,11776,2049,10511,1,2147483646,10,1,11771,2049,
2659,2049,10496,2049,11117,1793,11791,2049,10511,1,-2147483646,10,1,11786,2049,2659,2049,11675,2049,11133,
2049,10289,2049,11569,1,-2147483645,1793,11810,2049,10511,10,1,11807,2049,2379,1,2147483645,1793,11821,2049,
10511,10,1,11818,2049,2379,10,11740,11836,144,101,58,116,111,45,102,0,1,-2147483647,1793,
11843,2049,10995,10,1,11840,2049,2379,1,2147483646,1793,11854,2049,11023,10,1,11851,2049,2379,1,
-2147483646,1793,11865,2049,11054,10,1,11862,2049,2379,2049,10250,2049,11693,10,11826,11885,144,102,58,
115,116,111,114,101,0,1793,11890,2049,11750,10,1,11887,2049,2106,16,10,11874,11907,144,
102,58,102,101,116,99,104,0,15,2049,11836,10,11896,11927,144,102,58,100,117,109,
112,45,115,116,97,99,107,0,2049,10482,2,1,10658,2049,2281,1793,11945,2049,10672,2049,
10496,2049,10934,2049,9230,10,1,11936,2049,2281,10,11911,11967,144,102,58,100,117,109,112,
45,97,115,116,97,99,107,0,2049,10689,2,1,10672,2049,2281,1793,11985,2049,10496,2049,
10934,2049,9230,2049,10658,10,1,11976,2049,2281,10,11950,11999,144,101,58,112,117,116,0,
1,2147483645,1793,12016,2049,3636,101,58,77,65,88,0,1,12005,2049,9256,10,1,12003,2049,
2379,1,-2147483645,1793,12037,2049,3636,101,58,77,73,78,0,1,12026,2049,9256,10,1,12024,
2049,2379,1,0,1793,12056,2049,3636,101,58,48,0,1,12047,2049,9256,10,1,12045,2049,
2379,1,-2147483647,1793,12077,2049,3636,101,58,78,65,78,0,1,12066,2049,9256,10,1,12064,
2049,2379,1,2147483646,1793,12098,2049,3636,101,58,73,78,70,0,1,12087,2049,9256,10,1,
12085,2049,2379,1,-2147483646,1793,12120,2049,3636,101,58,45,73,78,70,0,1,12108,2049,9256,
10,1,12106,2049,2379,2049,11836,2049,10934,10,11990,12137,131,85,110,105,120,0,0,12129,
12150,144,105,100,101,110,116,105,102,121,0,3841,12137,2049,2533,1793,12217,1,8,2049,
9163,2,2049,2568,1793,12205,3,2049,3636,73,79,32,68,69,86,73,67,69,32,84,
89,80,69,32,48,48,48,56,32,78,79,84,32,70,79,85,78,68,0,1,
12168,2049,9256,2049,9219,10,1,12165,1793,12212,4097,12137,10,1,12209,2049,64,10,1,12156,
9,10,11990,12240,144,105,111,58,117,110,105,120,45,115,121,115,99,97,108,108,
0,2049,12150,3841,12137,2049,9137,10,12221,12262,144,117,110,105,120,58,115,121,115,116,
101,109,0,1,0,2049,12240,10,12247,12280,144,117,110,105,120,58,102,111,114,107,
0,1,1,2049,12240,10,12267,12299,144,117,110,105,120,58,101,120,101,99,48,0,
1,2,2049,12240,10,12285,12318,144,117,110,105,120,58,101,120,101,99,49,0,1,
3,2049,12240,10,12304,12337,144,117,110,105,120,58,101,120,101,99,50,0,1,4,
2049,12240,10,12323,12356,144,117,110,105,120,58,101,120,101,99,51,0,1,5,2049,
12240,10,12342,12374,144,117,110,105,120,58,101,120,105,116,0,1,6,2049,12240,10,
12361,12394,144,117,110,105,120,58,103,101,116,112,105,100,0,1,7,2049,12240,10,
12379,12412,144,117,110,105,120,58,119,97,105,116,0,1,8,2049,12240,10,12399,12430,
144,117,110,105,120,58,107,105,108,108,0,1,9,2049,12240,10,12417,12449,144,117,
110,105,120,58,112,111,112,101,110,0,1,10,2049,12240,10,12435,12469,144,117,110,
105,120,58,112,99,108,111,115,101,0,1,11,2049,12240,10,12454,12488,144,117,110,
105,120,58,99,104,100,105,114,0,1,13,2049,12240,10,12474,12508,144,117,110,105,
120,58,103,101,116,101,110,118,0,1,14,2049,12240,10,12493,12528,144,117,110,105,
120,58,112,117,116,101,110,118,0,1,15,2049,12240,10,12513,12547,144,117,110,105,
120,58,115,108,101,101,112,0,1,16,2049,12240,10,12533,12568,144,117,110,105,120,
58,103,101,116,45,99,119,100,0,2049,3636,112,119,100,0,1,12570,1,0,2049,
12449,2,2049,9911,2049,5870,4,2049,12469,2049,3636,47,0,1,12590,2049,3842,10,12552,12624,
144,117,110,105,120,58,99,111,117,110,116,45,102,105,108,101,115,45,105,110,
45,99,119,100,0,2049,3636,108,115,32,45,49,32,124,32,119,99,32,45,108,
0,1,12626,1,0,2049,12449,2,2049,9911,2049,5870,2049,218,4,2049,12469,10,12597,12679,
144,117,110,105,120,58,102,111,114,45,101,97,99,104,45,102,105,108,101,0,
2049,3636,108,115,32,45,49,32,45,112,0,1,12681,1,0,2049,12449,2049,12624,1793,
12714,1793,12709,2049,9911,2049,3591,67502597,8,10,1,12702,2049,2116,10,1,12700,2049,2281,2049,
12469,3,10,12657,12731,144,115,116,97,114,116,0,4,2049,3418,1,0,2049,12449,10,
12722,12747,144,114,101,97,100,0,2,2049,9549,2,2049,3326,2049,2533,10,12739,12766,144,
102,105,110,105,115,104,0,2049,12469,2049,3398,10,12657,12790,144,117,110,105,120,58,
115,108,117,114,112,45,112,105,112,101,0,1793,12806,2049,12731,1793,12799,2049,12747,10,
1,12796,2049,2256,2049,12766,10,1,12792,2049,3442,10,12771,12817,131,105,111,0,0,12811,
12830,144,105,100,101,110,116,105,102,121,0,3841,12817,2049,2533,1793,12897,1,10,2049,
9163,2,2049,2568,1793,12885,3,2049,3636,73,79,32,68,69,86,73,67,69,32,84,
89,80,69,32,48,48,49,48,32,78,79,84,32,70,79,85,78,68,0,1,
12848,2049,9256,2049,9219,10,1,12845,1793,12892,4097,12817,10,1,12889,2049,64,10,1,12836,
9,10,12771,12921,144,105,111,58,114,110,103,45,111,112,101,114,97,116,105,111,
110,0,2049,12830,3841,12817,2049,9137,10,12901,12940,144,110,58,114,97,110,100,111,109,
0,2049,12921,10,12928,12954,131,83,111,99,107,101,116,115,0,0,12943,12967,144,105,
100,101,110,116,105,102,121,0,3841,12954,2049,2533,1793,13034,1,7,2049,9163,2,2049,
2568,1793,13022,3,2049,3636,73,79,32,68,69,86,73,67,69,32,84,89,80,69,
32,48,48,48,52,32,78,79,84,32,70,79,85,78,68,0,1,12985,2049,9256,
2049,9219,10,1,12982,1793,13029,4097,12954,10,1,13026,2049,64,10,1,12973,9,10,12928,
13061,144,105,111,58,115,111,99,107,101,116,45,111,112,101,114,97,116,105,111,
110,0,2049,12967,3841,12954,2049,9137,10,13038,13092,144,115,111,99,107,101,116,58,103,
101,116,104,111,115,116,98,121,110,97,109,101,0,1,0,2049,13061,10,13068,13114,
144,115,111,99,107,101,116,58,99,114,101,97,116,101,0,1,1,2049,13061,10,
13097,13134,144,115,111,99,107,101,116,58,98,105,110,100,0,1,2,2049,13061,10,
13119,13156,144,115,111,99,107,101,116,58,108,105,115,116,101,110,0,1,3,2049,
13061,10,13139,13178,144,115,111,99,107,101,116,58,97,99,99,101,112,116,0,1,
4,2049,13061,10,13161,13201,144,115,111,99,107,101,116,58,99,111,110,110,101,99,
116,0,1,5,2049,13061,10,13183,13221,144,115,111,99,107,101,116,58,115,101,110,
100,0,1,6,2049,13061,10,13206,13241,144,115,111,99,107,101,116,58,114,101,99,
118,0,1,8,2049,13061,10,13226,13262,144,115,111,99,107,101,116,58,99,108,111,
115,101,0,1,10,2049,13061,10,13246,13287,144,115,111,99,107,101,116,58,99,111,
110,102,105,103,117,114,101,0,1,11,2049,13061,10,13267,1024,131,84,73,66,0,
13292,13313,144,105,109,97,103,101,58,115,97,118,101,0,1,1000,2049,9163,2049,9137,
10,13299,13332,131,75,101,121,98,111,97,114,100,0,0,13320,13345,144,105,100,101,
110,116,105,102,121,0,3841,13332,2049,2533,1793,13412,1,1,2049,9163,2,2049,2568,1793,
13400,3,2049,3636,73,79,32,68,69,86,73,67,69,32,84,89,80,69,32,48,
48,48,49,32,78,79,84,32,70,79,85,78,68,0,1,13363,2049,9256,2049,9219,
10,1,13360,1793,13407,4097,13332,10,1,13404,2049,64,10,1,13351,9,10,13299,13425,144,
99,58,103,101,116,0,2049,13345,3841,13332,2049,9137,10,13416,13442,144,103,97,116,104,
101,114,0,2,1793,13449,1,8,11,10,1,13445,1793,13457,1,127,11,10,1,13453,
2049,2128,22,1,11,1,3326,2049,64,10,13432,13478,144,99,121,99,108,101,0,2049,
13425,2049,2096,4,8,2049,2465,25,3,2049,13442,1,13478,7,10,13416,13509,144,112,97,
114,115,101,45,117,110,116,105,108,0,1793,13521,2049,3617,2049,3418,2049,13478,771,2049,
3292,10,1,13511,2049,3442,10,13494,13535,144,115,58,103,101,116,0,1793,13557,1793,13543,
1,10,11,10,1,13539,1793,13551,1,13,11,10,1,13547,2049,2128,22,10,1,13537,
2049,13509,10,13526,13576,144,115,58,103,101,116,45,119,111,114,100,0,1,5472,2049,
13509,10,13562,13594,131,83,99,114,105,112,116,105,110,103,0,7,13581,13607,144,105,
100,101,110,116,105,102,121,0,3841,13594,2049,2533,1793,13674,1,9,2049,9163,2,2049,
2568,1793,13662,3,2049,3636,73,79,32,68,69,86,73,67,69,32,84,89,80,69,
32,48,48,48,57,32,78,79,84,32,70,79,85,78,68,0,1,13625,2049,9256,
2049,9219,10,1,13622,1793,13669,4097,13594,10,1,13666,2049,64,10,1,13613,9,10,13562,
13690,144,115,121,115,58,97,114,103,99,0,2049,13607,1,0,3841,13594,2049,9137,10,
13678,13711,144,115,121,115,58,97,114,103,118,0,2049,3617,4,2049,13607,1,1,3841,
13594,2049,9137,10,13699,13734,144,105,110,99,108,117,100,101,0,2049,13607,1,2,3841,
13594,2049,9137,10,13723,13755,144,115,121,115,58,110,97,109,101,0,2049,3617,2049,13607,
1,3,3841,13594,2049,9137,10,13743,13775,144,99,108,101,97,114,0,1,27,2049,9206,
2049,3636,91,50,74,0,1,13781,2049,9256,1,27,2049,9206,2049,3636,91,48,59,48,
72,0,1,13795,2049,9256,10,13766,13816,131,78,111,69,99,104,111,0,0,13806,13824,
144,98,121,101,0,1,0,2049,12374,10,13817,13840,144,118,101,114,115,105,111,110,
0,3841,4,1,100,20,10,13829,13855,144,100,111,110,101,63,0,1793,13861,1,13,
11,10,1,13857,1793,13869,1,10,11,10,1,13865,1793,13877,1,32,11,10,1,13873,
2049,2165,22,22,10,13846,13894,144,118,97,108,105,100,63,0,2,2049,79,2049,2615,
10,13884,13913,144,99,104,101,99,107,45,101,111,102,0,2,1793,13920,1,-1,11,
10,1,13916,1793,13928,1,4,11,10,1,13924,2049,2128,22,1,13824,9,10,13900,13943,
144,98,115,0,2049,3350,2049,3350,771,10,13937,13961,144,99,104,101,99,107,45,98,
115,0,2,1793,13968,1,8,11,10,1,13964,1793,13976,1,127,11,10,1,13972,2049,
2128,22,1,13943,9,10,13949,13994,144,99,104,101,99,107,0,2049,13913,2049,13961,10,
13985,14012,144,99,104,97,114,97,99,116,101,114,0,2049,13425,2,2049,3326,10,13999,
14028,144,98,117,102,102,101,114,0,1793,14038,1,1024,2049,3418,8,2049,3292,10,1,
14030,2049,3442,10,14018,14057,144,114,101,97,100,45,116,111,107,101,110,0,1793,14073,
1793,14068,2049,14012,2049,13994,2049,13855,10,1,14061,2049,2256,10,1,14059,2049,14028,2049,3714,
10,14043,14089,144,105,110,112,117,116,0,2049,14057,2049,13894,10,14080,14105,144,112,114,
111,99,101,115,115,0,1,365,1,11,2049,64,10,13817,14122,144,98,97,110,110,
101,114,0,2049,13840,2049,3636,82,69,84,82,79,32,49,50,32,40,37,110,46,
37,110,41,92,110,0,1,14126,2049,7111,2049,9256,2049,1543,2049,1877,18,2049,1877,2049,
1543,2049,3636,37,110,32,77,97,120,44,32,37,110,32,85,115,101,100,44,32,
37,110,32,70,114,101,101,92,110,0,1,14162,2049,7111,2049,9256,10,14112,14206,144,
108,105,115,116,101,110,0,3841,13816,1793,14213,2049,14122,10,1,14210,2049,70,2049,14089,
2049,14105,1,14217,7,10,14196,14234,131,67,108,111,99,107,0,0,14225,14247,144,105,
100,101,110,116,105,102,121,0,3841,14234,2049,2533,1793,14314,1,5,2049,9163,2,2049,
2568,1793,14302,3,2049,3636,73,79,32,68,69,86,73,67,69,32,84,89,80,69,
32,48,48,48,53,32,78,79,84,32,70,79,85,78,68,0,1,14265,2049,9256,
2049,9219,10,1,14262,1793,14309,4097,14234,10,1,14306,2049,64,10,1,14253,9,10,14196,
14340,144,105,111,58,99,108,111,99,107,45,111,112,101,114,97,116,105,111,110,
0,2049,14247,3841,14234,2049,9137,10,14318,14366,144,99,108,111,99,107,58,116,105,109,
101,115,116,97,109,112,0,1,0,2049,14340,10,14347,14384,144,99,108,111,99,107,
58,100,97,121,0,1,1,2049,14340,10,14371,14404,144,99,108,111,99,107,58,109,
111,110,116,104,0,1,2,2049,14340,10,14389,14423,144,99,108,111,99,107,58,121,
101,97,114,0,1,3,2049,14340,10,14409,14442,144,99,108,111,99,107,58,104,111,
117,114,0,1,4,2049,14340,10,14428,14463,144,99,108,111,99,107,58,109,105,110,
117,116,101,0,1,5,2049,14340,10,14447,14484,144,99,108,111,99,107,58,115,101,
99,111,110,100,0,1,6,2049,14340,10,14468,14506,144,99,108,111,99,107,58,117,
116,99,58,100,97,121,0,1,7,2049,14340,10,14489,14530,144,99,108,111,99,107,
58,117,116,99,58,109,111,110,116,104,0,1,8,2049,14340,10,14511,14553,144,99,
108,111,99,107,58,117,116,99,58,121,101,97,114,0,1,9,2049,14340,10,14535,
14576,144,99,108,111,99,107,58,117,116,99,58,104,111,117,114,0,1,10,2049,
14340,10,14558,14601,144,99,108,111,99,107,58,117,116,99,58,109,105,110,117,116,
101,0,1,11,2049,14340,10,14581,14626,144,99,108,111,99,107,58,117,116,99,58,
115,101,99,111,110,100,0,1,12,2049,14340,10,14606,14642,144,100,58,119,111,114,
100,115,0,1793,14651,2049,162,2049,9256,2049,9230,10,1,14644,2049,7340,10,14631,14672,144,
100,58,119,111,114,100,115,45,119,105,116,104,0,2049,1877,2049,4528,1793,14703,2049,
162,2,2049,1877,2049,4155,1793,14692,2049,9256,2049,9230,10,1,14687,1793,14698,3,10,1,
14696,2049,64,10,1,14678,2049,7340,10,14656,14727,144,100,105,115,112,108,97,121,45,
105,102,45,108,101,102,116,0,2,2049,1877,2049,4455,1793,14739,2049,9256,2049,9230,10,
1,14734,1793,14745,3,10,1,14743,2049,64,10,14656,14776,144,100,58,119,111,114,100,
115,45,98,101,103,105,110,110,105,110,103,45,119,105,116,104,0,2049,1877,2049,
4528,1793,14787,2049,162,2049,14727,10,1,14782,2049,7340,10,14750,14802,144,102,105,101,108,
100,115,0,3841,2,2049,105,2049,105,2049,105,10,14792,14828,144,105,110,118,97,108,
105,100,45,110,97,109,101,63,0,2,1,32,2049,3986,10,14811,14845,144,114,101,
119,114,105,116,101,0,1793,14859,1,32,1793,14854,1,95,10,1,14851,2049,2379,10,
1,14847,2049,4326,10,14834,14873,144,101,110,116,114,121,0,2049,1877,1,21,2049,2106,
4097,2,10,1793,14901,1793,14896,2049,14802,2049,14828,1,14845,9,2049,119,10,1,14886,2049,
14873,10,1,14884,0 };