%!PS-Adobe-3.0 EPSF-3.0 %%Creator: (ImageMagick) %%Title: (idestart.eps) %%CreationDate: (Sun Nov 12 11:13:02 2000) %%BoundingBox: 0 0 880 450 %%DocumentData: Clean7Bit %%LanguageLevel: 1 %%Pages: 0 %%EndComments %%BeginDefaults %%PageOrientation: Portrait %%EndDefaults %%BeginProlog % % Display a color image. The image is displayed in color on % Postscript viewers or printers that support color, otherwise % it is displayed as grayscale. % /buffer 512 string def /byte 1 string def /color_packet 3 string def /pixels 768 string def /DirectClassPacket { % % Get a DirectClass packet. % % Parameters: % red. % green. % blue. % length: number of pixels minus one of this color (optional). % currentfile color_packet readhexstring pop pop compression 0 gt { /number_pixels 3 def } { currentfile byte readhexstring pop 0 get /number_pixels exch 1 add 3 mul def } ifelse 0 3 number_pixels 1 sub { pixels exch color_packet putinterval } for pixels 0 number_pixels getinterval } bind def /DirectClassImage { % % Display a DirectClass image. % systemdict /colorimage known { columns rows 8 [ columns 0 0 rows neg 0 rows ] { DirectClassPacket } false 3 colorimage } { % % No colorimage operator; convert to grayscale. % columns rows 8 [ columns 0 0 rows neg 0 rows ] { GrayDirectClassPacket } image } ifelse } bind def /GrayDirectClassPacket { % % Get a DirectClass packet; convert to grayscale. % % Parameters: % red % green % blue % length: number of pixels minus one of this color (optional). % currentfile color_packet readhexstring pop pop color_packet 0 get 0.299 mul color_packet 1 get 0.587 mul add color_packet 2 get 0.114 mul add cvi /gray_packet exch def compression 0 gt { /number_pixels 1 def } { currentfile byte readhexstring pop 0 get /number_pixels exch 1 add def } ifelse 0 1 number_pixels 1 sub { pixels exch gray_packet put } for pixels 0 number_pixels getinterval } bind def /GrayPseudoClassPacket { % % Get a PseudoClass packet; convert to grayscale. % % Parameters: % index: index into the colormap. % length: number of pixels minus one of this color (optional). % currentfile byte readhexstring pop 0 get /offset exch 3 mul def /color_packet colormap offset 3 getinterval def color_packet 0 get 0.299 mul color_packet 1 get 0.587 mul add color_packet 2 get 0.114 mul add cvi /gray_packet exch def compression 0 gt { /number_pixels 1 def } { currentfile byte readhexstring pop 0 get /number_pixels exch 1 add def } ifelse 0 1 number_pixels 1 sub { pixels exch gray_packet put } for pixels 0 number_pixels getinterval } bind def /PseudoClassPacket { % % Get a PseudoClass packet. % % Parameters: % index: index into the colormap. % length: number of pixels minus one of this color (optional). % currentfile byte readhexstring pop 0 get /offset exch 3 mul def /color_packet colormap offset 3 getinterval def compression 0 gt { /number_pixels 3 def } { currentfile byte readhexstring pop 0 get /number_pixels exch 1 add 3 mul def } ifelse 0 3 number_pixels 1 sub { pixels exch color_packet putinterval } for pixels 0 number_pixels getinterval } bind def /PseudoClassImage { % % Display a PseudoClass image. % % Parameters: % class: 0-PseudoClass or 1-Grayscale. % currentfile buffer readline pop token pop /class exch def pop class 0 gt { currentfile buffer readline pop token pop /depth exch def pop /grays columns 8 add depth sub depth mul 8 idiv string def columns rows depth [ columns 0 0 rows neg 0 rows ] { currentfile grays readhexstring pop } image } { % % Parameters: % colors: number of colors in the colormap. % colormap: red, green, blue color packets. % currentfile buffer readline pop token pop /colors exch def pop /colors colors 3 mul def /colormap colors string def currentfile colormap readhexstring pop pop systemdict /colorimage known { columns rows 8 [ columns 0 0 rows neg 0 rows ] { PseudoClassPacket } false 3 colorimage } { % % No colorimage operator; convert to grayscale. % columns rows 8 [ columns 0 0 rows neg 0 rows ] { GrayPseudoClassPacket } image } ifelse } ifelse } bind def /DisplayImage { % % Display a DirectClass or PseudoClass image. % % Parameters: % x & y translation. % x & y scale. % label pointsize. % image label. % image columns & rows. % class: 0-DirectClass or 1-PseudoClass. % compression: 0-RunlengthEncodedCompression or 1-NoCompression. % hex color packets. % gsave currentfile buffer readline pop token pop /x exch def token pop /y exch def pop x y translate currentfile buffer readline pop token pop /x exch def token pop /y exch def pop currentfile buffer readline pop token pop /pointsize exch def pop /Helvetica findfont pointsize scalefont setfont x y scale currentfile buffer readline pop token pop /columns exch def token pop /rows exch def pop currentfile buffer readline pop token pop /class exch def pop currentfile buffer readline pop token pop /compression exch def pop class 0 gt { PseudoClassImage } { DirectClassImage } ifelse grestore } bind def %%EndProlog %%Page: 1 1 %%PageBoundingBox: 0 0 881 451 userdict begin %%BeginData: DisplayImage 0 0 881 451 12.000000 881 451 1 0 0 16 a1a1a1 000099 000000 505050 e4e4e4 990000 787878 666666 868686 996666 939393 000000 000000 000000 000000 000000 020100250201000402050037020100050201005c03010085020100040205003b02010055 0205004a0201004a02010016020100430205007002010025020100040205003702010005 0201005c03010085020100040205003b020100550205004a0201004a0201001602010043 0205001d06000700020000050700030002020700000f0206000206000300020203000600 000f07000300020207000005060003000201030007000000020100170507001002010026 050700080201000e0201001d0a000600030206010800002d0301001e0505090000310800 09000502090100310201002505040901000e020100330509001b02010026080009000501 0900080000100201004705000900000609000500001d0201002d05010004050100100201 001b07000203000502050300000e0206000202060600000e020503000003060002050000 020100170507001002010026050700080201000e0201001c08000307002d0301001e0506 0900002f0800050600310201002505060900000d020100330509001b0201002509000505 0900000f02010047090100060901001d0201002d05010004050100100201001b07000600 00000201000507000600000107000201000e02010007030006000001060003000201000e 070006000001070002010003020103000600000006000700000002010017050100080204 000802010006070003000201030006000019050100090300020103000600020100020204 0004020700180301080000020a010800000308000600030106000a000003080006000302 06000a000003030100000800030200040800060003010600080000020301000008000301 06000a000018050100020900050100020201000302010002020100000700020103000600 001905010900080000010800090000030300020203000002020100000300020006000000 030002000700000102010000070002010300060000030204000802010006070003000201 030006000018050100010800090005010900000307000300020103000600000202010000 07000201030006000002020100030201000403000201030006000201001a050100070300 020203000005030002020300000702010005070002020300070000180800050109000001 090005010800000102010000070002010300060000020207000302040006030002020300 000302010000070002010300060000030700020203000700001809000500000609010001 020400040201000007000201030006000004030002010300060002010003030002020300 000202000300000607000200001605010004050100030700030002010300060000060201 000402010000070002010300060000110201000a02010005020200050201000d02010005 0202000a0201000207000201000502010017050100080204000802010005030002050600 001805010008030002060002020400040207001803010a000008060003050a0000020305 060000030301060003030003060003050002030106000303060000180501000305010002 020100030201000202010300020303000018090005000900000803000204030000010201 030002010301020200010201030002040600000202040008020100050300020506000017 050100030900050009000002030002050600000102010300020406000001020100030201 000303000206001a05010006030002040300000303000204030000060201000403000205 001809000500090000030900050009000001020103000204060000010207000302040005 030002040300000202010300020303000002030002050018090005000001090005000900 000109010001020400040201030002030300000303000206000203000204030000010300 020000010700020003000001030100160501000405010002030002050600000502010004 020103000204060000100201000806000300020006000005020200050201000c06000200 0300000502020008060003000200060000020300020007000005020100170501000b0201 000802010004070002000300060000010300020003000018050100070700020106000000 0600030002010005020100060201001c0600030108000a0000050800030006000a000001 06000300060000060800030100030302080000010300000208000301080000010a000800 000203020a00000008000301001805010001080009000500090000020201000302010002 020206000000070002010018090005000800000707000200030006000000060003000200 070000000201030006000201030006000201000102020700000103000200030000050201 000802010004070002000300060000010300020003000017050100030800050100010700 020003000600000103000200030000010202070000010300020003000001020100030201 00020700020106000000060003000201001a050100050700020003000600000006000300 020007000001070002000300060000000600030002000700000502010004020106000001 06000700001805010800000308000501000102020700000103000200030000030201000a 020100040700020003000600000006000300020007000001020206000000070002010002 020106000001060007000018080005000800000009000500090000010500080000040201 000402020600000007000201000207000201060000000600030002010001070002000300 060000000600030002000700000007000200000103000200030000010300070000160501 000405010001070002000300060000010300020003000005020100040202070000010300 020003000010020100060202030006000006020200050203070000090300020006000005 020200060202030006000003020106000700020103000600000002010017050600060201 000802010004030002000600000302010018050600020300020006000003020100050201 00060201001d06000302060008000003060003000a000003030100070301000303010a00 0006060003000800000703010a0000020301001805060800000202010003020100020201 060000020201001805010008020106000002060002010000020106000000020106000000 020100010201060000020600020100050201000802010004030002000600000302010017 050100040501000103000200060000030201000102010600000206000201000102010003 0201000203000200060000030201001a0501000502010600000206000201000102010600 000206000201000502010004020103000600001b05010005050100010201060000020600 020100030201000a02010004020106000002060002010001020106000002020100020201 03000600001b080005000800000009000501000105000800000402010004020106000002 020100020300020006000003020100010201060000020600020100000700020006000000 020007000200000102000600001605080001030002000600000302010005020100040201 060000020600020100100201000602030700000f02050600000603000200070000100203 070000030201070002040600020100170506000602010008020100040208001805060002 0201000402010005020100060201001e0a000800060003020a000001030800020a000600 030400030301000703010008030100030301001805050800000302010003020100020201 000302010018050100080201000402010000020100010201000102010001020100040201 000502010008020100040208001705010004050100010208000102010004020100010201 000302010002020100040201001a05010005020100040201000102010004020100050201 000406000203070006000018050100050501000102010004020100030201000a02010004 020100040201000102010003020100020600020307000600001905000900000005000900 050008000000050000050201000402010003020100020201000402010001020100040201 000006000200070006000200000002000601020006000016050800010208000502010004 020100040201001002010008060003000200070000110600030002000300000503000200 060000130600030002000700000202010300060000000600030002000300020100170501 000b02010008020100040208001805010007020100040201000502010006020100210a00 0600030006000001030800010a00030006000a0000010301000303010007030100080301 000303010018050100010900050009000003020100030201000202010003020100180501 080000070201000402010000020100010201000102010001020100040201000502010008 020100040208001705010003080005000900000102080001020100040201000102010003 02010002020100040201001a050100050201000402010001020100040201000502010006 0600030002020700001705010800000308000501000102010004020100030201000a0201 000402010004020100010201000302010004060003000202070000180500090000000500 000005000900080009000005020100040201000302010002020100040201000102010004 020100010200070103000000030007010200001705010004050100010208000502010004 02010004020100100201000a020100130201000306000200030000170201000202010600 00030201020100170501000b020100080201000402010600001e05010007020106000003 0201000502010006020100230301000103010a0000070301000303010003030100070301 080000070301000303010018050100010800050109000002020100020600020100020201 000302010018090005000900000702010600000206000201000002010001020100010201 0001020100030600020003000005020100080201000402010600001d0501000309000500 090000010201060000070201000306000200030000010201000206000201000202010600 000206000201001a05010005020106000002060002010001020106000002060002010005 020100090700020100170900050009000003090005000900000102010003060002000300 00030201000a020100040201060000020600020100010201000302010007070002010018 090108000900000009010800090000050201000402010003020100020201060000030201 000102010600000206000201000103020700000007000300070003000017050100040501 000102010600000b020100040201000306000200030000100201000a0201001302010003 0300020000180201000203000200060000030201020100170501000b0201000802010004 070002000300060000020601001805010007030002000300000106000300020100050201 000602010700000106000018030008000a0000010a000800030100010800030006000a00 00020a0100010301080000000a00080003010a0000020301000708000301080000010a00 080000020301000303010018050100020800050108000001020107000000060002020002 020100030201001808000501090008000001080009000001070002000300060000000600 030002000700000002010001020100010201000102010300060000000600020107000005 020100080201000407000200030006000002060100170501000108000900050108000001 070002000300060000020601000102010300060000000600020107000001020107000000 0600020200020300020003000600000006000202001a0501000507000200030006000000 060003000200070000010700020003000600000006000300020007000005020100040300 060000020600020100170800050109000001090005010800000102010300060000000600 020107000003020107000001060000060201000407000200030006000000060003000200 070000010201000302010002030006000002060002010018090005000901000009000500 090100050201000402010003020100020300020003000001060003000201000107000200 030006000000060003000200070000010300020106000000060002000300070000170501 000405010001070002000300060000020601000502010004020103000600000006000201 070000100201000507000600000006000300020003000005020200050700060000000600 0300020003000002030002000700000a0202000507000600000006000300020003000002 0700020106000001030002000300020100170501000b0201000802010005030002060018 05070001060002040300020100050201000603000204001803070a000002060003060001 060003080001030100080600030500020301000303010018050100030900050108000000 030002030300020100020201000302010019080005060002030002040300000102010001 020100010201000102060300000602010008020100050300020600170506090000030300 02060001020603000002030002030300020100020600020403000201001a050100060300 020403000003030002040300000602010004020607000018090005050900000202060300 000403000204000602010005030002040300000202010003020100020206070000180900 050108000000080005010800000502010004020100030201000206000204030002010002 030002040300000207000201000202010600001705010004050100020300020600050201 000402060300000e02070002020506000005020200050205060000020207000502020005 020506000003030002050600020100170501000b02010008020100060700030002020300 060000180507000206000300020107000000020100050201000606000300020203000018 0a0008000600030206000a00000408000600030206000a0000020600030106000a010301 060000010301000908000600030106000800000203010003030100180501000409000500 090000000600030002010700000002010002020100030201001a08000900050209010003 030002020300000202010001020100010201000102010600030002010300000702010008 020100060700030002020300060000170504090008000005070003000202030006000001 020003000600030002010300000306000300020107000000020100030600030002010700 00000201001a050100070300020203000005030002020300000702010004060003000202 03000700001a080009000501090008000003020106000300020103000005060003000202 030000060201000603000202030000030201000302010002060003000202030007000019 080005010002050108000005020100040201000302010003060003000201070000000201 000303000202030000030600020003000002020106000017050100040501000307000300 02020300060000050201000402010600030002010300000f020700020300020203000600 000602020005030002020300060000030207000502020005030002020300060000050700 0202030006000000020100ff004a0201006c06010002070002000300006f020100ce0201 0069020100ff004a0201006c02060600006f020100ce02010069020100ff004a0201006c 070003000202030006000070020100ce02010069020100ff00ff00ff006e020101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000002010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 00010101000001010000020100ff00ff00ff006e020100ff00ff00ff006e020101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000002010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 00010101000001010000020100ff00ff00ff006e02010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100000201010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010000 020100ff00ff00ff006e020100ff00ff00ff006e02010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100000201010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010000 020100ff00ff00ff006e0201010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010000 020101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0001010100010101000001010001010100010101000001010000020100ff00ff00ff006e 020100ff00ff00ff006e0201010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010000 020101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0001010100010101000001010001010100010101000001010000020100ff00ff00ff006e 020100ff00ff00ff006e0201010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010000 020101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0001010100010101000001010001010100010101000001010000020100ff00ff00ff006e 020101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000002010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 01010001010100010101000001010000020100ff00ff00ff006e020100ff00ff00ff006e 020101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000002010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 01010001010100010101000001010000020100ff00ff00ff006e02010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100000201010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010000020100ff00ff00ff006e020100ff00ff00ff006e02010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100000201010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010000020100ff00ff00ff006e020100ff00ff00ff006e02010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100000201010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010000020100ff00ff00ff006e0201010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010000020101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 0101000001010001010100010101000001010001010100010101000001010000020100ff 00ff00ff006e020100ff00ff00ff006e0201010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010000020101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 0101000001010001010100010101000001010001010100010101000001010000020100ff 00ff00ff006e020101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000002010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 00010101000001010001010100010101000001010000020100ff00ff00ff006e020100ff 00ff00ff006e020101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000002010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 00010101000001010001010100010101000001010000020100ff00ff00ff006e020100ff 00ff00ff006e020101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000002010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 00010101000001010001010100010101000001010000020100ff00ff00ff006e02010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100000201010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010000020100ff00ff00ff006e020100ff00ff00ff006e02010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100000201010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010000020100ff00ff00ff006e0201010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010000020101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0000020100ff00ff00ff006e020100ff00ff00ff006e0201010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010000020101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0000020100ff00ff00ff006e020100ff00ff00ff006e0201010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010000020101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0000020100ff00ff00ff006e020101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000002010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 01010001010100010101000001010001010100010101000001010000020100ff00ff00ff 006e020100ff00ff00ff006e020101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000002010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 01010001010100010101000001010001010100010101000001010000020100ff00ff00ff 006e02010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100000201010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010000020100ff00ff00ff006e020100ff00ff00ff 006e02010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100000201010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010000020100ff00ff00ff006e020100ff00ff00ff 006e02010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100000201010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010000020100ff00ff00ff006e0201010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010000020101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 0101000001010000020100ff00ff00ff006e020100ff00ff00ff006e0201010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010000020101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 0101000001010000020100ff00ff00ff006e020101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000002010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100000201 00ff00ff00ff006e020100ff00ff00ff006e020101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000002010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100000201 00ff00ff00ff006e020100ff00ff00ff006e020101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000002010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100000201 00ff00ff00ff006e02010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100000201 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010000020100ff00ff00ff006e0201 00ff00ff00ff006e02010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100000201 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010000020100ff00ff00ff006e0201 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010000020101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0001010100010101000001010000020100ff00ff00ff006e020100ff00ff00ff006e0201 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010000020101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0001010100010101000001010000020100ff00ff00ff006e020100ff00ff00ff006e0201 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010000020101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0001010100010101000001010000020100ff00ff00ff006e020101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000002010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 01010000020100ff00ff00ff006e020100ff00ff00ff006e020101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000002010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 01010000020100ff00ff00ff006e02010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100000201010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010000020100ff00ff 00ff006e020100ff00ff00ff006e02010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100000201010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010000020100ff00ff 00ff006e020100ff00ff00ff006e02010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100000201010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010000020100ff00ff 00ff006e0201010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010000020101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 0101000001010001010100010101000001010000020100ff00ff00ff006e020100ff00ff 00ff006e0201010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010000020101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 0101000001010001010100010101000001010000020100ff00ff00ff006e020101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000002010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 00010101000001010000020100ff00ff00ff006e020100ff00ff00ff006e020101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000002010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 00010101000001010000020100ff00ff00ff006e020100ff00ff00ff006e020101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000002010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 00010101000001010000020100ff00ff00ff006e02010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100000201010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010000 020100ff00ff00ff006e020100ff00ff00ff006e02010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100000201010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010000 020100ff00ff00ff006e0201010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010000 020101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0001010100010101000001010001010100010101000001010000020100ff00ff00ff006e 020100ff00ff00ff006e0201010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010000 020101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0001010100010101000001010001010100010101000001010000020100ff00ff00ff006e 020100ff00ff00ff006e0201010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010000 020101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0001010100010101000001010001010100010101000001010000020100ff00ff00ff006e 020101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000002010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 01010001010100010101000001010000020100ff00ff00ff006e020100ff00ff00ff006e 020101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000002010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 01010001010100010101000001010000020100ff00ff00ff006e02010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100000201010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010000020100ff00ff00ff006e020100ff00ff00ff006e02010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100000201010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010000020100ff00ff00ff006e020100ff00ff00ff006e02010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100000201010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010000020100ff00ff00ff006e0201010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010000020101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 0101000001010001010100010101000001010001010100010101000001010000020100ff 00ff00ff006e020100ff00ff00ff006e0201010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010000020101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 0101000001010001010100010101000001010001010100010101000001010000020100ff 00ff00ff006e020101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000002010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 00010101000001010001010100010101000001010000020100ff00ff00ff006e020100ff 00ff00ff006e020101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000002010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 00010101000001010001010100010101000001010000020100ff00ff00ff006e020100ff 00ff00ff006e020101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000002010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 00010101000001010001010100010101000001010000020100ff00ff00ff006e02010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100000201010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010000020100ff00ff00ff006e020100ff00ff00ff006e02010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100000201010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010000020100ff00ff00ff006e0201010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010000020101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0000020100ff00ff00ff006e020100ff00ff00ff006e0201010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010000020101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0000020100ff00ff00ff006e020100ff00ff00ff006e0201010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010000020101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0000020100ff00ff00ff006e020101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000002010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 01010001010100010101000001010001010100010101000001010000020100ff00ff00ff 006e020100ff00ff00ff006e020101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000002010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 01010001010100010101000001010001010100010101000001010000020100ff00ff00ff 006e02010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100000201010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010000020100ff00ff00ff006e020100ff00ff00ff 006e02010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100000201010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010000020100ff00ff00ff006e020100ff00ff00ff 006e02010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100000201010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010000020100ff00ff00ff006e0201010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010000020101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 0101000001010000020100ff00ff00ff006e020100ff00ff00ff006e0201010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010000020101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 0101000001010000020100ff00ff00ff006e020101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000002010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100000201 00ff00ff00ff006e020100ff00ff00ff006e020101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000002010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100000201 00ff00ff00ff006e020100ff00ff00ff006e020101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000002010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100000201 00ff00ff00ff006e02010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100000201 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010000020100ff00ff00ff006e0201 00ff00ff00ff006e02010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100000201 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010000020100ff00ff00ff006e0201 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010000020101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0001010100010101000001010000020100ff00ff00ff006e020100ff00ff00ff006e0201 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010000020101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0001010100010101000001010000020100ff00ff00ff006e020100ff00ff00ff006e0201 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010000020101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0001010100010101000001010000020100ff00ff00ff006e020101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000002010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 01010000020100ff00ff00ff006e020100ff00ff00ff006e020101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000002010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 01010000020100ff00ff00ff006e02010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100000201010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010000020100ff00ff 00ff006e020100ff00ff00ff006e02010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100000201010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010000020100ff00ff 00ff006e020100ff00ff00ff006e02010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100000201010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010000020100ff00ff 00ff006e0201010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010000020101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 0101000001010001010100010101000001010000020100ff00ff00ff006e020100ff00ff 00ff006e0201010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010000020101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 0101000001010001010100010101000001010000020100ff00ff00ff006e020101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000002010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 00010101000001010000020100ff00ff00ff006e020100ff00ff00ff006e020101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000002010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 00010101000001010000020100ff00ff00ff006e020100ff00ff00ff006e020101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000002010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 00010101000001010000020100ff00ff00ff006e02010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100000201010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010000 020100ff00ff00ff006e020100ff00ff00ff006e02010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100000201010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010000 020100ff00ff00ff006e0201010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010000 020101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0001010100010101000001010001010100010101000001010000020100ff00ff00ff006e 020100ff00ff00ff006e0201010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010000 020101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0001010100010101000001010001010100010101000001010000020100ff00ff00ff006e 020100ff00ff00ff006e0201010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010000 020101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0001010100010101000001010001010100010101000001010000020100ff00ff00ff006e 020101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000002010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 01010001010100010101000001010000020100ff00ff00ff006e020100ff00ff00ff006e 020101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000002010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 01010001010100010101000001010000020100ff00ff00ff006e02010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100000201010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010000020100ff00ff00ff006e020100ff00ff00ff006e02010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100000201010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010000020100ff00ff00ff006e020100ff00ff00ff006e02010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100000201010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010000020100ff00ff00ff006e0201010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010000020101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 0101000001010001010100010101000001010001010100010101000001010000020100ff 00ff00ff006e020100ff00ff00ff006e0201010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010000020101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 0101000001010001010100010101000001010001010100010101000001010000020100ff 00ff00ff006e020101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000002010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 00010101000001010001010100010101000001010000020100ff00ff00ff006e020100ff 00ff00ff006e020101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000002010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 00010101000001010001010100010101000001010000020100ff00ff00ff006e020100ff 00ff00ff006e020101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000101010001 010100000101000101010001010100000101000101010001010100000101000002010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 00010101000001010001010100010101000001010000020100ff00ff00ff006e02010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100000201010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010000020100ff00ff00ff006e020100ff00ff00ff006e02010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100010101000101010000010100010101 000101010000010100010101000101010000010100000201010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010000020100ff00ff00ff006e0201010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010000020101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0000020100ff00ff00ff006e020100ff00ff00ff006e0201010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010000020101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0000020100ff00ff00ff006e020100ff00ff00ff006e0201010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010001010100010101000001010001010100010101000001010001 010100010101000001010000020101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 0000020100ff00ff00ff006e020101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000002010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 01010001010100010101000001010001010100010101000001010000020100ff00ff00ff 006e020100ff00ff00ff006e020101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000101010001010100000101000101010001010100000101000101010001010100000101 000002010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 01010001010100010101000001010001010100010101000001010000020100ff00ff00ff 006e02010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100010101000101010000 010100010101000101010000010100010101000101010000010100000201010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010001010100010101000001010001010100010101 000001010001010100010101000001010000020100ff00ff00ff006e020100ff00ff00ff 006e02010042020500930305006b030100040305005c0301003405050072020500ff0201 0019080009000500002502050031090105020900005b030500260a00060003020800003e 03010004030500310a000600030208000024030100340505002808000900050000060900 05020900003a020500c20600070002000005060003000202070000050600030002010300 07000002020700160201000c0507000209000503000f0201000402010010020100260507 000205050900000e06000300020103000600003d060003000a0000080301000603010012 030700010a0003050600000f0a000600030206000800003103010026030700010a000305 0600000c030200030302000c0301002c0900050008000008050100060501001205070002 090005030005090005040900000d0201002d020100c00700020300040600020503000003 060002050002020700020201000302010300000a0201000c050700020900080000000501 000f0201000402010010020100260507000209000800000109000501000d070002050700 003c03010600000803010006030100120307000106000300060000010a0003010800000d 0a0003060031030100260307000106000300060000010a0003010800000b03020a000001 0a000302000c0301002c0501090000080501000605010012050700020900080000000501 00040800050108000000080005010800000c0201002d020100c007000600000002010004 030002000300000106000201070000020201030006000000060007000008020007000002 02010002030002000300000b0201000c0501000b0501000f020100040201000307000300 02010300060000060201000402010000070002010300060000190501000d0501000c0600 020107000001070002010600000102010000070002010300060000040700030002010300 06000002020100000700020103000600001a080003000600030000080301000403070005 0301000603010007030100030a0003000600000d030106000a0000010a00060000030600 03020600000203010000060003000a000000060003000800000103010000080003010600 0a000003030400080301000608000600030106000a00001903010007030100030a000300 0600000b030106010001080006000301000208000600030206000a000002030100020800 03010600000308000600030106000a00001a090005000900050000080501000405070005 050100060501000b050100040900050009000002090005000900000c0201000a03000202 030000050700030002010300070000030700030002020300060000060201000e02010000 030002000600000003000200070000030700030002010300060000020201000007000201 030006000002020100030201008a0201000402010003060002000300000107000201000c 07000200000302010001070002000300000c0201000c0501000b0501000f020100040201 0002030002050600000502010004020103000204060000180501000b0800090005000800 000c03000200070000030700020003000001020103000204060000020300020506000001 0201030002030300001a06010a0003000800000703010004030700050301000603010007 030100030a000301000c0800030006000008060003040600000103010600030106010302 00010301060003040a0000020304000803010005060003050a0000180301000703010003 0a000301000b03010800030000010600080003010002030506000002030100010a000301 06000003060003050a000019090108000500090000070501000405070005050100060501 000b050100040900050008000002080005000900000c0201000903000204030000030300 020500030205030000060201000e02010300020103010202000203000205060000010201 0300020303000002020100030201008a0201000402010003060002010001030002000700 000b06000200070000030201000006000201000d0201000c0501000b0501000f02010004 020100010700020003000600000103000200030000050201000402020700000103000200 0300001805010009050209000800000d0201060000030600020100010202070000010300 020003000001070002000300060000010300020003000001020206000000070002010019 0a0003000a00000003010007030100060301000903010006030100070600030006000a00 00000a0006000301000c060003000a0000070800030006000a0000000a00060003000800 0000030106000a00030106000a0003010001030208000001060003000600000503010008 030100040800030006000a0000010600030006000018030100070600030006000a000000 0a0006000301000b03010a0003000a010300000003010006080003010002030100000a00 0301060000030800030006000a0000010600030006000018080005000800000005010007 0501000605010009050100060501000b05010004050100040501000c0201000807000200 030006000000060003000200070000010700020107000001060007000007070002010006 0201000e0201030006000201030006000201000107000200030006000001030002000300 0001020206000000070002010002020100030201008a0201000403000200030006000000 060003000201000102010600070002010300060000060300020000040201000002010600 000d0201000c050600060501000f02080001030002000600000302010005020100040201 060000020600020100180506000405030900000d02010005020100010201060000020600 020100010300020006000003020100010201060000020201001908000300000108000300 0a000006030100060301000903010006030600020a00030408000301000c030100080301 0a0000020a000301000003010a00000003010a0000000301000103010a0000020a000301 00050301000803010004060003000a00000303010018030600020a00030408000301000b 030100000600080106000000030100070301000203010000060003000600000406000300 0a0000030301001809000500000109000500080000060501000605010009050100060506 000605010004050100040501000c02010008020106000002060002010001030002000700 000d020100060201000e0201060000000201060000000201000103000200060000030201 000102010600000202010002020100030201008a02010004060002040700020100010201 070002040600000406000200070000040201030002000600000e0201000c050600060501 000f0208000102080005020100040201000402010018050600060800090005000900000c 020100050201000102010004020100010208000102010003020100190300060000010a00 030006000006030100060301000503090002030600030a000600030108000a000301000c 030100080301000403010000030100010301000103010001030100040301000503010008 0301000403080018030600030a000600030108000a000301000b03010000080003000600 08000000030100020a000600030400020301060003000600000503080018050009000001 08000500090000060501000605010005050900020506000605010004050100040501000c 0201000802010004020100010201000906000300020400060201000e0201000102010001 02010001020800010201000302010002020100030201008a020100050600030002010700 060002010001020103000600000006000300020003000004030002000005020107000200 0300000e0201000c0501000b0501000f0201000402010001020800050201000402010004 020100180501000d0501000c020106000003060002010001020100040201000102080001 02010003020100180a0003060a0000050301000603010005030900020301000d08000300 0600000c03010a0000070301000403010000030100010301000103010001030100040301 00050301000803010004030800180301000d080003000600000b030100000a0003010a00 0000030100010a00030006000a0000010301000203010800030100050308001708000506 080000050501000605010005050900020501000b05010004090005000800000208000500 0900000c0201000802010004020100010201000806000200030006000001020100060201 000e020100010201000102010001020800010201000302010002020100030201008a0201 000a07000200030000010201060000030201000307000200070000050201000003000200 0300000d0201000c0501000b0501000f020100040201000102010600000b020100040201 000306000200030000180501000d0501000c030002000700000307000200030000010201 000306000200030000010201060000070201000302010018060003060800000503010006 03010009030100060301000d03010800000c060003000600000703010a0000020a000301 0000030100010301000103010001030100030a0003000600000503010008030100040301 0a00001e0301000d03010800000b03010001060100010301000103010003030100020301 0000080003000600000403010a00001d0900050609000005050100060501000905010006 0501000b050100040900050009000002090005000900000c020100080201060000020600 0201000102010700000702010003020100060201000e0201000102010001020100010201 0600000702010003020100020201000206000201008a0201000a02010700000103000200 06000003020100030201000602010001030002000300000c0201000c0501000b0501000f 020100040201000107000200030006000002060100050201000402010300060000000600 020107000018050100080900080000000800090005000900000c06000201070000010700 020106000001020103000600000006000201070000010700020003000600000206010001 0201000302010018030100030a0003010005030100060301080000010a00000503010006 0301000808000a0000000a0006000301000d0a00030106000a0000010a00080000010800 030006000a0000000a000600030008000000030100010301000103010001030106000a00 00000a0003010800000503010008030100040800030006000a0000020a01001803010008 08000a0000000a0006000301000c03010005030100010301080000000a00080003010a00 00010301000106000300060000030800030006000a0000020a0100170501000308000501 00050501000605010900000108000005050100060501000b050100040800050108000000 080005010800000c02010008070002000300060000000600030002000700000107000201 07000001060007000002020107000000060007000201060000050201000e020100010201 000102010001070002000300060000020601000102010003020100020201070000000600 0202008a0201000507000600000006000300020100020700020106000001030002000300 0002070002000300000602010002030002000300000b0201000c050100080507000c0201 000402010002030002060005020100040206030000190501000805050800000d07000205 070000020206030000030300020600010201000302010017080003000800000406000300 0800000403010006060003040005030100060301000803050a00000e0a00030600020600 030406000001030100010301000103010001030606000006030100080301000506000306 00180301000803050a00000c030100050301000106000308000003010002060003000600 000306000306001609000500090000040900050009000004050100060900050400050501 00060501000805070002090005040900000d020700030300020403000003030002050002 0300020800040201000e0201000102010001020100020300020600010201000302010002 030002030300020100870207000202050600000303000205060000020300020006000006 02010002060002010300000a0201000c050100080507000c020100040201000307000300 02020300060000050201000402010600030002010300001a050100080900050209000800 000f06000300020103000600000302010600030002010300000507000300020203000600 00010201000302010017060003000a0000040800030006000004030100060a0006000302 06000005030100060301000808000600030106000a0000100a0006000302060008000003 060003020600000203010001030100010301000103010a00060003010600000703010008 0301000608000600030206000a0000180301000808000600030106000a00000d03010005 030100020600030106000a01030106000000030100020a00030106000003080006000302 06000a000016090005000800000409000500090000040501000608000900050209000005 050100060501000805070003090005020900000e02070004030002020300000507000300 020103000700000303000201030006010201030000040201000e02010001020100010201 000307000300020203000600000102010003020100020600030002010700000002010087 020700020700030002010300060000050700020203000600000302010007020100030600 0201030000090201004d0201004a020100a2030100ff00ff002c0201004d0201004a0201 00a2030100ff00ff002c0201004d0201004a020100a2030100ff00ff002c020100ff00ff 00ff006e04ff04ff04ff0470 %%EndData end %%PageTrailer %%Trailer %%BoundingBox: 0 0 880 450 %%EOF