diff --git a/HISTORY.md b/HISTORY.md index eebe188b67..e49b6ac824 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,7 @@ ## in development: * **Notable Changes:** + * SciSnap! v3 extension, update - new major release -, thanks, Eckart! * exclude "reportHyperZip" from collected block dependencies for libraries etc. * MQTT extension update, thanks, Simon and Xavier! * **Notable Fixes:** @@ -14,6 +15,8 @@ ### 2024-08-07 * embroidery library: fixed customized "GO TO" primitive for selected target sprite, (partially) enables nested sprites trails embroidery * objects: exclude "reportHyperZip" from collected block dependencies for libraries etc. +* MQTT extension update, thanks, Simon and Xavier! +* SciSnap! v3 update, thanks, Eckart! ### 2024-08-06 * morphic: fixed occasional buffer overflow issue for code embedded in script pics, thanks, Dariusz! diff --git a/libraries/LIBRARIES.json b/libraries/LIBRARIES.json index 9ed89522c5..6a81997c2f 100644 --- a/libraries/LIBRARIES.json +++ b/libraries/LIBRARIES.json @@ -1770,8 +1770,8 @@ "name": "~" }, { - "fileName": "SciSnap!2Blocks.xml", - "name": "SciSnap! v2", + "fileName": "SciSnap3Blocks.xml", + "name": "SciSnap! v3", "description": "Scientific Functions, Graphing, SQL interface, Machine Learning, from Uni Göttingen (Eckart Modrow)", "translations": { "ca": { diff --git a/libraries/SciSnap!2Blocks.xml b/libraries/SciSnap!2Blocks.xml deleted file mode 100644 index 3c9c23e604..0000000000 --- a/libraries/SciSnap!2Blocks.xml +++ /dev/null @@ -1 +0,0 @@ -Initialization of SciSnap!
Creates global variables "SciSnap!Properties", "SciSnap!Data", and "SciSnap!Messages". Sets the default values of global SciSnap!-properties for items typeOfData width height minValue maxValue columns rows maxSetValue
Sets the value of an existing global SciSnap!-property or inserts it anew. Items: typeOfData width height minValue maxValue columns rows maxSetValue
minValuetypeOfData width height minValue maxValue columns rows maxSetValue
Shows the message with headline in the middle of the window.
headlinetheMessage
Adds a new entry to SciSnap!Messages and shows the error message.
something wrong!
Reports a copy of a costume.
Reports the costume of a sprite.
Returns a random number between 0 and 1.
Reports Pi.
Reports Euler's number.
Rounds value x to n digits.
1.23572
Reports n faculty.
50
Reports a binomial coefficient.
531result1n1i1
Test on vector, matrix, table, predicate, interval, list of intervals, set, or complex-number.
vectorvector transposed-vector matrix table complex-number complex-number-Cartesian-style complex-number-polar-style set comparisonOperator interval listOfIntervals numericalListcomplex-numbercomplex-number-Cartesian-stylecomplex-number-polar-styletransposed-vectorvectormatrixwidth11table1width1SciS_isTable(data)intervalfalselistOfIntervalsset2344listOfIntervals55numericalListfalse
Reports a substring of a string.
thisString14
Reports a string without first/all instances of substring.
allall firstthisthisString
Reports a string in upper case.
thisString
Reports a string in lower case.
ThisString
Stores a string in a file.
this textthis file
Reports the index of first appearance of substring in string.
ringthisString
Reports a string with replacement instead of substring.
allall firstthisthatthisString
Reports date and time in standard notation.
day10hour10minute10second10--T::
seconds todayJulian Date decimal years days this year hours this year minutes this year seconds this year hours today minutes today seconds todayYYYY17MM54DD21h12m45s7daysi11402Julian Date2JD365.2530.6001172099531121531101215821260360024
Takes any number of Boolean (true/false) inputs (use the left and right arrowheads to adjust the number of input slots) and reports TRUE only if all of the inputs are TRUE, otherwise FALSE. Like AND but for multiple inputs.
pt:todas as afirmações _ são verdadeiras 1
Takes any number of Boolean (true/false) inputs (use the left and right arrowheads to adjust the number of input slots) and reports TRUE if at least one input is TRUE, otherwise FALSE.
pt:alguma das afirmações _ é verdadeira 1
Returns an empty costume of the given width and height with background color r/g/b.
400300245245245
Reports the row or column name of the row or column with the number entered, or reports an error message.
columncolumn row1SciSnap!Datatable0columnrow
Evaluates the predicate with a given parameter.
ringified predicate
Evaluates the intervals with a given parameter.
ringified predicateitem3<true
Reports the intersection of two sets.
set1set2are these two sets?setresultset2234element34element344
Reports the union of two sets.
set1set2are these two sets?setresultset223344
Reports the difference between two sets.
set1set2are these two sets?setresultset2234element32set1set24433m14n1m1compare the mth interval with all intervals of set144
Reports the Cartesian product between two sets.
set1set2set4040resultset22item_133
implication
10
equivalence
10
Converts numbers to booleans
1
Converts booleans to numbers
true
Intervals should be of structure [leftLimit,operator1,operator2,rightLimit]
2resultn1
1111111111212121212121212
Intervals should be of structure [leftLimit,operator1,operator2,rightLimit]
11define left edge and operator44define right edge and operator
11resultn1m1n1
11resultn1
0listOfIntervalsitemfalse
Returns all elements of a list not covered by the predicate.
Returns all elements of a list not covered by the intervals.
result3lst_sort(list, fn)34
Test wether the predicate is translatable to a list of intervals.
ringified predicate1comparisonOperator112233false
Intervals should be of structure [leftLimit,operator1,operator2,rightLimit]
interval1interval2intersection0result1144341444341444
1141413<232<3<2<4414142<323<2<3<true
Creates a new empty costume of the specified size and color and sets the local properties
thisSpritethisSprite theStage anotherSprite400300245245245costumeWidthcostumeHeightscaleProperties2212126-10-102211600falsefalsefalsefalsetruetruefalseStagecostume properties: 1: width 2: height 3: back color red 4: back color green 5: back color blue 6: left offset for Image position on stage 7: upper offset for Image position on stage 8: front color red 9: front color green 10: front color blue line properties: 1: line width 2: line style 3: line color red 4: line color green 5: lineColor blue marker properties: 1: marker style 2: marker width 3: marker connected 4: marker color red 5: marker color green 6: marker color blue data properties: 1: minValue 2: maxValue 3: columns 4: rows scale offsets: 1:left offset 2: right offset 3: upper offset 4: lower offset labels: 1: title 2: x label 3: y label 4: title height 5: x label height 6: y label height 7: x unit 8: y unit ranges: 1: x left 2: x right 3: y lower 4: y upper scale properties: 1: scales x precision 2: scales y precision 3: scales x textheight 4: scales y textheight 5: scales x intervals 6: scales y intervals 7: scales x start 8: scales y start 9: scales x step 10: scales y step 11: scales x scaling 12: scales y scaling 13: scales ticlength 14: scales x minitics 15: scales y minitics 16: scales x grid 17: scales y grid 18: scales x centered 19: scales y centered 20: scales show x scale 21: scales show y scale 22: plot border
thisSpritethisSprite theStage anotherSprite
Reads the value of an existing property.
costumePropertiestypeOfConfiguration typeOfData costumeProperties lineProperties markerProperties dataProperties scaleOffsets labels ranges scalePropertiesthisSpritethisSprite theStage anotherSpriteresultnot foundname1 hmyProperties
Sets the value of an existing property or inserts it anew.
costumePropertiestypeOfConfiguration typeOfData costumeProperties lineProperties markerProperties dataProperties scaleOffsets labels ranges scalePropertiesthisSpritethisSprite theStage anotherSpritename1 donefalsehmyPropertiesmyProperties
a simple way to set some costume attributes: 1: width 2: height 3: back color red 4: back color green 5: back color blue 6: left offset for Image position on stage 7: upper offset for Image position on stage 8: front color red 9: front color green 10: front color blue
40030024524524518018018000thisSpritethisSprite theStage anotherSpriteStage
a simple way to set some net attributes: line properties: 1: line style 2: lineWidth 3: line color red 4: line color green 5: lineColor blue
continuouscontinuous dashed dash-dot dot-dot rainbow inverse-rainbow1000thisSpritethisSprite theStage anotherSpritelineProperties
a simple way to set some net attributes: marker properties: 1: marker style 2: marker width 3: marker connected 4: marker color red 5: marker color green 6: marker color blue
squarenone o_circle ._point +_plus x_ex square triangle5000falsethisSpritethisSprite theStage anotherSpritemarkerProperties
Sets some properties for scales.
2212121010thisSpritethisSprite theStage anotherSpritescalePropertiesscaleProperties123456scaleProperties
Sets the labels and textheights of the diagrams of a PlotPad.
thisSpritethisSprite theStage anotherSpriteDiagram Title18x-label16y-label16labels
Sets the distances of the diagram axes to the edges of the Sketchpad.
thisSpritethisSprite theStage anotherSpriteupperOffset13scalePropertiesUPPER OFFSET1labels013scaleProperties0lowerOffset13scalePropertiesLOWER OFFSET19scalePropertiesrightOffset1.54scalePropertiesRIGHT OFFSET.13scaleProperties0leftOffset14scalePropertiesLEFT OFFSET18scaleProperties13scaleProperties0scaleOffsets
Sets the ranges for the axes of the diagrams of a Sketchpad.
-1010-1010false0.1truethisSpritethisSprite theStage anotherSpriterangesranges
Draws the graph of a function given as rigified Snap!-function or coefficient-list of a polynomial.
ringified operator or polynomialthisSpritethisSprite theStage anotherSpritevectorSciS_addGraphToPlotpad(costume,ranges,offsets,lineattributes,aFunction,proc)rangesscaleOffsetslineProperties
Draws the data points of a two-dimensional table with numerical values. With a lot of additions from Rick Hessman. Thanks!
myDatathisSpritethisSprite theStage anotherSpritemyDatamatrix12SciS_addNumericDataplotToPlotpad(costume,ranges,offsets,labels,lineattributes,dataattributes,data)rangesscaleOffsetslabelslinePropertiesmarkerProperties
Draws the data points of a two-dimensional table with numerical values in column 2. Text values should be used to set the x-label.
myDatatruetruethisSpritethisSprite theStage anotherSpritemyDatatableSciS_addMixedDataplotToPlotpad(costume,ranges,offsets,labels,lineattributes,dataattributes,data)rangesscaleOffsetslabelslinePropertiesmarkerPropertiesscalePropertiesscalePropertieswasXscaled?20wasYscaled?212021scaleProperties
Draws a histogram of histogram data.With a lot of additions by Rick Hessman. Thanks!
myData10truethisSpritethisSprite theStage anotherSpritemyDatavector0transposed-vectorminmaxdeltah2resulti1221i1source0.1SciS_addHistogramToPlotpad(costume,ranges,offsets,lineattributes,data,datapointattributes)rangesscaleOffsetslinePropertiesmarkerProperties
Draws and labels the axes of a PlotPad. With lot of additions of Rick Hessman. Thanks!
thisSpritethisSprite theStage anotherSpriteSciS_addAxesAndScalesToPlotpad(costume,scaleattributes,labels,offsets,ranges,plotcolors)scalePropertieslabelsscaleOffsetsrangescostumeProperties
thisSpriteSciS_newcostume(w,h,r,g,b)3costumeProperties4costumeProperties5costumeProperties
Sets the ranges to "pretty" values. Many thanks to Rick Hessman!
thisSpritethisSprite theStage anotherSpritescalePropertiesscalePropertiesrangesrangespretty125get dictionary of pretty values.72192311245631261427pretty346get dictionary of pretty values.821102312246842261527rangesscaleProperties
"Pretty" scaling from Rick Hessman. Many thanks!
-1010620002000Numbers are too big for pretty printing.nintpretty0.0010.0020.0050.010.020.050.10.20.512510205010020050010002000between91341341341341341341places33322211100000000000sign2index1i21dticnintresultdeltanstartstart*scaling is the actual starting value (start is the value displayed next to the tic)stop1stepstep*scaling is the actual stepping value (step is the difference between the tic labels).scalingintervalsprecisionminitics
thisSpritethisSprite theStage anotherSpritemyData0.1myData2dy43ranges1234scalePropertiesscaleProperties7192151111418310436121151scaleProperties
Calculates the ranges of two columns of a table.
Conversion of coordinates.
100xpxp yp x ythisSpritethisSprite theStage anotherSpriteoffsetsscaleOffsetsrangesrangesdiagramWidth1diagramHeight34x0112y0443coordinate1 xpypxy
Obtaining coordinates of a PlotPad by mouse.
costume-coordinatescostume-coordinates graph-coordinatesthisSpritethisSprite theStage anotherSpriteselection1 targetCostumetargetCostumeWidthtargetCostumeHeighttargetXPositiontargetYPositiontargetSizecostume-coordinatescostume coordinates.graph-coordinatescostume coordinates.
400300xycontinuouso_circle000
400300xycontinuous000
00600400continuousnone continuous dashed dash-dot dot-dot rainbow inverse rainbowsquarenone o_circle ._point +_plus x_ex square triangle000
Changes the Snap!-Logo. ;-)
Creates SQL variables and sets some properties.
Establishes connection and sets the corresponding properties. Change parameters if necessary.
connectionhttps://snapextensions.uni-goettingen.de/mysqlquery.php?server=db1&user=snapexuser&password=snap!userconnection&type=connect12ok0115ERROR
Imports the results of an SQL-query to SQLData and sets the corresponding properties.
typeOfDatatable0minValuenotSetmaxValuenotSet
Reports a list of databases on the server and sets the corresponding properties.
dbsconnection&type=getDBs000115ERROR
Selects one of the databases and sets the corresponding properties.
2databasescurrentDatabasedatabasesresultconnection&command=USE currentDatabasetablestablesconnection&command=SHOW TABLES FROM currentDatabase&type=getTables000115ERROR
Reports a list of tables of the chosen database and sets the corresponding properties.
tblsconnection&command=SHOW TABLES FROM currentDatabase&type=getTables000115ERROR
Reads the attributes of the specified table and sets the corresponding properties.
1tables0115ERROR
Selects one of the tables and sets the corresponding properties.
1tables0115ERROR
Generates a simplified SQL query.
* DISTINCTi11result FROM 0result2
Generates an almost complete SQL query.
* DISTINCTASCASC DESC10i11result FROM 0result20result20resultASC
Executes an SQL query.
1:ERRORreplaces "%" with "%25" to prevent trouble with the url-block.resultconnection&type=query&query=&database=currentDatabase
Returns an SQL predicate.
Returns an SQL predicate.
Returns an SQL predicate.
Returns an SQL predicate.
Returns an SQL predicate.
Returns an SQL predicate.
Returns an SQL predicate.
Returns an SQL predicate.
Returns an SQL value.
Returns an SQL value.
Returns an SQL value.
Returns an SQL value.
Returns an SQL value.
Creates a new empty costume of the specified size and color and sets local properties. If sprite is the stage, the old costume# of stage is stored. So you can draw graphs on maps, for example.
thisSpritethisSprite theStage anotherSprite400300245245245targettheStageStagethisSpriteStagetheStagecostume properties: 1: width 2: height 3: back color red 4: back color green 5: back color blue vertex properties: 1: ranges for random coordinates (xLeft,xRight, yUpper,yLower) 2: minimal radius of a vertex, should be changed is vertices are not growing with number of edges 3: boolean: vertices grow with number of connected edges 4: boolean: vertex content is shown. If there is no content, the vertex number is shown edge properties: 1: line width 2: line color red 3: line color green 4: line color blue 5: boolean: edge is directed 6: boolean: edge has a weight 7: boolean: edge shows weight
thisSpritethisSprite theStage anotherSprite
Reads the value of an existing property.
costumePropertiestypeOfConfiguration typeOfData costumeProperties vertexProperties edgePropertiesthisSpritethisSprite theStage anotherSpriteresultnot foundname1 hmyProperties
Sets the value of an existing property or inserts it anew.
costumePropertiestypeOfConfiguration typeOfData costumeProperties vertexProperties edgePropertiesthisSpritethisSprite theStage anotherSpritename1 donefalsehmyPropertiesmyProperties
a simple way to set some costume attributes. 1: width 2: height 3: back color red 4: back color green 5: back color blue
400300245245245thisSpritethisSprite theStage anotherSpritecostumeProperties
a simple way to set some vertex attributes: 1: ranges for random coordinates (xLeft,xRight, yUpper,yLower) 2: minimal radius of a vertex, should be changed is vertices are not growing with number of edges 3: boolean: vertices grow with number of connected edges 4: boolean: vertex content is shown. If there is no content, the vertex number is shown
3truefalsethisSpritethisSprite theStage anotherSpritevertexProperties1vertexPropertiesThe ranges are maintained.
a simple way to set some edge attributes: 1: line width 2: line color red 3: line color green 4: line color blue 5: boolean: edge is directed 6: boolean: edge has a weight 7: boolean: edge shows weight
1000falsefalsefalsethisSpritethisSprite theStage anotherSpriteedgeProperties
100100thisSpritethisSprite theStage anotherSprite1vertexListvertexList
adds n vertices to the vertexList of a GraphPad: Vertex attributes have the following order: 1: x 2: y 3: size 4: content 5: isMarked 6: colorNr 7: numberOfLinks
1thisSpritethisSprite theStage anotherSpritevertexListSciS_addVerticesToVertexlist(n,vlist,vAttributes)vertexListvertexPropertiesadjacencyMatrixSciS_addVerticesToAdjacencymatrix(n,amatrix)adjacencyMatrix
Moves a vertex to another position measured in Snap! sprite-coordinates
1thisSpritethisSprite theStage anotherSprite100100vertexList
Creates n new edges randomly.
1thisSpritethisSprite theStage anotherSpriteresultSciS_addRandomEdgesToGraph(amatrix,n,lAttributes,vlist)adjacencyMatrixedgePropertiesvertexListadjacencyMatrix1vertexList2
Creates a new edge between two vertices.
12thisSpritethisSprite theStage anotherSprite0vertexList0vertexListadjacencyMatrixXadjacencyMatrixX5edgeProperties
draws the graph on a GraphPad.
thisSpritethisSprite theStage anotherSpriteStageoldCostumeStageSciS_drawGraph(amatrix,vlist,cAttributes,vAttributes,lAttributes,oldCostume)adjacencyMatrixvertexListcostumePropertiesvertexPropertiesedgeProperties
Deletes a vertex.
1thisSpritethisSprite theStage anotherSprite0vertexListvertexListadjacencyMatrix
Deletes an edge.
12thisSpritethisSprite theStage anotherSprite0vertexList0vertexListadjacencyMatrix05edgeProperties
12thisSpritethisSprite theStage anotherSprite0vertexList0vertexList
Sets the weight of an edge.
121thisSpritethisSprite theStage anotherSprite0vertexList0vertexList
thisSpritethisSprite theStage anotherSpritefrom vertex nr
Input for start vertex.
thisSpritethisSprite theStage anotherSpritenew start vertexwidth (1....20)
1thisSpritethisSprite theStage anotherSprite0vertexList
Sets the content of a vertex.
1thisSpritethisSprite theStage anotherSprite0vertexList
Input for a new vertex content.
thisSpritethisSprite theStage anotherSpritevertex number
Tells a vertex to be marked.
1thisSpritethisSprite theStage anotherSprite0vertexList
Deletes a marker.
1thisSpritethisSprite theStage anotherSprite0vertexList
Deletes all markers.
thisSpritethisSprite theStage anotherSpriteitemvertexList
Depth first search in a graph.
1thisSpritethisSprite theStage anotherSprite0vertexList
Breadth first search in a graph.
1thisSpritethisSprite theStage anotherSprite0vertexList
Reports the distance of two vertices.
thisSpritethisSprite theStage anotherSprite120vertexList0vertexList
Shortes path between two vertices, using Dijkstra-method.
12thisSpritethisSprite theStage anotherSprite0vertexList0vertexList
Shortes paths between startVertex and all connected vertices, using Dijkstra-method.
1thisSpritethisSprite theStage anotherSprite0vertexList
Returns the vertexnumber of a vertex near (x|y), if there is one.
10050thisSpritethisSprite theStage anotherSpriteSciS_vertexnumberAtGraph(vlist,cAttributes,vAttributes,x,y)vertexListcostumePropertiesvertexProperties
00thisSpritethisSprite theStage anotherSpritetargetSize10011001
Reports the vertexnumber of the vertex with the specified content. If not found then reports 0.
PeterthisSpritethisSprite theStage anotherSpritenr0itemvertexListFamilyTree
numberXdiagramSpriteDiagramSpriteDiagramSprite400300245245245DiagramSpriteEdges per Node18Number of Edges16Number of Vertices1610trueDiagramSpriteDiagramSprite
spriteName
spriteName
Imports a stored sprite from a file.
new name
Imports stored blocks to another palette. All blocks should be from the same category!
Lookslibrarybegincategory=10end"50oldcat2libraryall""""SciS_importLibrary2(src)
Creates a new empty costume of the specified size and color ans sets local properties for a NeuralNet.
thisSpritethisSprite theStage anotherSprite400300245245245costumeWidthcostumeHeightStagecostume properties: 1: width 2: height 3: back color red 4: back color green 5: back color blue 6: left offset for NN position on stage 7: upper offset for NN position on stage neural net properties: 1: number of layers 2: layer width 3: width of NN image 4: height of NN image
thisSpritethisSprite theStage anotherSprite
Reads the value of an existing property.
netPropertiestypeOfConfiguration typeOfData costumeProperties netPropertiesthisSpritethisSprite theStage anotherSpriteresultnot foundname1 hmyProperties
Sets the value of an existing property or inserts it anew.
netPropertiestypeOfConfiguration typeOfData costumeProperties netPropertiesthisSpritethisSprite theStage anotherSpritename1 donefalsehmyPropertiesmyProperties
a simple way to set some costume attributes: 1: width 2: height 3: back color red 4: back color green 5: back color blue 6: left offset for NN position on stage 7: upper offset for NN position on stage
40030024524524500thisSpritethisSprite theStage anotherSpritecostumeProperties
a simple way to set some net attributes: 1: number of layers 2: layer width 3: width of NN image 4: height of NN image
23400300thisSpritethisSprite theStage anotherSpritenetProperties
Reports the output of the nth layer of a neural network with given input.
last1 lastthisSpritethisSprite theStage anotherSpritevector2netProperties
Creates a fully connected neural network of perceptrons. Inputs should be connected to layer 1, outputs to last layer.
23thisSpritethisSprite theStage anotherSpritemyDataone matrix for each layer1myDatapropertiesnetPropertiesnetProperties34typeOfDataweights
Draws the nodes and current status of connections of an NN as new costume.
thisSpritethisSprite theStage anotherSpritenetWidth2netPropertiesSciS_NNshowStatus(cAttributes,nAttributes,weights,outputs,costume,sprite)costumePropertiesnetPropertiesmyData
A block for teaching a neural net.
0.1thisSpritethisSprite theStage anotherSpritewidth2netPropertiesmyDataSciS_NNteach(weights,width,depth,input,output,eta)myData1netProperties
thisSpritethisSprite theStage anotherSprite
creates a temporary or static Sprite.
truenewSprite
Removes the calling sprite.
Reports the row or column number of the row or column with the name entered, or reports an error message. If the the name is a number You can mark this with a # (e.g. #123).
columncolumn rownameSciSnap!Datatable010columnfirstlast1#n0i10i100ERROR: name not found!rowfirstlast1#n0i10i10ERROR: name not found!ERROR: something wrong!
Input dialog for a list of items. Click item by mouse and then ok. Returns the selected item.
thisSpritethisSprite theStage anotherSpritetitlewidth9costume400245245245continuous1000245245245 (click on it)102018truei12530505281218true70301005ok751218trueokfalse70100305
Returns an empty table.
Reports a new table initialized with value.
23result
Reports a table with labeled columns.
20i1rowERROR: labels required!
Reports the copy of a list or an empty list.
Imports table-CSV-data, costume-data, SQL-data or FITS-data to SciSnap!Data.
costume-(RGB)-datatable-(CSV)-data costume-(RGB)-data SQL-(query)-data FITS-datacurrent-costumecurrent-costume filepicker other-sourceFITS-datatable-(CSV)-datacolumns10rows1000hmaxcolumnSciSnap!DatatrueminValuemaxValuecostume-(RGB)-datahminValuemaxValueSQL-(query)-datatypeOfDatatable0columns10rows1000hmaxcolumntrueminValuemaxValue
Reads a file using the filepicker.
Stores a list in a CSV file. JS-code copied from Snap!-code.
SciSnap!Datafilename
Reports randomly distributed points in the form of a rectangle, circle, or ring.
100-100100-100100squaresquare circle ringcirclering
Creates new random data in the specified ranges swaying by a straight.
10-55102
Generates a list of points "near" a given graph.
20-552
Creates the transpose of a table or a list.
01valuevaluetableERROR: data are not transposable!
Adds a row, a column, or column headers to a table.
rowrow column column-headersSciSnap!Datachoice1 tablerowi1column0i1column-headersi11
Reports the row or column of a table identified by number or name, or reports an error message. If the the name is a number You can mark this with a # (e.g. #123).
rowrow columnnumberOrNamefirst last numberOrNameSciSnap!Datatruechoice1 tablerowlast1columnlast11ERROR: something wrong!
Deletes a row or column of a table. identified by number or name, or reports an error message. If the the name is a number You can mark this with a # (e.g. #123).
rowrow columnnumberOrNamefirst last numberOrNameSciSnap!Datatablerowlastcolumnlast11item
Reports the element a position x|y of a table, identified by numbers or names.
numberOrNamenumberOrNameSciSnap!Datatablexcolumnyrow001
Replaces the value at position x|y of a table.
numberOrNamenumberOrNameSciSnap!Datatablexcolumnyrow001
Reports the columns from row startnr to row endnr.
SciSnap!DatanumberOrNamelastlast numberOrNametablelaststartnrrowendnrrowcolNumbersitemSciS_columncopy(data,cols,start,stop)
Reports a subsection of an image or table.
RGB-datatable-data matrix-data list-data RGB-data FITS-dataSciSnap!DatanumberOrNamenumberOrNamenumberOrNamenumberOrNamelist-dataresultdummyvalueindextable-datamatrix-datab1columnb2rowe1columne2rowbeginendSciS_subsection(data,begin,end)RGB-dataFITS-dataRGB-datawidthwidthheightheightFITS-datawidthwidthheightheightbeginendSciS_subsectionImage(data,begin,end,width,height)
Determines the rows of a table with certain properties.
SciSnap!DatanumberOrNameless-thanless-than greater-than equal-to different-fromtablencolumn11op1less-thangreater-thanequal-todifferent-from
counts the appearances of the values of a list.
sortedDatacountedValuesvalue1n0item
returns the entropy of a list of data
Copy of corresponding Snap!-library-block: Reports a new list whose items are the same as in the input list, except that if two or more equal items appear in the input list, only the last one is kept in the result.
SciSnap!Datatable
Normalizes a table by dividing it by the specified value.
SciSnap!Datameanmean max number sum median softmaxchoice1 vector0
Reports a compressed version of a vector or matrix.
SciSnap!Data2isMatrixmatrixvector11resulti11iresultcolumnNr11
Pooling operation with matrices, images and vectors.
maxmax meanSciSnap!Data21typeOfPooling1 matrixvectorFITSRGBmatrixFITSRGBSciS_pooling(data,width,height,typeOfPooling,stride,typeOfData)
Reports a sorted list.
Sorts a list or table.
SciSnap!DatanumberOrNametruetrueisTabletableresult1
Determines a group of properties of a table.
meanmin max number sum meannumberOrNameSciSnap!DatanumberOrNametruetablegroupcolumncolumn11valuecolumncolumn11choice1 copytruecolumn0SciS_groupeddata(aTable,compaircolumn,operation,groupcolumn)
Calculates the ranges, the covariance or the correlation between two columns of a table.
rangesranges covariance correlationnumberOrNamenumberOrNameSciSnap!Datatruetablencolumn11mcolumn11copychoice1 1SciS_propertiesoftable(selection,table,x,y)1
Calculates the parameters of a regression line.
SciSnap!DatamatrixsumX0sumY0numerator0denominator0dummymeanXmeanYdummymb
Determines the next k neighbours of a point in data. The class of the point has to be in column 3.
5SciSnap!Datatablepoint2neighbors3truetruetable-data114
Applies a convolution to a table with FITS, RGB, or table values.
tableimage tableSciSnap!Data100100matrixSciS_convolution(kernel,data,width,height,typeOfData,mIndex,kWidth)
Custering of n-dimensional data with k-means-method. Cluster numbers are attached to the data.
3SciSnap!DatamatrixSciS_k-means-clustering(k,data)
Custering of n-dimensional data with k-means-method. A metric has to be delivered as a ringified term. Cluster numbers are attached to the data.
3SciSnap!Dataringified operatormatrixresultadd cluster number 0 to datadimension1minmaxi1calculate min and max for all columnscentersi1choose k random centerscalculate min and max for all columnsanyChangestruen0anyChangesfalsedummycenter1pointbuild clustersadjust centers
Metric for Strtings.
SaturdaySunday
labels of data: -1 not visited, 0 visited, -2 noise, >0 clusternr
SciSnap!Data505matrix2SciS_DBSCAN(data,r,minMembers)-1
reports a ID3 decision tree constructed on the base of labeled data
0empty datasetcountedValuescolumnlasttrue1only one result --> ready11only one attribut left --> readyinformation gainsi111calculate information gains for all attributesinformation gains2falsetruecompareColumn11take attribute with max information gain as compare criterioncountedValuescolumntruelinksitemrecursive construction of ID3 trees for all other attributesnode11
thisSpritethisSprite theStage anotherSprite
Returns the vertexnumber of a vertex near mouse position, if there is one.
thisSpritethisSprite theStage anotherSpriteSciS_vertexnumberAtGraph(vlist,cAttributes,vAttributes,x,y)vertexListcostumePropertiesvertexProperties
returns the class of a dataset using an ID3-decision-tree
1leaf (unambiguous)1nodei1ERROR: no sensefull data to compare found!
Reports a vector, built by the items.
Returns a new vector of dimension n with random elements.
3110
Returns a matrix formed from the input vectors.
length1resultitem
Returns a new nxm-matrix with random elements.
32110i1
Creates the transpose of a vector or a matrix.
valuevalue
Determines a property of a vector.
minmin max minpos maxpos number sum mean median variance standard-deviation softmaxdatatransposed-vector1choice1 softmaxmedianminmaxnumbersummeanminposmaxposvariancestandard-deviationvariancestandard-deviationERROR: unknown option!
Linear operations with scalars, vectors and matrices.
*+ - * X-*ERROR: illegal operation between numbers!vectormatrixERROR: illegal operation with numbers!vectorvector+-*Xmatrixvector matrix operationERROR: illegal operation with vectors!matrixvectormatrix vector operationmatrixmatrix matrix operation-*ERROR: wrong operation!ERROR: illegal operation
Applies a mapping matrix to an object that is given as a matrix of points.
Soves a linear system of max. 50 equations.
some tests for correct data01transposed-vectormatrixcreates matrix with attached column bsolvedtruen50i1dTry to solve matrixr1rowswap rowshelpnormalize row1k11k1k1diagonalizer1
Reports a list of matrix A in triangle form, the rank of A, column change and column positions.
0Aba copy of A is used to let A unchangedrankrow1columchangefalsecolumn positions11i1search downwardsi1search to the rightc0row1row1row-1transform to diagonal form E
Calculates the coefficients of the interpolation polynomial for a 2xn-matrix of points.
212matrixcreate matrix of powers of x and y-valuesolvedtruen50i1j-12dTry to solve matrixr1rowswap rowshelpnormalize row1k11k1k1diagonaizer1
Calculates the value of a polynomial for input x.
polynomial as list of coefficients11result12i3
Applies an affine transformation to a list of points.
SciSnap!DataoktrueP11P22P33Q11Q22Q33S1221221220ERROR: denominator is zero
Reports a complex number in Cartesian style.
23
Reports a complex number in polar style.
230
Reports a complex number in polar style.
Reports a complex number in Cartesian style.
Reports properties of complex numbers.
real-partabsolute-value real-part imaginary-part phase conjugatereal-partimaginary-partphaseconjugateERROR: unknown operator!
Reports arithmetic results of two complex numbers.
++ - * /complex-numbercomplex-number-polar-stylecomplex-number-polar-style+-*/complexNumberCartesianStyle22333223
Creates a new empty costume of the specified size and color and sets local properties
thisSpritethisSprite theStage anotherSprite400300245245245theStagecostumeWidthcostumeHeighttheStagecostume attributes: 1: width 2: height 3: back color red 4: back color green 5: back color blue 6: left offset for MathPad position on stage 7: upper offset for MathPad position on stage other attributes: 1: line width 2: draw only ponts, not arrows 3: dimension of coordinate system 4: max. value on scales 5: start point of arrows
thisSpritethisSprite theStage anotherSprite
Reads the value of an existing property.
costumePropertiestypeOfConfiguration typeOfData costumeProperties lineProperties dimension maxValue startPointthisSpritethisSprite theStage anotherSpriteresultnot foundname1 hmyProperties
Sets the value of an existing property or inserts it anew.
costumePropertiestypeOfConfiguration typeOfData costumeProperties lineProperties dimension maxValue startPointthisSpritethisSprite theStage anotherSpritename1 donefalsehmyProperties
a simple way to set some costume attributes: 1: width 2: height 3: back color red 4: back color green 5: back color blue 6: left offset for MathPad position on stage 7: upper offset for MathPad position on stage
40030024524524500thisSpritethisSprite theStage anotherSpritecostumeProperties
a simple way to set some MathPad attributes: 1: line width 2: draw only ponts, not arrows 3: dimension of coordinate system 4: max. value on scales 5: start point of arrows
1false310000thisSpritethisSprite theStage anotherSpriteoldDimensiondimensionoldMaxValuemaxValuelinePropertiesdimensionmaxValuestartPoint
Draws axes on a MathPad in 2 or 3 dimensions.
thisSpritethisSprite theStage anotherSpriteSciS_mathpadaddaxes(cAttributes,type,maxValue,dimension,costume)costumePropertiestypeOfDatamaxValuedimension
Draws a vector, complex number or object of points from the start point stored in the properties.
vectorvector complex-number line-to object-of25500thisSpritethisSprite theStage anotherSpritefalsedataobject-ofdimension1SciS_mathpadplot(costume,data,r,g,b,maxValue,linewidth,dimension,onlypoints,cAttributes,startpoint,choice)maxValue1linePropertiesdimension2linePropertiescostumePropertiesstartPointcomplex-numberdata23dimensionSciS_mathpadplot(costume,data,r,g,b,maxValue,linewidth,dimension,onlypoints,cAttributes,startpoint,choice)maxValue1linePropertiesdimension2linePropertiescostumePropertiesstartPoint
Returns a root of an equation calculated with Newton's method.
ringified term1epsilon0.00001fi110001000
Reports an element of a sequence.
ringified term1
Returns a list of the n first elements of a sequence.
1ringified termresulti1
Returns a list of secant slopes calculated with the given sequence.
ringified term21/nresulti1
Reports the secant slope "nearby" the given point.
ringified term1epsilon0.00001
Returns a finite sum.
10ringified term10result0i
Returns the integral of a term calculated with n trapezoids.
2ringified term11000result0dxx1
Reports either - data Fourier transformed to frequency-space - "raw" FFT (Fast Forier Transformation)data formatted as SciSnap! complex numbers - or iFFT real data
frequency_spectrumfrequency_spectrum complex_FFTdata iFFT_of_FFTdata100iFFT_of_FFTdataSciS_FFTops(data,freq,choice)
Reports coefficient of the binomial distribution b(N,p,k)=(N choose k)*p^k(1-p)^(N-k)
100.12ERROR: wrong parameter!
Reports binomial distribution B(N,p,k).
1100.1ERROR: wrong parameter!
Reports coefficient of the hypergeometric distribution.
10352ERROR: wrong parameter!
Reports hypergeometric distribution.
11035ERROR: wrong parameter!
Reports coefficient of the Poisson distribution.
0.052ERROR: wrong parameter!
Reports Poisson distribution.
20.05ERROR: wrong parameter!
Reports coefficient of the Pareto distribution.
132
Reports coefficient of the normal distribution.
101
The empty set.
The real (computer-) numbers.
Returns a set by listing the elements, predicates, and defined intervals. The sequence is: set isNumerical list of elements list of intervals predicate.
Creation of a set by a predicate. Intervals and elements should be defined by another block. If possible the predicate is translated to a list of intervals. The sequence is: set isNumerical list of elements list of intervals predicate.
ringified predicatepredicateTreeERROR: pure predicate sets are not supported yet.
Returns a set with one numerical interval. The sequence is: set isNumerical list of elements list of intervals predicate.
-Infinity-Infinity≤ <≤ <InfinityInfinitysettrue
Reports whether "element" is element of "set".
elementset43
Reports the intersection, union, difference, or cross product of two sets.
set1∩ ∪ \ Xset2are these two sets?set\set1set24433m14n1m1compare the mth interval with all intervals of set144Xresultset22item_133
Is set1 subset of set2?
set1set2are these two sets?setinterval4element3Compare elementstrue
Are theses two sets equal?
set1set2set
Reports up to n elements of a set. Numers are natural numbers smaller than maxSetValue in SciSnap!-properties.
10setresult340i1maxSetValue should be close to infinity ;-)resultvalueindexlistclean up1
Reports simple types, sets and lists as string.
i1maxSetValue should be close to infinity ;-)elementsvalueindexlist20item18is first elementtrueitem18ERROR: no simple type!
Converts a string to a list of elements.
1,2,[3,4],{6,7,8..12}]10]0]0}10}0}0find lists
Creates a new empty costume of the specified size and color and sets local properties
thisSpritethisSprite theStage anotherSprite400300245245245costumeWidthcostumeHeightStagecostume properties: 1: width 2: height 3: back color red 4: back color green 5: back color blue 6: left offset for Image position on stage 7: upper offset for Image position on stage line properties: 1: lineWidth 2: line color red 3: line color green 4: lineColor blue data properties: 1: minValue 2: maxValue 3: columns 4: rows image properties: 1: type (RGB,FITS) 2: imageWidth 3: imageHeight grid colors: list of usable colors: 1:black 2:gray 3:white 4: red 5:yellow 6:magenta 7:green 8:cyan 9:blue
thisSpritethisSprite theStage anotherSprite
Reads the value of an existing property.
costumePropertiestypeOfConfiguration typeOfData costumeProperties lineProperties dataProperties imageProperties gridProperties gridColorsthisSpritethisSprite theStage anotherSpriteresultnot foundname1 hmyProperties
Sets the value of an existing property or inserts it anew.
costumePropertiestypeOfConfiguration typeOfData costumeProperties lineProperties dataProperties imageProperties gridProperties gridColorsthisSpritethisSprite theStage anotherSpritename1 donefalsehmyPropertiesmyProperties
a simple way to set some costume attributes: 1: width 2: height 3: back color red 4: back color green 5: back color blue 6: left offset for Image position on stage 7: upper offset for Image position on stage
40030024524524500thisSpritethisSprite theStage anotherSpriteStage
a simple way to set some net attributes: line properties: 1: line style 2: lineWidth 3: line color red 4: line color green 5: lineColor blue 6: fill color red 6: fill color green 8: fill color blue
continuouscontinuous dashed dash-dot dot-dot1000180180180thisSpritethisSprite theStage anotherSpritelineProperties
a simple way to set some grid attributes: 1: number of horizontal cells 2: number of vertical cells 3: cell width 4: cell height grid data are stored in myData
thisSpritethisSprite theStage anotherSprite400400wh1costumePropertiesws2costumeProperties11gridPropertiesmyData2
Imports costume-data or FITS-data to a data list.
costume(RGB)datacostume(RGB)data FITSDatacurrentCostumecurrentCostume filepicker list with dimensions at topthisSpritethisSprite theStage anotherSpritechoice1 filepickerFITSData6typeOfConfigurationImagePadmyPropertiestypeOfDataFITSmyPropertieslineProperties1000myPropertiesdataProperties16myPropertiesimagePropertiesFITSmyPropertiesgridProperties40404040myPropertiesgridColors000black150150150gray255255255white25500red2552550yellow2550255magenta02550green0255255cyan00255bluemyPropertiesheader5011Stagecostume(RGB)dataw1h211costumeDatacostumePropertiesminmin123maxmax123typeOfConfigurationImagePadmyPropertiestypeOfDataRGBmyPropertieslineProperties1000myPropertiesdataProperties1myPropertiesimagePropertiesRGBmyPropertiesgridProperties40404040myPropertiesgridColors000black150150150gray255255255white25500red2552550yellow2550255magenta02550green0255255cyan00255bluemyPropertiesStage
Generates an image from the FITS or RGB data of the DataSprite in gray or false colors
graygray false-color RGBmyData0255falsethisSpritethisSprite theStage anotherSpritecolor1 sourcemyDatamyDatatypeOfDataFITS1costumePropertiestheStage2costumePropertiestheStage1costumeProperties2costumeProperties1costumeProperties2costumeProperties1costumePropertiestheStage2costumePropertiestheStage1costumeProperties2costumeProperties
Draws a grid on an ImagePad.
myDatathisSpritethisSprite theStage anotherSpritetruemyDatamatrix1gridProperties12gridProperties
Draws a line on present costume using line properties. Attention: JS coordinates are used.
1010100100thisSpritethisSprite theStage anotherSprite
Draws a rectangle on present costume using line properties. Attention: JS coordinates are used.
1010100100thisSpritethisSprite theStage anotherSpriteSciS_drawRectangleOnImagepad(costume,x1,y1,width,height,lineAttributes)lineProperties
Fills a rectangle on present costume using surface properties. Attention: JS coordinates are used.
1010100100thisSpritethisSprite theStage anotherSpriteSciS_fillRectangleOnImagepad(costume,x1,y1,width,height,lineAttributes)lineProperties
Draws a circle on present costume using line properties. Attention: JS coordinates are used.
10010020thisSpritethisSprite theStage anotherSpriteSciS_drawCircleOnImagepad(costume,x,y,radius,lineAttributes)lineProperties
Fills a circle on present costume using surface properties. Attention: JS coordinates are used.
10010020thisSpritethisSprite theStage anotherSpriteSciS_fillCircleOnImagepad(costume,x,y,radius,lineAttributes)lineProperties
Draws a text on present costume using line properties. Attention: JS coordinates are used.
my text1005012truethisSpritethisSprite theStage anotherSpriteSciS_drawTextOnImagepad(costume,x,y,text,height,horizontal,lineAttributes)lineProperties
Draws a list of "point" as "balls". Attention: JS-coordinates are used!
myDatacirclescircles squares5thisSpritethisSprite theStage anotherSpritesourcemyDatamatrix012SciS_drawListOfPoints(costume,data,shape,size,lineAttributes)121lastlineProperties
Sets the RGB value at (x|y) on costume. Attention: JS-coordinates are used!
11thisSpritethisSprite theStage anotherSprite255100301costumeProperties2costumeProperties11
Reports the RGB value at the position (x|y) of the costume. JS-code-snippets copied from Snap!-code. Attention: JS-coordinates are used!
11thisSpritethisSprite theStage anotherSprite1costumeProperties2costumeProperties11
Sets the value at (x|y) in myData. Attention: JS-coordinates are used!
11thisSpritethisSprite theStage anotherSpritetypeOfDataRGBtypeOfDataFITS
Reads the data value at the position (x/y) of an image stored in myData. Attention: JS-coordinates are used!
11thisSpritethisSprite theStage anotherSpritetypeOfDataRGBtypeOfDataFITS
Obtaining data with the mouse from an image or grid stored in myData.
image-valueimage-value costume-coordinates slice-data line-data circle-data brightness cell-valuethisSpritethisSprite theStage anotherSpriteselection1 targetCostumetargetCostumeWidthtargetCostumeHeightStagecostume-coordinatescostume coordinates.line-dataokfalseokfalsexold1yold21212Stageline dataimage-value11image valueslice-dataslice datacircle-datacircle dataokfalseokfalsecontinuous32552000180180180112112continuous1255200018018018012Stagebrightnessbrightnesscell-valuevalue of a grid cell
Applies an affine transformation to a costume.
currentCostumeoktrueP11P22P33Q11Q22Q33S1221221220ERROR: denominator is zero
Reports the brightness of a FITS or RGB image around x|y in a circle with radius r. Attention: JS-coordinates are used!
10010010thisSpritethisSprite theStage anotherSpritedatamyDatatypeOfDataFITStypeOfDataRGB
Fills a grid or a part of a grid with one of the specified values.
thisSpritethisSprite theStage anotherSprite1xMax1yMaxgridPropsgridPropertiesxMaxyMaxmyDataSciS_fillOnImagePadGridRandomlyOnImagePad(xMin,xMax,yMin,yMax,numbers,data)myData
sets the value of a grid cell
thisSpritethisSprite theStage anotherSprite1targetCostumetargetCostumeWidthtargetCostumeHeightStage11myDatatrue
Sets the value of a grid cell an shows the result.
thisSpritethisSprite theStage anotherSprite112truegridPropsgridProperties1112
Reports the Moore- or v.-Neumann-neighborhood of a cell. Order: north,east,south,west
MooreMoore vonNeumannfalse11thisSpritethisSprite theStage anotherSpriteSciS_neighborhoodInGridOnImagePad(data,gridProperties,x,y,isTorus,typeOfNeighborhood)myDatagridProperties
Swaps the cell values of a grid randomly.
thisSpritethisSprite theStage anotherSpritetrue111xMax1yMaxgridPropsgridPropertiesxMaxyMaxSciS_swapCellsOfGridOnImagePad(data,gridProperties,n,isTorus,range,xMin,xMax,yMin,yMax)myDatagridProperties
Counts the surrounding values and changes it if necessary.
thisSpritethisSprite theStage anotherSpritetrueany or numberany22greater-thangreater-than equal-to smaller-than different-from41false51xMax1yMaxgridPropsgridPropertiesxMaxyMaxSciS_changeSurroundingValuesOfGridOnImagePag(data,gridProperties,ifValue,elseValue,surrValue,op,n,isTorus,withNoise,noise,xMin,xMax,yMin,yMax,oldValue)myDatagridProperties1 1
Replaces the cell values of a grid depending on the features of the neighbors.
thisSpritethisSprite theStage anotherSpritetruesumsum min max mean1xMax1yMax1gridPropsgridPropertiesxMaxyMaxSciS_replaceValuesOfGridOnImagePad(data,gridProperties,operation,isTorus,xMin,xMax,yMin,yMax,range)myDatagridProperties1
Combines two grids.
1orand or xor not-and not-or not-xor minus212xMax1111yMaxSciS_combineGridsOnImagePad(grid1,grid2,value1,operator,value2,ifValue,elseValue,xMax,yMax)
Applies a Wolfram Cellular Automaton to a grid.
3031SciS_applyWolframAutomatonToAgridOnImagePad(no,grid,color0,color1)
An image should be loaded as costume of the sprite!
An image of Albategnius should be loaded as costume of the sprite!
Tests the value of a property.
falsetypeOfConfigurationMathPad
Returns the value of an existing global SciSnap!-property or "not found". Items: typeOfData width height minValue maxValue columns rows maxSetValue
minValuetypeOfData width height minValue maxValue columns rows maxSetValue
\ No newline at end of file diff --git a/libraries/SciSnap3Blocks.xml b/libraries/SciSnap3Blocks.xml new file mode 100644 index 0000000000..23290f05fe --- /dev/null +++ b/libraries/SciSnap3Blocks.xml @@ -0,0 +1 @@ +
Reads a file using the filepicker.
Creates a new sprite, a duplicate, or a permanent clone.
duplicatepermanent Clone =permanentClone duplicate new sprite=newSpritethisSpritethisSprite anotherSpritespriteNamewhat1 existingSpritesSciS_createObject(operation,sprite,spriteName)itemsomething wrong!create new sprite of sprite
Imports a stored sprite from a file selected with filepicker.
Returns "true" if JavaScript is enabled, else "false".
error
Returns "true" if the key no. n is pressed, else "false".
27
Reports date and time in standard notation.
day10hour10minute10second10--T::
Reports the selected part of the datetime.
seconds todayJulian Date decimal years days this year hours this year minutes this year seconds this year hours today minutes today seconds todayYYYY17MM54DD21h12m45s7daysi11402Julian Date2JD365.2530.6001172099531121531101215821260360024
Input dialog for a list of items. Click item by mouse and then ok. Returns the selected item.
thisSpritethisSprite anotherSpritetitleresult0costumeheight2570widthi1width8 (click on it)costumelightGrayfalsefalse15continuous1blacklightGray (click on it)102018truefalsei1draw2530505false281218truefalsedraw70301005falseok751218truefalseokfalse70100305oktrue0
Allows reading global settings programmatically. Copied from Snap! library.
pt:o valor da configuração _ ca:paràmetre _ Stage sizeProject notes Project name User Presentation mode Language Zoom blocks Stage size Stage scale Retina display support Long form input dialog Plain prototype labels Input sliders Execute on slider change Clicking sound Turbo mode Flat design Keyboard editing Visible stepping Thread safe scripts Prefer smooth animations Flat line ends Codification support Inheritance support Hyper blocks support Visible palette
Allows changing global settings programmatically. This block is for Boolean (checkbox) settings; use SET VALUE for numeric or text values. Copied from Snap! library.
pt:altera o valor da configuração _ para _ ca:fixa el paràmetre _ a _ Turbo modePresentation mode Retina display support Long form input dialog Plain prototype labels Input sliders Execute on slider change Clicking sound Turbo mode Flat design Keyboard editing Visible stepping Thread safe scripts Prefer smooth animations Flat line ends Codification support Inheritance support Hyper blocks support draggabletrue
Reports the row or column number of the row or column with the name entered, or reports an error message. If the the name is a number You can mark this with a # (e.g. #123).
columncolumn rownameSciSnap!Datatable010columnfirstlast1#n0i10i100rowfirstlast1#n0i10i10ERROR: something wrong!row/column ... of ... --> number
Reports the row or column name of the row or column with the number entered, or reports an error message.
columncolumn row1SciSnap!Datatable0columnrow
Evaluates the predicate with a given parameter.
ringified predicate
Evaluates the intervals with a given parameter.
ringified predicateinterval3<false
falseimplies -->implies --> is equivalent to <-->trueis equivalent to <-->ERROR: something went wrong!
Intervals should be of structure [leftLimit,operator1,operator2,rightLimit]
2resultn1
1141413<232<3<2<4414142<323<2<3<true
3231111111111212121212121212
11resultn1m1n1
11resultn1
Intervals should be of structure [leftLimit,operator1,operator2,rightLimit]
11define left edge and operator44define right edge and operator
0listOfIntervalsitemfalse
Returns all elements of a list not covered by the predicate.
Returns a set only with elements in item 3 not covered by the intervals or the predicate.
result3343lst_sort(list, fn)355i132305
Returns all elements of a list not covered by the intervals.
Test wether the predicate is translatable to a list of intervals.
ringified predicate1comparisonOperator1123value32value2false
Intervals should be of structure [leftLimit,operator1,operator2,rightLimit]
interval1interval2intersection0result1144341444341444
determines intervals1 \ intervals2
resultm1n1m1
resultinterval
resultinterval01predicate12i3
2<3<
intervalsi1
Shows the message with headline in the middle of the window.
headlinetheMessage
Reports a vector, built by the items.
Returns a new vector of dimension n with random elements.
3110
Returns a matrix formed from the input vectors.
length1transposed?1column-vectorresultvector
Returns a new nxm-matrix with random elements.
32110i1
Creates the transpose of a vector, matrix, or table.
vector or matrix0
Determines a property of a matrix or vector.
minmin max minpos maxpos number sum mean median variance standard-deviation softmaxmatrix or vectorchoice1 vectordatasoftmaxmedianminmaxnumbersummeanminposposY1maxposposY1variancestandard-deviationstandard-deviationERROR: unknown option!... of matrix or vector
Linear operations with scalars, vectors and matrices.
*+ - * X-*ERROR: illegal operation between numbers!linear operationvectormatrixERROR: illegal operation with a number!linear operationvectorisAtransposed?column-vectorvectortrue-true*X33trueERROR: illegal vector operation!linear operationmatrix*ERROR: illegal operation!linear operationvector matrix operationERROR: illegal operation!linear operationmatrixvectorERROR: illegal operation!linear operationERROR: the vector should be a column vector!linear operationmatrix vector operationmatrixmatrix matrix operation-*rowERROR: illegal operationlinear operation
Applies a mapping matrix to an object that is given as a matrix of points.
matrixlist of points
Solves a linear system of max. 50 equations.
matrixcolumn vectorcolumn-vector01bmatrixcreate matrix with attached column bsolvedtrue50columncreate matrix with attached column bdTry to solve matrixr1rowswap rowshelpnormalize row1k11k1k1diagonalizer1
Reports a list of matrix A in triangle form, the rank of A, column change and column positions.
matrix0Aba copy of A is used to let A unchangedrankrow1columchangefalsecolumn positions11i1search downwardsi1search to the rightc0row1row1row-1transform to diagonal form E
Calculates the coefficients of the interpolation polynomial for a 2xn-matrix of points.
list of points212matrixcreate matrix of powers of x and y-valuesolvedtruen50datai1j-12dTry to solve matrixr1rowswap rowshelpnormalize row1k11k1k1diagonaizer1
Calculates the value of a polynomial for input x.
polynomial as list of coefficients11result12i3
Applies an affine transformation to a list of points.
list of points3 original points3 target pointsoktrueP11P22P33Q11Q22Q33S1221221220ERROR: denominator is zeroaffine transformation of ...
Reports a complex number in Cartesian form.
23
Reports a complex number in polar form.
230
Reports a complex number in polar or Cartesian form.
complex numberpolarpolar Cartesian
Reports properties of complex numbers.
real-partabsolute-value real-part imaginary-part phase conjugatecomplex numberreal-partimaginary-partphaseconjugateERROR: unknown operator!... of complex number
Reports arithmetic results of two complex numbers.
z1++ - * /z2complex-numbercomplex-number-polar-formcomplex-number-polar-form+-*/cnC22333223
Creates a new empty costume of the specified size and color and sets local properties
thisSpritethisSprite theStage anotherSprite400300lightGrayblack gray lightGray white red orange yellow green cyan blue magentafalsefalse15SciS_MathpadAddAxes(costume,properties)myPropertiescostume attributes and line attributes same as SketchPad: other attributes: - draw only ponts, not arrows - dimension of coordinate system - max. value on scales - start point of arrows
Reports an empty dictionary.
This block creates new variables on the selected scope: global (for all sprites), sprite (for this sprite only) or script (only for that blocks stack) with the names given (in 'names' list). If there is already a variable with that name in that scope, it does nothing: no errors and no overwrites.
pt:cria as variáveis _ _ ca:crea les _ variables _ es:crear las _ variables _ de:erstellen _ var _ globalglobal sprite script
Reports an RGB-value specified by name, number, tree or four values, or list. Default value is gray.
grayblack gray lightGray white red orange yellow green cyan blue magentaRGB-valueRGB-value RGBA-value4truetruetrue
Returns an empty costume of the given width and height with background color given as text or list.
400300lightGrayblack gray lightGray white red orange yellow green cyan blue magenta
Reports true if the varname is part of the scope of the sprite. the varname is not used case-sensitive!
varnamethisSpritethisSprite theStage anotherSpritevar_names(scope)sprite
Sets the value of an existing property or inserts it anew.
dimensionstypeOfConfiguration costumeProperties={ width=costumeWidth height=costumeHeight back color=backColor offsets front color=frontColor } line properties={ line width=lineWidth line style=lineStyle line color=lineColor } text properties={ text height=textHeight orientation=textOrientation } closebutton properties={ with closebutton?=withCloseButton position=closeButtonLeft size=closeButtonSize } MathPad properties={ type of data=typeOfData draw only points, not arrows=onlyPoints dimensions max value on scales=maxValue min value on scales=minValue start point for arrows=startPoint }thisSpritethisSprite theStage anotherSpritemyProperties
Returns the value of a property.
dimensionstypeOfConfiguration costumeProperties={ width=costumeWidth height=costumeHeight back color=backColor offsets=offsets front color=frontColor } line properties={ line width=lineWidth line style=lineStyle line color=lineColor } text properties={ text height=textHeight orientation=textOrientation } closebutton properties={ with closebutton?=withCloseButton position=closeButtonLeft size=closeButtonSize } MathPad properties={ type of data=typeOfData draw only points, not arrows=onlyPoints dimensions max value on scales=maxValue min value on scales=minValue start point for arrows=startPoint }thisSpritethisSprite theStage anotherSpritemyProperties
a simple way to set some costume attributes: 1: width 2: height 3: back color red 4: back color green 5: back color blue 6: left offset for MathPad position on stage 7: upper offset for MathPad position on stage 8: close-button properties
40030000truefalse15thisSpritethisSprite theStage anotherSpriteoffsetsmyProperties
a simple way to set some MathPad attributes: 1: line width 2: draw only ponts, not arrows 3: dimension of coordinate system 4: max. value on scales 5: start point of arrows
1false3-1010-1010-1010000thisSpritethisSprite theStage anotherSpriteoldDimensionsdimensionsmyPropertiesoldXmaxxMaxmyPropertiesoldXminxMinmyPropertiesoldYmaxyMaxmyPropertiesoldYminyMinmyPropertiesoldZminzMinmyPropertiesoldZmaxzMaxmyPropertiesoldWithGrid?withGrid?myPropertieslineWidthmyPropertiesonlyPointsmyPropertiesdimensionsmyPropertiesxMinmyPropertiesxMaxmyPropertiesyMinmyPropertiesyMaxmyPropertieszMinmyPropertieszMaxmyProperties321withGrid?myPropertiescostumeWidthcostumeHeightbackColor
Draws a vector, complex number, or object of points from the start point stored in the properties.
vectorvector complex-number line-to object-ofblackblack gray lightGray white red orange yellow green cyan blue magentathisSpritethisSprite theStage anotherSpritefalsetypeOfDataobject-ofdimensionsmyProperties1SciS_MathpadAddAxes(costume,properties)myPropertiescomplex-numberdimensionsmyProperties21cnPdata23SciS_MathPadPlot(costume,data,color,properties,choice)RGB-valuemyPropertiesSciS_MathpadAddAxes(costume,properties)myPropertiesvectorline-todimensionsmyPropertiescolumn-vectorSciS_MathPadPlot(costume,data,color,properties,choice)RGB-valuemyPropertiesobject-of
Draws members of a set.
set1blackblack gray lightGray white red orange yellow green cyan blue magenta11thisSpritethisSprite theStage anotherSpritesetdimensionsmyProperties115propertiesmyPropertieswidthwidthheightheightxminxMinxmaxxMaxleftOffset1offsetsupperOffset2offsetsdl305level30x0lineColorlineWidthSciS_MathPadPlotSet(set,setname,properties,atY,costume)myProperties20
Changes the name of a costume.
a costumenew costume nametrue
Adds or replaces an entry in a dictionary.
Allows changing global settings programmatically. This block is for numeric or text settings; use SET FLAG for Boolean (checkbox) values. Copied from Snap! library.
pt:altera o valor da configuração _ para _ ca:fixa el valor de _ a _ Stage sizeProject notes Project name Language Zoom blocks Stage size Stage scale Visible palette
Sets a local variable of a sprite to the specified value.
varnamethisSpritethisSprite theStage anotherSpriteanyValue
Reports the value of a local variable.
varnamethisSpritethisSprite theStage anotherSpriteERROR: variable don't exist.get ... of sprite
This block deletes all the variables with the names given (inside input list). Each name will make only one variable deletion, and this will be the variable found following the scope order: 'script' -> 'sprite' -> 'global'. If we have a "testing" sprite variable and also a "testing" global one, deleting "testing" will delete only the sprite one (Yes! we can also do "delete var (testing, testing)" to delete both. If one variable does not exists (in any scope) an error happens, stopping block action in that point. You can check it before with the "does var (name) exists?"block.
pt:remove as variáveis _ ca:esborra les variables _ es:borrar variables _ de:löschen var _
Reports the value assigned to the key.
Replaces the value assigned to the key with a new value.
Removes the entry of a key.
Reports the content of a selected file.
Stores a dictionary as a JSON file.
filenamefilename filepickerJSON
Reports a copy of a costume.
a costume
Reports the costume of a sprite or the stage.
thisSpritethisSprite theStage anotherSpritecostume
Displays a list in a dialog window.
This command closes all open dialog windows in a brutal way. ;-)
error
Catch errors. Runs the first script. If it succeeds, nothing else happens. But if it has an error (something that would otherwise result in a red halo around the block), then the second script is run, with the text of the error message that would have been shown in the variable ERROR.
pt:tenta executar _ e, em caso de erro _ , executa _ ca:prova de forma segura _ i si _ _
Reports the current layer of a sprite.
Sets the layer of a sprite.
0
Selects the specified costume for the cursor.
pointerauto cell copy crosshair default grab grabbing help move not-allowed pointer progress text wait zoom-in zoom-out n-resize s-resize e-resize w-resize ne-resize se-resize nw-resize sw-resize
Test on vector, matrix, table, predicate, interval, list of intervals, set, dictionary or complex-number.
vectorvector row-vector column-vector matrix table dictionary complex-number complex-number-Cartesian-form complex-number-polar-form set comparisonOperator interval listOfIntervals numericalListvectorcolumn-vectorrow-vectorcolumn-vectormatrix1SciS_isType(data,selection)matrixtable1SciS_isType(data,selection)tabledictionary01keyvaluetable12intervalfalsecomplex-numbercomplex-number-Cartesian-formcomplex-number-polar-formlistOfIntervalstrueset234listOfIntervals55numericalListresult0falsefalse
Returns a random number between 0 and 1.
Reports Pi.
Reports Euler's number.
The factorial function.
Reports a binomial coefficient.
531result1n1i1
Rounds value x to n digits.
1.23572
Reports a string with replacement instead of substring.
allall firstthisthatthisString
Reports the index of first appearance of substring in string.
ringthisString
Returns a root of an equation calculated with Newton's method.
ringified term1epsilon0.00001i11000
Reports an element of a sequence.
ringified term1
Returns a list of the first n elements of a sequence.
1ringified term1
Returns a list of secant slopes calculated with the given sequence.
ringified term21/n1/nelement
Reports the secant slope "nearby" the given point.
ringified term1epsilon0.00001
Returns a finite sum.
10ringified term0result0i
Returns the integral of a term calculated with n trapezoids.
2ringified term11000dxx11
Reports either - data Fourier transformed to frequency-space - "raw" FFT (Fast Forier Transformation) data formatted as SciSnap! complex numbers - or iFFT real data
frequency_spectrumfrequency_spectrum complex_FFTdata iFFT_of_FFTdata100iFFT_of_FFTdataSciS_FFTops(data,freq,choice)
Reports coefficient of the binomial distribution b(N,p,k)=(N choose k)*p^k(1-p)^(N-k)
100.12ERROR: wrong parameter!b(...)
Reports binomial distribution B(N,p,k).
1100.1ERROR: wrong parameter!B(...)
Reports coefficient of the hypergeometric distribution.
10352ERROR: wrong parameter!h(...)
Reports hypergeometric distribution.
11035ERROR: wrong parameter!H(...)
Reports coefficient of the Poisson distribution.
0.052ERROR: wrong parameter!p(...)
Reports Poisson distribution.
20.05ERROR: wrong parameter!P(...)
Reports coefficient of the Pareto distribution.
132
Reports coefficient of the normal distribution.
101
The empty set.
The real (computer-) numbers.
Returns a set by listing the elements, predicates, and defined intervals. The three sections are treated as a disjunction: Elements belong to the set if they are enumerated, lie within intervals, or satisfy the predicate. If possible, they are defined by intervals. The sequence is: <set><isNumerical><list of elements><list of intervals><predicate>.
230
Creation of a set by one numerical interval. Predicates and elements should be defined by other blocks. Returns a set by listing the elements, predicates, and defined intervals. The three sections are treated as a disjunction: Elements belong to the set if they are enumerated, lie within intervals, or satisfy the predicate. If possible, they are defined by intervals. The sequence is: <set><isNumerical><list of elements><list of intervals><predicate>.
-Infinity-Infinity≤ <≤ <InfinityInfinitysettrue
Creation of a set by a predicate. Intervals and elements should be defined by other blocks. If possible the predicate is translated to a list of intervals. Returns a set by listing the elements, predicates, and defined intervals. The three sections are treated as a disjunction: Elements belong to the set if they are enumerated, lie within intervals, or satisfy the predicate. If possible, they are defined by intervals. The sequence is: <set><isNumerical><list of elements><list of intervals><predicate>.
ringified predicatepredicateTree
Reports whether "element" is element of "set".
elementsetset
Reports the intersection, union, difference, or cross product of two sets.
set1∩ ∪ \ Xset2are these two sets?set4044455555\444interval list of set1 and nor covered from interval list of set25If set2 has a predicate, we have to transform the interval list of set1 into a predicate.Xset2233
Is set1 subset of set2?
set1set2are these two sets?set555intervalelement3Compare elementstrue
Are theses two sets equal?
set1set2set
Reports up to n elements of a set. Numers are natural numbers smaller than maxSetValue in SciSnap!-properties.
10setresult3405i1maxSetValue should be close to infinity ;-)resultvalueindexlistclean up1
Reports the enumerated elements and numbers written as intervals of the set.
elementselements intervals predicatethis setelementsintervalspredicatetrue
Returns the value of the left or right edge of an interval.
leftleft right
Reports simple types, sets and lists as string.
5i1maxSetValue should be close to infinity ;-)elementsvalueindexlist20item18is first elementtrueitem18ERROR: no simple type!elements --> text
Converts a string to a list of elements.
1,2,[3,4],{6,7,8..12}]10]0]0}10}0}0find lists
Returns an empty table.
Reports the copy of a list or an empty list.
table or list
Type conversions
table or listCSVDATAASTEXT CSV JSON
Reports a new table initialized with value.
23a valueresult
Reports a table with labeled columns.
23i1rowERROR: labels required!new ... table with labels
Reports randomly distributed points in the form of a rectangle, circle, or ring.
100-100100-100100squaresquare circle ringcirclering
Creates new random data in the specified ranges swaying by a straight.
10-55102
Generates a list of points "near" a given graph.
20-552
Reports the row or column of a table identified by number or name, or reports an error message. If the the name is a number You can mark this with a # (e.g. #123).
rowrow columnnumberOrNamefirst last numberOrNameSciSnap!Datatruechoice1 tablerowlast1columnlast11ERROR: something wrong!row/column of data
Adds a row, a column, or column headers to a table.
rowrow column column-headersa listSciSnap!Datachoice1 tablerowi1column0i1column-headersi11
Deletes a row or column of a table. identified by number or name, or reports an error message. If the the name is a number You can mark this with a # (e.g. #123).
rowrow columnnumberOrNamefirst last numberOrNameSciSnap!Datatablerowlastcolumnlast11item
Reports the element a position x|y of a table, identified by numbers or names.
numberOrNamenumberOrNameSciSnap!Datatablexcolumnyrow001
Replaces the value at position x|y of a table.
numberOrNamenumberOrNameSciSnap!Datatablexcolumnyrow001
Reports the columns from row startnr to row endnr.
SciSnap!DatanumberOrNamelastlast numberOrNametablelaststartnrrowendnrrowcolNumbersitemSciS_columncopy(data,cols,start,stop)
Reports a subsection of an image or table.
RGB-datatable-data matrix-data list-data RGB-data FITS-dataSciSnap!DatanumberOrNamenumberOrNamenumberOrNamenumberOrNamelist-dataresultdummyvalueindextable-datamatrix-datab1columnb2rowe1columne2rowbeginendSciS_subsection(data,begin,end)RGB-dataFITS-dataRGB-datawidthwidthheightheightFITS-datawidthwidthheightheightbeginendSciS_subsectionImage(data,begin,end,width,height)
Determines the rows of a table with certain properties.
SciSnap!DatanumberOrNameless-thanless-than greater-than equal-to different-fromtablencolumn11op1less-thangreater-thanequal-todifferent-from
counts the appearances of the values of a list or table.
a table or list
Reports a sorted list.
a list
returns the entropy of a list of data
a table or list
Copy of corresponding Snap!-library-block: Reports a new list whose items are the same as in the input list, except that if two or more equal items appear in the input list, only the last one is kept in the result.
SciSnap!Datatable
Normalizes a table by dividing it by the specified value.
SciSnap!Datameanmean max number sum median softmaxchoice1 vector0
Reports a vector or matrix with compressed columnsonly columns .
SciSnap!Data2isMatrixmatrixvector11resulti11iresultcolumnNr11
Pooling operation with matrices, images and vectors. On the top of the result are the new dimensions.
maxmax meanSciSnap!Data21typeOfPooling1 matrixvectorFITSRGBmatrixFITSRGBSciS_pooling(data,width,height,typeOfPooling,stride,typeOfData)
Sorts a list or table.
SciSnap!DatanumberOrNametruetrueisTabletable1result1
Determines a group of properties of a table.
meanmin max number sum meannumberOrNameSciSnap!DatanumberOrNametruetablegroupcolumncolumn11valuecolumncolumn11choice1 copytrue0SciS_groupeddata(aTable,compaircolumn,operation,groupcolumn)
Calculates the ranges, the covariance or the correlation between two columns of a table.
rangesranges covariance correlationnumberOrNamenumberOrNameSciSnap!Datatruetablencolumn11mcolumn11copychoice1 1SciS_propertiesoftable(selection,table,x,y)1
Calculates the parameters of a regression line.
SciSnap!DatamatrixsumX0sumY0numerator0denominator0dummymeanXmeanYdummymb
Determines the next k neighbours of a point in data. The classes of the points have to be in column 3. Reports a list with columns x, y, distance, class.
52-dim pointSciSnap!Datatablepoint2neighbors3truetruetable-data114
Applies a convolution to a table with FITS, RGB, or table values.
a kerneltableimage tableSciSnap!Data100100matrixSciS_convolution(kernel,data,width,height,typeOfData,mIndex,kWidth)
Custering of n-dimensional data with k-means-method. Cluster numbers are attached to the data.
3SciSnap!DatamatrixSciS_k-means-clustering(k,data)
Custering of n-dimensional data with k-means-method. A metric has to be delivered as a ringified term. Cluster numbers are attached to the data.
3SciSnap!Dataringified operatormatrixresultadd cluster number 0 to datadimension1minmaxi1calculate min and max for all columnscentersi1choose k random centerscalculate min and max for all columnsanyChangestruen0anyChangesfalsedummycenter1pointbuild clustersadjust centers
labels of data: -1 not visited, 0 visited, -2 noise, >0 clusternr
SciSnap!Data505matrix2SciS_DBSCAN(data,r,minMembers)-1
reports an ID3 decision tree constructed on the base of labeled data
SciSnap!Datatablewrong data0empty datasetSciS_ID3Tree(data)
returns the class of a dataset using an ID3-decision-tree
datathis ID3-treecompareData1leaf1leaf (unambiguous)1nodei1ERROR: no sensefull data to compare found!
Creates a new empty costume of the specified size and color and sets the local properties.
thisSpritethisSprite theStage anotherSprite400300lightGrayblack gray lightGray whitered orange yellow green cyan blue magentafalsefalse15scalesXprecision2myPropertiesscalesYprecision2myPropertiesscalesXtextheight12myPropertiesscalesYtextheight12myPropertiesscalesXintervals6myPropertiesscalesYintervalsmyPropertiesscalesXstart-10myPropertiesscalesYstart-10myPropertiesscalesXstep2myPropertiesscalesYstep2myPropertiesscalesXscaling1myPropertiesscalesYscaling1myPropertiesscalesTiclength6myPropertiesscalesXminitics0myPropertiesscalesYminitics0myPropertiesscalesXgridfalsemyPropertiesscalesYgridfalsemyPropertiesscalesXcenteredfalsemyPropertiesscalesYcenteredfalsemyPropertiesscalesShowXscaletruemyPropertiesscalesShowYscaletruemyPropertiesplotBordertruemyPropertiesCostume attributes and line attributes same as SketchPad. other attributes: plots marker properties: 1: marker style 2: marker width 3: marker connected 4: marker color red 5: marker color green 6: marker color blue data properties: 1: minValue 2: maxValue 3: columns 4: rows scale offsets: 1:left offset 2: right offset 3: upper offset 4: lower offset labels: 1: title 2: x label 3: y label 4: title height 5: x label height 6: y label height 7: x unit 8: y unit ranges: 1: x left 2: x right 3: y lower 4: y upper scale properties: 1: scales x precision 2: scales y precision 3: scales x textheight 4: scales y textheight 5: scales x intervals 6: scales y intervals 7: scales x start 8: scales y start 9: scales x step 10: scales y step 11: scales x scaling 12: scales y scaling 13: scales ticlength 14: scales x minitics 15: scales y minitics 16: scales x grid 17: scales y grid 18: scales x centered 19: scales y centered 20: scales show x scale 21: scales show y scale 22: plot border
Reports whether the sprite is configured as a PlotPad.
thisSpritethisSprite theStage anotherSprite
Sets the value of an existing property or inserts it anew.
typeOfConfigurationtypeOfConfiguration plots costumeProperties={ width=costumeWidth height=costumeHeight back color=backColor offsets=offsets front color=frontColor } line properties={ line width=lineWidth line style=lineStyle line color=lineColor fill color=fillColor } text properties={ text height=textHeight orientation=textOrientation } closebutton properties={ with closebutton?=withCloseButton position=closeButtonLeft size=closeButtonSize } marker properties={ marker style=markerStyle marker width=markerWidth marker connected=markerConnected marker color=markerColor } data properties={ minValue=minValue maxValue=maxValue columns=columns rows=rows } scale offsets={ left offset=scaleLeftOffset right offset=scaleRightOffset upper offset=scaleUpperOffset lower offset=scaleLowerOffset } labels={ title=title x label=xLabel y label=yLabel title height=titleHeight x label height=xLabelHeight y label height=yLabelHeight x unit=xUnit y unit=yUnit } ranges={ x left=xLeft x right=xRight y lower=yLower y upper=yUpper } scale properties={ scales x precision=scalesXprecision scales y precision=scalesYprecision scales x textheight=scalesXtextheight scales y textheight=scalesYtextheight scales x intervals=scalesXintervals scales y intervals=scalesYintervals scales x start=scalesXstart scales y start=scalesYstart scales x step=scalesXstep scales y step=scalesYstep scales x scaling=scalesXscaling scales y scaling=scalesYscaling scales ticlength=scalesTiclength scales x minitics=scalesXminitics scales y minitics=scalesYminitics scales x grid=scalesXgrid scales y grid=scalesYgrid scales x centered=scalesXcentered scales y centered=scalesYcentered scales show x scale=scalesShowXscale scales show y scale=scalesShowYscale plot border=plotBorder pretty formated=pretty y-axis starts with 0=start0 }thisSpritethisSprite theStage anotherSpritemyProperties
Reads the value of an existing property.
typeOfConfigurationtypeOfConfiguration plots costumeProperties={ width=costumeWidth height=costumeHeight back color=backColor offsets=offsets front color=frontColor } line properties={ line width=lineWidth line style=lineStyle line color=lineColor fill color=fillColor } text properties={ text height=textHeight orientation=textOrientation } closebutton properties={ with closebutton?=withCloseButton position=closeButtonLeft size=closeButtonSize } marker properties={ marker style=markerStyle marker width=markerWidth marker connected=markerConnected marker color=markerColor } data properties={ minValue=minValue maxValue=maxValue columns=columns rows=rows } scale offsets={ left offset=scaleLeftOffset right offset=scaleRightOffset upper offset=scaleUpperOffset lower offset=scaleLowerOffset } labels={ title=title x label=xLabel y label=yLabel title height=titleHeight x label height=xLabelHeight y label height=yLabelHeight x unit=xUnit y unit=yUnit } ranges={ x left=xLeft x right=xRight y lower=yLower y upper=yUpper } scale properties={ scales x precision=scalesXprecision scales y precision=scalesYprecision scales x textheight=scalesXtextheight scales y textheight=scalesYtextheight scales x intervals=scalesXintervals scales y intervals=scalesYintervals scales x start=scalesXstart scales y start=scalesYstart scales x step=scalesXstep scales y step=scalesYstep scales x scaling=scalesXscaling scales y scaling=scalesYscaling scales ticlength=scalesTiclength scales x minitics=scalesXminitics scales y minitics=scalesYminitics scales x grid=scalesXgrid scales y grid=scalesYgrid scales x centered=scalesXcentered scales y centered=scalesYcentered scales show x scale=scalesShowXscale scales show y scale=scalesShowYscale plot border=plotBorder pretty formated=pretty y-axis starts with 0=start0 }thisSpritethisSprite theStage anotherSpritemyProperties
a simple way to set some costume attributes: 1: width 2: height 3: back color 4: front color 5: left offset for plot position on stage 6: upper offset for plot position on stage
40030000thisSpritethisSprite theStage anotherSpriteStage
Sets the labels and textheights of the diagrams of a PlotPad and redraws them.
thisSpritethisSprite theStage anotherSpriteDiagram Title18x-label16y-label16titlexLabelyLabeltitleHeightxLabelHeightyLabelHeight
a simple way to set some net attributes: line properties: 1: line style 2: lineWidth 3: line color red 4: line color green 5: lineColor blue
continuouscontinuous dashed dash-dot dot-dot rainbow inverse-rainbow1thisSpritethisSprite theStage anotherSpritelineStylelineWidthlineColor
a simple way to set some net attributes: marker properties: 1: marker style 2: marker width 3: marker connected 4: marker color red 5: marker color green 6: marker color blue
squarenone o_circle ._point +_plus x_ex square triangle5falsethisSpritethisSprite theStage anotherSpritemarkerStylemarkerWidthmarkerConnectedmarkerColor
Sets some properties for scales and redraws them.
2212121010thisSpritethisSprite theStage anotherSpritefalsescalesXprecisionscalesYprecisionscalesXtextheightscalesYtextheightscalesXintervalsscalesYintervalsscalesXstartxLeftscalesXstepxRightxLeftscalesXintervalsscalesXscaling1scalesXminitics1scalesYstartyLowerscalesYstepyUpperyLowerscalesYintervalsscalesYscaling1scalesYminitics1
Sets the distances of the diagram axes to the edges of the Sketchpad.
thisSpritethisSprite theStage anotherSpriteupperOffset1scalesXtextheighttitle0scalesTiclength0lowerOffset1scalesXtextheightscalesYcenteredrightOffset1.5scalesYtextheightscalesTiclength0leftOffset1scalesYtextheightscalesXcenteredscalesTiclength0scaleLeftOffsetscaleRightOffsetscaleUpperOffsetscaleLowerOffset
Sets the ranges for the axes of the diagrams of a PlotPad and redraws it..
-1010-1010false0.1thisSpritethisSprite theStage anotherSpritepretty
Draws the graph of a function given as rigified Snap!-function or coefficient-list of a polynomial.
ringified operator or polynomialthisSpritethisSprite theStage anotherSpritevectorSciS_addGraphToPlotpad(costume,properties,aFunction,proc)myPropertiesoldPlotsplotsisNewtrueentry
Draws the data points of a two-dimensional table with numerical values. With a lot of additions from Rick Hessman. Thanks!
myDatathisSpritethisSprite theStage anotherSpritemyDatamatrix12SciS_addNumericDataplotToPlotPad(costume,properties,data)myPropertiesoldPlotsplotsisNewtrueentry
Draws the data points of a two-dimensional table with numerical values in column 2. Text values should be used to set the x-label.
myDatatruetruethisSpritethisSprite theStage anotherSpritemyDatatableSciS_addMixedDataplotToPlotPad(costume,properties,data)myPropertiesoldPlotsplotsisNewtrueentry
Draws a histogram of histogram data.With a lot of additions by Rick Hessman. Thanks!
myData10thisSpritethisSprite theStage anotherSpritetruemyDatavector0costumestart0transposed-vectorminmaxdeltah2resulti1221i1histgramData0prettySciS_addHistogramToPlotpad(costume,properties,data)myPropertiesoldPlotsplotsisNewtrueentry
Draws and labels the axes of a PlotPad. With lot of additions of Rick Hessman. Thanks!
thisSpritethisSprite theStage anotherSprite
Clears the plot area of a PlotPad.
plotAreaplotArea plotData costumethisSpritethisSprite theStage anotherSpriteoldFillColorfillColorfillColorbackColorplotAreacostumeplotDatafillColor
Restores the last plotson the PlotPad.
thisSpritethisSprite theStage anotherSpriteplotplots1numericData1mixedData1histogram
Sets the ranges to "pretty" values. Many thanks to Rick Hessman!
thisSpritethisSprite theStage anotherSpriteprettyxLeftxRightscalesXintervalsget dictionary of pretty x-values.scalesXstartstartscalesXstepstepscalesXscalingscalingscalesXintervals6scalesXtextheightscalesXprecisionprecisionscalesXminiticsminiticsxLeftstartxRightstopprettyyLoweryUpperscalesYintervalsget dictionary of pretty y-values.scalesYstartstartscalesYstepstepscalesYscalingscalingscalesYintervals8scalesYtextheightscalesYprecisionprecisionscalesYminiticsminiticsyLowerstartyUpperstop
"Pretty" scaling from Rick Hessman. Many thanks!
-1010620002000Numbers are too big for pretty printing.nintpretty0.0010.0020.0050.010.020.050.10.20.512510205010020050010002000between91341341341341341341places33322211100000000000sign2index1i21dticnintresultdeltanstartstart*scaling is the actual starting value (start is the value displayed next to the tic)stop1stepstep*scaling is the actual stepping value (step is the difference between the tic labels).scalingintervalsprecisionminitics
thisSpritethisSprite theStage anotherSpritemyData0.1myData2dy43xLeft1xRight2yLower3yUpper4scalesXstart1scalesXstep21scalesXintervalsscalesXscaling1scalesXminitics1scalesYstart3scalesYstep43scalesYintervalsscalesYscaling1scalesYminitics1
Calculates the ranges of two columns of a table.
Conversion of coordinates.
100xpxp yp x ythisSpritethisSprite theStage anotherSpritediagramWidthscaleLeftOffsetdiagramHeightscaleLowerOffsetscaleUpperOffsetx0xLeftxLeftxRighty0yUpperyUpperyLowercoordinate1 xpypxy
Obtaining coordinates of a PlotPad at mouseposition.
costume-coordinatescostume-coordinates graph-coordinatesthisSpritethisSprite theStage anotherSpriteselection1 targetCostumetargetCostumeWidthtargetCostumeHeighttargetXPositiontargetYPositiontargetSizecostume-coordinatescostume coordinates.graph-coordinatescostume coordinates.
400300continuouso_circle0
400300continuous
00600400continuousnone continuous dashed dash-dot dot-dot rainbow inverse rainbowsquarenone o_circle ._point +_plus x_ex square triangle0thisSprite0.07thisSpritethisSprite18161615thisSpritethisSprite
Changes the spritename.
thisSpritethisSprite anotherSpritenew nameSciS_changeSpritenameTo(sprite,newName)
Reports a list of sprites with similar names. Used when "cleaning up".
thisName
Checks whether an element is anywhere in a list.
this valuefalse
Creates SQL variables and sets some properties.
Establishes connection and sets the corresponding properties. Change parameters if necessary.
connectionhttps://snapextensions.uni-goettingen.de/mysqlquery.php?server=db1&user=snapexuser&password=snap!userconnection&type=connect12ok0115ERROR
Reports a list of databases on the server and sets the corresponding properties.
databasesconnection&type=getDBs000115ERROR
Selects one of the databases and sets the corresponding properties.
2databasescurrentDatabasedatabasesdummyconnection&command=USE currentDatabasetablestablesconnection&command=SHOW TABLES FROM currentDatabase&type=getTables000115ERROR
Reports a list of tables of the chosen database and sets the corresponding properties.
tablesconnection&command=SHOW TABLES FROM currentDatabase&type=getTables000115ERROR
Selects one of the tables and sets the corresponding properties.
1tables0115ERROR
Reads the attributes of the specified table and sets the corresponding properties.
1tables0115ERROR
Generates a simplified SQL query.
* DISTINCTi11result FROM 0result2
Generates an almost complete SQL query.
* DISTINCTASCASC DESC10i11result FROM 0result20result20resultASC
Executes an SQL query.
1:ERRORreplaces "%" with "%25" to prevent trouble with the url-block.resultconnection&type=query&query=&database=currentDatabase
Imports the results of an SQL-query to SQLData and sets the corresponding properties.
typeOfDatatable0minValuenot setmaxValuenot set
Returns an SQL predicate.
Returns an SQL predicate.
Returns an SQL predicate.
Returns an SQL predicate.
Returns an SQL predicate.
Returns an SQL predicate.
Returns an SQL predicate.
Returns an SQL predicate.
Returns an SQL value.
Returns an SQL value.
Returns an SQL value.
Returns an SQL value.
Returns an SQL value.
Partly copied von Brian Harvey's manual.
Inspired by the "drip painting" of Jackson Pollock. ;-)
005050-3020redblack gray lightGray white red orange yellow green cyan blue magenta100thisSpritethisSprite anotherSprite theStagedx100dy100costumecolorRGB-valueSciS_drip(xa,ya,width,height,dx,dy,color,costume,n)
Creates a list of the specified length, filled with the specified entry.
10anything
Inspired by Jackson Pollock ;-)
StageStage220200225
Creates a new empty costume of the specified size and color and sets local properties
thisSpritethisSprite theStage anotherSprite400300lightGrayblack gray lightGray white red orange yellow green cyan blue magentafalsefalse15Costume attributes and line attributes same as SketchPad. other attributes: data properties: minValue maxValue columns rows mean of values stddev of values image properties: image type (RGB,FITS) imageWidth imageHeight imageRealSize
Reports whether the sprite is configured as an ImagePad.
thisSpritethisSprite theStage anotherSprite
Reads the value of an existing property.
typeOfConfigurationtypeOfConfiguration typeOfData costumeProperties={ width=costumeWidth height=costumeHeight back color=backColor offsets=offsets front color=frontColor } text properties={ text height=textHeight orientation=textOrientation } closebutton properties={ with closebutton?=withCloseButton position=closeButtonLeft size=closeButtonSize } data properties={ minValue=minValue maxValue=maxValue columns=columns rows=rows mean value=mean standard deviation=stddev } image properties ={ image type=imageType image width=imageWidth image height=imageHeight image real size=imageRealSize }thisSpritethisSprite theStage anotherSpritemyProperties
Sets the value of an existing property or inserts it anew.
typeOfConfigurationtypeOfConfiguration typeOfData costumeProperties={ width=costumeWidth height=costumeHeight back color=backColor offsets=offsets front color=frontColor } line properties={ line width=lineWidth line style=lineStyle line color=lineColor fill color=fillColor } text properties={ text height=textHeight orientation=textOrientation } closebutton properties={ with closebutton?=withCloseButton position=closeButtonLeft size=closeButtonSize } data properties={ minValue=minValue maxValue=maxValue columns=columns rows=rows mean value=mean standard deviation=stddev } image properties ={ image type=imageType image width=imageWidth image height=imageHeight image real size=imageRealSize }thisSpritethisSprite theStage anotherSpritemyProperties
a simple way to set some costume attributes: 1: width 2: height 3: back color 4: left offset for Image position on stage 4: upper offset for Image position on stage
40030000thisSpritethisSprite theStage anotherSpriteStage
a simple way to set some net attributes: line properties: 1: line style 2: lineWidth 3: line color 4: fill color
continuouscontinuous dashed dash-dot dot-dot1thisSpritethisSprite theStage anotherSpritelineWidthlineStylelineColorfillColor
if source is not SciSnap!Data data should have the image dimensions in the last row as (width,height,"dimensions").
SciSnap!DataSciSnap!Data currentCostume anotherListthisSpritethisSprite anotherSprite theStageSciSnap!DatacurrentCostume013dimensionstypeOfDataRGBcolumns4imageWidth1imageHeight2myDatamyDatarowsmyDataminValueminmyDatamaxValuemaxmyDatameanmeanmyDatastddevstandard-deviationmyDatatypeOfDataFITSimageWidth1imageHeight2myDatamyDatarowsmyDatacolumns1minValueminmyDatamaxValuemaxmyDatameanmeanmyDatastddevstandard-deviationmyDataERROR: oops...anything went wrong!import image data
Generates, adds or mixes an image (with offsets) from the FITS or RGB data (placed in myData) in different colors.
createcreate add mixgraygray red green blue false-color RGBfalse255255 0thisSpritethisSprite anotherSprite theStagetypeOfDataFITStypeOfDataRGBmyDatacolor1 selection1 RGBtypeOfDataRGBcreateoffsetstheStageStageimageWidththeStage2StageimageHeighttheStage2offsets00costumeWidthcostumeHeightSciS_addImageToImagePad(data,properties,color,log,alpha,pixels,selection)myDatamyPropertiesStage
Draws a list of "points" in different "shapes".
myDatacirclescircles squares5thisSpritethisSprite theStage anotherSpritefalsefalse20sourcemyDatamatrix012source121lastvalueSciS_drawListOfPoints(costume,data,shape,size,properties,withNoise,range)myProperties
Sets the RGB or image data value at (x|y) on costume or myData of target.
RGBRGB image data in myDatathisSpritethisSprite theStage anotherSpritean appropriate valuefalsepositionx1y2vectorRGB34vectorlineColor1thisSpritefalsetrue
Reports the RGB value at the position (x|y) of the costume.
RGB(A)RGB(A) image data of myData =imageDatathisSpritethisSprite theStage anotherSpritefalsepositionx1y2costumeWidthcostumeHeight11RGB(A)typeOfDataRGBtypeOfDataFITS
Obtaining data with the mouse from an image stored in myData.
imageValueimage value=imageValue RGB value=RGBvalue costume coordinates=costumeCoordinates slice values from costume=costumeSlice slice values from myData=dataSlice line data=lineData circle data=circleData brightnessthisSpritethisSprite theStage anotherSpritefalseselection1 isDraggabletargetCostumetargetCostumeWidthtargetCostumeHeightStagecostumeCoordinatescostume coordinates.imageValueimage value.11RGBvalueRGB value.11lineDataokfalseokfalsexold1yold2Stagedraggableline datacostumeSlicedataSliceslice datacircleDatacircle dataokfalseokfalseStagebrightnessbrightnessERROR: unknown selectionimageValue/... on ... by mouse
Applies an affine transformation to a costume.
currentCostumefalseoktrueP11P22P33Q11Q22Q33S1221221220ERROR: denominator is zeroaffine transformation of costume ...
Reports the brightness of a FITS or RGB image around x|y in a circle with radius r. Attention: JS-coordinates are used!
10myDatamyData costumethisSpritethisSprite theStage anotherSpritefalsemyDatatypeOfDataFITStypeOfDataRGBSciS_brightness(data,xpos,ypos,r,width,height,typeOfData,typeOfArea)typeOfDatacircle
Removes the calling sprite.
thisSpritethisSprite anotherSpriteSciS_removeSprite(sprite)
Selects a sprite as active.
thisSpritethisSprite theStage anotherSprite
This block is called by dynamically generated event handlers. You should define what is to happen for the corresponding sprites. Two examples are included for the LineTool and the SquareTool.
thisSpritethisSprite theStage anotherSpritereceiveGoreceiveGo receiveKey enter receiveKey space receiveKey + receiveKey - receiveKey up arrow receiveKey down arrow receiveKey left arrow receiveKey right arrow receiveInteraction clicked receiveInteraction pressed receiveInteraction mouse-entered receiveInteraction mouse-departed receiveInteraction scrolled up receiveInteraction scrolleddown receiveMessage110SquareToolTheNewSpritereceiveKey -20receiveInteraction clicked
Arthmetic with image data (FITS or RGB). RGB data are normalized to the range 0 ..255. The last element of the result contains the dimensions of the imagge.
of image1100100++ - * /of image210010000imageType1vectorFITSmatrix1314RGBunknownunknownimageType2vectorFITSmatrix1314RGBunknownunknownunknownunknownSciS_imageArithmetic(image1,image2,imageType,xOffset,yOffset,width1,height1,width2,height2,operation)
Configure the sprite as an ImagePad and load an image as costume!
valuediagram
An image of Albategnius should be loaded as costume of the sprite!
t0a0.1225positionStagecircles2theStagetruetrue100t1
Creates an Infobox about this category.
thisSpritethisSprite theStage anotherSpriteanotherSpriteanotherSprite theStage thisSprite1Stage size2Stage sizemyImagescurrentImagemyLineToolnot setmySquareToolscostumeWidthcostumeHeight
thisSpritethisSprite theStage anotherSprite
addadd removethisSpritethisSprite theStage anotherSpritetrue
nextnext first last any number = numberthisSpritethisSprite theStage anotherSpritetruemyImages1myImages0myImagesmyImageslightGraycurrentImagelightGray
thisSpritethisSprite theStage anotherSpritelightGraycurrentImage
thisSpritethisSprite theStage anotherSprite25currentImagenew sizecurrentImage5currentImage
thisSpritethisSprite theStage anotherSprite1010currentImageimagecurrentImage
thisSpritethisSprite theStage anotherSpritecurrentImageisDraggableoldMouseXoldMouseY
Stage coordinates are alternatively described as Snap! or JavaScript coordinates, window and image coordinates are always JavaScript coordinates.
window-positionwindow-position image-position image-valuethisSpritethisSprite theStage anotherSpritefalsewindow-positionimage-positionimage-valueimageOffsetscurrentImageStageStagecurrentImageimageSizecurrentImage100NaNxi11yi22image-positionERROR: wrong selection!stage position --> ...
Stage coordinates are alternatively described as Snap! or JavaScript coordinates, window and image coordinates are always JavaScript coordinates.
window-positionwindow-position image-positionthisSpritethisSprite theStage anotherSpritefalseselection1 window-positionimage-positionimageSizecurrentImage100NaNimageOffsetscurrentImageStageStagecurrentImageresult1currentImageStage2StagecurrentImage
thisSpritethisSprite theStage anotherSpriteposition1122
Checks whether the specified sprite is in the list of deleted sprites.
thisSpritethisSprite anotherSpriteallTheSpriteserror
Attaches a sprite as part of another sprite.
a partthisSpritethisSprite anotherSprite
Initialization of SciSnap!
800600EmptyHilbertoRight00Hi!2
Creates a text-file "SciSnap!Costumes" from present costumes.
data""itemTEXTSciSnap!CostumesSciSnap!Costumes
Creates and stores different SciSnap! costumes.
ready!1
Creates global variables "SciSnap!Properties", "SciSnap!Data", and "SciSnap!Messages". Sets the default values of global SciSnap!-properties for items typeOfData width height minValue maxValue columns rows maxSetValue
Sets the value of an existing property or inserts it anew.
typeOfDatatypeOfData width height minValue maxValue columns rows maxSetValue
Returns the value of an existing global SciSnap!-property or "". Items: typeOfData width height minValue maxValue columns rows maxSetValue
minValuetypeOfData width height minValue maxValue columns rows maxSetValue
Creates a new empty costume of the specified size and color and sets the local properties.
thisSpritethisSprite theStage anotherSprite400300lightGrayblack gray lightGray white red orange yellow green cyan blue magentafalsefalseleft right15StagetypeOfConfigurationSketchPadmyPropertieslineWidth1myPropertieslineStylecontinuousmyPropertieslineColor000myPropertiesfillColor180180180myPropertiestextHeight12myPropertiestextOrientationtruemyPropertieswithCloseButtonmyPropertiescloseButtonLeftmyPropertiescloseButtonSizemyPropertiesbackColormyPropertiesfrontColor000myPropertiescostumeWidthmyPropertiescostumeHeightmyPropertieswidthmyPropertiesheightmyPropertiesoffsets22myPropertiescostume properties: 1: width 2: height 3: back color RGB 4: offsets for position on stage 5: front color RGB line properties: 1: line width 2: line style 3: line color RGB 4: fill color RGB text properties: 1: text height 2. orientation (horizontal=true) closebutton properties: 1: with closebutton? 2: position (left=true) 3: closeButtonSize
Test on different SketchPad types.
thisSpritethisSprite theStage anotherSpriteSketchPadSketchPad MathPad PlotPad ImagePad GraphPad NNPad GridPadmyPropertiesfalse
Reshapes and cleares the costume of a SketchPad.
thisSpritethisSprite theStage anotherSprite400300SketchPadcostumeWidthmyPropertiescostumeHeightmyPropertiesoffsetsmyProperties22fillColorthisSpritebackColortheStagedrawStage2Stage2Stage2Stage2theStagefalsefillStage2Stage2Stage2Stage2theStagefalse
Deletes a SketchPad.
thisSpritethisSprite anotherSprite
If necessary, place the close button in the correct position.
thisSpritethisSprite anotherSpriteSketchPadmyCloseButtonnot setwithCloseButtontypeOfConfigurationSketchPadmyPropertieslineWidth1myPropertieslineStylecontinuousmyPropertieslineColor000myPropertiesdraw00false00false00false12222myCloseButton
This block is used to create/remove dynamically tools for a window.
createcreate removelineline a squarethisSpritethisSprite theStage anotherSprite30callerlineCreate or remove TheLineTool with its ends.myWindowTheLineToolisMovingTheLineToolfalseTheLineToolyellowreceiveInteraction pressedTheLineToolreceiveInteraction mouse-departedTheLineToollineEnd1newSpritethisSpriteLineEnd1LineEnd1isMovingLineEnd1falseLineEnd1SciS_changeToolCostume(size,tool,color)lineEnd1orangeRGB-value44receiveInteraction pressedLineEnd1receiveInteraction mouse-departedLineEnd1myLineEnd1TheLineToollineEnd2newSpritethisSpriteLineEnd2LineEnd2isMovingLineEnd2falseLineEnd2SciS_changeToolCostume(size,tool,color)lineEnd1magentaRGB-value44receiveInteraction pressedLineEnd2receiveInteraction mouse-departedLineEnd2myLineEnd2TheLineToollineColoryellowRGB-valuelineWidth2LineEnd1window-positiontrueLineEnd2window-positiontruefalseLineEnd2TheLineToolmyLineToolnot seta squaremySquareToolsmyWindowisActivefalse200SciS_changeToolCostume(size,tool,color)squareToolorangeRGB-valuereceiveInteraction pressedreceiveInteraction mouse-departedreceiveKey +receiveKey -receiveKey up arrowreceiveKey down arrowreceiveKey left arrowreceiveKey right arrowCreate or remove a SquareTool.
showshow hideTheLineToolTheLineTool TheSquareToolthisSpritethisSprite theStage anotherSpriteTheLineTooltoolTheLineToolshowTheLineToolLineEnd1LineEnd2lineColoryellowRGB-valuelineWidth2LineEnd1window-positiontrueLineEnd2window-positiontruefalseLineEnd2TheLineToolTheSquareTooltoolTheSquareToolshow
Moves tools to new positions corresponding to their image coordinates.
thisSpritethisSprite theStage anotherSpriteTheLineToolLineEnd2TheLineToolshowTheLineToolTheSquareTool
thisSpritethisSprite theStage anotherSpriteTheLineToolsquareToolmySquareTools
LineToolLineTool SquareToolleftleft right up downSquareToolleftTheLineToolLineEnd2showTheLineToolmyWindowTheLineToolrightTheLineToolLineEnd2showTheLineToolmyWindowTheLineToolupTheLineToolLineEnd2showTheLineToolmyWindowTheLineTooldownTheLineToolLineEnd2showTheLineToolmyWindowTheLineTool
Cancels the connection between attached sprites.
thisSpritethisSprite anotherSprite
Adds an event handler to a sprite. Resets the event handler with the standard sprite operation if the script is empty.
mouseClickLeftmouseDownLeft mouseDownRight mouseClickLeft mouseClickRight mouseDoubleClick mouseEnter mouseLeave mouseEnterDragging mouseLeaveDragging mouseEnterBounds mouseLeaveBounds mouseMove mouseScroll
Reports a string without first/all instances of substring.
allall firstthisthisString
Reports a substring of a string.
thisString14
Deletes leading and trailing as parameter defined characters in a string.
..this string...0
Reports the Euclidean distance of to points.
Metric for Strings.
SaturdaySunday
Deletes any "remaining" close buttons.
Sets the value of an existing property or inserts it anew.
typeOfConfigurationtypeOfConfiguration costumeProperties={ width=costumeWidth height=costumeHeight back color=backColor offsets for Image position=imageOffsets front color=frontColor } line properties={ line width=lineWidth line style=lineStyle line color=lineColor fill color=fillColor } text properties={ 1: text height=textHeight 2. orientation=textOrientation } closebutton properties={ with closebutton?=withCloseButton position=closeButtonLeft size=closeButtonSize }thisSpritethisSprite theStage anotherSprite
Reads the value of an existing property.
typeOfConfigurationtypeOfConfiguration costumeProperties={ width=costumeWidth height=costumeHeight back color=backColor offsets for Image position=imageOffsets front color=frontColor } line properties={ line width=lineWidth line style=lineStyle line color=lineColor fill color=fillColor } text properties={ 1: text height=textHeight 2. orientation=textOrientation } closebutton properties={ with closebutton?=withCloseButton position=closeButtonLeft size=closeButtonSize }thisSpritethisSprite theStage anotherSprite
Draws a line on present costume using line properties. Coordinates can be used as Snap! or JS coordinates.
thisSpritethisSprite theStage anotherSpritefalseposition1position2
Draws a rectangle on present costume using line properties. Coordinates can be used as Snap! or JS coordinates.
drawdraw fillthisSpritethisSprite theStage anotherSpritefalseposition1position2
Draws or fills a rectangle on present costume using line properties. Coordinates can be used as Snap! or JS coordinates.
drawdraw fill20thisSpritethisSprite theStage anotherSpritefalseposition1
Draws a text on present costume using line properties. The text is drawn horizontal or vertical. Coordinates can be used as Snap! or JS coordinates.
my text12thisSpritethisSprite theStage anotherSpritefalseposition1
Reports the width of the text, if drawn on a Sprite.
my text18thisSpritethisSprite theStage anotherSprite
i515025-2402
Returns the content of a TEXT, CSV, RGB, JSON or FITS file from a URL. RGB-data should have the dimensions in the last row, otherwise use CSV.
TEXTTEXT CSV RGB JSON FITSthis urlTEXTCSVRGBJSONFITS
Returns the content of a TEXT, CSV, RGB, JSON or FITS file, selected with filepicker. RGB-data should have the dimensions in the last row, otherwise use CSV.
TEXTTEXT CSV RGB JSON FITSTEXTTXTCSVRGBCSVJSONJSONFITSFITSFTS
Returns a list with one or more elements consisting of [filename/BLOB].
filefile filelist
Returns the content of a TEXT, CSV, JSON or FITS file. The "source" could either be a BLOB or a list of filename and BLOB. RGB-data should have the dimensions in the last row, otherwise use CSV.
this filereadySciS_readFileAsBLOB(source)12
Saves the data to a file of the specified type.
SciSnap!DataSciSnap!Data costumeData other RGB dataTEXTTEXT CSV RGB JSONthis fileTEXTCSVRGBJSON
Imports text, table-CSV-data, costume-data, JSON-data, or FITS-data from current costume, a file or an URL to SciSnap!Data.
CSV-dataTEXT-data CSV-data RGB-data JSON-data FITS-data TEXT-BLOB CSV-BLOB JSON-BLOB FITS-BLOBfilepickercurrent-costume=costume filepicker URLisBLOB?1BLOBchoice11filepickercostumecostumeRGBCSVcostumetypeOfDataSciSnap!DatadatavaluewidthheightminValue1maxValuecolumns4rowsRGBTEXTJSONRGBCSV0RGB143dimensionstypeOfDataheightSciSnap!Data100001columnswidthrowsheightFITStruerowscolumns1times1011
Adds a new entry to SciSnap!Messages, shows the error message, and stopps all.
something wrong!thisBlock
Creates a new empty costume of the specified size and color and sets local properties.
thisSpritethisSprite theStage anotherSprite400300lightGrayblack gray lightGray white red orange yellow green cyan blue magentafalsetrue15lightGraytypeOfConfigurationmyPropertiesGraphPadtypeOfDatanonemyPropertiesxLeft1myPropertiesxRightmyPropertiesyUpper1myPropertiesyLowermyPropertiesverticesMinRadius3myPropertiesverticesGrowingtruemyPropertiesverticesContentShownfalsemyPropertiesedgesDirectedfalsemyPropertiesedgesWithWeightstruemyPropertiesedgesShowWeightsfalsemyPropertiesinitialCostumenullmyPropertiesStagetruelineColortheStageblackRGB-valuedraw1offsetstheStage2offsetstheStage1offsetstheStage2offsetstheStagetheStagefalsetruelineColorblackRGB-valuedraw00falseinitialCostumeCostume attributes and line attributes same as SketchPad. other attributes: initial costume, maybe a map vertex ranges for random coordinates xLeft xRight yUpper yLower vertex properties: minimal radius of a vertex (should be changed if vertices are not growing with number of edges) = verticesMinRadius vertices grow with number of connected edges = verticesGrowing vertex content is shown (If there is no content the vertex number is shown) = verticesContentShown edge properties: edge width=lineWidth edge style=lineStyle edge color=lineColor fill color=fillColor edges are directed=edgesDirected edges have weights=edgesWithWeights edges show weights=edgesShowWeights
thisSpritethisSprite theStage anotherSprite
Sets the value of an existing property or inserts it anew.
typeOfConfigurationtypeOfConfiguration typeOfData costumeProperties={ width=costumeWidth height=costumeHeight back color=backColor offsets=offsets front color=frontColor initial costume=initialCostume } text properties={ text height=textHeight orientation=textOrientation } closebutton properties={ with closebutton?=withCloseButton position=closeButtonLeft size=closeButtonSize } ranges for vertices={ x left=xLeft x right=xRight y lower=yLower y upper=yUpper } vertex properties={ minimal radius=verticesMinRadius vertices can grow=verticesGrowing vertices show content=verticesContentShown } edge properties={ edge width=lineWidth edge style=lineStyle edge color=lineColor fill color=fillColor edges are directed=edgesDirected edges have weights=edgesWithWeights edges show weights=edgesShowWeights }thisSpritethisSprite theStage anotherSpritemyProperties
Reads the value of an existing property.
typeOfConfigurationtypeOfConfiguration typeOfData costumeProperties={ width=costumeWidth height=costumeHeight back color=backColor offsets=offsets front color=frontColor initial costume=initialCostume } text properties={ text height=textHeight orientation=textOrientation } closebutton properties={ with closebutton?=withCloseButton position=closeButtonLeft size=closeButtonSize } ranges for vertices={ x left=xLeft x right=xRight y lower=yLower y upper=yUpper } vertex properties={ minimal radius=verticesMinRadius vertices can grow=verticesGrowing vertices show content=verticesContentShown } edge properties={ edge width=lineWidth edge style=lineStyle edge color=lineColor fill color=fillColor edges are directed=edgesDirected edges have weights=edgesWithWeights edges show weights=edgesShowWeights }thisSpritethisSprite theStage anotherSpritemyProperties
a simple way to set some costume attributes. 1: width 2: height 3: back color
400300thisSpritethisSprite theStage anotherSpriteStagebackColorxLeft0.1xRight0.9yLower0.9yUpper0.1
a simple way to set some vertex attributes: 1: ranges for random coordinates (xLeft,xRight, yUpper,yLower) 2: minimal radius of a vertex, should be changed is vertices are not growing with number of edges 3: boolean: vertices grow with number of connected edges 4: boolean: vertex content is shown. If there is no content, the vertex number is shown
3truefalsethisSpritethisSprite theStage anotherSpriteverticesMinRadiusverticesGrowingverticesContentShown
a simple way to set some edge attributes: 1: line width 2: line color 3: boolean: edge is directed 4: boolean: edge has a weight 5: boolean: edge shows weight
1falsefalsefalsethisSpritethisSprite theStage anotherSpritelineWidthlineColoredgesDirectededgesWithWeightsedgesShowWeights
adds a vertex at position. Snap!coordinates means: zero is in the middle of the graph
thisSpritethisSprite theStage anotherSpritetrueoffsetsoffsetsposition1xLeft2yUpper1xRight2yLower4vertexList
adds n vertices to the vertexList of a GraphPad: Vertex attributes have the following order: 1: x 2: y 3: size 4: content 5: isMarked 6: colorNr 7: numberOfLinks parameter 'null' means 'random vertices'
1thisSpritethisSprite theStage anotherSpritedummySciS_addVerticesToGraph(n,amatrix,vlist,properties,point)adjacencyMatrixvertexListmyPropertiesnull
Moves a vertex to another position measured in Snap! sprite-coordinates
1thisSpritethisSprite theStage anotherSprite100truevertexList1vertexList12vertexList2
Creates a new edge between two vertices.
12thisSpritethisSprite theStage anotherSprite0vertexList0vertexListadjacencyMatrixXadjacencyMatrixXedgesDirected
Creates n new edges randomly.
1thisSpritethisSprite theStage anotherSpriteresultSciS_addRandomEdgesToGraph(amatrix,n,properties,vlist)adjacencyMatrixmyPropertiesvertexListadjacencyMatrix1vertexList2
draws the graph on a GraphPad.
thisSpritethisSprite theStage anotherSpriteinitialCostumeinitialCostumeinitialCostumeinitialCostumeSciS_drawGraphOnGraphPad(amatrix,vlist,properties)adjacencyMatrixvertexListmyPropertiesinitialCostume
Deletes a vertex.
1thisSpritethisSprite theStage anotherSprite0vertexList
Deletes an edge.
12thisSpritethisSprite theStage anotherSprite0vertexList0vertexListadjacencyMatrix0edgesDirected
12thisSpritethisSprite theStage anotherSprite0vertexList0vertexList
Sets the weight of an edge.
121thisSpritethisSprite theStage anotherSprite0vertexList0vertexList
thisSpritethisSprite theStage anotherSpritefrom vertex nr
Input for start vertex.
thisSpritethisSprite theStage anotherSpritenew start vertexwidth (1....20)
1thisSpritethisSprite theStage anotherSprite0vertexList
Sets the content of a vertex.
1thisSpritethisSprite theStage anotherSprite0vertexList
Input for a new vertex content.
thisSpritethisSprite theStage anotherSpritevertex number
Tells a vertex to be marked.
1thisSpritethisSprite theStage anotherSprite0vertexList
Deletes a marker.
1thisSpritethisSprite theStage anotherSprite0vertexList
Deletes all markers.
thisSpritethisSprite theStage anotherSpriteitemvertexList
Depth first search in a graph.
1thisSpritethisSprite theStage anotherSprite0vertexList
Breadth first search in a graph.
1thisSpritethisSprite theStage anotherSprite0vertexList
Reports the Euclidean distance of two vertices.
thisSpritethisSprite theStage anotherSprite120vertexList0vertexList
Shortes path between two vertices, using Dijkstra-method.
12thisSpritethisSprite theStage anotherSprite0vertexList0vertexList
Shortes paths between startVertex and all connected vertices, using Dijkstra-method.
1thisSpritethisSprite theStage anotherSprite0vertexList
Returns the vertexnumber of a vertex near (x|y), if there is one.
thisSpritethisSprite theStage anotherSpritetruepositionoffsetsoffsetsSciS_vertexnumberAtGraph(vlist,properties,position)vertexListmyProperties
Reports the vertexnumber of the vertex with the specified content. If not found then reports 0.
PeterthisSpritethisSprite theStage anotherSpritenr0itemvertexList0
meanmeancolumn2thisSpritetrue12
numberXdiagramSpriteduplicateDiagramSpriteDiagramSprite400300lightGrayfalsetrue15DiagramSpriteEdges per Node18Number of Edges16Number of Vertices166DiagramSpritetrueDiagramSprite
Creates a new empty costume of the specified size and color ans sets local properties for a NeuralNet.
thisSpritethisSprite theStage anotherSprite400300lightGrayblack gray lightGray white red orange yellow green cyan blue magentafalsefalse15costume properties: 1: width 2: height 3: back color red 4: back color green 5: back color blue 6: left offset for NN position on stage 7: upper offset for NN position on stage neural net properties: 1: number of layers 2: layer width 3: width of NN 4: height of NN
thisSpritethisSprite theStage anotherSprite
Sets the value of an existing property or inserts it anew.
numberOfLayerstypeOfConfiguration typeOfData costumeProperties={ width=costumeWidth height=costumeHeight back color=backColor offsets=offsets front color=frontColor } line properties={ line width=lineWidth line style=lineStyle line color=lineColor fill color=fillColor } text properties={ text height=textHeight orientation=textOrientation } closebutton properties={ with closebutton?=withCloseButton position=closeButtonLeft size=closeButtonSize } net properties={ number of layers=numberOfLayers layer width=layerWidth net width=netWidth net height=netHeight input list=inputs }thisSpritethisSprite theStage anotherSpritemyProperties
Reads the value of an existing property.
numberOfLayerstypeOfConfiguration typeOfData costumeProperties={ width=costumeWidth height=costumeHeight back color=backColor offsets=offsets front color=frontColor } line properties={ line width=lineWidth line style=lineStyle line color=lineColor fill color=fillColor } text properties={ text height=textHeight orientation=textOrientation } closebutton properties={ with closebutton?=withCloseButton position=closeButtonLeft size=closeButtonSize } net properties={ number of layers=numberOfLayers layer width=layerWidth net width=netWidth net height=netHeight input list=inputs }thisSpritethisSprite theStage anotherSpritemyProperties
a simple way to set some costume attributes: 1: width 2: height 3: back color 4: offsets for NN position on stage
400300thisSpritethisSprite theStage anotherSpriteStagenetWidthnetHeightoffsets00backColor
a simple way to set net attributes: 1: number of layers 2: layer width
23thisSpritethisSprite theStage anotherSpritenumberOfLayerslayerWidth
Creates a fully connected neural network of perceptrons. Inputs should be connected to layer 1, outputs to last layer.
23thisSpritethisSprite theStage anotherSpritemyDataone matrix for each layer1myDatanumberOfLayerslayerWidth
Reports the output of the nth layer of a neural network with given input.
last1 lastthisSpritethisSprite theStage anotherSpriteinputinputs0vectorlayerWidth
Draws the nodes and current status of connections of an NN as new costume.
thisSpritethisSprite theStage anotherSpriteinputinputs0layerWidthSciS_NNshowStatus(properties,weights,outputs,costume,isStage)myPropertiesmyDataStage
A block for teaching a neural net.
0.1thisSpritethisSprite theStage anotherSpritewidthlayerWidth
thisSpritethisSprite theStage anotherSprite
Creates a new empty costume of the specified size and color and sets local properties
thisSpritethisSprite theStage anotherSprite400300lightGrayblack gray lightGray white red orange yellow green cyan blue magentafalsefalse15redgreenbluegrayorangecyanmagentayellowwhitetruemyData1010myDataCostume attributes and line attributes same as SketchPad. other attributes: numberOfGridColumns numberOfGridRows cellWidth cellHeight cellColors 1: black 2: red 3: green 4: blue 5: gray 6: orange 7: cyan 8: magenta 9: yellow 10: lightGray 11: white
Reports whether the sprite is configured as a GridPad.
thisSpritethisSprite theStage anotherSprite
Sets the value of an existing property or inserts it anew.
typeOfConfigurationtypeOfConfiguration typeOfData costumeProperties={ width=costumeWidth height=costumeHeight back color=backColor offsets=offsets front color=frontColor } line properties={ line width=lineWidth line style=lineStyle line color=lineColor fill color=fillColor } text properties={ text height=textHeight orientation=textOrientation } closebutton properties={ with closebutton?=withCloseButton position=closeButtonLeft size=closeButtonSize } grid proterties={ number of grid columns=numberOfGridColumns number of grid rows=numberOfGridRows cell width=cellWidth cell height=cellHeight cell colors=cellColors with grid lines=withGridLines }thisSpritethisSprite theStage anotherSpritemyProperties
Reads the value of an existing property.
typeOfConfigurationtypeOfConfiguration typeOfData costumeProperties={ width=costumeWidth height=costumeHeight back color=backColor offsets=offsets front color=frontColor } text properties={ text height=textHeight orientation=textOrientation } closebutton properties={ with closebutton?=withCloseButton position=closeButtonLeft size=closeButtonSize } grid properties={ number of grid columns=numberOfGridColumns number of grid rows=numberOfGridRows cell width=cellWidth cell height=cellHeight cell colors=cellColors with grid lines=withGridLines }thisSpritethisSprite theStage anotherSpritemyProperties
a simple way to set some costume attributes: 1: width 2: height 3: back color red 4: back color green 5: back color blue 6: left offset for Image position on stage 7: upper offset for Image position on stage
40030000thisSpritethisSprite theStage anotherSpriteStage
a simple way to set some net attributes: line properties: 1: line style 2: lineWidth 3: line color 4: fill color
continuouscontinuous dashed dash-dot dot-dot1thisSpritethisSprite theStage anotherSpritelineWidthlineStylelineColorfillColor
a simple way to set some grid attributes: 1: number of horizontal cells 2: number of vertical cells 3: cell width 4: cell height grid data are stored in myData
thisSpritethisSprite theStage anotherSprite403011truewhcostumeWidthwscostumeHeight11numberOfGridRowsnumberOfGridColumnscellWidthcellHeightcellHeightwithGridLinesmyDatamyData
Draws a grid on an GridPad.
myDatathisSpritethisSprite theStage anotherSpritemyDatamatrixnumberOfGridColumnsthisSprite1numberOfGridRowsthisSpriteSciS_addGridToGridPad(costume,properties,withLines,data)myPropertieswithGridLines
Fills a grid or a part of a grid with one of the specified values.
thisSpritethisSprite theStage anotherSprite1xMax1yMaxxMaxyMaxmyDataSciS_fillOnGridPadGridRandomlyOnImagePad(xMin,xMax,yMin,yMax,numbers,data)myDatamyData
sets the value of a grid cell
thisSpritethisSprite theStage anotherSprite1targetCostumetargetCostumeWidthtargetCostumeHeightStage11myData
Obtaining data with the mouse from a grid stored in myData.
cellValuecell value=cellValue cell coodinates=cellCoordinates costume coordinates=costumeCoordinatesthisSpritethisSprite theStage anotherSpriteselection1 targetCostumetargetCostumeWidthtargetCostumeHeightStagecostumeCoordinatescostume coordinates.cellCoordinatescoordinates of a grid cellcellValuevalue of a grid cell
Sets the value of a grid cell an shows the result.
thisSpritethisSprite theStage anotherSprite112true11numberOfGridColumnsnumberOfGridRows
thisSpritethisSprite theStage anotherSprite1111numberOfGridColumnsnumberOfGridRows
Reports the Moore- or v.-Neumann-neighborhood of a cell. Order: north,east,south,west
MooreMoore vonNeumannfalse11thisSpritethisSprite theStage anotherSpriteSciS_neighborhoodInGridOnImagePad(data,properties,x,y,isTorus,typeOfNeighborhood)myDatamyProperties
Swaps the cell values of a grid randomly.
thisSpritethisSprite theStage anotherSpritetrue111xMax1yMaxxMaxyMax1numberOfGridColumns1numberOfGridRowsSciS_swapCellsOfGridOnGridPad(data,n,isTorus,range,xMin,xMax,yMin,yMax)myData
Counts the surrounding values and changes it if necessary.
thisSpritethisSprite theStage anotherSpritetrueanyany22greater-thangreater-than equal-to smaller-than different-from41false51xMax1yMaxxMaxyMaxSciS_changeSurroundingValuesOfGridOnGridPad(data,ifValue,elseValue,surrValue,op,n,isTorus,withNoise,noise,xMin,xMax,yMin,yMax,oldValue)myData1 1
Replaces the cell values of a grid depending on the features of the neighbors.
thisSpritethisSprite theStage anotherSpritetruesumsum min max mean1xMax1yMax1xMaxyMaxSciS_replaceValuesOfGridOnImagePad(data,operation,isTorus,xMin,xMax,yMin,yMax,range)myData1
Combines two grids.
1orand or xor not-and not-or not-xor minus212xMax1111yMaxSciS_combineGridsOnGridPad(grid1,grid2,value1,operator,value2,ifValue,elseValue,xMax,yMax)
Sets the size of a sprite so that it fits into the specified stage area.
thisSpritethisSprite anotherSprite-200200200-200spriteWidthspriteHeightwindowWidthwindowHeightStage100100
thisSpritethisSprite theStage anotherSpriteJavaScriptJavaScript Snap!positionJavaScript12
thisSpritethisSprite theStage anotherSpritereceiveGoreceiveGo receiveKey enter receiveKey space receiveKey + receiveKey - receiveKey up arrow receiveKey down arrow receiveKey left arrow receiveKey right arrow receiveInteraction clicked receiveInteraction pressed receiveInteraction mouse-entered receiveInteraction mouse-departed receiveInteraction scrolled up receiveInteraction scrolleddown receiveMessageangle: LineEnd12receiveInteraction mouse-departedisMovingTheLineToolmyWindowTheLineToolLineEnd1receiveInteraction mouse-departedisMovingLineEnd1myWindowTheLineToolLineEnd2receiveInteraction mouse-departedisMovingLineEnd2myWindowTheLineToolTheSquareToolreceiveInteraction scrolleddownTheSquareTool
receiveGoreceiveGo receiveKey enter receiveKey space receiveKey + receiveKey - receiveKey up arrow receiveKey down arrow receiveKey left arrow receiveKey right arrow receiveInteraction clicked receiveInteraction pressed receiveInteraction mouse-entered receiveInteraction mouse-departed receiveInteraction scrolled up receiveInteraction scrolleddown receiveMessage getDatasize/55isActiveSciS_changeToolCostume(size,tool,color)squareToolgreenRGB-valueSciS_changeToolCostume(size,tool,color)squareToolorangeRGB-value16getDatareceiveInteraction mouse-departedreceiveKey +isActiveSciS_changeToolCostume(size,tool,color)squareToolgreenRGB-valuereceiveKey -isActiveSciS_changeToolCostume(size,tool,color)squareToolgreenRGB-valuereceiveKey left arrowisActivereceiveKey right arrowisActivereceiveKey up arrowisActivereceiveKey down arrowisActive
20theWindow33
20theWindowremoveline15createline15TheLineTool
20theWindownewSpritethisSpriteTheWindow-200150Activate SquareTools by mouseclick, enlarge or reduce activated SquareTools by +/- keys, move them by arrow keys. Get data by shift-click on a SquareTool.createa squareTheWindow501mySquareToolscreatea squareTheWindow50createa squareTheWindow50
Random graphic, inspired by "Merzbild 1a - the psychiatrist" painted by Kurt Schwitters.
20502050lightGrayStageHilbertoLeft350-250
The reaction of the sprite must be defined in the block "let <sprite> respond to <event>".
5Hilbertochoose costumereceiveKey +add three event handlerreceiveKey -receiveInteraction clickedLet me grow/shrink by pressing the +/- buttons or delete me by mouse click.choose costume
Converts a variadic position parameter into a position.
Converts a variadic color parameter into a RGB(A)-value.
41truetrue
Currently not used.
any text
Applies a Wolfram Cellular Automaton to a grid.
3031SciS_applyWolframAutomatonToAgridOnGridPad(no,grid,color0,color1)
Reports whether the set is numerical or not.
this set2
Installs an event handling method for a sprite.
receiveGoreceiveGo receiveKey enter receiveKeyspace receiveKey + receiveKey - receiveKey up arrow receiveKey down arrow receiveKey left arrow receiveKey right arrow receiveInteraction clicked receiveInteraction pressed receiveInteraction mouse-entered receiveInteraction mouse-departed receiveInteraction scrolled up receiveInteraction scrolleddown receiveMessagethisSpritethisSprite theStage anotherSpritecallerxml<script app="Snap! 9.0, https://snap.berkeley.edu" version="2"><script><block s="Go0Key0receiveMessage0receiveInteraction0xml</block><custom-block s="let %s respond to %s"><block s="reportObject"><l><option>myself</option></l></block><l></l></custom-block></script></script>
Extracts the words in upper case from a text, e.g. for statistical analysis or cryptographic purposes.
AZ
Reports a list [p(category1), p(category2), LagrangeSmoothing1, LagrangeSmoothing2, probabilities1, probabilities2) for naive Bayes classification of texts.
pCat1pCat2text11i2text21i2text1text2countedWords110 countedWords210 vocabulary1column1truevocabulary2column1truetotal vocabularylengthTotalVocabularylengthVocabulary1lengthVocabulary2conditional probabilities1valueconditional probabilities2value11
this textresult1factor6result2
12resulti
key,valuetypeOfData,not setwidth,not setheight,not setminValue,not setmaxValue,not setcolumns,0rows,0maxSetValue,500key,valuelineStyle,continuouslineColor0,0,0fillColor180,180,180textHeight,12textOrientationtruewithCloseButtonfalsecloseButtonLeftfalsecloseButtonSize,15backColor230,230,230frontColor0,0,0costumeWidth,400costumeHeight,300width,400height,300offsets0,0typeOfConfiguration,MathPadlineWidth,1onlyPointsfalsedimensions,2xMin,-10xMax,10yMin,-10yMax,10zMin,-10zMax,10startPoint0,0withGrid?,0typeOfData,complex-numbernot set
\ No newline at end of file diff --git a/libraries/SciSnap3Costumedata.js b/libraries/SciSnap3Costumedata.js new file mode 100644 index 0000000000..66bd8f6a75 --- /dev/null +++ b/libraries/SciSnap3Costumedata.js @@ -0,0 +1,18 @@ +//SciSnap!3 costume data -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_costumeData()', + function () {var costumeData = "HilbertoLeft,71,92,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,85,0,3,"+"102,51,10,25,"+"93,51,8,60,"+"96,54,9,85,"+"95,52,9,59,"+"96,53,11,24,"+"128,64,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,53,8,34,"+"97,53,11,140,"+"96,53,11,215,"+"96,53,11,252,"+"96,53,11,255,"+"96,53,11,252,"+"97,52,11,214,"+"96,52,10,127,"+"91,55,18,14,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"99,52,10,49,"+"96,53,10,220,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"108,64,14,255,"+"99,56,12,255,"+"96,53,11,255,"+"96,53,11,254,"+"96,53,10,205,"+"96,48,0,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"109,73,0,7,"+"96,52,11,93,"+"96,53,11,234,"+"96,53,11,255,"+"113,69,16,255,"+"174,127,35,255,"+"236,184,54,255,"+"253,200,59,255,"+"231,181,52,255,"+"167,120,32,255,"+"108,65,15,255,"+"96,53,11,255,"+"96,53,10,178,"+"96,53,11,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"96,51,9,109,"+"96,53,11,242,"+"96,53,11,255,"+"129,86,21,255,"+"229,178,52,255,"+"253,200,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,200,59,255,"+"191,144,40,255,"+"99,56,12,255,"+"95,53,11,251,"+"94,52,9,138,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,43,0,6,"+"96,55,11,93,"+"96,53,10,247,"+"96,53,11,255,"+"138,93,24,255,"+"235,184,54,255,"+"254,201,60,255,"+"239,188,55,255,"+"209,159,45,255,"+"170,123,34,255,"+"157,112,29,255,"+"197,149,42,255,"+"244,192,57,255,"+"172,125,34,255,"+"99,56,12,255,"+"96,53,11,252,"+"96,52,7,69,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,43,0,6,"+"96,51,11,114,"+"96,53,10,249,"+"96,53,11,255,"+"152,107,28,255,"+"238,187,55,255,"+"249,197,58,255,"+"189,142,40,255,"+"129,84,21,255,"+"99,55,12,255,"+"96,53,11,255,"+"96,53,11,255,"+"99,56,12,255,"+"159,113,30,255,"+"246,194,57,255,"+"146,100,26,255,"+"96,53,11,255,"+"96,53,11,205,"+"96,53,11,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"95,53,9,86,"+"97,53,10,248,"+"96,53,11,255,"+"145,99,26,255,"+"246,194,57,255,"+"243,191,56,255,"+"145,101,26,255,"+"96,53,11,255,"+"96,53,11,254,"+"96,53,11,247,"+"96,53,10,201,"+"97,53,11,192,"+"96,53,11,253,"+"96,53,11,255,"+"180,134,37,255,"+"215,166,48,255,"+"108,65,15,255,"+"96,53,11,249,"+"96,53,10,101,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,85,0,3,"+"97,54,11,95,"+"96,53,11,244,"+"96,53,11,255,"+"143,98,25,255,"+"237,185,54,255,"+"245,193,57,255,"+"144,98,25,255,"+"97,54,11,255,"+"96,53,11,248,"+"96,53,11,160,"+"93,51,9,55,"+"0,0,0,1,"+"85,0,0,3,"+"95,54,9,137,"+"95,53,11,251,"+"97,54,11,255,"+"195,147,41,255,"+"149,103,27,255,"+"96,53,11,255,"+"96,52,10,196,"+"85,43,0,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,51,10,80,"+"96,53,11,239,"+"96,53,11,255,"+"141,97,25,255,"+"248,195,58,255,"+"254,202,60,255,"+"151,105,28,255,"+"97,53,11,255,"+"96,53,10,249,"+"96,51,12,85,"+"96,64,0,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"102,51,0,15,"+"96,52,10,180,"+"96,53,11,255,"+"111,68,15,255,"+"173,127,34,255,"+"97,53,11,255,"+"96,53,11,252,"+"97,55,9,84,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,49,11,47,"+"97,54,10,227,"+"96,53,11,255,"+"130,86,21,255,"+"231,180,53,255,"+"255,202,60,255,"+"227,176,51,255,"+"110,67,15,255,"+"96,53,11,249,"+"96,52,11,112,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"99,52,10,49,"+"96,53,11,212,"+"96,53,11,254,"+"95,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"97,53,11,211,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"94,52,10,49,"+"97,52,11,224,"+"96,53,11,255,"+"118,74,18,255,"+"230,178,52,255,"+"255,202,60,255,"+"255,202,60,255,"+"204,154,44,255,"+"102,59,13,255,"+"96,53,10,223,"+"99,52,12,44,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,52,7,39,"+"97,53,10,155,"+"96,52,11,239,"+"96,53,11,254,"+"96,53,11,253,"+"97,53,10,153,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"97,61,12,21,"+"96,53,11,189,"+"96,53,11,255,"+"112,69,15,255,"+"226,176,51,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"218,168,48,255,"+"108,64,15,255,"+"96,52,11,248,"+"96,52,9,88,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"102,51,0,5,"+"96,48,5,48,"+"100,50,6,41,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"73,73,0,7,"+"95,52,11,166,"+"96,53,11,253,"+"98,55,11,255,"+"205,156,44,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,199,59,255,"+"139,94,24,255,"+"96,53,11,255,"+"96,53,10,202,"+"90,45,0,17,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,0,0,2,"+"96,53,11,165,"+"96,53,11,254,"+"96,53,10,255,"+"211,163,47,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"241,190,55,255,"+"101,59,12,255,"+"96,53,11,255,"+"97,52,10,200,"+"77,51,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,51,9,109,"+"96,53,11,245,"+"100,57,12,255,"+"173,127,35,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"192,143,40,255,"+"105,61,13,255,"+"96,53,11,253,"+"96,52,9,167,"+"93,58,12,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"94,52,5,54,"+"96,52,11,238,"+"96,53,11,255,"+"138,93,24,255,"+"245,193,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"250,197,58,255,"+"175,128,35,255,"+"97,54,11,255,"+"96,52,11,253,"+"95,53,10,210,"+"95,47,6,43,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,52,7,39,"+"96,53,12,242,"+"96,53,11,255,"+"124,79,19,255,"+"250,198,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"182,136,37,255,"+"108,64,14,255,"+"96,53,11,255,"+"96,53,11,230,"+"96,52,12,88,"+"73,36,0,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,43,43,6,"+"109,73,36,7,"+"128,43,43,6,"+"0,0,0,1,"+"0,0,0,0,"+"102,51,13,20,"+"97,52,10,200,"+"96,53,11,255,"+"124,80,19,255,"+"231,180,52,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"242,190,56,255,"+"189,141,40,255,"+"171,123,34,255,"+"193,145,41,255,"+"243,191,56,255,"+"254,202,60,255,"+"253,201,59,255,"+"210,161,46,255,"+"117,73,17,255,"+"96,53,11,255,"+"96,52,10,248,"+"95,52,10,158,"+"93,54,8,33,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"93,58,12,22,"+"95,53,9,163,"+"96,52,10,253,"+"96,53,11,255,"+"96,53,11,254,"+"96,53,11,192,"+"97,55,12,42,"+"97,54,11,190,"+"96,53,11,255,"+"97,54,11,255,"+"211,162,47,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"206,156,45,255,"+"101,58,13,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"99,56,12,255,"+"189,139,39,255,"+"253,201,59,255,"+"255,202,60,255,"+"254,201,59,255,"+"140,95,24,255,"+"97,54,11,255,"+"96,53,11,255,"+"96,53,10,228,"+"99,57,7,36,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"64,64,0,4,"+"97,55,9,84,"+"97,54,10,243,"+"97,55,13,255,"+"128,94,62,255,"+"128,94,62,255,"+"118,82,47,255,"+"98,55,13,255,"+"96,53,11,255,"+"96,53,11,255,"+"98,55,11,255,"+"185,137,39,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"248,196,58,255,"+"174,128,34,255,"+"96,53,11,255,"+"96,53,11,255,"+"97,53,11,232,"+"96,52,11,191,"+"96,53,10,233,"+"96,53,11,254,"+"96,53,11,255,"+"154,108,29,255,"+"234,183,53,255,"+"255,202,60,255,"+"248,196,58,255,"+"186,139,39,255,"+"110,66,15,255,"+"96,53,11,255,"+"95,53,10,251,"+"96,53,9,111,"+"85,43,0,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,57,0,9,"+"98,55,7,70,"+"97,55,11,168,"+"96,53,11,217,"+"96,53,10,245,"+"113,74,37,255,"+"208,196,184,255,"+"242,239,236,255,"+"243,239,236,255,"+"239,235,231,255,"+"227,220,213,255,"+"137,106,76,255,"+"96,53,11,255,"+"97,54,11,255,"+"116,72,17,255,"+"207,158,45,255,"+"254,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"192,144,40,255,"+"100,57,12,255,"+"96,53,11,254,"+"96,52,9,148,"+"97,53,9,29,"+"96,48,16,16,"+"93,51,8,30,"+"95,51,8,124,"+"97,53,11,251,"+"97,54,11,255,"+"135,89,23,255,"+"244,192,56,255,"+"255,202,60,255,"+"254,202,60,255,"+"229,178,52,255,"+"133,88,22,255,"+"96,53,11,255,"+"96,53,11,247,"+"96,52,11,143,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"102,51,13,20,"+"97,54,11,179,"+"96,53,11,255,"+"96,53,11,255,"+"96,52,11,255,"+"107,67,28,255,"+"135,103,72,255,"+"211,199,190,254,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,253,255,"+"152,124,98,255,"+"116,79,43,255,"+"96,53,11,255,"+"99,56,12,255,"+"185,138,38,254,"+"251,199,59,255,"+"255,202,60,255,"+"240,189,55,255,"+"103,60,12,255,"+"96,53,11,255,"+"96,53,11,164,"+"102,51,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,0,0,2,"+"98,52,11,112,"+"96,53,10,244,"+"96,53,11,255,"+"119,75,17,255,"+"221,171,49,255,"+"253,200,59,255,"+"255,202,60,255,"+"245,193,57,255,"+"148,103,26,255,"+"99,56,12,255,"+"96,53,11,255,"+"97,52,11,137,"+"85,57,0,9,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,53,10,101,"+"96,53,11,250,"+"135,104,73,255,"+"198,183,168,254,"+"204,190,177,255,"+"217,207,198,255,"+"251,250,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,254,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"229,222,216,255,"+"198,184,169,255,"+"99,57,16,255,"+"98,55,11,255,"+"154,107,28,255,"+"234,182,53,255,"+"133,88,21,255,"+"96,53,11,255,"+"95,53,10,199,"+"96,48,0,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"94,52,10,79,"+"96,53,11,231,"+"96,53,11,255,"+"110,66,15,255,"+"153,107,28,255,"+"222,172,50,255,"+"253,201,59,255,"+"252,200,59,255,"+"170,124,33,255,"+"99,56,12,255,"+"97,54,10,243,"+"96,53,9,82,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,53,11,120,"+"96,53,11,255,"+"213,202,192,254,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"211,200,189,255,"+"112,74,36,255,"+"96,53,11,255,"+"98,55,12,255,"+"96,53,11,255,"+"96,53,10,244,"+"93,49,10,52,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"92,48,9,58,"+"96,53,12,220,"+"96,53,11,253,"+"96,53,11,255,"+"96,53,11,255,"+"97,54,11,255,"+"112,68,15,255,"+"145,100,25,255,"+"109,66,15,255,"+"96,53,11,255,"+"96,52,11,167,"+"128,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"95,52,11,166,"+"96,53,11,255,"+"224,216,210,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"219,210,201,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"97,53,11,140,"+"102,51,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"99,43,14,18,"+"96,52,10,122,"+"96,52,11,191,"+"97,53,11,251,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,254,"+"95,53,10,150,"+"255,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"94,54,0,19,"+"97,53,11,250,"+"118,83,48,254,"+"254,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,253,255,"+"102,61,22,255,"+"96,53,11,255,"+"96,53,11,255,"+"98,52,7,39,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"102,51,0,10,"+"96,53,11,24,"+"97,51,10,50,"+"96,51,8,120,"+"96,53,9,189,"+"95,53,10,203,"+"98,54,9,117,"+"96,64,0,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"95,55,11,70,"+"96,54,12,255,"+"206,193,181,254,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"148,120,93,255,"+"96,53,11,255,"+"96,53,10,183,"+"128,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"100,61,23,155,"+"98,57,15,255,"+"226,219,212,254,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"220,211,202,255,"+"99,57,16,255,"+"96,53,10,231,"+"109,73,36,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"107,94,67,19,"+"96,53,12,250,"+"108,68,30,255,"+"232,226,220,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"239,235,231,255,"+"125,90,56,255,"+"96,53,11,255,"+"99,52,16,49,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,0,1,"+"101,64,30,111,"+"96,53,11,255,"+"148,120,92,255,"+"248,246,245,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,252,251,255,"+"160,134,109,255,"+"96,53,11,255,"+"97,52,10,132,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"94,67,27,19,"+"97,56,15,192,"+"96,54,12,255,"+"198,183,169,254,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"171,149,127,255,"+"96,53,11,255,"+"98,53,11,159,"+"128,64,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,56,13,78,"+"97,54,11,251,"+"144,115,88,255,"+"253,253,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"238,234,229,255,"+"98,57,15,255,"+"95,53,10,182,"+"91,55,0,14,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"95,53,10,179,"+"97,55,14,255,"+"234,229,225,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,252,252,255,"+"103,63,24,255,"+"96,53,11,207,"+"98,49,10,26,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"97,54,12,197,"+"96,53,11,255,"+"106,67,29,255,"+"191,174,158,255,"+"227,219,212,255,"+"232,226,221,255,"+"234,228,223,255,"+"237,233,228,255,"+"245,243,240,255,"+"252,252,251,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"108,69,31,255,"+"96,53,10,220,"+"93,54,8,33,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,57,16,193,"+"96,53,11,255,"+"96,53,11,255,"+"99,56,15,255,"+"110,71,33,255,"+"118,81,46,255,"+"120,84,49,255,"+"125,90,57,255,"+"136,105,74,255,"+"150,123,95,255,"+"159,135,111,255,"+"182,163,144,255,"+"212,203,192,255,"+"231,225,219,255,"+"253,252,251,255,"+"254,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"120,85,51,255,"+"97,53,10,245,"+"96,53,11,48,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"98,57,19,218,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"95,52,10,255,"+"96,54,12,255,"+"105,64,26,255,"+"108,68,30,255,"+"131,100,68,255,"+"182,164,146,255,"+"231,225,220,255,"+"234,230,225,255,"+"238,234,231,255,"+"246,244,242,255,"+"244,241,238,255,"+"204,192,179,255,"+"109,70,32,255,"+"96,53,11,255,"+"98,54,13,57,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"95,51,15,35,"+"95,53,10,251,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"97,55,13,255,"+"98,55,14,255,"+"102,60,21,255,"+"113,74,38,255,"+"106,67,28,255,"+"97,55,13,255,"+"96,53,11,255,"+"96,53,11,255,"+"98,54,13,57,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"102,51,0,10,"+"97,52,10,177,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"98,54,13,57,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"98,59,10,26,"+"97,50,11,71,"+"95,52,11,190,"+"96,53,11,253,"+"113,75,38,255,"+"171,149,129,255,"+"168,146,123,255,"+"133,102,69,255,"+"115,78,41,255,"+"101,60,20,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"98,54,13,57,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,49,10,26,"+"96,52,8,93,"+"97,53,11,140,"+"97,53,11,206,"+"96,53,10,244,"+"99,57,17,255,"+"164,139,117,255,"+"224,216,209,255,"+"250,249,248,255,"+"255,255,254,255,"+"245,242,240,255,"+"228,221,215,255,"+"211,199,187,255,"+"178,157,138,255,"+"156,131,106,255,"+"125,91,58,255,"+"120,84,49,255,"+"102,61,21,255,"+"95,52,10,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"98,54,13,57,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"94,67,40,19,"+"98,58,19,109,"+"95,52,11,235,"+"96,53,11,255,"+"99,56,15,255,"+"108,68,30,255,"+"137,105,77,255,"+"218,209,200,255,"+"253,253,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"254,254,254,255,"+"246,243,241,255,"+"201,187,175,255,"+"131,98,67,255,"+"118,81,45,255,"+"114,76,40,255,"+"113,75,38,255,"+"112,74,37,255,"+"112,74,37,255,"+"111,72,35,255,"+"108,69,30,255,"+"107,67,28,255,"+"100,58,17,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"98,55,13,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,128,128,2,"+"104,71,42,86,"+"99,60,22,196,"+"96,53,11,253,"+"116,79,43,255,"+"166,143,120,255,"+"190,173,157,255,"+"224,216,208,255,"+"253,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"254,253,253,255,"+"250,249,248,255,"+"245,243,241,255,"+"243,240,237,255,"+"240,237,233,255,"+"240,236,233,255,"+"236,231,227,255,"+"224,217,209,255,"+"219,210,201,255,"+"195,179,164,255,"+"175,153,132,255,"+"163,138,115,255,"+"149,122,94,255,"+"96,53,11,255,"+"97,53,11,134,"+"128,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"116,93,70,11,"+"102,67,35,110,"+"97,54,11,250,"+"95,53,11,255,"+"141,113,85,255,"+"241,239,235,255,"+"254,254,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"253,252,252,255,"+"252,250,250,255,"+"106,66,28,255,"+"96,53,11,253,"+"96,52,10,152,"+"102,51,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,64,0,4,"+"94,57,9,27,"+"95,53,8,67,"+"96,53,8,96,"+"96,54,11,170,"+"97,56,16,236,"+"96,53,11,254,"+"109,70,31,255,"+"184,166,149,255,"+"251,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"200,186,171,255,"+"123,88,54,255,"+"96,52,11,253,"+"96,53,10,183,"+"94,52,10,49,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"95,53,12,43,"+"96,53,9,135,"+"96,53,11,193,"+"96,53,11,216,"+"96,53,11,239,"+"97,53,10,248,"+"96,53,11,255,"+"120,84,49,255,"+"173,151,130,254,"+"225,216,209,255,"+"252,251,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,253,253,255,"+"236,231,226,255,"+"145,117,89,255,"+"97,54,13,255,"+"97,53,11,227,"+"96,53,10,130,"+"109,55,0,14,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"102,51,51,5,"+"102,66,36,50,"+"102,67,35,167,"+"96,53,12,249,"+"98,56,14,255,"+"107,68,29,255,"+"115,78,42,255,"+"133,101,69,255,"+"161,138,115,255,"+"216,207,198,255,"+"253,253,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,244,242,255,"+"160,136,111,255,"+"108,69,30,255,"+"96,53,11,255,"+"96,54,9,218,"+"96,54,8,61,"+"128,64,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"99,63,30,85,"+"96,55,13,228,"+"96,53,11,255,"+"97,55,13,255,"+"142,113,85,255,"+"172,152,132,255,"+"188,172,156,255,"+"207,196,184,255,"+"214,205,195,255,"+"228,220,214,255,"+"246,243,241,255,"+"253,253,253,255,"+"253,253,253,255,"+"253,253,253,255,"+"254,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,248,247,255,"+"216,206,196,255,"+"140,111,82,255,"+"97,55,14,255,"+"96,53,10,230,"+"97,53,12,87,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,58,20,245,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"95,52,10,255,"+"101,59,18,255,"+"110,72,33,255,"+"110,72,33,255,"+"110,72,33,255,"+"114,76,40,255,"+"151,125,99,255,"+"189,172,157,255,"+"217,207,198,255,"+"239,236,233,255,"+"250,250,249,255,"+"254,254,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"249,249,248,255,"+"154,130,107,255,"+"98,55,13,255,"+"96,53,10,246,"+"98,51,11,70,"+"128,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,52,10,244,"+"96,53,11,255,"+"97,54,11,255,"+"147,101,26,255,"+"168,121,32,255,"+"169,122,33,255,"+"169,122,33,255,"+"169,122,33,255,"+"166,120,32,255,"+"155,109,29,255,"+"133,89,22,255,"+"105,61,14,255,"+"96,53,11,255,"+"103,60,13,255,"+"113,70,16,255,"+"100,57,12,255,"+"96,53,11,255,"+"96,53,11,255,"+"106,66,28,255,"+"142,112,83,255,"+"173,151,131,255,"+"199,185,172,255,"+"231,225,219,255,"+"251,251,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"179,160,141,255,"+"106,66,27,255,"+"96,54,11,247,"+"96,55,10,125,"+"96,53,11,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"97,52,7,103,"+"96,53,11,240,"+"96,53,11,255,"+"114,70,16,255,"+"175,128,34,255,"+"233,182,53,255,"+"253,200,59,255,"+"254,201,60,255,"+"254,201,59,255,"+"251,199,59,255,"+"234,183,53,255,"+"129,84,20,255,"+"97,54,11,255,"+"172,125,34,255,"+"238,186,55,255,"+"228,178,51,255,"+"205,157,45,255,"+"169,123,34,255,"+"123,79,18,255,"+"96,53,11,255,"+"96,53,11,255,"+"101,60,20,255,"+"110,72,33,255,"+"123,88,55,255,"+"163,140,119,255,"+"243,240,238,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,250,250,255,"+"200,186,172,255,"+"106,67,29,255,"+"96,53,11,249,"+"97,53,10,221,"+"95,53,8,67,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"95,53,6,43,"+"96,52,11,168,"+"96,54,11,224,"+"96,53,11,252,"+"100,56,12,255,"+"129,84,21,255,"+"170,123,34,255,"+"197,148,42,255,"+"233,182,53,255,"+"205,156,45,255,"+"105,62,14,255,"+"111,67,16,255,"+"229,178,52,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,200,59,255,"+"219,168,48,255,"+"170,124,33,255,"+"136,91,23,255,"+"111,67,15,255,"+"103,60,13,255,"+"96,53,11,255,"+"114,77,40,255,"+"187,170,153,255,"+"236,231,227,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,239,236,255,"+"149,121,93,255,"+"101,59,19,255,"+"96,53,11,237,"+"96,53,11,135,"+"96,55,9,56,"+"98,59,20,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"64,64,0,4,"+"96,51,11,45,"+"97,53,11,97,"+"96,52,10,185,"+"96,53,10,232,"+"96,53,11,254,"+"98,55,12,255,"+"122,77,19,255,"+"117,73,17,255,"+"96,53,11,255,"+"167,120,32,255,"+"254,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"247,195,57,255,"+"223,172,50,255,"+"213,163,47,255,"+"185,138,39,255,"+"113,70,16,255,"+"97,54,12,255,"+"126,91,58,255,"+"187,171,153,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,242,239,255,"+"197,183,168,255,"+"112,74,37,255,"+"96,53,11,255,"+"96,54,11,237,"+"96,53,10,173,"+"97,51,10,50,"+"85,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"102,51,0,5,"+"101,54,7,38,"+"96,51,11,160,"+"96,53,12,242,"+"96,53,11,255,"+"106,63,13,255,"+"249,198,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"241,189,56,255,"+"151,105,27,255,"+"104,61,13,255,"+"96,53,11,255,"+"156,130,106,255,"+"247,245,243,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"250,249,248,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"252,251,250,255,"+"253,253,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"243,240,237,255,"+"173,153,134,255,"+"115,78,41,255,"+"102,60,20,255,"+"96,53,11,255,"+"97,53,12,197,"+"96,53,13,77,"+"99,57,14,18,"+"85,57,0,9,"+"102,51,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,64,0,8,"+"96,53,11,201,"+"96,53,11,255,"+"158,113,30,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,60,255,"+"215,165,47,255,"+"130,85,21,255,"+"97,54,13,255,"+"138,107,77,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"157,131,105,255,"+"163,138,114,255,"+"190,173,157,255,"+"216,206,197,255,"+"232,227,221,255,"+"240,237,233,255,"+"244,241,238,255,"+"251,249,248,255,"+"255,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,244,242,255,"+"203,190,177,255,"+"149,121,95,255,"+"110,71,33,255,"+"97,54,12,255,"+"96,53,11,212,"+"97,53,10,174,"+"96,52,10,151,"+"85,57,0,9,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"93,50,6,41,"+"96,53,11,234,"+"101,58,12,255,"+"209,159,46,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"244,192,56,255,"+"120,76,18,255,"+"96,53,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"96,53,11,255,"+"98,56,15,255,"+"102,60,20,255,"+"103,62,22,255,"+"104,63,23,255,"+"104,64,24,255,"+"110,71,33,255,"+"149,122,96,255,"+"194,180,165,255,"+"194,180,165,255,"+"194,180,165,255,"+"194,180,165,255,"+"201,188,176,255,"+"220,211,203,255,"+"220,211,202,255,"+"217,206,197,255,"+"206,194,182,255,"+"135,102,72,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,52,10,240,"+"96,64,16,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"95,52,11,89,"+"96,53,11,247,"+"116,72,17,255,"+"227,176,51,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,199,59,255,"+"237,186,54,255,"+"216,166,48,255,"+"207,158,45,255,"+"214,164,47,255,"+"234,183,53,255,"+"252,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,200,59,255,"+"230,180,52,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"220,170,49,255,"+"197,149,42,255,"+"164,118,31,255,"+"150,104,27,255,"+"137,92,24,255,"+"129,84,21,255,"+"123,79,19,255,"+"111,68,15,255,"+"101,58,12,255,"+"97,54,11,255,"+"97,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,254,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,254,"+"95,53,10,225,"+"94,50,6,46,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"97,53,10,129,"+"96,53,11,254,"+"134,89,23,255,"+"246,194,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"240,189,55,255,"+"155,108,28,255,"+"121,77,19,255,"+"110,67,17,255,"+"108,67,23,255,"+"109,66,15,255,"+"119,76,18,255,"+"143,97,25,255,"+"232,181,53,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"248,195,57,255,"+"217,167,48,255,"+"176,129,35,255,"+"164,118,33,255,"+"192,145,40,255,"+"234,183,53,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,200,59,255,"+"246,193,57,255,"+"240,188,55,255,"+"236,184,54,255,"+"228,176,51,255,"+"220,169,49,255,"+"212,164,46,255,"+"173,127,34,255,"+"100,57,12,255,"+"96,53,12,242,"+"97,52,11,118,"+"95,52,10,107,"+"95,55,12,107,"+"95,55,12,107,"+"95,55,12,107,"+"95,55,12,107,"+"97,51,10,100,"+"96,51,11,45,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,57,0,9,"+"96,53,11,164,"+"96,53,11,255,"+"152,106,27,255,"+"254,202,60,255,"+"254,201,60,255,"+"217,166,47,255,"+"105,61,13,255,"+"123,84,41,255,"+"177,156,133,255,"+"225,218,211,255,"+"242,239,235,255,"+"246,240,224,255,"+"191,156,90,255,"+"128,84,24,255,"+"109,65,15,255,"+"205,156,45,255,"+"255,202,60,255,"+"247,195,58,255,"+"229,177,52,255,"+"228,178,52,255,"+"243,191,56,255,"+"254,201,59,255,"+"255,202,60,255,"+"251,199,59,255,"+"201,152,43,255,"+"115,72,19,255,"+"106,66,26,255,"+"106,66,28,255,"+"111,72,35,255,"+"115,77,40,255,"+"101,60,21,255,"+"148,102,26,255,"+"232,181,53,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"224,174,50,255,"+"162,115,32,255,"+"136,91,23,255,"+"158,113,30,255,"+"196,147,41,255,"+"220,169,48,255,"+"239,188,55,255,"+"251,198,59,255,"+"255,202,60,255,"+"241,189,56,255,"+"113,69,16,255,"+"96,53,11,254,"+"97,53,10,105,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,59,0,13,"+"97,53,10,150,"+"95,54,10,243,"+"96,53,11,255,"+"166,119,33,255,"+"255,202,60,255,"+"239,187,54,255,"+"122,78,19,255,"+"162,117,36,255,"+"210,191,160,255,"+"151,122,95,255,"+"117,81,45,255,"+"134,101,70,255,"+"192,176,161,255,"+"255,250,236,255,"+"246,206,102,255,"+"172,125,33,255,"+"116,72,17,255,"+"175,127,35,255,"+"143,97,25,255,"+"106,62,13,255,"+"105,62,13,255,"+"133,89,23,255,"+"163,116,31,255,"+"235,184,53,255,"+"164,116,31,255,"+"108,66,20,255,"+"168,143,114,255,"+"118,82,47,255,"+"115,79,43,255,"+"124,89,55,255,"+"162,137,113,255,"+"199,184,171,255,"+"142,112,83,255,"+"123,79,19,255,"+"231,181,53,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"239,188,55,255,"+"123,78,19,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"97,54,11,255,"+"124,80,20,255,"+"152,106,28,255,"+"190,142,40,255,"+"241,190,56,255,"+"149,104,27,255,"+"96,53,11,255,"+"95,52,10,171,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"109,36,0,7,"+"95,52,9,163,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"173,126,34,255,"+"255,202,60,255,"+"184,137,38,255,"+"129,84,21,255,"+"248,211,118,255,"+"156,131,105,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,54,12,255,"+"229,223,217,255,"+"255,243,215,255,"+"249,196,58,255,"+"146,101,26,255,"+"96,53,11,255,"+"121,78,18,255,"+"211,163,46,255,"+"241,190,56,255,"+"154,108,28,255,"+"96,53,11,255,"+"101,58,12,255,"+"98,55,11,255,"+"207,171,92,255,"+"151,122,90,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"210,197,186,255,"+"250,245,232,255,"+"153,111,43,255,"+"97,54,11,255,"+"250,198,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"225,175,50,255,"+"112,69,16,255,"+"97,54,11,255,"+"139,94,24,255,"+"135,90,23,255,"+"108,64,14,255,"+"97,54,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"97,54,11,255,"+"128,84,21,255,"+"96,53,11,255,"+"96,52,11,239,"+"64,64,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,52,11,93,"+"96,53,11,242,"+"97,54,11,255,"+"102,58,13,255,"+"96,53,11,255,"+"172,125,34,255,"+"255,202,60,255,"+"126,82,20,255,"+"176,129,35,255,"+"253,231,175,255,"+"114,76,40,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"185,167,150,255,"+"255,251,240,255,"+"255,201,57,255,"+"169,122,33,255,"+"104,61,13,255,"+"254,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"212,163,47,255,"+"103,60,13,255,"+"165,119,31,255,"+"253,214,112,255,"+"144,114,84,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"199,184,170,255,"+"255,252,244,255,"+"225,188,101,255,"+"103,59,13,255,"+"189,141,39,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"249,196,58,255,"+"133,88,22,255,"+"96,53,11,255,"+"140,95,25,255,"+"249,197,58,255,"+"254,201,60,255,"+"228,178,52,255,"+"179,131,36,255,"+"152,106,28,255,"+"108,65,14,255,"+"97,54,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,254,"+"98,53,8,68,"+"85,85,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,53,11,24,"+"97,53,11,235,"+"96,53,11,255,"+"140,95,24,255,"+"143,99,26,255,"+"96,53,11,255,"+"165,118,31,255,"+"254,202,60,255,"+"118,74,17,255,"+"181,133,37,255,"+"255,225,152,255,"+"143,113,85,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"215,205,195,255,"+"255,248,233,255,"+"255,201,59,255,"+"175,127,35,255,"+"102,58,12,255,"+"254,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"246,193,57,255,"+"101,58,12,255,"+"232,181,53,255,"+"254,215,112,255,"+"147,118,89,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"207,194,181,255,"+"255,251,239,255,"+"255,211,95,255,"+"113,70,16,255,"+"151,105,27,255,"+"254,201,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"222,172,50,255,"+"99,55,12,255,"+"97,53,11,255,"+"150,104,26,255,"+"253,200,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"250,198,58,255,"+"233,181,53,255,"+"192,144,40,255,"+"111,68,14,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,234,"+"97,51,10,124,"+"85,85,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,43,0,6,"+"96,54,9,162,"+"96,53,11,255,"+"118,74,17,255,"+"248,196,57,255,"+"160,114,31,255,"+"96,53,11,255,"+"151,105,28,255,"+"254,201,60,255,"+"168,122,33,255,"+"144,99,26,255,"+"249,202,80,255,"+"213,198,177,255,"+"121,86,51,255,"+"100,58,18,255,"+"110,71,33,255,"+"160,136,113,255,"+"255,254,251,255,"+"255,226,150,255,"+"249,197,58,255,"+"148,102,26,255,"+"125,81,19,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"245,193,57,255,"+"98,55,11,255,"+"234,183,54,255,"+"255,208,81,255,"+"239,224,191,255,"+"129,96,64,255,"+"102,60,20,255,"+"102,61,21,255,"+"155,128,102,255,"+"243,240,238,255,"+"255,241,205,255,"+"255,202,62,255,"+"115,72,16,255,"+"142,97,25,255,"+"248,196,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"176,129,35,255,"+"100,57,12,255,"+"97,54,11,255,"+"179,131,36,255,"+"251,198,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,59,255,"+"189,141,39,255,"+"124,79,19,255,"+"97,54,11,255,"+"96,53,11,255,"+"94,53,9,135,"+"96,48,0,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"93,54,10,52,"+"96,53,11,233,"+"101,57,12,255,"+"192,143,40,255,"+"254,201,60,255,"+"175,128,35,255,"+"97,54,11,255,"+"133,88,22,255,"+"245,193,57,255,"+"231,181,52,255,"+"117,73,17,255,"+"175,128,35,255,"+"253,218,125,255,"+"231,220,200,255,"+"206,194,181,255,"+"220,211,203,255,"+"254,253,252,255,"+"255,235,183,255,"+"254,204,71,255,"+"198,150,42,255,"+"111,68,15,255,"+"224,174,50,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"249,197,58,255,"+"123,79,19,255,"+"207,159,45,255,"+"255,202,60,255,"+"255,213,103,255,"+"246,239,224,255,"+"209,197,184,255,"+"210,198,186,255,"+"248,246,244,255,"+"255,239,199,255,"+"255,208,84,255,"+"249,197,58,255,"+"106,63,14,255,"+"140,95,25,255,"+"246,195,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"246,194,57,255,"+"153,107,28,255,"+"96,53,11,255,"+"106,62,14,255,"+"182,135,38,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"235,184,54,255,"+"173,126,35,255,"+"98,55,11,255,"+"96,53,11,255,"+"96,52,9,146,"+"93,46,0,11,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"95,54,8,123,"+"96,53,11,254,"+"121,77,19,255,"+"235,183,54,255,"+"255,202,60,255,"+"200,151,43,255,"+"101,58,13,255,"+"115,71,17,255,"+"226,176,51,255,"+"254,201,60,255,"+"186,138,38,255,"+"102,58,13,255,"+"147,101,26,255,"+"235,184,56,255,"+"247,214,130,255,"+"250,221,151,255,"+"248,199,73,255,"+"238,187,54,255,"+"158,112,29,255,"+"99,56,12,255,"+"187,139,39,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,60,255,"+"178,131,36,255,"+"101,57,11,255,"+"246,194,57,255,"+"255,202,60,255,"+"255,202,61,255,"+"255,215,111,255,"+"255,229,165,255,"+"255,212,102,255,"+"255,202,60,255,"+"254,201,60,255,"+"175,126,35,255,"+"97,54,11,255,"+"147,102,27,255,"+"251,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,201,59,255,"+"128,83,20,255,"+"97,54,11,255,"+"96,53,11,255,"+"179,132,36,255,"+"252,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,200,59,255,"+"170,123,33,255,"+"97,54,11,255,"+"96,53,11,252,"+"95,53,11,97,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,85,0,3,"+"96,53,11,188,"+"96,53,11,255,"+"161,114,30,255,"+"254,202,60,255,"+"255,202,60,255,"+"231,181,53,255,"+"109,65,15,255,"+"100,57,12,255,"+"204,154,44,255,"+"255,202,60,255,"+"254,201,60,255,"+"201,152,43,255,"+"145,99,26,255,"+"102,59,12,255,"+"122,79,19,255,"+"140,95,25,255,"+"128,83,20,255,"+"102,59,12,255,"+"139,94,24,255,"+"195,146,41,255,"+"253,200,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"232,181,53,255,"+"122,78,19,255,"+"126,82,20,255,"+"220,170,49,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"248,196,58,255,"+"174,126,35,255,"+"110,67,15,255,"+"105,63,14,255,"+"147,102,27,255,"+"252,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,199,59,255,"+"150,104,27,255,"+"98,55,12,255,"+"103,60,13,255,"+"175,129,35,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"247,195,57,255,"+"152,106,28,255,"+"96,53,11,255,"+"97,53,11,235,"+"95,55,10,51,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,64,0,12,"+"96,53,10,244,"+"96,53,11,255,"+"216,167,48,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,200,59,255,"+"132,87,21,255,"+"96,53,11,255,"+"143,99,25,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"249,197,58,255,"+"240,188,55,255,"+"228,178,51,255,"+"214,166,47,255,"+"225,175,50,255,"+"239,188,55,255,"+"248,196,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"243,191,57,255,"+"134,89,21,255,"+"105,61,14,255,"+"114,69,16,255,"+"163,116,32,255,"+"183,137,37,255,"+"140,95,24,255,"+"110,66,15,255,"+"101,58,12,255,"+"187,138,38,255,"+"124,80,19,255,"+"147,102,27,255,"+"252,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"248,196,58,255,"+"137,92,23,255,"+"96,53,11,255,"+"99,56,12,255,"+"163,116,31,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"249,197,58,255,"+"126,82,20,255,"+"96,53,11,255,"+"96,52,10,202,"+"102,51,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"97,50,8,66,"+"96,53,11,255,"+"107,63,14,255,"+"250,198,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"213,164,47,255,"+"97,53,11,255,"+"100,57,12,255,"+"226,175,51,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"245,196,65,255,"+"222,183,77,255,"+"240,194,67,255,"+"210,175,84,255,"+"216,180,80,255,"+"225,185,75,255,"+"209,175,84,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,200,59,255,"+"194,146,40,255,"+"146,99,26,255,"+"142,97,25,255,"+"140,95,24,255,"+"144,98,25,255,"+"157,110,29,255,"+"242,191,55,255,"+"255,202,60,255,"+"112,68,14,255,"+"149,104,27,255,"+"253,200,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,59,255,"+"151,105,27,255,"+"99,56,12,255,"+"98,56,12,255,"+"179,131,36,255,"+"252,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"209,159,45,255,"+"104,61,13,255,"+"96,53,10,244,"+"96,54,9,85,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,53,9,115,"+"96,53,11,255,"+"131,87,21,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"249,197,58,255,"+"103,60,13,255,"+"96,53,11,255,"+"130,86,21,255,"+"250,198,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"242,194,66,255,"+"172,154,104,255,"+"163,148,110,255,"+"154,144,114,255,"+"135,132,125,255,"+"150,142,115,255,"+"130,129,128,255,"+"133,131,125,255,"+"148,140,117,255,"+"139,135,122,255,"+"238,192,67,255,"+"192,165,94,255,"+"251,200,62,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,199,59,255,"+"249,197,58,255,"+"253,201,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"112,68,14,255,"+"150,104,27,255,"+"253,201,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"246,193,57,255,"+"150,104,27,255,"+"96,53,11,255,"+"105,61,13,255,"+"194,146,40,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"247,196,58,255,"+"140,94,25,255,"+"96,53,11,255,"+"97,51,11,169,"+"128,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,51,11,141,"+"96,53,11,255,"+"147,101,27,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,200,60,255,"+"179,132,36,255,"+"96,53,11,255,"+"96,53,11,255,"+"99,56,12,255,"+"186,137,39,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"210,176,84,255,"+"134,132,126,255,"+"142,137,121,255,"+"147,139,118,255,"+"166,150,107,255,"+"144,137,120,255,"+"131,130,128,255,"+"129,129,128,255,"+"136,134,124,255,"+"129,129,129,255,"+"129,129,128,255,"+"144,138,120,254,"+"139,135,123,255,"+"218,180,78,255,"+"245,197,64,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"115,72,17,255,"+"148,103,27,255,"+"252,200,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,201,59,255,"+"134,89,22,255,"+"97,54,11,255,"+"96,53,10,255,"+"209,160,45,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"202,153,43,255,"+"96,53,11,255,"+"96,53,12,241,"+"102,34,0,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,51,9,135,"+"96,53,11,255,"+"141,96,25,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"215,165,48,255,"+"106,62,14,255,"+"96,53,11,252,"+"96,53,10,221,"+"96,53,11,255,"+"114,70,16,255,"+"223,172,50,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"247,198,64,255,"+"212,177,83,255,"+"212,167,58,255,"+"168,120,33,255,"+"170,130,50,255,"+"171,148,93,255,"+"203,172,87,255,"+"181,159,100,254,"+"218,180,79,253,"+"142,137,121,255,"+"173,154,103,255,"+"149,141,117,255,"+"131,130,127,255,"+"130,129,129,255,"+"191,164,94,255,"+"254,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"127,83,20,255,"+"147,102,27,255,"+"252,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"213,164,47,255,"+"99,56,12,255,"+"96,53,11,255,"+"115,71,16,255,"+"220,170,49,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"249,197,58,255,"+"113,69,16,255,"+"96,53,11,255,"+"98,52,8,94,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,52,9,88,"+"96,53,11,255,"+"104,61,13,255,"+"251,198,58,255,"+"255,202,60,255,"+"249,197,58,255,"+"132,88,22,255,"+"96,53,11,255,"+"97,53,11,208,"+"99,52,6,44,"+"96,53,11,241,"+"96,53,11,255,"+"102,59,13,255,"+"239,188,55,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,61,255,"+"153,142,115,255,"+"167,143,88,255,"+"118,74,17,255,"+"96,54,11,255,"+"100,57,12,255,"+"105,61,13,255,"+"108,65,15,255,"+"113,69,15,255,"+"115,73,19,255,"+"164,119,33,255,"+"248,197,61,255,"+"182,160,98,255,"+"129,129,129,255,"+"135,133,125,255,"+"221,183,77,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"128,83,20,255,"+"147,102,27,255,"+"252,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,200,59,255,"+"111,68,15,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"114,70,16,255,"+"249,197,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"153,108,28,255,"+"96,53,11,255,"+"98,52,11,167,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,64,21,12,"+"96,53,10,222,"+"96,53,11,255,"+"136,92,23,255,"+"190,143,40,255,"+"129,85,21,255,"+"96,53,11,255,"+"97,53,11,240,"+"96,53,10,77,"+"0,0,0,0,"+"94,50,6,46,"+"96,52,10,220,"+"96,53,11,255,"+"126,82,20,255,"+"223,173,50,255,"+"255,202,60,255,"+"254,202,60,255,"+"167,151,107,255,"+"163,149,110,255,"+"242,194,63,255,"+"225,176,52,254,"+"176,129,35,255,"+"151,104,27,255,"+"100,57,12,255,"+"108,64,14,255,"+"124,80,19,255,"+"107,64,14,255,"+"98,55,11,255,"+"142,97,26,255,"+"130,108,78,255,"+"129,129,128,255,"+"215,179,81,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"128,83,20,255,"+"147,102,27,255,"+"252,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"247,195,57,255,"+"157,112,30,255,"+"96,53,11,255,"+"95,52,10,230,"+"96,51,10,104,"+"96,53,11,228,"+"96,53,11,255,"+"131,87,22,255,"+"233,182,53,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"173,127,35,255,"+"96,53,11,255,"+"95,53,10,198,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"96,52,10,98,"+"96,53,10,245,"+"96,53,11,255,"+"97,54,11,255,"+"96,53,11,255,"+"96,53,11,240,"+"95,51,7,75,"+"0,0,0,1,"+"0,0,0,0,"+"128,0,0,2,"+"96,52,11,69,"+"95,52,10,244,"+"96,53,11,255,"+"115,70,16,255,"+"198,149,42,255,"+"255,202,60,255,"+"231,188,71,255,"+"135,132,125,255,"+"162,148,110,255,"+"175,156,103,255,"+"253,201,60,255,"+"231,180,52,255,"+"98,55,11,255,"+"102,59,13,255,"+"110,67,15,255,"+"102,59,13,255,"+"160,114,30,255,"+"133,89,22,255,"+"141,96,26,255,"+"139,135,122,255,"+"210,176,83,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"128,83,20,255,"+"147,102,27,255,"+"252,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"192,144,40,255,"+"102,59,13,255,"+"96,53,11,252,"+"95,53,8,124,"+"85,85,0,3,"+"95,52,9,83,"+"96,54,11,238,"+"97,54,11,255,"+"135,90,22,255,"+"245,194,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"146,101,26,255,"+"96,53,11,255,"+"96,52,9,168,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,0,0,2,"+"98,55,8,60,"+"96,53,9,193,"+"96,53,11,205,"+"96,52,11,191,"+"92,53,9,58,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"94,47,5,49,"+"96,53,10,223,"+"96,53,11,254,"+"100,57,12,255,"+"172,125,34,255,"+"236,184,54,255,"+"162,148,110,255,"+"129,129,128,255,"+"147,139,119,255,"+"234,190,70,255,"+"251,200,62,255,"+"242,191,56,255,"+"226,176,53,255,"+"209,162,46,255,"+"204,159,51,255,"+"171,152,103,255,"+"227,186,74,255,"+"250,199,63,255,"+"217,180,79,255,"+"240,194,68,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"127,83,20,255,"+"147,102,27,255,"+"252,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,200,59,255,"+"208,159,45,255,"+"99,56,12,255,"+"96,53,11,255,"+"97,52,10,187,"+"102,51,0,10,"+"0,0,0,0,"+"128,0,0,2,"+"95,53,9,110,"+"96,53,11,242,"+"96,53,11,255,"+"107,64,13,255,"+"199,152,43,255,"+"169,123,33,255,"+"97,54,11,255,"+"96,53,11,249,"+"95,51,11,70,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"64,64,0,4,"+"85,57,0,9,"+"64,64,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,51,6,45,"+"96,52,10,180,"+"96,53,11,255,"+"97,54,11,255,"+"124,80,19,255,"+"144,117,70,255,"+"129,128,128,255,"+"133,131,126,255,"+"151,142,116,255,"+"176,155,102,255,"+"222,183,77,255,"+"183,160,98,255,"+"179,158,101,255,"+"164,149,109,255,"+"132,131,126,255,"+"200,170,89,255,"+"172,153,105,255,"+"163,148,110,255,"+"251,200,62,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,60,255,"+"115,70,16,255,"+"149,103,27,255,"+"253,200,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"197,149,42,255,"+"107,63,14,255,"+"96,53,11,255,"+"96,53,10,178,"+"90,45,0,17,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,128,0,2,"+"97,53,9,87,"+"96,53,10,223,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,252,"+"97,53,11,158,"+"64,64,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,85,0,3,"+"96,53,10,106,"+"96,53,10,244,"+"96,53,11,255,"+"100,63,27,255,"+"124,118,113,255,"+"129,129,129,255,"+"129,129,129,255,"+"129,129,129,255,"+"139,134,123,255,"+"133,131,127,255,"+"131,130,128,255,"+"129,129,129,255,"+"143,136,120,255,"+"133,131,126,255,"+"134,132,125,255,"+"216,180,81,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"231,180,52,255,"+"102,59,13,255,"+"180,133,36,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,200,59,255,"+"192,144,40,255,"+"98,55,12,255,"+"96,53,11,255,"+"97,53,10,203,"+"91,55,9,28,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"92,51,10,25,"+"95,52,10,177,"+"96,54,11,242,"+"96,53,11,239,"+"98,53,9,115,"+"73,36,0,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,0,0,2,"+"97,51,10,50,"+"96,53,10,149,"+"98,58,19,227,"+"122,114,105,255,"+"129,129,129,255,"+"129,129,129,255,"+"129,129,129,255,"+"129,129,128,255,"+"139,134,122,255,"+"154,143,114,255,"+"131,130,127,255,"+"175,156,103,255,"+"196,168,91,255,"+"244,195,65,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,201,60,255,"+"237,186,54,255,"+"207,158,45,255,"+"188,139,39,255,"+"159,112,30,255,"+"98,55,12,255,"+"156,110,29,255,"+"245,193,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,200,59,255,"+"174,127,35,255,"+"97,54,11,255,"+"96,53,11,254,"+"97,53,10,179,"+"93,46,8,33,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"102,51,0,10,"+"96,32,0,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"64,64,0,4,"+"98,53,15,34,"+"114,95,79,123,"+"128,125,124,254,"+"123,117,111,255,"+"128,128,128,255,"+"129,129,129,255,"+"130,130,128,255,"+"130,128,125,255,"+"111,88,64,255,"+"121,78,21,255,"+"133,88,22,255,"+"138,93,23,255,"+"142,97,24,255,"+"143,97,24,255,"+"138,93,23,255,"+"131,86,22,255,"+"121,76,18,255,"+"111,67,16,255,"+"103,60,13,255,"+"98,55,12,255,"+"96,53,11,255,"+"96,53,11,255,"+"100,56,12,255,"+"121,77,18,255,"+"203,155,43,255,"+"254,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,199,59,255,"+"151,105,28,255,"+"96,53,11,255,"+"95,52,10,180,"+"89,51,13,20,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"128,124,121,76,"+"129,126,125,242,"+"128,128,128,195,"+"128,128,127,199,"+"124,117,111,218,"+"106,77,50,248,"+"96,53,12,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"108,65,15,255,"+"129,84,21,255,"+"138,92,23,255,"+"100,57,12,255,"+"96,53,11,255,"+"96,53,11,255,"+"99,56,12,255,"+"165,119,31,255,"+"244,192,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"176,128,35,255,"+"96,53,11,255,"+"96,53,10,197,"+"94,54,13,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"123,123,123,27,"+"129,129,129,85,"+"127,127,127,14,"+"128,113,113,18,"+"101,67,34,38,"+"96,53,9,189,"+"96,53,11,255,"+"124,80,19,255,"+"178,132,36,255,"+"171,124,34,255,"+"165,119,32,255,"+"119,75,18,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"183,135,38,255,"+"241,190,56,255,"+"251,198,58,255,"+"111,68,15,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"98,55,11,255,"+"134,89,22,255,"+"233,182,53,255,"+"255,202,60,255,"+"255,202,60,255,"+"217,167,48,255,"+"96,53,11,255,"+"95,52,10,243,"+"101,54,7,38,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"97,54,10,221,"+"96,53,11,255,"+"185,138,38,255,"+"255,202,60,255,"+"255,202,60,255,"+"221,170,49,255,"+"114,71,17,255,"+"96,53,11,254,"+"96,53,10,245,"+"95,53,11,254,"+"96,53,11,255,"+"125,81,20,255,"+"254,201,60,255,"+"255,202,60,255,"+"111,68,14,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,51,11,144,"+"96,53,11,242,"+"96,53,11,255,"+"135,90,23,255,"+"239,188,55,255,"+"255,202,60,255,"+"250,198,58,255,"+"100,57,12,255,"+"96,53,11,255,"+"96,54,13,61,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"109,73,0,7,"+"97,53,11,251,"+"96,53,11,255,"+"234,184,53,255,"+"255,202,60,255,"+"220,171,49,255,"+"124,79,19,255,"+"96,53,11,255,"+"96,52,11,229,"+"98,53,9,86,"+"96,54,11,238,"+"96,53,11,255,"+"96,53,11,255,"+"222,173,50,255,"+"255,202,60,255,"+"108,64,14,255,"+"96,53,11,255,"+"96,53,11,255,"+"90,53,8,34,"+"96,52,8,93,"+"96,52,10,248,"+"96,53,11,255,"+"145,100,26,255,"+"247,195,58,255,"+"254,202,60,255,"+"109,66,14,255,"+"96,53,11,255,"+"97,52,10,79,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,57,14,18,"+"96,53,11,255,"+"98,55,12,255,"+"254,202,60,255,"+"219,170,49,255,"+"111,67,16,255,"+"96,53,11,255,"+"97,53,10,245,"+"94,57,0,27,"+"0,0,0,0,"+"95,54,10,185,"+"96,53,11,255,"+"96,53,11,255,"+"131,87,21,255,"+"250,199,58,255,"+"105,61,13,255,"+"96,53,11,255,"+"96,53,11,255,"+"102,51,0,15,"+"128,0,0,2,"+"94,49,8,68,"+"96,53,10,250,"+"96,53,11,255,"+"151,105,27,255,"+"252,200,59,255,"+"115,70,16,255,"+"96,53,11,255,"+"96,51,9,85,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,46,13,39,"+"96,53,11,255,"+"100,57,12,255,"+"202,153,43,255,"+"116,72,17,255,"+"96,53,11,255,"+"96,53,10,225,"+"97,53,8,63,"+"0,0,0,0,"+"0,0,0,0,"+"88,44,9,29,"+"96,53,11,254,"+"96,53,11,255,"+"112,68,16,255,"+"194,146,41,255,"+"100,57,12,255,"+"96,53,11,255,"+"97,53,11,240,"+"102,51,51,5,"+"0,0,0,0,"+"0,0,0,0,"+"96,52,10,122,"+"96,52,11,248,"+"106,62,14,255,"+"201,153,43,255,"+"105,62,13,255,"+"96,53,11,255,"+"96,52,14,74,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,53,8,34,"+"96,53,11,255,"+"97,54,11,255,"+"102,59,13,255,"+"96,53,11,255,"+"97,54,10,227,"+"93,54,5,52,"+"128,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"97,53,10,211,"+"96,53,11,255,"+"98,55,12,255,"+"107,63,14,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,10,149,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,48,16,16,"+"96,53,12,199,"+"96,53,11,255,"+"113,69,16,255,"+"96,53,11,255,"+"97,53,11,242,"+"97,55,12,42,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,57,28,9,"+"97,53,10,227,"+"96,53,11,253,"+"95,52,10,243,"+"97,53,10,177,"+"93,46,12,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"95,53,9,86,"+"96,53,11,250,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"97,52,10,243,"+"93,51,13,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"97,49,12,63,"+"97,53,11,237,"+"96,53,11,255,"+"97,53,11,251,"+"95,53,10,150,"+"96,64,0,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"94,52,10,49,"+"96,53,10,106,"+"97,54,10,76,"+"102,51,17,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"97,49,12,21,"+"96,52,10,176,"+"96,53,11,255,"+"96,53,11,255,"+"96,52,10,253,"+"96,53,10,125,"+"85,57,0,9,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"95,51,11,70,"+"96,53,10,125,"+"97,51,10,100,"+"93,46,12,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"96,51,9,85,"+"97,52,9,113,"+"95,58,7,35,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"HilbertoRight,71,92,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,64,0,4,"+"96,53,11,24,"+"95,52,9,59,"+"96,54,9,85,"+"93,51,8,60,"+"102,51,10,25,"+"85,85,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"91,55,18,14,"+"96,52,10,127,"+"97,52,11,214,"+"96,53,11,252,"+"96,53,11,255,"+"96,53,11,252,"+"96,53,11,215,"+"97,53,11,140,"+"98,53,8,34,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,48,0,16,"+"96,53,10,205,"+"96,53,11,254,"+"96,53,11,255,"+"99,56,12,255,"+"108,64,14,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,10,220,"+"99,52,10,49,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,53,11,24,"+"96,53,10,178,"+"96,53,11,255,"+"108,65,15,255,"+"167,120,32,255,"+"231,181,52,255,"+"253,200,59,255,"+"236,184,54,255,"+"174,127,35,255,"+"113,69,16,255,"+"96,53,11,255,"+"96,53,11,234,"+"96,52,11,93,"+"109,73,0,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"94,52,9,138,"+"95,53,11,251,"+"99,56,12,255,"+"191,144,40,255,"+"252,200,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,200,59,255,"+"229,178,52,255,"+"129,86,21,255,"+"96,53,11,255,"+"96,53,11,242,"+"96,51,9,109,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,52,7,69,"+"96,53,11,252,"+"99,56,12,255,"+"172,125,34,255,"+"244,192,57,255,"+"197,149,42,255,"+"157,112,29,255,"+"170,123,34,255,"+"209,159,45,255,"+"239,188,55,255,"+"254,201,60,255,"+"235,184,54,255,"+"138,93,24,255,"+"96,53,11,255,"+"96,53,10,247,"+"96,55,11,93,"+"85,43,0,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,53,11,24,"+"96,53,11,205,"+"96,53,11,255,"+"146,100,26,255,"+"246,194,57,255,"+"159,113,30,255,"+"99,56,12,255,"+"96,53,11,255,"+"96,53,11,255,"+"99,55,12,255,"+"129,84,21,255,"+"189,142,40,255,"+"249,197,58,255,"+"238,187,55,255,"+"152,107,28,255,"+"96,53,11,255,"+"96,53,10,249,"+"96,51,11,114,"+"85,43,0,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,53,10,101,"+"96,53,11,249,"+"108,65,15,255,"+"215,166,48,255,"+"180,134,37,255,"+"96,53,11,255,"+"96,53,11,253,"+"97,53,11,192,"+"96,53,10,201,"+"96,53,11,247,"+"96,53,11,254,"+"96,53,11,255,"+"145,101,26,255,"+"243,191,56,255,"+"246,194,57,255,"+"145,99,26,255,"+"96,53,11,255,"+"97,53,10,248,"+"95,53,9,86,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,43,0,6,"+"96,52,10,196,"+"96,53,11,255,"+"149,103,27,255,"+"195,147,41,255,"+"97,54,11,255,"+"95,53,11,251,"+"95,54,9,137,"+"85,0,0,3,"+"0,0,0,1,"+"93,51,9,55,"+"96,53,11,160,"+"96,53,11,248,"+"97,54,11,255,"+"144,98,25,255,"+"245,193,57,255,"+"237,185,54,255,"+"143,98,25,255,"+"96,53,11,255,"+"96,53,11,244,"+"97,54,11,95,"+"85,85,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"97,55,9,84,"+"96,53,11,252,"+"97,53,11,255,"+"173,127,34,255,"+"111,68,15,255,"+"96,53,11,255,"+"96,52,10,180,"+"102,51,0,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,64,0,8,"+"96,51,12,85,"+"96,53,10,249,"+"97,53,11,255,"+"151,105,28,255,"+"254,202,60,255,"+"248,195,58,255,"+"141,97,25,255,"+"96,53,11,255,"+"96,53,11,239,"+"96,51,10,80,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"97,53,11,211,"+"96,53,11,255,"+"96,53,11,255,"+"95,53,11,255,"+"96,53,11,254,"+"96,53,11,212,"+"99,52,10,49,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,52,11,112,"+"96,53,11,249,"+"110,67,15,255,"+"227,176,51,255,"+"255,202,60,255,"+"231,180,53,255,"+"130,86,21,255,"+"96,53,11,255,"+"97,54,10,227,"+"98,49,11,47,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"97,53,10,153,"+"96,53,11,253,"+"96,53,11,254,"+"96,52,11,239,"+"97,53,10,155,"+"98,52,7,39,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"99,52,12,44,"+"96,53,10,223,"+"102,59,13,255,"+"204,154,44,255,"+"255,202,60,255,"+"255,202,60,255,"+"230,178,52,255,"+"118,74,18,255,"+"96,53,11,255,"+"97,52,11,224,"+"94,52,10,49,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"100,50,6,41,"+"96,48,5,48,"+"102,51,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,52,9,88,"+"96,52,11,248,"+"108,64,15,255,"+"218,168,48,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"226,176,51,255,"+"112,69,15,255,"+"96,53,11,255,"+"96,53,11,189,"+"97,61,12,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"90,45,0,17,"+"96,53,10,202,"+"96,53,11,255,"+"139,94,24,255,"+"251,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"205,156,44,255,"+"98,55,11,255,"+"96,53,11,253,"+"95,52,11,166,"+"73,73,0,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"77,51,0,10,"+"97,52,10,200,"+"96,53,11,255,"+"101,59,12,255,"+"241,190,55,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"211,163,47,255,"+"96,53,10,255,"+"96,53,11,254,"+"96,53,11,165,"+"128,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"93,58,12,22,"+"96,52,9,167,"+"96,53,11,253,"+"105,61,13,255,"+"192,143,40,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"173,127,35,255,"+"100,57,12,255,"+"96,53,11,245,"+"96,51,9,109,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"95,47,6,43,"+"95,53,10,210,"+"96,52,11,253,"+"97,54,11,255,"+"175,128,35,255,"+"250,197,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"245,193,57,255,"+"138,93,24,255,"+"96,53,11,255,"+"96,52,11,238,"+"94,52,5,54,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"73,36,0,7,"+"96,52,12,88,"+"96,53,11,230,"+"96,53,11,255,"+"108,64,14,255,"+"182,136,37,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"250,198,58,255,"+"124,79,19,255,"+"96,53,11,255,"+"96,53,12,242,"+"98,52,7,39,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"93,54,8,33,"+"95,52,10,158,"+"96,52,10,248,"+"96,53,11,255,"+"117,73,17,255,"+"210,161,46,255,"+"253,201,59,255,"+"254,202,60,255,"+"243,191,56,255,"+"193,145,41,255,"+"171,123,34,255,"+"189,141,40,255,"+"242,190,56,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"231,180,52,255,"+"124,80,19,255,"+"96,53,11,255,"+"97,52,10,200,"+"102,51,13,20,"+"0,0,0,0,"+"0,0,0,1,"+"128,43,43,6,"+"109,73,36,7,"+"85,43,43,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"99,57,7,36,"+"96,53,10,228,"+"96,53,11,255,"+"97,54,11,255,"+"140,95,24,255,"+"254,201,59,255,"+"255,202,60,255,"+"253,201,59,255,"+"189,139,39,255,"+"99,56,12,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"101,58,13,255,"+"206,156,45,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"211,162,47,255,"+"97,54,11,255,"+"96,53,11,255,"+"97,54,11,190,"+"97,55,12,42,"+"96,53,11,192,"+"96,53,11,254,"+"96,53,11,255,"+"96,52,10,253,"+"95,53,9,163,"+"93,58,12,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,43,0,12,"+"96,53,9,111,"+"95,53,10,251,"+"96,53,11,255,"+"110,66,15,255,"+"186,139,39,255,"+"248,196,58,255,"+"255,202,60,255,"+"234,183,53,255,"+"154,108,29,255,"+"96,53,11,255,"+"96,53,11,254,"+"96,53,10,233,"+"96,52,11,191,"+"97,53,11,232,"+"96,53,11,255,"+"96,53,11,255,"+"174,128,34,255,"+"248,196,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"185,137,39,255,"+"98,55,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"98,55,13,255,"+"118,82,47,255,"+"128,94,62,255,"+"128,94,62,255,"+"97,55,13,255,"+"97,54,10,243,"+"97,55,9,84,"+"64,64,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"96,52,11,143,"+"96,53,11,247,"+"96,53,11,255,"+"133,88,22,255,"+"229,178,52,255,"+"254,202,60,255,"+"255,202,60,255,"+"244,192,56,255,"+"135,89,23,255,"+"97,54,11,255,"+"97,53,11,251,"+"95,51,8,124,"+"93,51,8,30,"+"96,48,16,16,"+"97,53,9,29,"+"96,52,9,148,"+"96,53,11,254,"+"100,57,12,255,"+"192,144,40,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,60,255,"+"207,158,45,255,"+"116,72,17,255,"+"97,54,11,255,"+"96,53,11,255,"+"137,106,76,255,"+"227,220,213,255,"+"239,235,231,255,"+"243,239,236,255,"+"242,239,236,255,"+"208,196,184,255,"+"113,74,37,255,"+"96,53,10,245,"+"96,53,11,217,"+"97,55,11,168,"+"98,55,7,70,"+"85,57,0,9,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,57,0,9,"+"97,52,11,137,"+"96,53,11,255,"+"99,56,12,255,"+"148,103,26,255,"+"245,193,57,255,"+"255,202,60,255,"+"253,200,59,255,"+"221,171,49,255,"+"119,75,17,255,"+"96,53,11,255,"+"96,53,10,244,"+"98,52,11,112,"+"128,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"102,51,0,10,"+"96,53,11,164,"+"96,53,11,255,"+"103,60,12,255,"+"240,189,55,255,"+"255,202,60,255,"+"251,199,59,255,"+"185,138,38,254,"+"99,56,12,255,"+"96,53,11,255,"+"116,79,43,255,"+"152,124,98,255,"+"254,254,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"211,199,190,254,"+"135,103,72,255,"+"107,67,28,255,"+"96,52,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"97,54,11,179,"+"102,51,13,20,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,53,9,82,"+"97,54,10,243,"+"99,56,12,255,"+"170,124,33,255,"+"252,200,59,255,"+"253,201,59,255,"+"222,172,50,255,"+"153,107,28,255,"+"110,66,15,255,"+"96,53,11,255,"+"96,53,11,231,"+"94,52,10,79,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,48,0,16,"+"95,53,10,199,"+"96,53,11,255,"+"133,88,21,255,"+"234,182,53,255,"+"154,107,28,255,"+"98,55,11,255,"+"99,57,16,255,"+"198,184,169,255,"+"229,222,216,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,254,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,250,249,255,"+"217,207,198,255,"+"204,190,177,255,"+"198,183,168,254,"+"135,104,73,255,"+"96,53,11,250,"+"96,53,10,101,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,0,0,2,"+"96,52,11,167,"+"96,53,11,255,"+"109,66,15,255,"+"145,100,25,255,"+"112,68,15,255,"+"97,54,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,253,"+"96,53,12,220,"+"92,48,9,58,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"93,49,10,52,"+"96,53,10,244,"+"96,53,11,255,"+"98,55,12,255,"+"96,53,11,255,"+"112,74,36,255,"+"211,200,189,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"213,202,192,254,"+"96,53,11,255,"+"98,53,11,120,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,0,0,1,"+"95,53,10,150,"+"96,53,11,254,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"97,53,11,251,"+"96,52,11,191,"+"96,52,10,122,"+"99,43,14,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"102,51,0,5,"+"97,53,11,140,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"219,210,201,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"224,216,210,255,"+"96,53,11,255,"+"95,52,11,166,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,64,0,16,"+"98,54,9,117,"+"95,53,10,203,"+"96,53,9,189,"+"96,51,8,120,"+"97,51,10,50,"+"96,53,11,24,"+"102,51,0,10,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,52,7,39,"+"96,53,11,255,"+"96,53,11,255,"+"102,61,22,255,"+"254,254,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,253,253,255,"+"118,83,48,254,"+"97,53,11,250,"+"94,54,0,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,0,0,2,"+"96,53,10,183,"+"96,53,11,255,"+"148,120,93,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"206,193,181,254,"+"96,54,12,255,"+"95,55,11,70,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"109,73,36,7,"+"96,53,10,231,"+"99,57,16,255,"+"220,211,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"226,219,212,254,"+"98,57,15,255,"+"100,61,23,155,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"99,52,16,49,"+"96,53,11,255,"+"125,90,56,255,"+"239,235,231,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"232,226,220,255,"+"108,68,30,255,"+"96,53,12,250,"+"107,94,67,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"97,52,10,132,"+"96,53,11,255,"+"160,134,109,255,"+"253,252,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,246,245,255,"+"148,120,92,255,"+"96,53,11,255,"+"101,64,30,111,"+"255,255,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,64,0,4,"+"98,53,11,159,"+"96,53,11,255,"+"171,149,127,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"198,183,169,254,"+"96,54,12,255,"+"97,56,15,192,"+"94,67,27,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"91,55,0,14,"+"95,53,10,182,"+"98,57,15,255,"+"238,234,229,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,252,255,"+"144,115,88,255,"+"97,54,11,251,"+"98,56,13,78,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,49,10,26,"+"96,53,11,207,"+"103,63,24,255,"+"253,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"234,229,225,255,"+"97,55,14,255,"+"95,53,10,179,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"93,54,8,33,"+"96,53,10,220,"+"108,69,31,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"252,252,251,255,"+"245,243,240,255,"+"237,233,228,255,"+"234,228,223,255,"+"232,226,221,255,"+"227,219,212,255,"+"191,174,158,255,"+"106,67,29,255,"+"96,53,11,255,"+"97,54,12,197,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,53,11,48,"+"97,53,10,245,"+"120,85,51,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,253,253,255,"+"253,252,251,255,"+"231,225,219,255,"+"212,203,192,255,"+"182,163,144,255,"+"159,135,111,255,"+"150,123,95,255,"+"136,105,74,255,"+"125,90,57,255,"+"120,84,49,255,"+"118,81,46,255,"+"110,71,33,255,"+"99,56,15,255,"+"96,53,11,255,"+"96,53,11,255,"+"98,57,16,193,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,54,13,57,"+"96,53,11,255,"+"109,70,32,255,"+"204,192,179,255,"+"244,241,238,255,"+"246,244,242,255,"+"238,234,231,255,"+"234,230,225,255,"+"231,225,220,255,"+"182,164,146,255,"+"131,100,68,255,"+"108,68,30,255,"+"105,64,26,255,"+"96,54,12,255,"+"95,52,10,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"98,57,19,218,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,54,13,57,"+"96,53,11,255,"+"96,53,11,255,"+"97,55,13,255,"+"106,67,28,255,"+"113,74,38,255,"+"102,60,21,255,"+"98,55,14,255,"+"97,55,13,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"95,53,10,251,"+"95,51,15,35,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,54,13,57,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"97,52,10,177,"+"102,51,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,54,13,57,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"101,60,20,255,"+"115,78,41,255,"+"133,102,69,255,"+"168,146,123,255,"+"171,149,129,255,"+"113,75,38,255,"+"96,53,11,253,"+"95,52,11,190,"+"97,50,11,71,"+"98,59,10,26,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,54,13,57,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"95,52,10,255,"+"102,61,21,255,"+"120,84,49,255,"+"125,91,58,255,"+"156,131,106,255,"+"178,157,138,255,"+"211,199,187,255,"+"228,221,215,255,"+"245,242,240,255,"+"255,255,254,255,"+"250,249,248,255,"+"224,216,209,255,"+"164,139,117,255,"+"99,57,17,255,"+"96,53,10,244,"+"97,53,11,206,"+"97,53,11,140,"+"96,52,8,93,"+"98,49,10,26,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,55,13,60,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"100,58,17,255,"+"107,67,28,255,"+"108,69,30,255,"+"111,72,35,255,"+"112,74,37,255,"+"112,74,37,255,"+"113,75,38,255,"+"114,76,40,255,"+"118,81,45,255,"+"131,98,67,255,"+"201,187,175,255,"+"246,243,241,255,"+"254,254,254,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,252,255,"+"218,209,200,255,"+"137,105,77,255,"+"108,68,30,255,"+"99,56,15,255,"+"96,53,11,255,"+"95,52,11,235,"+"98,58,19,109,"+"94,67,40,19,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,0,0,2,"+"97,53,11,134,"+"96,53,11,255,"+"149,122,94,255,"+"163,138,115,255,"+"175,153,132,255,"+"195,179,164,255,"+"219,210,201,255,"+"224,217,209,255,"+"236,231,227,255,"+"240,236,233,255,"+"240,237,233,255,"+"243,240,237,255,"+"245,243,241,255,"+"250,249,248,255,"+"254,253,253,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,252,252,255,"+"224,216,208,255,"+"190,173,157,255,"+"166,143,120,255,"+"116,79,43,255,"+"96,53,11,253,"+"99,60,22,196,"+"104,71,42,86,"+"128,128,128,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"102,51,0,10,"+"96,52,10,152,"+"96,53,11,253,"+"106,66,28,255,"+"252,250,250,255,"+"253,252,252,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,253,255,"+"241,239,235,255,"+"141,113,85,255,"+"95,53,11,255,"+"97,54,11,250,"+"102,67,35,110,"+"116,93,70,11,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"94,52,10,49,"+"96,53,10,183,"+"96,52,11,253,"+"123,88,54,255,"+"200,186,171,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,249,249,255,"+"184,166,149,255,"+"109,70,31,255,"+"96,53,11,254,"+"97,56,16,236,"+"96,54,11,170,"+"96,53,8,96,"+"95,53,8,67,"+"94,57,9,27,"+"128,64,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"109,55,0,14,"+"96,53,10,130,"+"97,53,11,227,"+"97,54,13,255,"+"145,117,89,255,"+"236,231,226,255,"+"254,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,251,250,255,"+"225,216,209,255,"+"173,151,130,254,"+"120,84,49,255,"+"96,53,11,255,"+"97,53,10,248,"+"96,53,11,239,"+"96,53,11,216,"+"96,53,11,193,"+"96,53,9,135,"+"95,53,12,43,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,64,0,4,"+"96,54,8,61,"+"96,54,9,218,"+"96,53,11,255,"+"108,69,30,255,"+"160,136,111,255,"+"246,244,242,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,252,255,"+"216,207,198,255,"+"161,138,115,255,"+"133,101,69,255,"+"115,78,42,255,"+"107,68,29,255,"+"98,56,14,255,"+"96,53,12,249,"+"102,67,35,167,"+"102,66,36,50,"+"102,51,51,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"97,53,12,87,"+"96,53,10,230,"+"97,55,14,255,"+"140,111,82,255,"+"216,206,196,255,"+"250,248,247,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,253,253,255,"+"253,253,253,255,"+"253,253,253,255,"+"253,253,253,255,"+"246,243,241,255,"+"228,220,214,255,"+"214,205,195,255,"+"207,196,184,255,"+"188,172,156,255,"+"172,152,132,255,"+"142,113,85,255,"+"97,55,13,255,"+"96,53,11,255,"+"96,55,13,228,"+"99,63,30,85,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,0,0,2,"+"98,51,11,70,"+"96,53,10,246,"+"98,55,13,255,"+"154,130,107,255,"+"249,249,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,253,255,"+"250,250,249,255,"+"239,236,233,255,"+"217,207,198,255,"+"189,172,157,255,"+"151,125,99,255,"+"114,76,40,255,"+"110,72,33,255,"+"110,72,33,255,"+"110,72,33,255,"+"101,59,18,255,"+"95,52,10,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"98,58,20,245,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,53,11,24,"+"96,55,10,125,"+"96,54,11,247,"+"106,66,27,255,"+"179,160,141,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,250,255,"+"231,225,219,255,"+"199,185,172,255,"+"173,151,131,255,"+"142,112,83,255,"+"106,66,28,255,"+"96,53,11,255,"+"96,53,11,255,"+"100,57,12,255,"+"113,70,16,255,"+"103,60,13,255,"+"96,53,11,255,"+"105,61,14,255,"+"133,89,22,255,"+"155,109,29,255,"+"166,120,32,255,"+"169,122,33,255,"+"169,122,33,255,"+"169,122,33,255,"+"168,121,32,255,"+"147,101,26,255,"+"97,54,11,255,"+"96,53,11,255,"+"96,52,10,244,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"95,53,8,67,"+"97,53,10,221,"+"96,53,11,249,"+"106,67,29,255,"+"200,186,172,255,"+"251,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"243,240,238,255,"+"163,140,119,255,"+"123,88,55,255,"+"110,72,33,255,"+"101,60,20,255,"+"96,53,11,255,"+"96,53,11,255,"+"123,79,18,255,"+"169,123,34,255,"+"205,157,45,255,"+"228,178,51,255,"+"238,186,55,255,"+"172,125,34,255,"+"97,54,11,255,"+"129,84,20,255,"+"234,183,53,255,"+"251,199,59,255,"+"254,201,59,255,"+"254,201,60,255,"+"253,200,59,255,"+"233,182,53,255,"+"175,128,34,255,"+"114,70,16,255,"+"96,53,11,255,"+"96,53,11,240,"+"97,52,7,103,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,59,20,13,"+"96,55,9,56,"+"96,53,11,135,"+"96,53,11,237,"+"101,59,19,255,"+"149,121,93,255,"+"242,239,236,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"236,231,227,255,"+"187,170,153,255,"+"114,77,40,255,"+"96,53,11,255,"+"103,60,13,255,"+"111,67,15,255,"+"136,91,23,255,"+"170,124,33,255,"+"219,168,48,255,"+"252,200,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"229,178,52,255,"+"111,67,16,255,"+"105,62,14,255,"+"205,156,45,255,"+"233,182,53,255,"+"197,148,42,255,"+"170,123,34,255,"+"129,84,21,255,"+"100,56,12,255,"+"96,53,11,252,"+"96,54,11,224,"+"96,52,11,168,"+"95,53,6,43,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,0,0,3,"+"97,51,10,50,"+"96,53,10,173,"+"96,54,11,237,"+"96,53,11,255,"+"112,74,37,255,"+"197,183,168,255,"+"245,242,239,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"187,171,153,255,"+"126,91,58,255,"+"97,54,12,255,"+"113,70,16,255,"+"185,138,39,255,"+"213,163,47,255,"+"223,172,50,255,"+"247,195,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,60,255,"+"167,120,32,255,"+"96,53,11,255,"+"117,73,17,255,"+"122,77,19,255,"+"98,55,12,255,"+"96,53,11,254,"+"96,53,10,232,"+"96,52,10,185,"+"97,53,11,97,"+"96,51,11,45,"+"64,64,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"102,51,0,5,"+"85,57,0,9,"+"99,57,14,18,"+"96,53,13,77,"+"97,53,12,197,"+"96,53,11,255,"+"102,60,20,255,"+"115,78,41,255,"+"173,153,134,255,"+"243,240,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,252,255,"+"252,251,250,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"250,249,248,255,"+"251,250,249,255,"+"251,250,249,255,"+"251,250,249,255,"+"247,245,243,255,"+"156,130,106,255,"+"96,53,11,255,"+"104,61,13,255,"+"151,105,27,255,"+"241,189,56,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"249,198,58,255,"+"106,63,13,255,"+"96,53,11,255,"+"96,53,12,242,"+"96,51,11,160,"+"101,54,7,38,"+"102,51,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,57,0,9,"+"96,52,10,151,"+"97,53,10,174,"+"96,53,11,212,"+"97,54,12,255,"+"110,71,33,255,"+"149,121,95,255,"+"203,190,177,255,"+"246,244,242,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,254,254,255,"+"251,249,248,255,"+"244,241,238,255,"+"240,237,233,255,"+"232,227,221,255,"+"216,206,197,255,"+"190,173,157,255,"+"163,138,114,255,"+"157,131,105,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"154,127,101,255,"+"138,107,77,255,"+"97,54,13,255,"+"130,85,21,255,"+"215,165,47,255,"+"254,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"158,113,30,255,"+"96,53,11,255,"+"96,53,11,201,"+"96,64,0,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,64,16,16,"+"96,52,10,240,"+"96,53,11,255,"+"96,53,11,255,"+"135,102,72,255,"+"206,194,182,255,"+"217,206,197,255,"+"220,211,202,255,"+"220,211,203,255,"+"201,188,176,255,"+"194,180,165,255,"+"194,180,165,255,"+"194,180,165,255,"+"194,180,165,255,"+"149,122,96,255,"+"110,71,33,255,"+"104,64,24,255,"+"104,63,23,255,"+"103,62,22,255,"+"102,60,20,255,"+"98,56,15,255,"+"96,53,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"95,52,11,255,"+"96,53,11,255,"+"120,76,18,255,"+"244,192,56,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"209,159,46,255,"+"101,58,12,255,"+"96,53,11,234,"+"93,50,6,41,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"94,50,6,46,"+"95,53,10,225,"+"96,53,11,254,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,254,"+"96,53,11,255,"+"96,53,11,255,"+"97,53,11,255,"+"97,54,11,255,"+"101,58,12,255,"+"111,68,15,255,"+"123,79,19,255,"+"129,84,21,255,"+"137,92,24,255,"+"150,104,27,255,"+"164,118,31,255,"+"197,149,42,255,"+"220,170,49,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"225,176,51,255,"+"230,180,52,255,"+"253,200,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,199,59,255,"+"234,183,53,255,"+"214,164,47,255,"+"207,158,45,255,"+"216,166,48,255,"+"237,186,54,255,"+"252,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"227,176,51,255,"+"116,72,17,255,"+"96,53,11,247,"+"95,52,11,89,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"96,51,11,45,"+"97,51,10,100,"+"95,55,12,107,"+"95,55,12,107,"+"95,55,12,107,"+"95,55,12,107,"+"95,52,10,107,"+"97,52,11,118,"+"96,53,12,242,"+"100,57,12,255,"+"173,127,34,255,"+"212,164,46,255,"+"220,169,49,255,"+"228,176,51,255,"+"236,184,54,255,"+"240,188,55,255,"+"246,193,57,255,"+"252,200,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,60,255,"+"234,183,53,255,"+"192,145,40,255,"+"164,118,33,255,"+"176,129,35,255,"+"217,167,48,255,"+"248,195,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"232,181,53,255,"+"143,97,25,255,"+"119,76,18,255,"+"109,66,15,255,"+"108,67,23,255,"+"110,67,17,255,"+"121,77,19,255,"+"155,108,28,255,"+"240,189,55,255,"+"255,202,60,255,"+"255,202,60,255,"+"246,194,57,255,"+"134,89,23,255,"+"96,53,11,254,"+"97,53,10,129,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"97,53,10,105,"+"96,53,11,254,"+"113,69,16,255,"+"241,189,56,255,"+"255,202,60,255,"+"251,198,59,255,"+"239,188,55,255,"+"220,169,48,255,"+"196,147,41,255,"+"158,113,30,255,"+"136,91,23,255,"+"162,115,32,255,"+"224,174,50,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"232,181,53,255,"+"148,102,26,255,"+"101,60,21,255,"+"115,77,40,255,"+"111,72,35,255,"+"106,66,28,255,"+"106,66,26,255,"+"115,72,19,255,"+"201,152,43,255,"+"251,199,59,255,"+"255,202,60,255,"+"254,201,59,255,"+"243,191,56,255,"+"228,178,52,255,"+"229,177,52,255,"+"247,195,58,255,"+"255,202,60,255,"+"205,156,45,255,"+"109,65,15,255,"+"128,84,24,255,"+"191,156,90,255,"+"246,240,224,255,"+"242,239,235,255,"+"225,218,211,255,"+"177,156,133,255,"+"123,84,41,255,"+"105,61,13,255,"+"217,166,47,255,"+"254,201,60,255,"+"254,202,60,255,"+"152,106,27,255,"+"96,53,11,255,"+"96,53,11,164,"+"85,57,0,9,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"95,52,10,171,"+"96,53,11,255,"+"149,104,27,255,"+"241,190,56,255,"+"190,142,40,255,"+"152,106,28,255,"+"124,80,20,255,"+"97,54,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"123,78,19,255,"+"239,188,55,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"231,181,53,255,"+"123,79,19,255,"+"142,112,83,255,"+"199,184,171,255,"+"162,137,113,255,"+"124,89,55,255,"+"115,79,43,255,"+"118,82,47,255,"+"168,143,114,255,"+"108,66,20,255,"+"164,116,31,255,"+"235,184,53,255,"+"163,116,31,255,"+"133,89,23,255,"+"105,62,13,255,"+"106,62,13,255,"+"143,97,25,255,"+"175,127,35,255,"+"116,72,17,255,"+"172,125,33,255,"+"246,206,102,255,"+"255,250,236,255,"+"192,176,161,255,"+"134,101,70,255,"+"117,81,45,255,"+"151,122,95,255,"+"210,191,160,255,"+"162,117,36,255,"+"122,78,19,255,"+"239,187,54,255,"+"255,202,60,255,"+"166,119,33,255,"+"96,53,11,255,"+"95,54,10,243,"+"97,53,10,150,"+"98,59,0,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"64,64,0,4,"+"96,52,11,239,"+"96,53,11,255,"+"128,84,21,255,"+"97,54,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"97,54,11,255,"+"108,64,14,255,"+"135,90,23,255,"+"139,94,24,255,"+"97,54,11,255,"+"112,69,16,255,"+"225,175,50,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"250,198,58,255,"+"97,54,11,255,"+"153,111,43,255,"+"250,245,232,255,"+"210,197,186,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"151,122,90,255,"+"207,171,92,255,"+"98,55,11,255,"+"101,58,12,255,"+"96,53,11,255,"+"154,108,28,255,"+"241,190,56,255,"+"211,163,46,255,"+"121,78,18,255,"+"96,53,11,255,"+"146,101,26,255,"+"249,196,58,255,"+"255,243,215,255,"+"229,223,217,255,"+"96,54,12,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"156,131,105,255,"+"248,211,118,255,"+"129,84,21,255,"+"184,137,38,255,"+"255,202,60,255,"+"173,126,34,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"95,52,9,163,"+"109,36,0,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,85,0,3,"+"98,53,8,68,"+"96,53,11,254,"+"96,53,11,255,"+"96,53,11,255,"+"97,54,11,255,"+"108,65,14,255,"+"152,106,28,255,"+"179,131,36,255,"+"228,178,52,255,"+"254,201,60,255,"+"249,197,58,255,"+"140,95,25,255,"+"96,53,11,255,"+"133,88,22,255,"+"249,196,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"189,141,39,255,"+"103,59,13,255,"+"225,188,101,255,"+"255,252,244,255,"+"199,184,170,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"144,114,84,255,"+"253,214,112,255,"+"165,119,31,255,"+"103,60,13,255,"+"212,163,47,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,60,255,"+"104,61,13,255,"+"169,122,33,255,"+"255,201,57,255,"+"255,251,240,255,"+"185,167,150,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"114,76,40,255,"+"253,231,175,255,"+"176,129,35,255,"+"126,82,20,255,"+"255,202,60,255,"+"172,125,34,255,"+"96,53,11,255,"+"102,58,13,255,"+"97,54,11,255,"+"96,53,11,242,"+"96,52,11,93,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,85,0,3,"+"97,51,10,124,"+"96,53,11,234,"+"96,53,11,255,"+"96,53,11,255,"+"111,68,14,255,"+"192,144,40,255,"+"233,181,53,255,"+"250,198,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,200,60,255,"+"150,104,26,255,"+"97,53,11,255,"+"99,55,12,255,"+"222,172,50,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,59,255,"+"151,105,27,255,"+"113,70,16,255,"+"255,211,95,255,"+"255,251,239,255,"+"207,194,181,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"147,118,89,255,"+"254,215,112,255,"+"232,181,53,255,"+"101,58,12,255,"+"246,193,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,60,255,"+"102,58,12,255,"+"175,127,35,255,"+"255,201,59,255,"+"255,248,233,255,"+"215,205,195,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"143,113,85,255,"+"255,225,152,255,"+"181,133,37,255,"+"118,74,17,255,"+"254,202,60,255,"+"165,118,31,255,"+"96,53,11,255,"+"143,99,26,255,"+"140,95,24,255,"+"96,53,11,255,"+"97,53,11,235,"+"96,53,11,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,48,0,16,"+"94,53,9,135,"+"96,53,11,255,"+"97,54,11,255,"+"124,79,19,255,"+"189,141,39,255,"+"254,202,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,198,59,255,"+"179,131,36,255,"+"97,54,11,255,"+"100,57,12,255,"+"176,129,35,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"248,196,58,255,"+"142,97,25,255,"+"115,72,16,255,"+"255,202,62,255,"+"255,241,205,255,"+"243,240,238,255,"+"155,128,102,255,"+"102,61,21,255,"+"102,60,20,255,"+"129,96,64,255,"+"239,224,191,255,"+"255,208,81,255,"+"234,183,54,255,"+"98,55,11,255,"+"245,193,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"125,81,19,255,"+"148,102,26,255,"+"249,197,58,255,"+"255,226,150,255,"+"255,254,251,255,"+"160,136,113,255,"+"110,71,33,255,"+"100,58,18,255,"+"121,86,51,255,"+"213,198,177,255,"+"249,202,80,255,"+"144,99,26,255,"+"168,122,33,255,"+"254,201,60,255,"+"151,105,28,255,"+"96,53,11,255,"+"160,114,31,255,"+"248,196,57,255,"+"118,74,17,255,"+"96,53,11,255,"+"96,54,9,162,"+"85,43,0,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"93,46,0,11,"+"96,52,9,146,"+"96,53,11,255,"+"98,55,11,255,"+"173,126,35,255,"+"235,184,54,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"182,135,38,255,"+"106,62,14,255,"+"96,53,11,255,"+"153,107,28,255,"+"246,194,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"246,195,57,255,"+"140,95,25,255,"+"106,63,14,255,"+"249,197,58,255,"+"255,208,84,255,"+"255,239,199,255,"+"248,246,244,255,"+"210,198,186,255,"+"209,197,184,255,"+"246,239,224,255,"+"255,213,103,255,"+"255,202,60,255,"+"207,159,45,255,"+"123,79,19,255,"+"249,197,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"224,174,50,255,"+"111,68,15,255,"+"198,150,42,255,"+"254,204,71,255,"+"255,235,183,255,"+"254,253,252,255,"+"220,211,203,255,"+"206,194,181,255,"+"231,220,200,255,"+"253,218,125,255,"+"175,128,35,255,"+"117,73,17,255,"+"231,181,52,255,"+"245,193,57,255,"+"133,88,22,255,"+"97,54,11,255,"+"175,128,35,255,"+"254,201,60,255,"+"192,143,40,255,"+"101,57,12,255,"+"96,53,11,233,"+"93,54,10,52,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"95,53,11,97,"+"96,53,11,252,"+"97,54,11,255,"+"170,123,33,255,"+"253,200,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,199,59,255,"+"179,132,36,255,"+"96,53,11,255,"+"97,54,11,255,"+"128,83,20,255,"+"253,201,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,199,59,255,"+"147,102,27,255,"+"97,54,11,255,"+"175,126,35,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,212,102,255,"+"255,229,165,255,"+"255,215,111,255,"+"255,202,61,255,"+"255,202,60,255,"+"246,194,57,255,"+"101,57,11,255,"+"178,131,36,255,"+"254,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"187,139,39,255,"+"99,56,12,255,"+"158,112,29,255,"+"238,187,54,255,"+"248,199,73,255,"+"250,221,151,255,"+"247,214,130,255,"+"235,184,56,255,"+"147,101,26,255,"+"102,58,13,255,"+"186,138,38,255,"+"254,201,60,255,"+"226,176,51,255,"+"115,71,17,255,"+"101,58,13,255,"+"200,151,43,255,"+"255,202,60,255,"+"235,183,54,255,"+"121,77,19,255,"+"96,53,11,254,"+"95,54,8,123,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"95,55,10,51,"+"97,53,11,235,"+"96,53,11,255,"+"152,106,28,255,"+"247,195,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"175,129,35,255,"+"103,60,13,255,"+"98,55,12,255,"+"150,104,27,255,"+"251,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,199,59,255,"+"147,102,27,255,"+"105,63,14,255,"+"110,67,15,255,"+"174,126,35,255,"+"248,196,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"220,170,49,255,"+"126,82,20,255,"+"122,78,19,255,"+"232,181,53,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,200,59,255,"+"195,146,41,255,"+"139,94,24,255,"+"102,59,12,255,"+"128,83,20,255,"+"140,95,25,255,"+"122,79,19,255,"+"102,59,12,255,"+"145,99,26,255,"+"201,152,43,255,"+"254,201,60,255,"+"255,202,60,255,"+"204,154,44,255,"+"100,57,12,255,"+"109,65,15,255,"+"231,181,53,255,"+"255,202,60,255,"+"254,202,60,255,"+"161,114,30,255,"+"96,53,11,255,"+"96,53,11,188,"+"85,85,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"102,51,0,10,"+"96,52,10,202,"+"96,53,11,255,"+"126,82,20,255,"+"249,197,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"163,116,31,255,"+"99,56,12,255,"+"96,53,11,255,"+"137,92,23,255,"+"248,196,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,199,59,255,"+"147,102,27,255,"+"124,80,19,255,"+"187,138,38,255,"+"101,58,12,255,"+"110,66,15,255,"+"140,95,24,255,"+"183,137,37,255,"+"163,116,32,255,"+"114,69,16,255,"+"105,61,14,255,"+"134,89,21,255,"+"243,191,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"248,196,58,255,"+"239,188,55,255,"+"225,175,50,255,"+"214,166,47,255,"+"228,178,51,255,"+"240,188,55,255,"+"249,197,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"143,99,25,255,"+"96,53,11,255,"+"132,87,21,255,"+"253,200,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"216,167,48,255,"+"96,53,11,255,"+"96,53,10,244,"+"85,64,0,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,54,9,85,"+"96,53,10,244,"+"104,61,13,255,"+"209,159,45,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,199,59,255,"+"179,131,36,255,"+"98,56,12,255,"+"99,56,12,255,"+"151,105,27,255,"+"254,201,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,200,59,255,"+"149,104,27,255,"+"112,68,14,255,"+"255,202,60,255,"+"242,191,55,255,"+"157,110,29,255,"+"144,98,25,255,"+"140,95,24,255,"+"142,97,25,255,"+"146,99,26,255,"+"194,146,40,255,"+"253,200,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"209,175,84,255,"+"225,185,75,255,"+"216,180,80,255,"+"210,175,84,255,"+"240,194,67,255,"+"222,183,77,255,"+"245,196,65,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"226,175,51,255,"+"100,57,12,255,"+"97,53,11,255,"+"213,164,47,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"250,198,58,255,"+"107,63,14,255,"+"96,53,11,255,"+"97,50,8,66,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,0,0,2,"+"97,51,11,169,"+"96,53,11,255,"+"140,94,25,255,"+"247,196,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"194,146,40,255,"+"105,61,13,255,"+"96,53,11,255,"+"150,104,27,255,"+"246,193,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,201,59,255,"+"150,104,27,255,"+"112,68,14,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,201,59,255,"+"249,197,58,255,"+"251,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,200,62,255,"+"192,165,94,255,"+"238,192,67,255,"+"139,135,122,255,"+"148,140,117,255,"+"133,131,125,255,"+"130,129,128,255,"+"150,142,115,255,"+"135,132,125,255,"+"154,144,114,255,"+"163,148,110,255,"+"172,154,104,255,"+"242,194,66,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"250,198,58,255,"+"130,86,21,255,"+"96,53,11,255,"+"103,60,13,255,"+"249,197,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"131,87,21,255,"+"96,53,11,255,"+"98,53,9,115,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"102,34,0,15,"+"96,53,12,241,"+"96,53,11,255,"+"202,153,43,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"209,160,45,255,"+"96,53,10,255,"+"97,54,11,255,"+"134,89,22,255,"+"253,201,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,200,59,255,"+"148,103,27,255,"+"115,72,17,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"245,197,64,255,"+"218,180,78,255,"+"139,135,123,255,"+"144,138,120,254,"+"129,129,128,255,"+"129,129,129,255,"+"136,134,124,255,"+"129,129,128,255,"+"131,130,128,255,"+"144,137,120,255,"+"166,150,107,255,"+"147,139,118,255,"+"142,137,121,255,"+"134,132,126,255,"+"210,176,84,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"186,137,39,255,"+"99,56,12,255,"+"96,53,11,255,"+"96,53,11,255,"+"179,132,36,255,"+"253,200,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"147,101,27,255,"+"96,53,11,255,"+"96,51,11,141,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,52,8,94,"+"96,53,11,255,"+"113,69,16,255,"+"249,197,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"220,170,49,255,"+"115,71,16,255,"+"96,53,11,255,"+"99,56,12,255,"+"213,164,47,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,199,59,255,"+"147,102,27,255,"+"127,83,20,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,60,255,"+"191,164,94,255,"+"130,129,129,255,"+"131,130,127,255,"+"149,141,117,255,"+"173,154,103,255,"+"142,137,121,255,"+"218,180,79,253,"+"181,159,100,254,"+"203,172,87,255,"+"171,148,93,255,"+"170,130,50,255,"+"168,120,33,255,"+"212,167,58,255,"+"212,177,83,255,"+"247,198,64,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"223,172,50,255,"+"114,70,16,255,"+"96,53,11,255,"+"96,53,10,221,"+"96,53,11,252,"+"106,62,14,255,"+"215,165,48,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"141,96,25,255,"+"96,53,11,255,"+"96,51,9,135,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"98,52,11,167,"+"96,53,11,255,"+"153,108,28,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"249,197,57,255,"+"114,70,16,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"111,68,15,255,"+"252,200,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,199,59,255,"+"147,102,27,255,"+"128,83,20,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"221,183,77,255,"+"135,133,125,255,"+"129,129,129,255,"+"182,160,98,255,"+"248,197,61,255,"+"164,119,33,255,"+"115,73,19,255,"+"113,69,15,255,"+"108,65,15,255,"+"105,61,13,255,"+"100,57,12,255,"+"96,54,11,255,"+"118,74,17,255,"+"167,143,88,255,"+"153,142,115,255,"+"254,201,61,255,"+"255,202,60,255,"+"255,202,60,255,"+"239,188,55,255,"+"102,59,13,255,"+"96,53,11,255,"+"96,53,11,241,"+"99,52,6,44,"+"97,53,11,208,"+"96,53,11,255,"+"132,88,22,255,"+"249,197,58,255,"+"255,202,60,255,"+"251,198,58,255,"+"104,61,13,255,"+"96,53,11,255,"+"96,52,9,88,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"95,53,10,198,"+"96,53,11,255,"+"173,127,35,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"233,182,53,255,"+"131,87,22,255,"+"96,53,11,255,"+"96,53,11,228,"+"97,52,10,103,"+"95,52,10,230,"+"96,53,11,255,"+"157,112,30,255,"+"247,195,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,199,59,255,"+"147,102,27,255,"+"128,83,20,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"215,179,81,255,"+"129,129,128,255,"+"130,108,78,255,"+"142,97,26,255,"+"98,55,11,255,"+"107,64,14,255,"+"124,80,19,255,"+"108,64,14,255,"+"100,57,12,255,"+"151,104,27,255,"+"176,129,35,255,"+"225,176,52,254,"+"242,194,63,255,"+"163,149,110,255,"+"167,151,107,255,"+"254,202,60,255,"+"255,202,60,255,"+"223,173,50,255,"+"126,82,20,255,"+"96,53,11,255,"+"96,52,10,220,"+"94,50,6,46,"+"0,0,0,0,"+"96,53,10,77,"+"97,53,11,240,"+"96,53,11,255,"+"129,85,21,255,"+"190,143,40,255,"+"136,92,23,255,"+"96,53,11,255,"+"96,53,10,222,"+"85,64,21,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,52,9,168,"+"96,53,11,255,"+"146,101,26,255,"+"255,202,60,255,"+"255,202,60,255,"+"245,194,57,255,"+"135,90,22,255,"+"97,54,11,255,"+"96,54,11,238,"+"95,52,9,83,"+"85,85,0,3,"+"95,53,8,124,"+"96,53,11,252,"+"102,59,13,255,"+"192,144,40,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,199,59,255,"+"147,102,27,255,"+"128,83,20,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"210,176,83,255,"+"139,135,122,255,"+"141,96,26,255,"+"133,89,22,255,"+"160,114,30,255,"+"102,59,13,255,"+"110,67,15,255,"+"102,59,13,255,"+"98,55,11,255,"+"231,180,52,255,"+"253,201,60,255,"+"175,156,103,255,"+"162,148,110,255,"+"135,132,125,255,"+"231,188,71,255,"+"255,202,60,255,"+"198,149,42,255,"+"115,70,16,255,"+"96,53,11,255,"+"95,52,10,244,"+"96,52,11,69,"+"128,0,0,2,"+"0,0,0,0,"+"0,0,0,1,"+"95,51,7,75,"+"96,53,11,240,"+"96,53,11,255,"+"97,54,11,255,"+"96,53,11,255,"+"96,53,10,245,"+"96,52,10,98,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"95,51,11,70,"+"96,53,11,249,"+"97,54,11,255,"+"169,123,33,255,"+"199,152,43,255,"+"107,64,13,255,"+"96,53,11,255,"+"96,53,11,242,"+"95,53,9,110,"+"128,0,0,2,"+"0,0,0,0,"+"102,51,0,10,"+"97,52,10,187,"+"96,53,11,255,"+"99,56,12,255,"+"208,159,45,255,"+"253,200,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,199,59,255,"+"147,102,27,255,"+"127,83,20,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"240,194,68,255,"+"217,180,79,255,"+"250,199,63,255,"+"227,186,74,255,"+"171,152,103,255,"+"204,159,51,255,"+"209,162,46,255,"+"226,176,53,255,"+"242,191,56,255,"+"251,200,62,255,"+"234,190,70,255,"+"147,139,119,255,"+"129,129,128,255,"+"162,148,110,255,"+"236,184,54,255,"+"172,125,34,255,"+"100,57,12,255,"+"96,53,11,254,"+"96,53,10,223,"+"94,47,5,49,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"92,53,9,58,"+"96,52,11,191,"+"96,53,11,205,"+"96,53,9,193,"+"98,55,8,60,"+"128,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"64,64,0,4,"+"97,53,11,158,"+"96,53,11,252,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,10,223,"+"97,53,9,87,"+"128,128,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"90,45,0,17,"+"96,53,10,178,"+"96,53,11,255,"+"107,63,14,255,"+"197,149,42,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,200,59,255,"+"149,103,27,255,"+"115,70,16,255,"+"254,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,200,62,255,"+"163,148,110,255,"+"172,153,105,255,"+"200,170,89,255,"+"132,131,126,255,"+"164,149,109,255,"+"179,158,101,255,"+"183,160,98,255,"+"222,183,77,255,"+"176,155,102,255,"+"151,142,116,255,"+"133,131,126,255,"+"129,128,128,255,"+"144,117,70,255,"+"124,80,19,255,"+"97,54,11,255,"+"96,53,11,255,"+"96,52,10,180,"+"96,51,6,45,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"64,64,0,4,"+"85,57,0,9,"+"64,64,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"73,36,0,7,"+"98,53,9,115,"+"96,53,11,239,"+"96,54,11,242,"+"95,52,10,177,"+"92,51,10,25,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"91,55,9,28,"+"97,53,10,203,"+"96,53,11,255,"+"98,55,12,255,"+"192,144,40,255,"+"252,200,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"180,133,36,255,"+"102,59,13,255,"+"231,180,52,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"216,180,81,255,"+"134,132,125,255,"+"133,131,126,255,"+"143,136,120,255,"+"129,129,129,255,"+"131,130,128,255,"+"133,131,127,255,"+"139,134,123,255,"+"129,129,129,255,"+"129,129,129,255,"+"129,129,129,255,"+"124,118,113,255,"+"100,63,27,255,"+"96,53,11,255,"+"96,53,10,244,"+"96,53,10,106,"+"85,85,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,32,0,8,"+"102,51,0,10,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"93,46,8,33,"+"97,53,10,179,"+"96,53,11,254,"+"97,54,11,255,"+"174,127,35,255,"+"253,200,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"245,193,57,255,"+"156,110,29,255,"+"98,55,12,255,"+"159,112,30,255,"+"188,139,39,255,"+"207,158,45,255,"+"237,186,54,255,"+"253,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"244,195,65,255,"+"196,168,91,255,"+"175,156,103,255,"+"131,130,127,255,"+"154,143,114,255,"+"139,134,122,255,"+"129,129,128,255,"+"129,129,129,255,"+"129,129,129,255,"+"129,129,129,255,"+"122,114,105,255,"+"98,58,19,227,"+"96,53,10,149,"+"97,51,10,50,"+"128,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"89,51,13,20,"+"95,52,10,180,"+"96,53,11,255,"+"151,105,28,255,"+"252,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,60,255,"+"203,155,43,255,"+"121,77,18,255,"+"100,56,12,255,"+"96,53,11,255,"+"96,53,11,255,"+"98,55,12,255,"+"103,60,13,255,"+"111,67,16,255,"+"121,76,18,255,"+"131,86,22,255,"+"138,93,23,255,"+"143,97,24,255,"+"142,97,24,255,"+"138,93,23,255,"+"133,88,22,255,"+"121,78,21,255,"+"111,88,64,255,"+"130,128,125,255,"+"130,130,128,255,"+"129,129,129,255,"+"128,128,128,255,"+"123,117,111,255,"+"128,125,124,254,"+"114,95,79,123,"+"98,53,15,34,"+"64,64,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"94,54,13,19,"+"96,53,10,197,"+"96,53,11,255,"+"176,128,35,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"244,192,57,255,"+"165,119,31,255,"+"99,56,12,255,"+"96,53,11,255,"+"96,53,11,255,"+"100,57,12,255,"+"138,92,23,255,"+"129,84,21,255,"+"108,65,15,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,12,255,"+"106,77,50,248,"+"124,117,111,218,"+"128,128,127,199,"+"128,128,128,195,"+"129,126,125,242,"+"128,124,121,76,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"101,54,7,38,"+"95,52,10,243,"+"96,53,11,255,"+"217,167,48,255,"+"255,202,60,255,"+"255,202,60,255,"+"233,182,53,255,"+"134,89,22,255,"+"98,55,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"111,68,15,255,"+"251,198,58,255,"+"241,190,56,255,"+"183,135,38,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"119,75,18,255,"+"165,119,32,255,"+"171,124,34,255,"+"178,132,36,255,"+"124,80,19,255,"+"96,53,11,255,"+"96,53,9,189,"+"101,67,34,38,"+"128,113,113,18,"+"127,127,127,14,"+"129,129,129,85,"+"123,123,123,27,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,54,13,61,"+"96,53,11,255,"+"100,57,12,255,"+"250,198,58,255,"+"255,202,60,255,"+"239,188,55,255,"+"135,90,23,255,"+"96,53,11,255,"+"96,53,11,242,"+"96,51,11,144,"+"96,53,11,255,"+"96,53,11,255,"+"111,68,14,255,"+"255,202,60,255,"+"254,201,60,255,"+"125,81,20,255,"+"96,53,11,255,"+"95,53,11,254,"+"96,53,10,245,"+"96,53,11,254,"+"114,71,17,255,"+"221,170,49,255,"+"255,202,60,255,"+"255,202,60,255,"+"185,138,38,255,"+"96,53,11,255,"+"97,54,10,221,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"97,52,10,79,"+"96,53,11,255,"+"109,66,14,255,"+"254,202,60,255,"+"247,195,58,255,"+"145,100,26,255,"+"96,53,11,255,"+"96,52,10,248,"+"96,52,8,93,"+"90,53,8,34,"+"96,53,11,255,"+"96,53,11,255,"+"108,64,14,255,"+"255,202,60,255,"+"222,173,50,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,54,11,238,"+"98,53,9,86,"+"96,52,11,229,"+"96,53,11,255,"+"124,79,19,255,"+"220,171,49,255,"+"255,202,60,255,"+"234,184,53,255,"+"96,53,11,255,"+"97,53,11,251,"+"109,73,0,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,51,9,85,"+"96,53,11,255,"+"115,70,16,255,"+"252,200,59,255,"+"151,105,27,255,"+"96,53,11,255,"+"96,53,10,250,"+"94,49,8,68,"+"128,0,0,2,"+"102,51,0,15,"+"96,53,11,255,"+"96,53,11,255,"+"105,61,13,255,"+"250,199,58,255,"+"131,87,21,255,"+"96,53,11,255,"+"96,53,11,255,"+"95,54,10,185,"+"0,0,0,0,"+"94,57,0,27,"+"97,53,10,245,"+"96,53,11,255,"+"111,67,16,255,"+"219,170,49,255,"+"254,202,60,255,"+"98,55,12,255,"+"96,53,11,255,"+"85,57,14,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,52,14,74,"+"96,53,11,255,"+"105,62,13,255,"+"201,153,43,255,"+"106,62,14,255,"+"96,52,11,248,"+"96,52,10,122,"+"0,0,0,0,"+"0,0,0,0,"+"102,51,51,5,"+"97,53,11,240,"+"96,53,11,255,"+"100,57,12,255,"+"194,146,41,255,"+"112,68,16,255,"+"96,53,11,255,"+"96,53,11,254,"+"88,44,9,29,"+"0,0,0,0,"+"0,0,0,0,"+"97,53,8,63,"+"96,53,10,225,"+"96,53,11,255,"+"116,72,17,255,"+"202,153,43,255,"+"100,57,12,255,"+"96,53,11,255,"+"98,46,13,39,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"97,55,12,42,"+"97,53,11,242,"+"96,53,11,255,"+"113,69,16,255,"+"96,53,11,255,"+"96,53,12,199,"+"96,48,16,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,53,10,149,"+"96,53,11,255,"+"96,53,11,255,"+"107,63,14,255,"+"98,55,12,255,"+"96,53,11,255,"+"97,53,10,211,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,0,0,2,"+"93,54,5,52,"+"97,54,10,227,"+"96,53,11,255,"+"102,59,13,255,"+"97,54,11,255,"+"96,53,11,255,"+"98,53,8,34,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,64,0,8,"+"95,53,10,150,"+"97,53,11,251,"+"96,53,11,255,"+"97,53,11,237,"+"97,49,12,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"93,51,13,60,"+"97,52,10,243,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,255,"+"96,53,11,250,"+"95,53,9,86,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"93,46,12,22,"+"97,53,10,177,"+"95,52,10,243,"+"96,53,11,253,"+"97,53,10,227,"+"85,57,28,9,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"93,46,12,22,"+"97,51,10,100,"+"96,53,10,125,"+"95,51,11,70,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,57,0,9,"+"96,53,10,125,"+"96,52,10,253,"+"96,53,11,255,"+"96,53,11,255,"+"96,52,10,176,"+"97,49,12,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"102,51,17,15,"+"97,54,10,76,"+"96,53,10,106,"+"94,52,10,49,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"95,58,7,35,"+"97,52,9,113,"+"96,51,9,85,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"AlbertoLeft,81,106,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"136,107,83,43,"+"104,69,40,96,"+"118,84,60,149,"+"119,86,62,157,"+"119,86,62,107,"+"147,118,103,52,"+"204,204,204,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"170,149,128,24,"+"122,91,65,200,"+"86,45,17,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"130,99,75,186,"+"195,180,180,17,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"134,105,84,97,"+"97,59,31,235,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"90,49,17,255,"+"90,48,17,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"101,65,38,220,"+"151,128,110,44,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,85,85,6,"+"106,68,42,120,"+"90,51,23,249,"+"86,45,16,255,"+"86,45,16,255,"+"125,82,26,255,"+"197,149,46,255,"+"244,192,57,255,"+"240,189,57,255,"+"185,137,42,255,"+"113,71,24,255,"+"86,45,16,255,"+"86,45,16,255,"+"96,57,30,237,"+"142,113,91,45,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"102,102,51,5,"+"100,65,37,125,"+"86,45,16,254,"+"86,45,16,255,"+"90,49,17,255,"+"154,110,36,255,"+"251,199,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,200,60,255,"+"132,88,29,255,"+"86,45,16,255,"+"86,45,16,255,"+"109,76,48,216,"+"180,165,135,17,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,128,128,2,"+"101,61,32,142,"+"86,45,16,253,"+"86,45,16,255,"+"95,54,19,255,"+"198,151,48,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"251,199,60,255,"+"252,199,60,255,"+"255,202,60,255,"+"246,194,58,255,"+"137,94,31,255,"+"86,45,16,255,"+"87,46,17,255,"+"112,77,54,152,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"146,109,109,7,"+"102,65,36,142,"+"87,47,17,252,"+"86,45,16,255,"+"102,61,21,255,"+"213,163,50,255,"+"255,202,60,255,"+"255,202,60,255,"+"230,180,55,255,"+"175,128,40,255,"+"125,83,29,255,"+"97,55,19,255,"+"105,63,22,255,"+"153,108,35,255,"+"236,185,56,255,"+"230,179,55,255,"+"101,59,20,255,"+"86,45,16,255,"+"92,52,24,244,"+"143,112,93,66,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,96,96,8,"+"109,74,51,131,"+"87,45,17,253,"+"86,45,16,255,"+"101,60,20,255,"+"228,177,54,255,"+"255,202,60,255,"+"247,195,58,255,"+"182,136,44,255,"+"93,52,18,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"120,78,27,255,"+"240,189,57,255,"+"211,162,51,255,"+"90,49,17,255,"+"86,45,16,255,"+"101,63,37,213,"+"157,137,118,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"104,67,39,137,"+"87,46,17,253,"+"86,45,16,255,"+"102,60,21,255,"+"226,176,53,255,"+"255,202,60,255,"+"231,181,55,255,"+"115,73,24,255,"+"87,46,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"98,58,31,253,"+"129,100,77,225,"+"111,77,52,247,"+"86,45,16,255,"+"86,45,16,255,"+"141,97,31,255,"+"253,200,60,255,"+"133,89,29,255,"+"86,45,16,255,"+"88,48,19,252,"+"137,109,85,84,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"85,85,85,3,"+"103,68,39,131,"+"88,47,18,250,"+"86,45,16,255,"+"100,58,20,255,"+"215,165,50,255,"+"255,202,60,255,"+"228,178,55,255,"+"113,70,23,255,"+"86,45,16,255,"+"86,45,16,255,"+"106,71,45,245,"+"141,114,93,143,"+"180,162,145,44,"+"255,255,255,5,"+"195,181,170,72,"+"113,79,54,249,"+"86,45,16,255,"+"89,48,17,255,"+"185,138,44,255,"+"216,168,55,255,"+"92,51,18,255,"+"86,45,16,255,"+"109,73,47,213,"+"187,170,153,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"153,102,102,5,"+"111,77,52,103,"+"88,48,19,249,"+"86,45,16,255,"+"96,55,19,255,"+"217,167,51,255,"+"255,202,60,255,"+"246,194,58,255,"+"112,69,23,255,"+"86,45,16,255,"+"87,47,18,255,"+"118,86,62,226,"+"198,183,171,67,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"207,199,191,91,"+"95,57,29,246,"+"86,45,16,255,"+"90,49,17,255,"+"191,145,51,255,"+"135,93,32,255,"+"86,45,16,255,"+"86,46,17,255,"+"133,101,80,96,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"120,88,61,96,"+"87,47,17,252,"+"86,45,16,255,"+"92,52,18,255,"+"206,158,52,255,"+"254,201,60,255,"+"255,202,60,255,"+"186,138,44,255,"+"87,46,16,255,"+"86,45,16,255,"+"123,91,67,221,"+"209,197,185,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"123,89,65,129,"+"87,47,17,255,"+"86,45,16,255,"+"89,48,17,255,"+"97,56,19,255,"+"86,45,16,255,"+"86,45,16,255,"+"104,68,41,192,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"119,83,59,86,"+"90,51,22,240,"+"86,45,16,255,"+"90,49,17,255,"+"192,145,46,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"118,76,25,255,"+"86,45,16,255,"+"101,63,37,250,"+"200,187,173,56,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,128,128,4,"+"113,76,51,120,"+"89,49,20,251,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"93,54,27,227,"+"255,223,223,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,0,0,1,"+"130,101,82,53,"+"92,52,23,234,"+"86,45,16,255,"+"89,48,17,255,"+"185,138,44,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,199,60,255,"+"102,61,21,255,"+"86,45,16,255,"+"104,66,40,219,"+"204,204,204,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,128,128,2,"+"128,99,78,72,"+"98,60,33,192,"+"95,57,28,234,"+"89,49,20,243,"+"89,49,20,240,"+"103,65,38,134,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"143,118,106,41,"+"93,53,25,247,"+"86,45,16,255,"+"87,46,16,255,"+"159,115,38,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"137,95,31,255,"+"86,45,16,255,"+"89,49,21,255,"+"183,163,154,78,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,0,0,1,"+"204,204,153,5,"+"197,185,162,22,"+"196,177,177,13,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"155,127,109,28,"+"100,63,36,211,"+"86,45,16,255,"+"86,45,16,255,"+"151,106,35,255,"+"252,200,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"214,164,51,255,"+"89,48,17,255,"+"86,45,16,255,"+"106,70,45,221,"+"175,159,143,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"198,198,198,9,"+"109,76,48,191,"+"86,45,16,255,"+"86,45,16,255,"+"135,92,30,255,"+"248,195,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"249,197,59,255,"+"129,86,28,255,"+"86,45,16,255,"+"87,46,17,255,"+"141,114,93,190,"+"206,194,182,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"204,153,153,5,"+"128,96,75,181,"+"86,45,16,255,"+"86,45,16,255,"+"102,60,21,255,"+"240,188,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"243,191,59,255,"+"102,60,21,255,"+"86,45,16,255,"+"86,45,16,255,"+"149,122,104,186,"+"219,219,219,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"141,114,93,121,"+"87,47,18,254,"+"86,45,16,255,"+"105,64,21,255,"+"236,185,56,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"208,159,49,255,"+"91,49,17,255,"+"86,45,16,255,"+"89,49,20,255,"+"131,100,79,201,"+"242,228,228,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"152,126,108,87,"+"94,55,27,253,"+"86,45,16,255,"+"94,53,19,255,"+"202,153,48,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"202,154,49,255,"+"94,52,18,255,"+"86,45,16,255,"+"87,46,17,255,"+"128,98,76,235,"+"174,152,137,69,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"197,181,165,31,"+"102,66,39,240,"+"86,45,16,255,"+"87,46,16,255,"+"182,135,43,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"221,171,55,255,"+"102,60,21,255,"+"86,45,16,255,"+"86,45,16,255,"+"96,56,27,253,"+"163,143,124,125,"+"204,204,204,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"191,173,164,28,"+"101,65,38,229,"+"86,45,16,255,"+"86,45,16,255,"+"175,128,39,255,"+"251,198,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"223,172,52,255,"+"201,153,47,255,"+"207,158,48,255,"+"237,185,55,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"238,186,56,255,"+"143,99,31,255,"+"86,45,16,255,"+"86,45,16,255,"+"89,49,21,253,"+"107,74,46,209,"+"185,170,155,33,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"221,204,187,15,"+"125,94,72,192,"+"86,46,17,255,"+"86,45,16,255,"+"135,91,29,255,"+"253,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"250,198,60,255,"+"190,143,43,255,"+"114,71,23,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"131,87,28,255,"+"211,162,50,255,"+"254,201,60,255,"+"255,202,60,255,"+"249,196,58,255,"+"171,125,39,255,"+"95,53,18,255,"+"86,45,16,255,"+"86,45,16,255,"+"105,68,42,231,"+"123,92,67,91,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"170,170,170,3,"+"139,110,90,162,"+"86,45,16,255,"+"86,45,16,255,"+"108,66,22,255,"+"248,196,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"249,197,60,255,"+"141,98,34,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,46,17,255,"+"89,48,19,253,"+"87,46,18,254,"+"86,45,16,255,"+"86,45,16,255,"+"89,48,17,255,"+"182,136,47,255,"+"250,197,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"217,168,52,255,"+"113,70,23,255,"+"86,45,16,255,"+"86,45,16,255,"+"89,48,19,252,"+"126,88,66,128,"+"128,96,96,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"169,150,132,133,"+"90,51,21,252,"+"86,45,16,255,"+"91,49,17,255,"+"226,176,53,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,200,60,255,"+"148,104,36,255,"+"87,46,16,255,"+"86,45,16,255,"+"91,51,23,253,"+"155,130,114,174,"+"131,106,81,41,"+"171,149,134,82,"+"129,99,76,235,"+"88,47,18,255,"+"86,45,16,255,"+"86,45,16,255,"+"163,116,37,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"246,194,58,255,"+"157,113,37,255,"+"88,47,17,255,"+"86,45,16,255,"+"86,45,17,254,"+"105,70,43,172,"+"170,142,113,9,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"172,151,136,86,"+"94,56,28,248,"+"86,45,16,255,"+"93,52,18,255,"+"209,160,49,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"183,136,44,255,"+"86,45,16,255,"+"86,45,16,255,"+"104,67,41,242,"+"171,153,138,100,"+"255,255,191,4,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,19,"+"153,128,109,147,"+"95,58,30,252,"+"86,45,16,255,"+"86,45,16,255,"+"156,111,35,255,"+"251,199,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"200,152,47,255,"+"104,62,22,255,"+"86,45,16,255,"+"86,45,16,255,"+"104,67,40,174,"+"153,153,153,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"170,128,128,6,"+"201,188,174,19,"+"128,128,128,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"171,150,134,61,"+"107,70,44,248,"+"86,45,16,255,"+"88,47,16,255,"+"178,131,40,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"223,173,54,255,"+"96,54,19,255,"+"86,45,16,255,"+"93,55,26,251,"+"157,136,115,109,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"166,146,129,103,"+"95,56,28,245,"+"86,45,16,255,"+"86,45,16,255,"+"127,85,29,255,"+"226,175,54,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"227,176,53,255,"+"107,66,23,255,"+"86,45,16,255,"+"86,45,16,255,"+"115,79,56,164,"+"146,146,109,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"140,115,102,20,"+"102,65,38,216,"+"91,50,22,243,"+"135,108,86,125,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"232,220,220,22,"+"114,81,57,228,"+"86,45,16,255,"+"86,45,16,255,"+"148,104,35,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"127,84,28,255,"+"86,45,16,255,"+"87,47,18,255,"+"155,132,114,145,"+"255,128,128,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"192,183,164,53,"+"97,60,31,239,"+"86,45,16,255,"+"86,45,16,255,"+"91,49,17,255,"+"145,101,34,255,"+"232,181,56,255,"+"252,200,60,255,"+"255,202,60,255,"+"242,190,57,255,"+"103,62,21,255,"+"86,45,16,255,"+"88,48,19,251,"+"137,108,85,78,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"177,157,137,13,"+"105,68,42,211,"+"86,45,16,255,"+"86,45,16,255,"+"89,50,20,241,"+"132,104,76,27,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"184,170,156,18,"+"118,84,59,207,"+"87,46,17,255,"+"86,45,16,255,"+"124,81,28,255,"+"243,191,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"189,143,47,255,"+"89,48,17,255,"+"86,45,16,255,"+"112,79,53,223,"+"182,170,146,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"139,110,87,44,"+"111,75,49,198,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"102,60,21,255,"+"128,84,28,255,"+"138,94,31,255,"+"109,67,23,255,"+"86,45,16,255,"+"86,45,16,255,"+"103,65,40,191,"+"255,255,255,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"114,83,60,98,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"116,83,56,147,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"191,175,175,16,"+"140,110,90,179,"+"88,47,19,255,"+"86,45,16,255,"+"111,68,23,255,"+"239,188,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"237,186,56,255,"+"94,52,18,255,"+"86,45,16,255,"+"97,59,32,246,"+"188,174,159,69,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"191,191,128,4,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"170,149,149,12,"+"116,85,62,132,"+"98,61,33,217,"+"88,49,19,251,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"106,72,45,194,"+"255,255,255,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"106,72,44,180,"+"86,45,16,255,"+"86,45,16,255,"+"88,47,16,255,"+"86,45,16,255,"+"95,55,26,242,"+"255,255,255,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"129,101,79,146,"+"86,45,16,255,"+"86,45,16,255,"+"98,57,20,255,"+"239,187,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"181,134,42,255,"+"86,45,16,255,"+"86,45,16,255,"+"128,97,73,174,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"187,170,153,15,"+"139,108,86,127,"+"126,96,73,209,"+"133,103,82,153,"+"194,158,158,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"181,164,147,45,"+"117,86,61,146,"+"109,74,49,224,"+"93,53,25,244,"+"90,50,20,254,"+"86,45,16,254,"+"89,48,19,251,"+"97,60,30,218,"+"157,131,105,39,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"223,223,223,8,"+"96,58,30,239,"+"86,45,16,255,"+"126,83,27,255,"+"144,99,32,255,"+"86,45,16,255,"+"88,49,20,254,"+"147,121,96,40,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,128,128,2,"+"141,116,94,128,"+"91,53,24,251,"+"86,45,16,255,"+"91,50,17,255,"+"207,158,50,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"243,191,58,255,"+"103,61,21,255,"+"86,45,16,255,"+"102,65,38,248,"+"188,174,166,57,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"133,99,78,75,"+"96,58,32,225,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"96,59,32,225,"+"128,99,85,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,2,"+"191,179,166,20,"+"124,95,73,35,"+"99,57,35,36,"+"115,90,58,31,"+"191,191,191,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"152,124,106,82,"+"88,47,18,253,"+"86,45,16,255,"+"197,149,45,255,"+"164,118,37,255,"+"86,45,16,255,"+"86,45,16,255,"+"139,109,90,68,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"144,117,95,83,"+"93,53,25,244,"+"86,45,16,255,"+"91,51,18,255,"+"197,149,48,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,62,255,"+"254,207,82,255,"+"255,202,60,255,"+"177,130,42,255,"+"86,45,16,255,"+"86,45,16,255,"+"142,114,97,163,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"128,128,128,2,"+"112,78,53,82,"+"90,51,21,241,"+"86,45,16,255,"+"87,46,16,255,"+"98,56,19,255,"+"87,46,16,255,"+"86,45,16,255,"+"126,97,72,113,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"131,103,80,166,"+"86,45,16,255,"+"92,50,17,255,"+"237,186,55,255,"+"185,138,44,255,"+"87,46,17,255,"+"86,45,16,255,"+"119,84,60,94,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"158,130,113,63,"+"93,54,25,253,"+"86,45,16,255,"+"88,47,17,255,"+"170,124,41,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,213,107,255,"+"255,205,72,255,"+"253,220,130,255,"+"253,249,238,255,"+"255,203,64,255,"+"120,77,26,255,"+"86,45,16,255,"+"90,50,21,253,"+"167,139,125,55,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"123,92,70,91,"+"88,48,18,255,"+"86,45,16,255,"+"88,47,17,255,"+"148,104,34,255,"+"245,195,62,255,"+"93,52,18,255,"+"86,45,16,255,"+"97,62,34,157,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,204,5,"+"99,63,34,208,"+"86,45,16,255,"+"102,60,20,255,"+"244,192,57,255,"+"214,167,58,255,"+"199,186,177,255,"+"129,100,79,255,"+"118,84,61,121,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"179,159,145,37,"+"104,68,42,224,"+"86,45,16,255,"+"86,45,16,255,"+"159,114,37,255,"+"253,200,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,207,80,255,"+"253,251,245,255,"+"253,225,150,255,"+"253,245,224,255,"+"252,244,224,255,"+"219,171,60,255,"+"90,48,17,255,"+"86,45,16,255,"+"128,97,76,215,"+"223,191,191,8,"+"0,0,0,0,"+"255,255,255,1,"+"164,143,122,98,"+"94,56,28,243,"+"86,45,16,255,"+"87,46,16,255,"+"173,127,41,255,"+"252,200,60,255,"+"236,185,55,255,"+"89,48,17,255,"+"86,45,16,255,"+"132,103,80,131,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"143,112,96,16,"+"94,55,27,230,"+"86,45,16,255,"+"115,72,24,255,"+"253,200,59,255,"+"253,216,114,255,"+"253,253,253,255,"+"168,147,134,255,"+"115,80,55,166,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"215,201,201,19,"+"115,82,57,206,"+"86,45,16,255,"+"86,45,16,255,"+"142,100,40,255,"+"249,196,59,255,"+"255,202,61,255,"+"254,221,137,255,"+"253,225,151,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,216,115,255,"+"253,251,245,255,"+"252,209,96,255,"+"253,253,253,255,"+"246,216,138,255,"+"129,86,29,255,"+"86,45,16,255,"+"92,52,23,250,"+"184,165,150,68,"+"0,0,0,0,"+"255,255,255,2,"+"193,178,169,86,"+"102,65,39,242,"+"86,45,16,255,"+"88,47,17,255,"+"168,123,40,255,"+"252,199,60,255,"+"255,202,60,255,"+"164,118,37,255,"+"86,45,16,255,"+"89,50,20,252,"+"146,121,103,42,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"137,109,91,28,"+"94,54,26,245,"+"86,45,16,255,"+"130,87,30,255,"+"254,204,70,255,"+"251,200,65,255,"+"253,253,253,255,"+"169,149,136,255,"+"128,97,76,226,"+"255,255,219,7,"+"0,0,0,0,"+"0,0,0,0,"+"191,191,175,16,"+"139,109,89,204,"+"87,46,17,255,"+"86,45,16,255,"+"112,77,48,255,"+"243,240,238,255,"+"253,213,106,255,"+"255,204,67,255,"+"253,246,228,255,"+"253,230,171,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,238,198,255,"+"253,241,210,255,"+"254,220,131,255,"+"253,252,250,255,"+"226,182,77,255,"+"89,47,17,255,"+"86,45,16,255,"+"102,66,38,215,"+"0,0,0,0,"+"255,255,255,1,"+"205,193,181,86,"+"108,75,49,254,"+"86,45,16,255,"+"87,46,16,255,"+"145,101,33,255,"+"252,199,60,255,"+"255,202,60,255,"+"249,197,59,255,"+"109,67,22,255,"+"86,45,16,255,"+"92,52,24,229,"+"137,98,78,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"167,146,130,61,"+"89,49,19,252,"+"86,45,16,255,"+"166,129,71,255,"+"253,247,231,255,"+"254,207,82,255,"+"253,253,253,255,"+"232,227,224,255,"+"93,55,26,254,"+"173,155,139,150,"+"255,255,255,1,"+"255,255,255,5,"+"146,123,103,176,"+"87,46,17,255,"+"86,45,16,255,"+"106,64,22,255,"+"234,222,198,255,"+"253,253,253,255,"+"253,209,90,255,"+"254,210,94,255,"+"253,252,248,255,"+"254,217,120,255,"+"255,202,60,255,"+"254,210,91,255,"+"253,252,250,255,"+"254,215,109,255,"+"253,238,197,255,"+"251,238,204,255,"+"190,145,50,255,"+"86,45,16,255,"+"86,45,16,255,"+"127,98,75,149,"+"0,0,0,0,"+"218,208,204,104,"+"114,79,54,244,"+"86,45,16,255,"+"86,45,16,255,"+"136,92,32,255,"+"251,198,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,224,153,255,"+"166,146,130,255,"+"86,45,16,255,"+"120,86,65,183,"+"128,128,128,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"157,132,111,133,"+"87,47,18,255,"+"86,45,16,255,"+"202,165,86,255,"+"253,252,251,255,"+"254,217,117,255,"+"248,218,140,255,"+"252,252,250,255,"+"145,119,100,255,"+"92,52,23,253,"+"118,85,60,195,"+"132,104,82,189,"+"91,51,23,255,"+"86,45,16,255,"+"97,56,19,255,"+"204,166,88,255,"+"253,252,249,255,"+"252,230,171,255,"+"255,202,60,255,"+"253,228,159,255,"+"253,252,249,255,"+"254,204,70,255,"+"255,203,62,255,"+"253,235,187,255,"+"252,247,232,255,"+"255,204,68,255,"+"253,245,222,255,"+"249,233,192,255,"+"128,86,30,255,"+"86,45,16,255,"+"96,58,30,255,"+"198,186,175,89,"+"166,145,132,135,"+"107,71,46,245,"+"86,45,16,255,"+"86,45,16,255,"+"125,86,44,255,"+"233,221,199,255,"+"254,217,120,255,"+"255,202,60,255,"+"254,212,100,255,"+"253,251,246,255,"+"167,147,132,255,"+"91,52,24,255,"+"165,143,124,68,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"145,119,101,218,"+"86,45,16,255,"+"89,48,17,255,"+"242,193,71,255,"+"253,248,236,255,"+"254,220,130,255,"+"254,206,78,255,"+"253,250,243,255,"+"210,201,194,255,"+"110,75,50,255,"+"86,45,16,255,"+"86,45,16,255,"+"89,49,20,255,"+"90,50,19,255,"+"192,147,52,255,"+"248,218,140,255,"+"253,252,248,255,"+"254,210,91,255,"+"255,202,62,255,"+"253,240,205,255,"+"253,233,184,255,"+"255,202,60,255,"+"255,205,73,255,"+"253,249,237,255,"+"252,226,154,255,"+"255,205,73,255,"+"253,250,242,255,"+"230,201,134,255,"+"87,46,16,255,"+"86,45,16,255,"+"91,51,22,255,"+"106,72,45,253,"+"86,45,16,255,"+"86,45,16,255,"+"87,46,16,255,"+"119,77,28,255,"+"236,216,169,255,"+"253,252,248,255,"+"253,221,135,255,"+"255,203,64,255,"+"253,242,213,255,"+"230,225,221,255,"+"101,63,36,255,"+"111,77,51,210,"+"191,191,191,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"239,239,239,31,"+"102,64,38,248,"+"86,45,16,255,"+"114,72,25,255,"+"253,201,62,255,"+"253,243,217,255,"+"254,232,174,255,"+"255,202,60,255,"+"251,209,94,255,"+"253,252,250,255,"+"192,178,167,255,"+"86,45,16,255,"+"100,63,37,255,"+"233,228,225,255,"+"228,212,179,255,"+"244,196,69,255,"+"252,243,221,255,"+"253,248,234,255,"+"255,203,66,255,"+"255,205,74,255,"+"253,253,251,255,"+"252,217,125,255,"+"255,202,60,255,"+"254,219,129,255,"+"253,253,252,255,"+"254,214,106,255,"+"255,211,93,255,"+"253,252,249,255,"+"219,189,126,255,"+"87,46,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"87,46,16,255,"+"157,112,37,255,"+"243,207,115,255,"+"253,251,247,255,"+"253,234,187,255,"+"255,202,62,255,"+"253,236,193,255,"+"250,250,249,255,"+"121,89,67,255,"+"86,45,16,255,"+"140,109,89,126,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"157,137,118,13,"+"179,153,153,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"164,143,126,73,"+"89,48,20,255,"+"86,45,16,255,"+"149,104,35,255,"+"255,202,60,255,"+"254,216,112,255,"+"253,251,246,255,"+"254,218,124,255,"+"255,202,60,255,"+"252,229,167,255,"+"251,250,248,255,"+"219,176,75,255,"+"195,150,54,255,"+"251,244,226,255,"+"252,248,236,255,"+"246,204,93,255,"+"252,245,227,255,"+"253,230,166,255,"+"255,202,60,255,"+"255,206,74,255,"+"253,253,253,255,"+"254,212,103,255,"+"255,202,60,255,"+"253,241,206,255,"+"253,238,200,255,"+"255,202,60,255,"+"255,212,97,255,"+"253,252,250,255,"+"253,206,80,255,"+"204,156,50,255,"+"138,95,33,255,"+"98,56,19,255,"+"103,63,30,255,"+"155,110,38,255,"+"209,160,50,255,"+"253,206,83,255,"+"253,245,225,255,"+"253,245,226,255,"+"254,204,71,255,"+"254,220,133,255,"+"253,251,246,255,"+"161,139,123,255,"+"86,45,16,255,"+"94,55,26,255,"+"164,146,134,42,"+"255,255,255,2,"+"190,173,163,78,"+"102,64,38,160,"+"98,60,33,233,"+"88,48,18,249,"+"89,49,21,248,"+"119,86,59,146,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"134,105,84,122,"+"86,45,16,255,"+"86,45,16,255,"+"184,137,44,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,236,190,255,"+"253,249,238,255,"+"255,207,80,255,"+"253,203,69,255,"+"253,248,236,255,"+"253,231,173,255,"+"255,202,60,255,"+"253,219,130,255,"+"253,253,253,255,"+"250,230,177,255,"+"252,243,217,255,"+"253,244,223,255,"+"255,202,62,255,"+"255,206,74,255,"+"253,253,253,255,"+"254,213,105,255,"+"255,202,60,255,"+"253,241,206,255,"+"253,231,175,255,"+"255,202,60,255,"+"254,225,147,255,"+"253,249,240,255,"+"255,205,73,255,"+"255,202,60,255,"+"255,202,60,255,"+"250,211,110,255,"+"253,252,250,255,"+"254,209,89,255,"+"255,203,63,255,"+"253,231,175,255,"+"253,250,244,255,"+"254,213,104,255,"+"254,211,95,255,"+"253,253,252,255,"+"242,222,174,255,"+"96,54,20,255,"+"86,45,16,255,"+"122,91,67,205,"+"163,141,124,78,"+"141,113,92,208,"+"87,46,18,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"95,56,29,218,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"117,82,57,178,"+"86,45,16,255,"+"86,45,16,255,"+"223,173,53,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,214,106,255,"+"253,253,252,255,"+"253,239,200,255,"+"255,202,60,255,"+"253,236,191,255,"+"253,236,190,255,"+"255,202,60,255,"+"255,202,61,255,"+"253,218,124,255,"+"254,213,102,255,"+"255,203,66,255,"+"255,204,67,255,"+"255,202,60,255,"+"255,204,69,255,"+"253,249,239,255,"+"253,233,180,255,"+"255,202,60,255,"+"253,240,204,255,"+"253,231,173,255,"+"255,202,60,255,"+"254,225,147,255,"+"253,241,208,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,243,218,255,"+"253,245,221,255,"+"255,202,61,255,"+"253,234,184,255,"+"253,253,252,255,"+"254,208,87,255,"+"254,205,75,255,"+"253,250,242,255,"+"253,242,214,255,"+"245,194,62,255,"+"93,51,18,255,"+"86,45,16,255,"+"88,47,19,253,"+"88,48,20,254,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"88,47,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"91,53,24,212,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"235,235,235,13,"+"104,66,41,238,"+"103,67,41,255,"+"246,244,243,255,"+"253,231,173,255,"+"254,203,64,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,211,96,255,"+"254,212,99,255,"+"255,202,60,255,"+"254,212,98,255,"+"254,211,95,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,238,197,255,"+"253,233,184,255,"+"255,202,60,255,"+"255,205,72,255,"+"255,203,64,255,"+"255,202,60,255,"+"254,225,147,255,"+"253,241,208,255,"+"255,202,60,255,"+"254,203,64,255,"+"253,242,213,255,"+"253,245,226,255,"+"255,208,83,255,"+"255,202,60,255,"+"253,235,187,255,"+"253,234,184,255,"+"255,203,66,255,"+"253,242,212,255,"+"253,243,218,255,"+"255,202,62,255,"+"254,201,60,255,"+"121,78,26,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"87,46,17,255,"+"111,69,25,255,"+"194,148,52,255,"+"189,146,61,255,"+"87,46,18,255,"+"86,45,16,255,"+"116,84,59,161,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"159,136,116,88,"+"90,50,21,255,"+"91,52,24,255,"+"218,199,165,255,"+"253,249,239,255,"+"253,250,241,255,"+"254,222,137,255,"+"254,213,105,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,220,131,255,"+"254,218,125,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,224,146,255,"+"253,241,207,255,"+"255,202,60,255,"+"254,217,118,255,"+"253,253,253,255,"+"254,220,132,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,219,130,255,"+"253,253,253,255,"+"254,214,106,255,"+"255,202,60,255,"+"255,202,60,255,"+"222,173,52,255,"+"134,91,32,255,"+"136,107,83,255,"+"178,160,148,255,"+"249,241,222,255,"+"244,197,73,255,"+"246,205,97,255,"+"253,253,253,255,"+"169,149,136,255,"+"96,57,29,247,"+"155,133,111,46,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"114,81,54,170,"+"86,45,16,255,"+"89,48,17,255,"+"226,176,54,255,"+"254,210,93,255,"+"253,235,189,255,"+"253,252,250,255,"+"253,244,222,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,206,76,255,"+"254,211,93,255,"+"255,202,60,255,"+"255,205,72,255,"+"253,217,120,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,216,118,255,"+"253,253,253,255,"+"253,230,167,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,203,65,255,"+"252,245,226,255,"+"253,253,253,255,"+"253,252,251,255,"+"252,244,226,255,"+"245,200,80,255,"+"251,243,222,255,"+"247,245,244,255,"+"91,51,23,255,"+"122,87,63,150,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"142,113,113,9,"+"97,60,30,218,"+"86,45,16,255,"+"100,58,20,255,"+"243,191,58,255,"+"255,202,60,255,"+"255,202,61,255,"+"254,207,79,255,"+"255,205,73,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,207,84,255,"+"253,246,227,255,"+"253,245,226,255,"+"255,204,70,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,225,150,255,"+"253,248,235,255,"+"253,251,248,255,"+"248,220,147,255,"+"246,207,102,255,"+"247,209,109,255,"+"252,245,228,255,"+"253,253,253,255,"+"154,130,114,255,"+"92,50,24,253,"+"166,142,130,43,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"168,143,124,41,"+"93,52,25,248,"+"87,46,17,255,"+"132,89,30,255,"+"253,201,60,255,"+"254,203,69,255,"+"254,203,68,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,239,200,255,"+"253,248,235,255,"+"254,205,73,255,"+"255,202,60,255,"+"254,205,71,255,"+"253,227,158,255,"+"253,252,249,255,"+"252,246,230,255,"+"247,211,116,255,"+"247,216,130,255,"+"250,230,177,255,"+"253,253,253,255,"+"245,243,242,255,"+"159,137,120,255,"+"87,47,19,254,"+"161,137,118,141,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"139,107,89,138,"+"87,46,17,255,"+"214,205,199,255,"+"253,253,253,255,"+"253,253,253,255,"+"253,253,253,255,"+"253,246,226,255,"+"255,204,67,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,228,163,255,"+"254,226,155,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,227,157,255,"+"253,252,249,255,"+"250,237,201,255,"+"246,207,102,255,"+"250,236,197,255,"+"253,253,253,255,"+"253,250,242,255,"+"234,222,200,255,"+"99,61,32,255,"+"86,45,16,255,"+"103,67,39,226,"+"153,153,153,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"228,228,215,19,"+"110,75,50,239,"+"86,45,16,255,"+"186,168,152,255,"+"252,229,167,255,"+"252,225,150,255,"+"253,222,138,255,"+"255,211,95,255,"+"255,202,61,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,206,77,255,"+"254,210,93,255,"+"251,227,164,255,"+"253,250,243,255,"+"253,251,248,255,"+"253,222,141,255,"+"254,206,76,255,"+"134,91,33,255,"+"86,45,16,255,"+"86,45,16,255,"+"162,141,124,123,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"150,126,105,85,"+"89,48,19,255,"+"86,45,16,255,"+"142,98,31,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,206,75,255,"+"253,249,240,255,"+"253,236,191,255,"+"254,205,73,255,"+"255,202,60,255,"+"214,164,50,255,"+"88,47,16,255,"+"86,45,16,255,"+"121,88,65,219,"+"255,255,255,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"193,185,176,29,"+"111,76,50,228,"+"87,46,17,255,"+"97,59,32,255,"+"189,145,56,255,"+"255,203,65,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,204,68,255,"+"253,240,203,255,"+"254,208,86,255,"+"255,202,60,255,"+"255,202,60,255,"+"154,108,33,255,"+"86,45,16,255,"+"86,45,16,255,"+"147,123,106,106,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"170,170,170,3,"+"119,85,60,191,"+"190,176,165,255,"+"227,221,216,255,"+"238,235,232,255,"+"249,244,233,255,"+"253,243,217,255,"+"255,206,76,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"250,197,60,255,"+"97,55,19,255,"+"86,45,16,255,"+"115,83,57,255,"+"209,209,185,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"144,113,94,106,"+"115,82,59,251,"+"248,246,246,255,"+"226,215,198,255,"+"252,229,165,255,"+"254,226,151,255,"+"254,223,142,255,"+"255,203,64,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,205,73,255,"+"254,228,158,255,"+"254,229,161,255,"+"254,229,161,255,"+"212,186,137,255,"+"100,62,36,255,"+"88,47,19,255,"+"177,156,141,137,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"147,121,102,40,"+"95,56,30,249,"+"86,45,16,255,"+"95,55,20,255,"+"222,173,55,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,211,96,255,"+"253,243,218,255,"+"253,243,218,255,"+"253,244,222,255,"+"253,252,251,255,"+"165,144,129,255,"+"101,63,37,248,"+"177,167,147,26,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"112,79,53,164,"+"86,45,16,255,"+"86,45,16,255,"+"161,116,39,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,203,63,255,"+"255,203,63,255,"+"244,194,63,255,"+"115,79,43,255,"+"92,53,25,255,"+"102,64,39,223,"+"204,204,204,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"126,96,73,77,"+"109,73,48,249,"+"191,175,164,255,"+"241,238,236,255,"+"253,252,252,255,"+"253,222,143,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,204,67,255,"+"253,249,241,255,"+"253,243,218,255,"+"253,224,145,255,"+"240,194,74,255,"+"99,57,20,255,"+"86,45,16,255,"+"99,62,33,206,"+"191,191,191,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,2,"+"125,95,72,198,"+"245,243,242,255,"+"253,253,252,255,"+"252,238,203,255,"+"252,210,97,255,"+"254,203,62,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,206,78,255,"+"251,221,137,255,"+"254,207,82,255,"+"254,208,84,255,"+"252,220,137,255,"+"255,204,68,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,208,87,255,"+"253,238,197,255,"+"253,252,248,255,"+"245,242,238,255,"+"139,110,89,255,"+"88,47,18,255,"+"102,65,38,227,"+"196,196,177,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"163,143,124,64,"+"98,60,33,253,"+"233,228,225,255,"+"187,162,124,255,"+"253,201,61,255,"+"255,202,60,255,"+"255,202,61,255,"+"252,213,111,255,"+"254,202,61,255,"+"255,203,66,255,"+"253,209,95,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,203,67,255,"+"250,240,215,255,"+"250,230,176,255,"+"250,250,250,255,"+"250,244,230,255,"+"251,223,151,255,"+"250,250,250,255,"+"250,234,192,255,"+"253,211,101,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,204,68,255,"+"252,245,229,255,"+"253,252,252,255,"+"158,134,117,255,"+"92,52,24,255,"+"213,205,198,103,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"170,149,128,12,"+"109,73,46,224,"+"86,45,16,255,"+"94,53,19,255,"+"232,182,56,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,205,71,255,"+"250,246,235,255,"+"250,244,230,255,"+"251,238,203,255,"+"250,250,249,255,"+"251,237,199,255,"+"251,236,195,255,"+"255,204,69,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,204,68,255,"+"250,246,237,255,"+"250,250,250,255,"+"249,242,223,255,"+"250,248,245,255,"+"250,250,249,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,248,255,"+"251,236,195,255,"+"254,209,86,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,217,121,255,"+"253,242,212,255,"+"253,236,192,255,"+"254,211,95,255,"+"255,202,60,255,"+"255,205,72,255,"+"253,230,169,255,"+"252,252,252,255,"+"228,222,218,255,"+"125,93,70,247,"+"204,189,175,35,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"159,134,115,82,"+"119,87,64,254,"+"156,132,116,255,"+"229,213,183,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,214,108,255,"+"250,249,245,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,248,243,255,"+"250,246,235,255,"+"250,250,250,255,"+"250,250,250,255,"+"253,226,156,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,211,97,255,"+"250,248,240,255,"+"252,227,162,255,"+"254,206,77,255,"+"252,216,120,255,"+"252,211,104,255,"+"254,208,86,255,"+"252,231,175,255,"+"253,205,80,255,"+"250,243,223,255,"+"250,248,242,255,"+"250,248,243,255,"+"252,229,170,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,208,88,255,"+"254,235,185,255,"+"253,249,240,255,"+"253,252,252,255,"+"253,239,203,255,"+"254,215,115,255,"+"255,203,65,255,"+"207,178,123,255,"+"232,227,224,255,"+"252,251,251,255,"+"218,210,205,157,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,22,"+"247,246,245,234,"+"252,252,252,255,"+"250,250,249,255,"+"252,237,199,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,239,208,255,"+"250,247,239,255,"+"251,212,108,255,"+"254,203,69,255,"+"255,202,61,255,"+"254,204,66,255,"+"250,233,188,255,"+"250,226,159,255,"+"250,250,249,255,"+"255,207,82,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,220,135,255,"+"250,250,249,255,"+"250,248,243,255,"+"253,216,119,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,204,71,255,"+"253,205,76,255,"+"251,221,139,255,"+"250,250,249,255,"+"254,210,92,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,203,63,255,"+"255,202,61,255,"+"252,215,118,255,"+"253,251,246,255,"+"253,253,253,255,"+"253,246,228,255,"+"229,182,68,255,"+"113,77,47,255,"+"243,241,239,255,"+"253,253,252,255,"+"249,249,245,80,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,8,"+"254,254,254,202,"+"253,253,253,255,"+"184,168,157,255,"+"136,102,64,255,"+"250,198,63,255,"+"255,202,60,255,"+"254,205,72,255,"+"250,247,238,255,"+"252,206,79,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,204,69,255,"+"252,217,124,255,"+"255,204,66,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"246,194,58,255,"+"214,165,49,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,238,206,255,"+"250,246,235,255,"+"254,204,71,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,61,255,"+"250,244,227,255,"+"252,227,157,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,219,126,255,"+"253,244,219,255,"+"254,230,170,255,"+"255,204,67,255,"+"255,204,69,255,"+"253,219,127,255,"+"253,250,242,255,"+"252,248,238,255,"+"222,210,191,255,"+"122,90,68,255,"+"151,126,109,255,"+"116,84,59,215,"+"128,128,64,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,87,"+"247,246,245,255,"+"148,122,105,255,"+"86,45,16,255,"+"170,124,39,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,203,66,255,"+"252,228,166,255,"+"254,203,63,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"200,151,47,255,"+"87,46,16,255,"+"246,194,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,203,63,255,"+"255,203,64,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,212,101,255,"+"254,206,77,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,204,69,255,"+"254,228,162,255,"+"253,248,234,255,"+"253,251,248,255,"+"254,226,149,255,"+"254,206,77,255,"+"254,207,79,255,"+"254,229,162,255,"+"253,244,220,255,"+"248,247,246,255,"+"134,105,85,255,"+"87,46,17,254,"+"148,120,101,121,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"139,109,90,184,"+"94,55,27,255,"+"113,78,54,255,"+"217,169,56,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"156,111,35,255,"+"92,50,17,255,"+"247,195,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,217,121,255,"+"254,214,109,255,"+"255,202,63,255,"+"254,222,140,255,"+"253,251,246,255,"+"253,250,240,255,"+"253,212,102,255,"+"255,202,61,255,"+"255,204,68,255,"+"253,242,216,255,"+"253,253,253,255,"+"102,64,38,255,"+"90,50,19,252,"+"165,143,128,34,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,21,"+"226,220,215,230,"+"233,228,225,255,"+"253,253,253,255,"+"254,210,94,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"143,99,32,255,"+"141,98,31,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,226,153,255,"+"253,251,247,255,"+"252,224,147,255,"+"255,202,60,255,"+"255,210,89,255,"+"253,232,178,255,"+"253,252,250,255,"+"252,232,179,255,"+"255,202,60,255,"+"255,205,73,255,"+"253,247,231,255,"+"224,217,212,255,"+"88,48,19,255,"+"128,95,73,116,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,12,"+"253,253,253,221,"+"249,249,249,255,"+"196,183,174,255,"+"168,143,115,255,"+"253,200,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,61,255,"+"252,207,83,255,"+"253,216,114,255,"+"252,207,87,255,"+"255,202,61,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"247,195,59,255,"+"89,48,17,255,"+"177,130,40,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,203,69,255,"+"253,213,106,255,"+"252,211,101,255,"+"254,203,64,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,238,200,255,"+"253,250,243,255,"+"253,207,81,255,"+"255,202,60,255,"+"255,203,63,255,"+"254,227,157,255,"+"253,252,250,255,"+"253,221,135,255,"+"255,202,60,255,"+"254,211,95,255,"+"252,247,237,255,"+"209,199,193,255,"+"194,180,168,220,"+"255,255,213,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,22,"+"240,237,235,244,"+"132,102,82,255,"+"86,45,16,255,"+"154,109,35,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,207,83,255,"+"250,238,210,255,"+"242,239,236,255,"+"244,241,239,255,"+"254,253,253,255,"+"252,241,208,255,"+"253,208,84,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"183,136,43,255,"+"88,47,17,255,"+"226,176,52,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,204,68,255,"+"250,224,153,255,"+"246,243,238,255,"+"241,238,235,255,"+"250,249,249,255,"+"254,253,247,255,"+"252,219,126,255,"+"255,202,61,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,200,60,255,"+"177,131,44,255,"+"138,108,82,255,"+"165,143,129,255,"+"103,62,22,255,"+"149,105,35,255,"+"204,156,52,255,"+"229,179,56,255,"+"243,220,163,255,"+"247,217,138,255,"+"253,247,232,255,"+"253,209,90,255,"+"239,213,150,255,"+"228,222,218,255,"+"238,235,232,254,"+"155,131,109,82,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"184,167,153,90,"+"105,70,42,253,"+"86,46,17,255,"+"86,45,16,255,"+"181,134,43,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,207,83,255,"+"243,236,224,255,"+"130,99,77,255,"+"99,61,35,255,"+"101,63,37,255,"+"142,116,96,255,"+"248,246,245,255,"+"254,248,233,255,"+"255,205,73,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"125,82,27,255,"+"121,78,25,255,"+"253,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"250,228,167,255,"+"173,154,139,255,"+"104,67,41,255,"+"98,60,33,255,"+"116,82,57,255,"+"228,222,216,255,"+"255,254,252,255,"+"253,222,140,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"203,155,49,255,"+"88,47,17,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"87,46,16,255,"+"91,50,17,255,"+"106,64,23,255,"+"152,121,87,255,"+"249,248,247,255,"+"253,250,244,255,"+"218,202,176,255,"+"91,51,23,255,"+"99,62,35,255,"+"115,81,55,158,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"133,105,80,73,"+"101,63,37,243,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"198,151,47,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"246,219,150,255,"+"127,97,74,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"160,137,121,255,"+"255,255,255,255,"+"254,228,160,255,"+"255,202,60,255,"+"255,202,60,255,"+"190,143,45,255,"+"88,47,16,255,"+"170,123,37,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,210,93,255,"+"190,173,156,255,"+"87,47,17,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"102,64,38,255,"+"236,232,228,255,"+"255,248,230,255,"+"255,204,67,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"175,130,41,255,"+"86,45,16,255,"+"86,45,16,255,"+"125,82,28,255,"+"120,78,26,255,"+"94,53,18,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"116,83,60,255,"+"207,196,188,255,"+"253,253,253,255,"+"219,211,206,255,"+"184,168,157,255,"+"172,150,136,199,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"159,149,128,24,"+"98,59,32,224,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"226,175,53,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"220,200,162,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"103,67,40,255,"+"252,252,251,255,"+"255,254,252,255,"+"255,202,62,255,"+"227,177,53,255,"+"91,50,17,255,"+"129,85,27,255,"+"253,201,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,225,147,255,"+"133,104,84,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"192,177,166,255,"+"255,255,254,255,"+"254,207,81,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"202,154,49,255,"+"87,46,16,255,"+"86,45,16,255,"+"158,113,38,255,"+"252,200,60,255,"+"249,196,58,255,"+"218,168,52,255,"+"147,103,33,255,"+"114,71,24,255,"+"90,49,17,255,"+"86,45,16,255,"+"91,51,23,255,"+"163,142,127,255,"+"218,209,203,255,"+"243,240,238,255,"+"246,244,243,237,"+"255,255,255,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"204,204,153,5,"+"113,78,53,204,"+"86,45,16,255,"+"86,45,16,255,"+"128,86,30,255,"+"87,46,16,255,"+"86,45,16,255,"+"197,148,48,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"216,200,176,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"99,61,34,255,"+"252,251,251,255,"+"255,255,255,255,"+"254,203,64,255,"+"136,93,31,255,"+"86,45,16,255,"+"218,168,50,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,227,154,255,"+"129,99,77,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"188,172,160,255,"+"255,255,255,255,"+"254,208,84,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"249,196,59,255,"+"111,69,23,255,"+"86,45,16,255,"+"91,50,17,255,"+"217,167,51,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,199,59,255,"+"235,184,55,255,"+"168,123,39,255,"+"90,49,17,255,"+"86,46,17,255,"+"87,47,18,255,"+"102,65,39,255,"+"109,75,50,255,"+"142,115,97,219,"+"206,186,177,26,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"133,105,82,75,"+"87,47,18,251,"+"86,45,16,255,"+"118,75,25,255,"+"238,187,59,255,"+"93,51,18,255,"+"86,45,16,255,"+"181,134,43,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"244,223,170,255,"+"114,80,55,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"150,125,106,255,"+"255,255,254,255,"+"222,211,193,255,"+"143,99,33,255,"+"108,66,21,255,"+"212,163,49,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,216,118,255,"+"181,163,149,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"92,54,25,255,"+"231,226,222,255,"+"255,251,242,255,"+"255,205,72,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"205,157,49,255,"+"92,51,18,255,"+"86,45,16,255,"+"104,62,21,255,"+"226,176,54,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"242,190,57,255,"+"192,144,45,255,"+"114,72,26,255,"+"86,46,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"105,69,43,225,"+"154,132,113,81,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"170,149,128,12,"+"101,65,40,219,"+"86,45,16,255,"+"93,52,18,255,"+"219,169,52,255,"+"252,199,60,255,"+"102,61,21,255,"+"86,45,16,255,"+"148,104,33,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,214,107,255,"+"229,223,216,255,"+"123,92,69,255,"+"97,59,32,255,"+"99,62,34,255,"+"131,102,80,255,"+"235,231,228,255,"+"236,232,229,255,"+"95,56,29,255,"+"107,65,21,255,"+"205,157,47,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,62,255,"+"245,231,197,255,"+"151,128,109,255,"+"102,66,40,255,"+"96,57,30,255,"+"112,78,54,255,"+"205,192,184,255,"+"255,255,255,255,"+"254,235,184,255,"+"255,202,61,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"170,123,39,255,"+"86,45,16,255,"+"86,45,16,255,"+"122,79,27,255,"+"238,187,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,199,60,255,"+"184,136,43,255,"+"108,66,23,255,"+"86,45,16,255,"+"86,45,16,255,"+"101,64,36,238,"+"159,137,118,69,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"119,87,60,94,"+"86,45,16,255,"+"86,45,16,255,"+"155,110,36,255,"+"255,202,60,255,"+"255,202,60,255,"+"121,78,26,255,"+"86,45,16,255,"+"101,60,20,255,"+"252,199,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,218,129,255,"+"254,253,250,255,"+"246,244,243,255,"+"247,246,244,255,"+"254,254,254,255,"+"255,255,254,255,"+"220,196,148,255,"+"87,46,16,255,"+"230,179,53,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"222,172,52,255,"+"153,108,34,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,208,86,255,"+"253,250,242,255,"+"249,249,248,255,"+"245,242,241,255,"+"253,253,252,255,"+"255,255,255,255,"+"252,241,210,255,"+"254,202,62,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,199,60,255,"+"135,92,31,255,"+"86,45,16,255,"+"86,45,16,255,"+"112,70,24,255,"+"246,194,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"246,194,59,255,"+"128,85,30,255,"+"86,45,16,255,"+"86,45,16,255,"+"92,53,23,246,"+"151,128,110,44,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"101,63,37,185,"+"86,45,16,255,"+"87,47,16,255,"+"221,171,52,255,"+"255,202,60,255,"+"255,202,60,255,"+"146,101,33,255,"+"86,45,16,255,"+"87,46,16,255,"+"233,183,55,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,61,255,"+"254,210,92,255,"+"254,221,136,255,"+"253,225,152,255,"+"253,222,139,255,"+"254,209,90,255,"+"230,179,54,255,"+"91,50,17,255,"+"206,156,47,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"140,96,31,255,"+"114,72,24,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,204,72,255,"+"254,218,123,255,"+"253,225,149,255,"+"253,224,146,255,"+"254,215,112,255,"+"255,203,66,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"245,195,63,255,"+"139,106,72,255,"+"86,45,16,255,"+"86,45,16,255,"+"117,75,25,255,"+"231,181,55,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"249,197,60,255,"+"146,102,34,255,"+"86,45,16,255,"+"86,45,16,255,"+"101,63,36,218,"+"158,132,114,29,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"189,179,170,27,"+"93,55,27,250,"+"86,45,16,255,"+"131,87,29,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"186,139,44,255,"+"86,45,16,255,"+"86,45,16,255,"+"198,150,46,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"248,196,58,255,"+"113,70,23,255,"+"123,80,26,255,"+"232,181,54,255,"+"255,202,60,255,"+"250,198,59,255,"+"232,181,54,255,"+"173,127,40,255,"+"178,131,40,255,"+"191,143,44,255,"+"105,63,21,255,"+"90,49,17,255,"+"158,129,99,255,"+"253,211,98,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,212,102,255,"+"250,250,249,255,"+"131,96,61,255,"+"86,45,16,255,"+"86,45,16,255,"+"119,76,26,255,"+"230,180,55,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"247,195,60,255,"+"139,94,31,255,"+"86,45,16,255,"+"86,45,16,255,"+"104,67,39,164,"+"255,255,255,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"126,97,75,123,"+"86,45,16,255,"+"87,46,16,255,"+"217,166,51,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"237,187,57,255,"+"91,50,17,255,"+"86,45,16,255,"+"143,99,32,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,200,59,255,"+"247,195,58,255,"+"234,183,58,255,"+"93,51,18,255,"+"90,49,17,255,"+"113,71,23,255,"+"102,60,20,255,"+"86,45,16,255,"+"87,46,17,255,"+"89,49,21,255,"+"87,47,18,255,"+"92,53,25,255,"+"88,48,19,255,"+"226,219,215,255,"+"245,240,232,255,"+"190,146,54,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,208,87,255,"+"253,251,248,255,"+"243,211,129,255,"+"131,88,30,255,"+"86,45,16,255,"+"86,45,16,255,"+"107,65,22,255,"+"241,190,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"241,190,57,255,"+"101,59,20,255,"+"86,45,16,255,"+"89,48,20,253,"+"140,115,95,89,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"101,63,37,201,"+"86,45,16,255,"+"99,57,19,255,"+"242,190,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,60,255,"+"145,101,33,255,"+"86,45,16,255,"+"91,50,17,255,"+"225,174,53,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,207,82,255,"+"164,121,47,255,"+"145,116,89,255,"+"250,240,214,255,"+"163,137,108,255,"+"150,126,109,255,"+"95,56,28,255,"+"151,128,110,255,"+"109,74,45,255,"+"202,179,139,255,"+"208,198,190,255,"+"121,89,66,255,"+"237,233,230,255,"+"141,114,94,255,"+"163,141,127,255,"+"252,251,251,255,"+"140,112,93,255,"+"202,154,46,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"249,197,59,255,"+"234,183,55,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,204,67,255,"+"253,246,227,255,"+"253,237,195,255,"+"247,195,58,255,"+"138,95,31,255,"+"86,45,16,255,"+"86,45,16,255,"+"106,65,22,255,"+"229,179,54,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"224,174,54,255,"+"94,53,19,255,"+"86,45,16,255,"+"98,59,30,228,"+"158,134,109,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"170,142,113,9,"+"92,52,23,221,"+"86,45,16,255,"+"115,72,24,255,"+"252,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"207,159,49,255,"+"87,46,16,255,"+"86,45,16,255,"+"151,106,34,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,207,81,255,"+"253,249,237,255,"+"217,208,202,255,"+"249,248,247,255,"+"206,195,187,255,"+"189,174,163,255,"+"246,244,243,255,"+"106,72,45,255,"+"253,253,253,255,"+"141,113,89,255,"+"247,229,182,255,"+"252,243,220,255,"+"206,164,70,255,"+"253,253,253,255,"+"227,203,152,255,"+"198,158,73,255,"+"245,243,242,255,"+"214,205,199,255,"+"127,90,49,255,"+"211,162,49,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"194,146,45,255,"+"93,51,17,255,"+"248,195,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,220,133,255,"+"253,252,251,255,"+"254,203,68,255,"+"251,198,60,255,"+"144,100,33,255,"+"86,45,16,255,"+"86,45,16,255,"+"127,83,27,255,"+"240,188,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"148,103,34,255,"+"86,45,16,255,"+"88,47,18,253,"+"141,114,92,116,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"96,64,48,16,"+"88,48,20,232,"+"86,45,16,255,"+"123,80,26,255,"+"254,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"231,181,55,255,"+"87,46,16,255,"+"86,45,16,255,"+"96,54,19,255,"+"239,187,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,205,73,255,"+"253,244,224,255,"+"253,253,253,255,"+"253,253,253,255,"+"224,217,212,255,"+"107,66,27,255,"+"219,210,199,255,"+"229,223,220,255,"+"107,71,40,255,"+"253,253,253,255,"+"141,113,89,255,"+"247,229,182,255,"+"253,242,210,255,"+"255,203,64,255,"+"253,250,244,255,"+"251,236,197,255,"+"255,202,60,255,"+"252,211,102,255,"+"253,252,250,255,"+"176,158,145,255,"+"111,69,23,255,"+"253,200,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"192,144,45,255,"+"89,48,17,255,"+"247,195,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,206,80,255,"+"253,252,251,255,"+"253,215,115,255,"+"255,202,60,255,"+"250,236,199,255,"+"145,119,96,255,"+"86,45,16,255,"+"86,45,16,255,"+"124,80,26,255,"+"249,197,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"236,185,57,255,"+"96,54,19,255,"+"86,45,16,255,"+"109,73,46,231,"+"188,188,174,19,"+"0,0,0,0,"+"0,0,0,0,"+"96,64,32,16,"+"88,46,18,233,"+"86,45,16,255,"+"151,105,33,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,60,255,"+"154,110,36,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"114,71,24,255,"+"248,196,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"218,183,104,255,"+"249,248,247,255,"+"225,198,138,255,"+"234,228,221,255,"+"165,128,65,255,"+"247,194,58,255,"+"253,237,192,255,"+"213,203,193,255,"+"204,159,62,255,"+"253,253,253,255,"+"210,174,102,255,"+"251,229,171,255,"+"253,242,210,255,"+"255,202,60,255,"+"253,210,97,255,"+"252,214,117,255,"+"255,202,60,255,"+"255,202,61,255,"+"253,218,122,255,"+"241,200,99,255,"+"233,181,55,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"192,144,45,255,"+"89,48,17,255,"+"247,195,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,61,255,"+"253,245,224,255,"+"253,224,149,255,"+"255,202,60,255,"+"253,241,211,255,"+"242,231,206,255,"+"118,76,27,255,"+"86,45,16,255,"+"87,46,16,255,"+"140,95,31,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"154,110,35,255,"+"86,45,16,255,"+"87,46,18,255,"+"139,110,90,79,"+"0,0,0,0,"+"0,0,0,0,"+"112,64,48,16,"+"88,47,19,232,"+"86,45,16,255,"+"130,86,27,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"200,152,47,255,"+"88,47,17,255,"+"86,45,16,255,"+"89,48,19,255,"+"86,45,16,255,"+"86,45,16,255,"+"164,118,38,255,"+"254,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"199,151,46,255,"+"168,123,42,255,"+"251,199,60,255,"+"238,187,58,255,"+"253,200,60,255,"+"255,202,60,255,"+"253,206,79,255,"+"193,149,59,255,"+"252,199,59,255,"+"254,207,84,255,"+"255,202,60,255,"+"255,202,65,255,"+"254,205,77,255,"+"201,152,47,255,"+"107,65,22,255,"+"144,100,33,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"192,144,45,255,"+"89,48,17,255,"+"247,195,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,244,220,255,"+"253,239,204,255,"+"255,202,61,255,"+"254,229,161,255,"+"253,250,243,255,"+"231,186,74,255,"+"96,54,18,255,"+"86,45,16,255,"+"86,45,16,255,"+"171,124,38,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"206,158,49,255,"+"86,45,16,255,"+"86,45,16,255,"+"110,75,48,132,"+"0,0,0,0,"+"0,0,0,0,"+"149,128,106,12,"+"92,54,24,225,"+"86,45,16,255,"+"114,72,24,255,"+"251,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"242,190,57,255,"+"108,66,23,255,"+"86,45,16,255,"+"88,48,19,255,"+"168,147,131,165,"+"100,63,37,242,"+"86,45,16,255,"+"86,45,16,255,"+"183,136,42,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,199,59,255,"+"235,184,55,255,"+"221,170,52,255,"+"135,91,28,255,"+"87,46,16,255,"+"93,52,18,255,"+"187,140,45,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"210,161,48,255,"+"222,170,51,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"182,135,42,255,"+"89,48,17,255,"+"247,195,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,232,175,255,"+"253,244,221,255,"+"255,202,61,255,"+"254,208,83,255,"+"253,252,251,255,"+"185,165,144,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"87,46,16,255,"+"201,152,46,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"237,186,57,255,"+"88,47,17,255,"+"86,45,16,255,"+"94,55,28,166,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"107,72,45,202,"+"86,45,16,255,"+"89,48,17,255,"+"203,155,47,255,"+"255,202,60,255,"+"237,187,56,255,"+"109,66,22,255,"+"86,45,16,255,"+"86,45,16,255,"+"140,111,92,189,"+"191,191,159,8,"+"147,119,102,90,"+"86,45,17,255,"+"86,45,16,255,"+"91,50,17,255,"+"187,140,44,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"188,141,45,255,"+"126,82,27,255,"+"106,63,21,255,"+"94,53,18,255,"+"88,46,16,255,"+"86,45,16,255,"+"136,92,30,255,"+"237,185,56,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"143,98,31,255,"+"155,109,33,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"138,94,30,255,"+"133,90,29,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,229,164,255,"+"253,248,235,255,"+"255,205,72,255,"+"255,202,61,255,"+"252,236,192,255,"+"250,250,249,255,"+"109,74,50,255,"+"99,62,35,255,"+"88,47,18,255,"+"86,45,16,255,"+"95,53,18,255,"+"222,173,52,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,199,59,255,"+"104,63,23,255,"+"86,45,16,255,"+"98,60,33,187,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"153,127,110,60,"+"94,56,28,251,"+"86,45,16,255,"+"88,47,16,255,"+"106,64,21,255,"+"96,54,19,255,"+"86,45,16,255,"+"86,45,16,255,"+"106,72,46,206,"+"196,177,177,13,"+"0,0,0,0,"+"255,255,170,3,"+"140,111,89,115,"+"91,51,23,249,"+"86,45,16,255,"+"89,48,17,255,"+"179,132,41,255,"+"253,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"155,111,36,255,"+"90,49,17,255,"+"125,82,27,255,"+"152,107,34,255,"+"179,131,40,255,"+"226,175,53,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"245,193,57,255,"+"101,59,20,255,"+"196,147,44,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"121,78,25,255,"+"147,102,33,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,217,118,255,"+"253,251,246,255,"+"253,208,91,255,"+"220,170,52,255,"+"152,124,97,255,"+"250,249,248,255,"+"166,145,130,253,"+"165,141,126,85,"+"144,116,98,136,"+"91,51,23,254,"+"86,45,16,255,"+"93,51,18,255,"+"211,162,49,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,200,60,255,"+"111,70,24,255,"+"86,45,16,255,"+"98,59,33,193,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"118,83,58,123,"+"94,55,27,249,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"87,46,17,255,"+"106,69,44,204,"+"191,175,167,32,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"129,98,75,130,"+"91,51,23,249,"+"86,45,16,255,"+"86,45,16,255,"+"149,105,35,255,"+"241,189,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"207,158,48,255,"+"86,45,16,255,"+"245,193,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"240,188,57,255,"+"86,45,16,255,"+"213,164,50,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,204,68,255,"+"253,246,229,255,"+"251,240,208,255,"+"119,80,37,255,"+"86,45,16,255,"+"121,89,67,255,"+"146,124,103,138,"+"0,0,0,0,"+"0,0,0,0,"+"123,91,69,160,"+"88,47,19,255,"+"86,45,16,255,"+"92,51,18,255,"+"198,150,48,255,"+"253,201,60,255,"+"255,202,60,255,"+"220,170,54,255,"+"90,48,17,255,"+"86,45,16,255,"+"101,63,36,175,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"156,132,107,31,"+"137,111,90,147,"+"105,68,42,233,"+"121,88,64,206,"+"136,107,84,79,"+"182,146,146,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"133,104,82,96,"+"90,46,19,253,"+"86,45,16,255,"+"86,45,16,255,"+"100,59,21,255,"+"216,167,55,255,"+"254,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"250,198,59,255,"+"114,71,23,255,"+"118,76,25,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"190,143,45,255,"+"100,58,20,255,"+"248,196,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,217,122,255,"+"253,253,253,255,"+"158,135,118,255,"+"86,45,16,255,"+"119,86,62,190,"+"213,170,170,6,"+"0,0,0,0,"+"0,0,0,0,"+"204,204,153,5,"+"136,108,86,163,"+"86,45,16,255,"+"86,45,16,255,"+"88,47,17,255,"+"118,75,26,255,"+"146,103,35,255,"+"98,56,20,255,"+"86,45,16,255,"+"86,45,16,255,"+"121,93,68,120,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,128,128,2,"+"130,97,73,63,"+"97,58,32,218,"+"86,45,16,255,"+"86,45,16,255,"+"90,49,17,255,"+"139,95,32,255,"+"220,171,54,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,60,255,"+"166,120,37,255,"+"88,47,17,255,"+"192,144,44,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"244,193,58,255,"+"110,67,23,255,"+"131,87,27,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"233,182,55,255,"+"132,93,42,255,"+"174,155,141,255,"+"124,93,70,255,"+"104,70,44,198,"+"164,146,127,14,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"177,157,137,13,"+"121,87,62,135,"+"92,52,24,250,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"107,70,45,189,"+"161,134,121,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"153,128,115,20,"+"108,73,46,165,"+"89,49,22,248,"+"86,45,16,255,"+"86,45,16,255,"+"90,49,17,255,"+"147,103,34,255,"+"211,162,50,255,"+"245,193,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"204,155,47,255,"+"86,45,16,255,"+"136,92,29,255,"+"249,196,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"221,172,52,255,"+"103,62,21,255,"+"99,57,19,255,"+"231,180,54,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"225,175,54,255,"+"119,76,25,255,"+"86,45,16,255,"+"86,45,16,255,"+"101,64,36,204,"+"158,134,121,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"136,104,83,86,"+"98,59,32,200,"+"89,49,20,244,"+"90,50,22,249,"+"94,54,26,234,"+"109,71,46,162,"+"156,128,113,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"148,128,107,50,"+"99,62,35,226,"+"86,45,16,254,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"97,55,19,255,"+"165,121,40,255,"+"241,190,58,255,"+"253,201,60,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"218,168,51,255,"+"91,49,17,255,"+"102,60,20,255,"+"243,191,57,255,"+"255,202,60,255,"+"253,200,60,255,"+"245,194,59,255,"+"161,115,37,255,"+"86,45,16,255,"+"87,46,16,255,"+"214,164,50,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"222,171,52,255,"+"94,53,18,255,"+"86,45,16,255,"+"86,45,16,255,"+"111,74,48,228,"+"162,139,116,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,234,12,"+"219,211,197,35,"+"255,255,255,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"146,127,109,14,"+"125,90,67,88,"+"111,77,51,213,"+"87,47,18,254,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"91,50,18,255,"+"107,65,22,255,"+"126,84,28,255,"+"154,109,35,255,"+"186,139,44,255,"+"211,162,52,255,"+"241,190,58,255,"+"248,196,59,255,"+"249,197,60,255,"+"251,198,60,255,"+"250,198,60,255,"+"205,156,48,255,"+"89,48,17,255,"+"94,53,19,255,"+"160,116,40,255,"+"158,113,36,255,"+"132,88,29,255,"+"108,65,22,255,"+"91,50,17,255,"+"88,47,17,255,"+"86,45,16,255,"+"115,73,26,255,"+"222,172,53,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,199,60,255,"+"109,67,24,255,"+"86,45,16,255,"+"87,46,17,255,"+"127,96,72,213,"+"173,146,127,28,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"191,191,159,8,"+"156,130,113,90,"+"112,77,52,173,"+"102,65,39,234,"+"90,50,21,254,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"89,47,16,255,"+"94,52,18,255,"+"97,56,20,255,"+"100,59,21,255,"+"99,58,20,255,"+"91,50,18,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"92,51,18,255,"+"159,114,37,255,"+"239,187,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"141,96,31,255,"+"86,45,16,255,"+"94,55,27,255,"+"188,169,157,65,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"232,209,209,11,"+"162,139,123,77,"+"130,99,77,182,"+"106,71,46,231,"+"90,50,22,245,"+"87,46,18,254,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"94,53,18,255,"+"116,73,25,255,"+"183,136,42,255,"+"137,94,30,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"98,56,19,255,"+"225,175,53,255,"+"254,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"215,166,51,255,"+"88,47,16,255,"+"86,45,16,255,"+"137,108,88,125,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,2,"+"177,157,137,13,"+"165,140,123,31,"+"103,67,40,227,"+"86,45,16,255,"+"93,52,18,255,"+"175,129,41,255,"+"174,127,41,255,"+"168,122,39,255,"+"158,113,37,255,"+"117,75,26,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"194,147,47,255,"+"252,199,59,255,"+"255,202,60,255,"+"182,135,43,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"99,58,20,255,"+"198,151,48,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"240,188,57,255,"+"97,55,19,255,"+"86,45,16,255,"+"115,78,55,182,"+"170,170,85,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,9,"+"97,59,32,232,"+"86,45,16,255,"+"114,71,25,255,"+"253,200,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"223,174,53,255,"+"105,63,22,255,"+"86,45,16,255,"+"89,48,19,255,"+"89,49,20,255,"+"86,45,16,255,"+"86,45,16,255,"+"143,99,33,255,"+"255,202,60,255,"+"255,202,60,255,"+"181,134,43,255,"+"86,45,16,255,"+"86,45,16,255,"+"89,49,20,255,"+"117,83,57,210,"+"86,46,17,255,"+"86,45,16,255,"+"99,57,20,255,"+"202,154,48,255,"+"254,201,60,255,"+"255,202,60,255,"+"247,195,58,255,"+"107,65,22,255,"+"86,45,16,255,"+"95,57,29,219,"+"146,109,109,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"191,167,159,32,"+"97,58,31,250,"+"86,45,16,255,"+"160,115,37,255,"+"255,202,60,255,"+"255,202,60,255,"+"237,185,56,255,"+"108,65,22,255,"+"86,45,16,255,"+"87,47,18,254,"+"153,129,111,210,"+"122,91,67,224,"+"86,45,16,255,"+"86,45,16,255,"+"89,48,17,255,"+"244,192,58,255,"+"255,202,60,255,"+"172,126,40,255,"+"86,45,16,255,"+"86,45,16,255,"+"93,53,24,255,"+"172,148,131,74,"+"138,114,92,177,"+"90,49,20,253,"+"86,45,16,255,"+"92,52,18,255,"+"221,171,52,255,"+"255,202,60,255,"+"253,200,60,255,"+"123,79,26,255,"+"86,45,16,255,"+"92,52,24,227,"+"157,137,118,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"136,109,87,47,"+"89,49,20,255,"+"86,45,16,255,"+"193,145,47,255,"+"255,202,60,255,"+"229,178,54,255,"+"105,62,21,255,"+"86,45,16,255,"+"86,45,16,255,"+"122,90,67,198,"+"191,179,166,20,"+"140,113,93,113,"+"86,46,17,255,"+"86,45,16,255,"+"86,45,16,255,"+"181,134,41,255,"+"255,202,60,255,"+"156,110,35,255,"+"86,45,16,255,"+"86,45,16,255,"+"93,53,25,245,"+"210,203,188,34,"+"223,191,191,8,"+"141,116,94,181,"+"87,47,17,255,"+"86,45,16,255,"+"104,62,21,255,"+"229,179,55,255,"+"254,201,60,255,"+"131,88,29,255,"+"86,45,16,255,"+"91,51,23,233,"+"142,99,85,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"140,112,94,73,"+"86,45,16,255,"+"88,47,17,255,"+"236,185,56,255,"+"211,162,51,255,"+"113,71,24,255,"+"86,45,16,255,"+"86,45,16,255,"+"108,73,48,179,"+"175,159,143,16,"+"0,0,0,0,"+"189,173,165,31,"+"101,63,36,246,"+"86,45,16,255,"+"86,45,16,255,"+"118,75,24,255,"+"252,199,59,255,"+"135,92,30,255,"+"86,45,16,255,"+"86,45,16,255,"+"101,63,35,235,"+"255,255,255,6,"+"0,0,0,0,"+"217,204,191,20,"+"131,101,78,187,"+"86,45,16,255,"+"86,45,16,255,"+"136,92,30,255,"+"252,200,60,255,"+"127,83,28,255,"+"86,45,16,255,"+"91,50,22,228,"+"146,109,91,14,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"124,94,69,111,"+"86,45,16,255,"+"90,50,18,255,"+"168,123,41,255,"+"95,53,18,255,"+"86,45,16,255,"+"86,46,17,254,"+"111,76,53,184,"+"165,150,135,17,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"132,101,79,162,"+"86,45,16,255,"+"86,45,16,255,"+"94,52,18,255,"+"221,172,55,255,"+"104,62,21,255,"+"86,45,16,255,"+"86,45,16,255,"+"111,76,50,188,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"201,188,174,38,"+"115,82,58,235,"+"86,45,16,255,"+"88,47,16,255,"+"182,136,46,255,"+"104,63,22,255,"+"86,45,16,255,"+"92,52,25,216,"+"170,128,128,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"146,118,96,119,"+"86,45,16,255,"+"86,45,16,255,"+"87,46,16,255,"+"86,45,16,255,"+"87,47,17,255,"+"116,83,59,169,"+"157,137,118,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"133,102,82,50,"+"89,49,20,250,"+"86,45,16,255,"+"86,45,16,255,"+"93,52,18,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"117,86,61,113,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"182,164,151,59,"+"94,55,27,247,"+"86,45,16,255,"+"89,48,17,255,"+"87,46,16,255,"+"86,45,16,255,"+"106,69,44,151,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"183,159,151,32,"+"94,55,27,237,"+"86,45,16,255,"+"86,45,16,255,"+"96,57,30,240,"+"121,88,64,116,"+"170,128,128,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"142,113,113,9,"+"102,64,38,202,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"96,56,28,245,"+"143,113,98,34,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"191,128,128,4,"+"117,87,62,170,"+"87,46,17,255,"+"86,45,16,255,"+"86,45,16,255,"+"96,58,30,223,"+"146,118,100,28,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"124,93,69,74,"+"108,72,47,174,"+"116,83,59,138,"+"149,128,106,36,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"146,121,103,42,"+"92,52,23,235,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"90,50,21,242,"+"131,102,80,70,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"221,187,187,15,"+"124,92,70,161,"+"102,65,39,215,"+"112,79,53,184,"+"146,120,104,49,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"137,113,88,52,"+"107,70,44,203,"+"100,61,33,253,"+"128,97,75,212,"+"174,158,142,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"255,170,170,3,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"170,85,85,3,"+"153,102,51,5,"+"170,170,170,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"AlbertoRight,81,106,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"204,204,204,5,"+"147,118,103,52,"+"119,86,62,107,"+"119,86,62,157,"+"118,84,60,149,"+"104,69,40,96,"+"136,107,83,43,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"195,180,180,17,"+"130,99,75,186,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,17,255,"+"122,91,65,200,"+"170,149,128,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"151,128,110,44,"+"101,65,38,220,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"90,48,17,255,"+"90,49,17,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"97,59,31,235,"+"134,105,84,97,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"142,113,91,45,"+"96,57,30,237,"+"86,45,16,255,"+"86,45,16,255,"+"113,71,24,255,"+"185,137,42,255,"+"240,189,57,255,"+"244,192,57,255,"+"197,149,46,255,"+"125,82,26,255,"+"86,45,16,255,"+"86,45,16,255,"+"90,51,23,249,"+"106,68,42,120,"+"128,85,85,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"180,165,135,17,"+"109,76,48,216,"+"86,45,16,255,"+"86,45,16,255,"+"132,88,29,255,"+"253,200,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,199,60,255,"+"154,110,36,255,"+"90,49,17,255,"+"86,45,16,255,"+"86,45,16,254,"+"100,65,37,125,"+"102,102,51,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"112,77,54,152,"+"87,46,17,255,"+"86,45,16,255,"+"137,94,31,255,"+"246,194,58,255,"+"255,202,60,255,"+"252,199,60,255,"+"251,199,60,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"198,151,48,255,"+"95,54,19,255,"+"86,45,16,255,"+"86,45,16,253,"+"101,61,32,142,"+"128,128,128,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"143,112,93,66,"+"92,52,24,244,"+"86,45,16,255,"+"101,59,20,255,"+"230,179,55,255,"+"236,185,56,255,"+"153,108,35,255,"+"105,63,22,255,"+"97,55,19,255,"+"125,83,29,255,"+"175,128,40,255,"+"230,180,55,255,"+"255,202,60,255,"+"255,202,60,255,"+"213,163,50,255,"+"102,61,21,255,"+"86,45,16,255,"+"87,47,17,252,"+"102,65,36,142,"+"146,109,109,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"157,137,118,13,"+"101,63,37,213,"+"86,45,16,255,"+"90,49,17,255,"+"211,162,51,255,"+"240,189,57,255,"+"120,78,27,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"93,52,18,255,"+"182,136,44,255,"+"247,195,58,255,"+"255,202,60,255,"+"228,177,54,255,"+"101,60,20,255,"+"86,45,16,255,"+"87,45,17,253,"+"109,74,51,131,"+"128,96,96,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"137,109,85,84,"+"88,48,19,252,"+"86,45,16,255,"+"133,89,29,255,"+"253,200,60,255,"+"141,97,31,255,"+"86,45,16,255,"+"86,45,16,255,"+"111,77,52,247,"+"129,100,77,225,"+"98,58,31,253,"+"86,45,16,255,"+"86,45,16,255,"+"87,46,16,255,"+"115,73,24,255,"+"231,181,55,255,"+"255,202,60,255,"+"226,176,53,255,"+"102,60,21,255,"+"86,45,16,255,"+"87,46,17,253,"+"104,67,39,137,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"187,170,153,15,"+"109,73,47,213,"+"86,45,16,255,"+"92,51,18,255,"+"216,168,55,255,"+"185,138,44,255,"+"89,48,17,255,"+"86,45,16,255,"+"113,79,54,249,"+"195,181,170,72,"+"255,255,255,5,"+"180,162,145,44,"+"141,114,93,143,"+"106,71,45,245,"+"86,45,16,255,"+"86,45,16,255,"+"113,70,23,255,"+"228,178,55,255,"+"255,202,60,255,"+"215,165,50,255,"+"100,58,20,255,"+"86,45,16,255,"+"88,47,18,250,"+"103,68,39,131,"+"85,85,85,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"133,101,80,96,"+"86,46,17,255,"+"86,45,16,255,"+"135,93,32,255,"+"191,145,51,255,"+"90,49,17,255,"+"86,45,16,255,"+"95,57,29,246,"+"207,199,191,91,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"198,183,171,67,"+"118,86,62,226,"+"87,47,18,255,"+"86,45,16,255,"+"112,69,23,255,"+"246,194,58,255,"+"255,202,60,255,"+"217,167,51,255,"+"96,55,19,255,"+"86,45,16,255,"+"88,48,19,249,"+"111,77,52,103,"+"153,102,102,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"104,68,41,192,"+"86,45,16,255,"+"86,45,16,255,"+"97,56,19,255,"+"89,48,17,255,"+"86,45,16,255,"+"87,47,17,255,"+"123,89,65,129,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"209,197,185,22,"+"123,91,67,221,"+"86,45,16,255,"+"87,46,16,255,"+"186,138,44,255,"+"255,202,60,255,"+"254,201,60,255,"+"206,158,52,255,"+"92,52,18,255,"+"86,45,16,255,"+"87,47,17,252,"+"120,88,61,96,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,223,223,8,"+"93,54,27,227,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"89,49,20,251,"+"113,76,51,120,"+"128,128,128,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"200,187,173,56,"+"101,63,37,250,"+"86,45,16,255,"+"118,76,25,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"192,145,46,255,"+"90,49,17,255,"+"86,45,16,255,"+"90,51,22,240,"+"119,83,59,86,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"103,65,38,134,"+"89,49,20,240,"+"89,49,20,243,"+"95,57,28,234,"+"98,60,33,192,"+"128,99,78,72,"+"128,128,128,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"204,204,204,5,"+"104,66,40,219,"+"86,45,16,255,"+"102,61,21,255,"+"252,199,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"185,138,44,255,"+"89,48,17,255,"+"86,45,16,255,"+"92,52,23,234,"+"130,101,82,53,"+"255,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"196,177,177,13,"+"197,185,162,22,"+"204,204,153,5,"+"255,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"183,163,154,78,"+"89,49,21,255,"+"86,45,16,255,"+"137,95,31,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"159,115,38,255,"+"87,46,16,255,"+"86,45,16,255,"+"93,53,25,247,"+"143,118,106,41,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"175,159,143,16,"+"106,70,45,221,"+"86,45,16,255,"+"89,48,17,255,"+"214,164,51,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,200,60,255,"+"151,106,35,255,"+"86,45,16,255,"+"86,45,16,255,"+"100,63,36,211,"+"155,127,109,28,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"206,194,182,21,"+"141,114,93,190,"+"87,46,17,255,"+"86,45,16,255,"+"129,86,28,255,"+"249,197,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"248,195,58,255,"+"135,92,30,255,"+"86,45,16,255,"+"86,45,16,255,"+"109,76,48,191,"+"198,198,198,9,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"219,219,219,7,"+"149,122,104,186,"+"86,45,16,255,"+"86,45,16,255,"+"102,60,21,255,"+"243,191,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"240,188,57,255,"+"102,60,21,255,"+"86,45,16,255,"+"86,45,16,255,"+"128,96,75,181,"+"204,153,153,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"242,228,228,19,"+"131,100,79,201,"+"89,49,20,255,"+"86,45,16,255,"+"91,49,17,255,"+"208,159,49,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"236,185,56,255,"+"105,64,21,255,"+"86,45,16,255,"+"87,47,18,254,"+"141,114,93,121,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"174,152,137,69,"+"128,98,76,235,"+"87,46,17,255,"+"86,45,16,255,"+"94,52,18,255,"+"202,154,49,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"202,153,48,255,"+"94,53,19,255,"+"86,45,16,255,"+"94,55,27,253,"+"152,126,108,87,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"204,204,204,5,"+"163,143,124,125,"+"96,56,27,253,"+"86,45,16,255,"+"86,45,16,255,"+"102,60,21,255,"+"221,171,55,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"182,135,43,255,"+"87,46,16,255,"+"86,45,16,255,"+"102,66,39,240,"+"197,181,165,31,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"185,170,155,33,"+"107,74,46,209,"+"89,49,21,253,"+"86,45,16,255,"+"86,45,16,255,"+"143,99,31,255,"+"238,186,56,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"237,185,55,255,"+"207,158,48,255,"+"201,153,47,255,"+"223,172,52,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,198,59,255,"+"175,128,39,255,"+"86,45,16,255,"+"86,45,16,255,"+"101,65,38,229,"+"191,173,164,28,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"123,92,67,91,"+"105,68,42,231,"+"86,45,16,255,"+"86,45,16,255,"+"95,53,18,255,"+"171,125,39,255,"+"249,196,58,255,"+"255,202,60,255,"+"254,201,60,255,"+"211,162,50,255,"+"131,87,28,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"114,71,23,255,"+"190,143,43,255,"+"250,198,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,201,60,255,"+"135,91,29,255,"+"86,45,16,255,"+"86,46,17,255,"+"125,94,72,192,"+"221,204,187,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,96,96,8,"+"126,88,66,128,"+"89,48,19,252,"+"86,45,16,255,"+"86,45,16,255,"+"113,70,23,255,"+"217,168,52,255,"+"255,202,60,255,"+"255,202,60,255,"+"250,197,60,255,"+"182,136,47,255,"+"89,48,17,255,"+"86,45,16,255,"+"86,45,16,255,"+"87,46,18,254,"+"89,48,19,253,"+"86,46,17,255,"+"86,45,16,255,"+"86,45,16,255,"+"141,98,34,255,"+"249,197,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"248,196,58,255,"+"108,66,22,255,"+"86,45,16,255,"+"86,45,16,255,"+"139,110,90,162,"+"170,170,170,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"170,142,113,9,"+"105,70,43,172,"+"86,45,17,254,"+"86,45,16,255,"+"88,47,17,255,"+"157,113,37,255,"+"246,194,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"163,116,37,255,"+"86,45,16,255,"+"86,45,16,255,"+"88,47,18,255,"+"129,99,76,235,"+"171,149,134,82,"+"131,106,81,41,"+"155,130,114,174,"+"91,51,23,253,"+"86,45,16,255,"+"87,46,16,255,"+"148,104,36,255,"+"252,200,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"226,176,53,255,"+"91,49,17,255,"+"86,45,16,255,"+"90,51,21,252,"+"169,150,132,133,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"153,153,153,10,"+"104,67,40,174,"+"86,45,16,255,"+"86,45,16,255,"+"104,62,22,255,"+"200,152,47,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,199,60,255,"+"156,111,35,255,"+"86,45,16,255,"+"86,45,16,255,"+"95,58,30,252,"+"153,128,109,147,"+"255,255,255,19,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,191,4,"+"171,153,138,100,"+"104,67,41,242,"+"86,45,16,255,"+"86,45,16,255,"+"183,136,44,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"209,160,49,255,"+"93,52,18,255,"+"86,45,16,255,"+"94,56,28,248,"+"172,151,136,86,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"146,146,109,7,"+"115,79,56,164,"+"86,45,16,255,"+"86,45,16,255,"+"107,66,23,255,"+"227,176,53,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"226,175,54,255,"+"127,85,29,255,"+"86,45,16,255,"+"86,45,16,255,"+"95,56,28,245,"+"166,146,129,103,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"157,136,115,109,"+"93,55,26,251,"+"86,45,16,255,"+"96,54,19,255,"+"223,173,54,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"178,131,40,255,"+"88,47,16,255,"+"86,45,16,255,"+"107,70,44,248,"+"171,150,134,61,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,128,128,2,"+"201,188,174,19,"+"170,128,128,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"137,108,85,78,"+"88,48,19,251,"+"86,45,16,255,"+"103,62,21,255,"+"242,190,57,255,"+"255,202,60,255,"+"252,200,60,255,"+"232,181,56,255,"+"145,101,34,255,"+"91,49,17,255,"+"86,45,16,255,"+"86,45,16,255,"+"97,60,31,239,"+"192,183,164,53,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,128,128,2,"+"155,132,114,145,"+"87,47,18,255,"+"86,45,16,255,"+"127,84,28,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"148,104,35,255,"+"86,45,16,255,"+"86,45,16,255,"+"114,81,57,228,"+"232,220,220,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"135,108,86,125,"+"91,50,22,243,"+"102,65,38,216,"+"140,115,102,20,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,3,"+"103,65,40,191,"+"86,45,16,255,"+"86,45,16,255,"+"109,67,23,255,"+"138,94,31,255,"+"128,84,28,255,"+"102,60,21,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"111,75,49,198,"+"139,110,87,44,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"182,170,146,21,"+"112,79,53,223,"+"86,45,16,255,"+"89,48,17,255,"+"189,143,47,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"243,191,57,255,"+"124,81,28,255,"+"86,45,16,255,"+"87,46,17,255,"+"118,84,59,207,"+"184,170,156,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"132,104,76,27,"+"89,50,20,241,"+"86,45,16,255,"+"86,45,16,255,"+"105,68,42,211,"+"177,157,137,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,4,"+"106,72,45,194,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"88,49,19,251,"+"98,61,33,217,"+"116,85,62,132,"+"170,149,149,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"191,191,128,4,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"188,174,159,69,"+"97,59,32,246,"+"86,45,16,255,"+"94,52,18,255,"+"237,186,56,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"239,188,58,255,"+"111,68,23,255,"+"86,45,16,255,"+"88,47,19,255,"+"140,110,90,179,"+"191,175,175,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"116,83,56,147,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"114,83,60,98,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"157,131,105,39,"+"97,60,30,218,"+"89,48,19,251,"+"86,45,16,254,"+"90,50,20,254,"+"93,53,25,244,"+"109,74,49,224,"+"117,86,61,146,"+"181,164,147,45,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"194,158,158,21,"+"133,103,82,153,"+"126,96,73,209,"+"139,108,86,127,"+"187,170,153,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,97,73,174,"+"86,45,16,255,"+"86,45,16,255,"+"181,134,42,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"239,187,57,255,"+"98,57,20,255,"+"86,45,16,255,"+"86,45,16,255,"+"129,101,79,146,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,6,"+"95,55,26,242,"+"86,45,16,255,"+"88,47,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"106,72,44,180,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"191,191,191,4,"+"115,90,58,31,"+"99,57,35,36,"+"124,95,73,35,"+"191,179,166,20,"+"255,255,255,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,99,85,18,"+"96,59,32,225,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"96,58,32,225,"+"133,99,78,75,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"188,174,166,57,"+"102,65,38,248,"+"86,45,16,255,"+"103,61,21,255,"+"243,191,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"207,158,50,255,"+"91,50,17,255,"+"86,45,16,255,"+"91,53,24,251,"+"141,116,94,128,"+"128,128,128,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"147,121,96,40,"+"88,49,20,254,"+"86,45,16,255,"+"144,99,32,255,"+"126,83,27,255,"+"86,45,16,255,"+"96,58,30,239,"+"223,223,223,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"126,97,72,113,"+"86,45,16,255,"+"87,46,16,255,"+"98,56,19,255,"+"87,46,16,255,"+"86,45,16,255,"+"90,51,21,241,"+"112,78,53,82,"+"128,128,128,2,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"142,114,97,163,"+"86,45,16,255,"+"86,45,16,255,"+"177,130,42,255,"+"255,202,60,255,"+"254,207,82,255,"+"255,202,62,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"197,149,48,255,"+"91,51,18,255,"+"86,45,16,255,"+"93,53,25,244,"+"144,117,95,83,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"139,109,90,68,"+"86,45,16,255,"+"86,45,16,255,"+"164,118,37,255,"+"197,149,45,255,"+"86,45,16,255,"+"88,47,18,253,"+"152,124,106,82,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"97,62,34,157,"+"86,45,16,255,"+"93,52,18,255,"+"245,195,62,255,"+"148,104,34,255,"+"88,47,17,255,"+"86,45,16,255,"+"88,48,18,255,"+"123,92,70,91,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"167,139,125,55,"+"90,50,21,253,"+"86,45,16,255,"+"120,77,26,255,"+"255,203,64,255,"+"253,249,238,255,"+"253,220,130,255,"+"255,205,72,255,"+"254,213,107,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"170,124,41,255,"+"88,47,17,255,"+"86,45,16,255,"+"93,54,25,253,"+"158,130,113,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"119,84,60,94,"+"86,45,16,255,"+"87,46,17,255,"+"185,138,44,255,"+"237,186,55,255,"+"92,50,17,255,"+"86,45,16,255,"+"131,103,80,166,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"132,103,80,131,"+"86,45,16,255,"+"89,48,17,255,"+"236,185,55,255,"+"252,200,60,255,"+"173,127,41,255,"+"87,46,16,255,"+"86,45,16,255,"+"94,56,28,243,"+"164,143,122,98,"+"255,255,255,1,"+"0,0,0,0,"+"223,191,191,8,"+"128,97,76,215,"+"86,45,16,255,"+"90,48,17,255,"+"219,171,60,255,"+"252,244,224,255,"+"253,245,224,255,"+"253,225,150,255,"+"253,251,245,255,"+"255,207,80,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,200,60,255,"+"159,114,37,255,"+"86,45,16,255,"+"86,45,16,255,"+"104,68,42,224,"+"179,159,145,37,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"118,84,61,121,"+"129,100,79,255,"+"199,186,177,255,"+"214,167,58,255,"+"244,192,57,255,"+"102,60,20,255,"+"86,45,16,255,"+"99,63,34,208,"+"255,255,204,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"146,121,103,42,"+"89,50,20,252,"+"86,45,16,255,"+"164,118,37,255,"+"255,202,60,255,"+"252,199,60,255,"+"168,123,40,255,"+"88,47,17,255,"+"86,45,16,255,"+"102,65,39,242,"+"193,178,169,86,"+"255,255,255,2,"+"0,0,0,0,"+"184,165,150,68,"+"92,52,23,250,"+"86,45,16,255,"+"129,86,29,255,"+"246,216,138,255,"+"253,253,253,255,"+"252,209,96,255,"+"253,251,245,255,"+"254,216,115,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,225,151,255,"+"254,221,137,255,"+"255,202,61,255,"+"249,196,59,255,"+"142,100,40,255,"+"86,45,16,255,"+"86,45,16,255,"+"115,82,57,206,"+"215,201,201,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"115,80,55,166,"+"168,147,134,255,"+"253,253,253,255,"+"253,216,114,255,"+"253,200,59,255,"+"115,72,24,255,"+"86,45,16,255,"+"94,55,27,230,"+"143,112,96,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"137,98,78,13,"+"92,52,24,229,"+"86,45,16,255,"+"109,67,22,255,"+"249,197,59,255,"+"255,202,60,255,"+"252,199,60,255,"+"145,101,33,255,"+"87,46,16,255,"+"86,45,16,255,"+"108,75,49,254,"+"205,193,181,86,"+"255,255,255,1,"+"0,0,0,0,"+"102,66,38,215,"+"86,45,16,255,"+"89,47,17,255,"+"226,182,77,255,"+"253,252,250,255,"+"254,220,131,255,"+"253,241,210,255,"+"253,238,198,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,230,171,255,"+"253,246,228,255,"+"255,204,67,255,"+"253,213,106,255,"+"243,240,238,255,"+"112,77,48,255,"+"86,45,16,255,"+"87,46,17,255,"+"139,109,89,204,"+"191,191,175,16,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,219,7,"+"128,97,76,226,"+"169,149,136,255,"+"253,253,253,255,"+"251,200,65,255,"+"254,204,70,255,"+"130,87,30,255,"+"86,45,16,255,"+"94,54,26,245,"+"137,109,91,28,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,128,128,2,"+"120,86,65,183,"+"86,45,16,255,"+"166,146,130,255,"+"251,224,153,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,198,59,255,"+"136,92,32,255,"+"86,45,16,255,"+"86,45,16,255,"+"114,79,54,244,"+"218,208,204,104,"+"0,0,0,0,"+"127,98,75,149,"+"86,45,16,255,"+"86,45,16,255,"+"190,145,50,255,"+"251,238,204,255,"+"253,238,197,255,"+"254,215,109,255,"+"253,252,250,255,"+"254,210,91,255,"+"255,202,60,255,"+"254,217,120,255,"+"253,252,248,255,"+"254,210,94,255,"+"253,209,90,255,"+"253,253,253,255,"+"234,222,198,255,"+"106,64,22,255,"+"86,45,16,255,"+"87,46,17,255,"+"146,123,103,176,"+"255,255,255,5,"+"255,255,255,1,"+"173,155,139,150,"+"93,55,26,254,"+"232,227,224,255,"+"253,253,253,255,"+"254,207,82,255,"+"253,247,231,255,"+"166,129,71,255,"+"86,45,16,255,"+"89,49,19,252,"+"167,146,130,61,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"165,143,124,68,"+"91,52,24,255,"+"167,147,132,255,"+"253,251,246,255,"+"254,212,100,255,"+"255,202,60,255,"+"254,217,120,255,"+"233,221,199,255,"+"125,86,44,255,"+"86,45,16,255,"+"86,45,16,255,"+"107,71,46,245,"+"166,145,132,135,"+"198,186,175,89,"+"96,58,30,255,"+"86,45,16,255,"+"128,86,30,255,"+"249,233,192,255,"+"253,245,222,255,"+"255,204,68,255,"+"252,247,232,255,"+"253,235,187,255,"+"255,203,62,255,"+"254,204,70,255,"+"253,252,249,255,"+"253,228,159,255,"+"255,202,60,255,"+"252,230,171,255,"+"253,252,249,255,"+"204,166,88,255,"+"97,56,19,255,"+"86,45,16,255,"+"91,51,23,255,"+"132,104,82,189,"+"118,85,60,195,"+"92,52,23,253,"+"145,119,100,255,"+"252,252,250,255,"+"248,218,140,255,"+"254,217,117,255,"+"253,252,251,255,"+"202,165,86,255,"+"86,45,16,255,"+"87,47,18,255,"+"157,132,111,133,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"191,191,191,4,"+"111,77,51,210,"+"101,63,36,255,"+"230,225,221,255,"+"253,242,213,255,"+"255,203,64,255,"+"253,221,135,255,"+"253,252,248,255,"+"236,216,169,255,"+"119,77,28,255,"+"87,46,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"106,72,45,253,"+"91,51,22,255,"+"86,45,16,255,"+"87,46,16,255,"+"230,201,134,255,"+"253,250,242,255,"+"255,205,73,255,"+"252,226,154,255,"+"253,249,237,255,"+"255,205,73,255,"+"255,202,60,255,"+"253,233,184,255,"+"253,240,205,255,"+"255,202,62,255,"+"254,210,91,255,"+"253,252,248,255,"+"248,218,140,255,"+"192,147,52,255,"+"90,50,19,255,"+"89,49,20,255,"+"86,45,16,255,"+"86,45,16,255,"+"110,75,50,255,"+"210,201,194,255,"+"253,250,243,255,"+"254,206,78,255,"+"254,220,130,255,"+"253,248,236,255,"+"242,193,71,255,"+"89,48,17,255,"+"86,45,16,255,"+"145,119,101,218,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"179,153,153,10,"+"157,137,118,13,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"140,109,89,126,"+"86,45,16,255,"+"121,89,67,255,"+"250,250,249,255,"+"253,236,193,255,"+"255,202,62,255,"+"253,234,187,255,"+"253,251,247,255,"+"243,207,115,255,"+"157,112,37,255,"+"87,46,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"87,46,16,255,"+"219,189,126,255,"+"253,252,249,255,"+"255,211,93,255,"+"254,214,106,255,"+"253,253,252,255,"+"254,219,129,255,"+"255,202,60,255,"+"252,217,125,255,"+"253,253,251,255,"+"255,205,74,255,"+"255,203,66,255,"+"253,248,234,255,"+"252,243,221,255,"+"244,196,69,255,"+"228,212,179,255,"+"233,228,225,255,"+"100,63,37,255,"+"86,45,16,255,"+"192,178,167,255,"+"253,252,250,255,"+"251,209,94,255,"+"255,202,60,255,"+"254,232,174,255,"+"253,243,217,255,"+"253,201,62,255,"+"114,72,25,255,"+"86,45,16,255,"+"102,64,38,248,"+"239,239,239,31,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"119,86,59,146,"+"89,49,21,248,"+"88,48,18,249,"+"98,60,33,233,"+"102,64,38,160,"+"190,173,163,78,"+"255,255,255,2,"+"164,146,134,42,"+"94,55,26,255,"+"86,45,16,255,"+"161,139,123,255,"+"253,251,246,255,"+"254,220,133,255,"+"254,204,71,255,"+"253,245,226,255,"+"253,245,225,255,"+"253,206,83,255,"+"209,160,50,255,"+"155,110,38,255,"+"103,63,30,255,"+"98,56,19,255,"+"138,95,33,255,"+"204,156,50,255,"+"253,206,80,255,"+"253,252,250,255,"+"255,212,97,255,"+"255,202,60,255,"+"253,238,200,255,"+"253,241,206,255,"+"255,202,60,255,"+"254,212,103,255,"+"253,253,253,255,"+"255,206,74,255,"+"255,202,60,255,"+"253,230,166,255,"+"252,245,227,255,"+"246,204,93,255,"+"252,248,236,255,"+"251,244,226,255,"+"195,150,54,255,"+"219,176,75,255,"+"251,250,248,255,"+"252,229,167,255,"+"255,202,60,255,"+"254,218,124,255,"+"253,251,246,255,"+"254,216,112,255,"+"255,202,60,255,"+"149,104,35,255,"+"86,45,16,255,"+"89,48,20,255,"+"164,143,126,73,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"95,56,29,218,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"87,46,18,255,"+"141,113,92,208,"+"163,141,124,78,"+"122,91,67,205,"+"86,45,16,255,"+"96,54,20,255,"+"242,222,174,255,"+"253,253,252,255,"+"254,211,95,255,"+"254,213,104,255,"+"253,250,244,255,"+"253,231,175,255,"+"255,203,63,255,"+"254,209,89,255,"+"253,252,250,255,"+"250,211,110,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,205,73,255,"+"253,249,240,255,"+"254,225,147,255,"+"255,202,60,255,"+"253,231,175,255,"+"253,241,206,255,"+"255,202,60,255,"+"254,213,105,255,"+"253,253,253,255,"+"255,206,74,255,"+"255,202,62,255,"+"253,244,223,255,"+"252,243,217,255,"+"250,230,177,255,"+"253,253,253,255,"+"253,219,130,255,"+"255,202,60,255,"+"253,231,173,255,"+"253,248,236,255,"+"253,203,69,255,"+"255,207,80,255,"+"253,249,238,255,"+"254,236,190,255,"+"255,202,60,255,"+"255,202,60,255,"+"184,137,44,255,"+"86,45,16,255,"+"86,45,16,255,"+"134,105,84,122,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"91,53,24,212,"+"86,45,16,255,"+"86,45,16,255,"+"88,47,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"88,48,20,254,"+"88,47,19,253,"+"86,45,16,255,"+"93,51,18,255,"+"245,194,62,255,"+"253,242,214,255,"+"253,250,242,255,"+"254,205,75,255,"+"254,208,87,255,"+"253,253,252,255,"+"253,234,184,255,"+"255,202,61,255,"+"253,245,221,255,"+"253,243,218,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,241,208,255,"+"254,225,147,255,"+"255,202,60,255,"+"253,231,173,255,"+"253,240,204,255,"+"255,202,60,255,"+"253,233,180,255,"+"253,249,239,255,"+"255,204,69,255,"+"255,202,60,255,"+"255,204,67,255,"+"255,203,66,255,"+"254,213,102,255,"+"253,218,124,255,"+"255,202,61,255,"+"255,202,60,255,"+"253,236,190,255,"+"253,236,191,255,"+"255,202,60,255,"+"253,239,200,255,"+"253,253,252,255,"+"254,214,106,255,"+"255,202,60,255,"+"255,202,60,255,"+"223,173,53,255,"+"86,45,16,255,"+"86,45,16,255,"+"117,82,57,178,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"116,84,59,161,"+"86,45,16,255,"+"87,46,18,255,"+"189,146,61,255,"+"194,148,52,255,"+"111,69,25,255,"+"87,46,17,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"121,78,26,255,"+"254,201,60,255,"+"255,202,62,255,"+"253,243,218,255,"+"253,242,212,255,"+"255,203,66,255,"+"253,234,184,255,"+"253,235,187,255,"+"255,202,60,255,"+"255,208,83,255,"+"253,245,226,255,"+"253,242,213,255,"+"254,203,64,255,"+"255,202,60,255,"+"253,241,208,255,"+"254,225,147,255,"+"255,202,60,255,"+"255,203,64,255,"+"255,205,72,255,"+"255,202,60,255,"+"253,233,184,255,"+"253,238,197,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,211,95,255,"+"254,212,98,255,"+"255,202,60,255,"+"254,212,99,255,"+"254,211,96,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,203,64,255,"+"253,231,173,255,"+"246,244,243,255,"+"103,67,41,255,"+"104,66,41,238,"+"235,235,235,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"155,133,111,46,"+"96,57,29,247,"+"169,149,136,255,"+"253,253,253,255,"+"246,205,97,255,"+"244,197,73,255,"+"249,241,222,255,"+"178,160,148,255,"+"136,107,83,255,"+"134,91,32,255,"+"222,173,52,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,214,106,255,"+"253,253,253,255,"+"253,219,130,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,220,132,255,"+"253,253,253,255,"+"254,217,118,255,"+"255,202,60,255,"+"253,241,207,255,"+"254,224,146,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,218,125,255,"+"254,220,131,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,213,105,255,"+"254,222,137,255,"+"253,250,241,255,"+"253,249,239,255,"+"218,199,165,255,"+"91,52,24,255,"+"90,50,21,255,"+"159,136,116,88,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"122,87,63,150,"+"91,51,23,255,"+"247,245,244,255,"+"251,243,222,255,"+"245,200,80,255,"+"252,244,226,255,"+"253,252,251,255,"+"253,253,253,255,"+"252,245,226,255,"+"254,203,65,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,230,167,255,"+"253,253,253,255,"+"253,216,118,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,217,120,255,"+"255,205,72,255,"+"255,202,60,255,"+"254,211,93,255,"+"255,206,76,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,244,222,255,"+"253,252,250,255,"+"253,235,189,255,"+"254,210,93,255,"+"226,176,54,255,"+"89,48,17,255,"+"86,45,16,255,"+"114,81,54,170,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"166,142,130,43,"+"92,50,24,253,"+"154,130,114,255,"+"253,253,253,255,"+"252,245,228,255,"+"247,209,109,255,"+"246,207,102,255,"+"248,220,147,255,"+"253,251,248,255,"+"253,248,235,255,"+"253,225,150,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,204,70,255,"+"253,245,226,255,"+"253,246,227,255,"+"253,207,84,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,205,73,255,"+"254,207,79,255,"+"255,202,61,255,"+"255,202,60,255,"+"243,191,58,255,"+"100,58,20,255,"+"86,45,16,255,"+"97,60,30,218,"+"142,113,113,9,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"161,137,118,141,"+"87,47,19,254,"+"159,137,120,255,"+"245,243,242,255,"+"253,253,253,255,"+"250,230,177,255,"+"247,216,130,255,"+"247,211,116,255,"+"252,246,230,255,"+"253,252,249,255,"+"253,227,158,255,"+"254,205,71,255,"+"255,202,60,255,"+"254,205,73,255,"+"253,248,235,255,"+"253,239,200,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,203,68,255,"+"254,203,69,255,"+"253,201,60,255,"+"132,89,30,255,"+"87,46,17,255,"+"93,52,25,248,"+"168,143,124,41,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"153,153,153,5,"+"103,67,39,226,"+"86,45,16,255,"+"99,61,32,255,"+"234,222,200,255,"+"253,250,242,255,"+"253,253,253,255,"+"250,236,197,255,"+"246,207,102,255,"+"250,237,201,255,"+"253,252,249,255,"+"254,227,157,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,226,155,255,"+"253,228,163,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,204,67,255,"+"253,246,226,255,"+"253,253,253,255,"+"253,253,253,255,"+"253,253,253,255,"+"214,205,199,255,"+"87,46,17,255,"+"139,107,89,138,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"162,141,124,123,"+"86,45,16,255,"+"86,45,16,255,"+"134,91,33,255,"+"254,206,76,255,"+"253,222,141,255,"+"253,251,248,255,"+"253,250,243,255,"+"251,227,164,255,"+"254,210,93,255,"+"255,206,77,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,61,255,"+"255,211,95,255,"+"253,222,138,255,"+"252,225,150,255,"+"252,229,167,255,"+"186,168,152,255,"+"86,45,16,255,"+"110,75,50,239,"+"228,228,215,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,7,"+"121,88,65,219,"+"86,45,16,255,"+"88,47,16,255,"+"214,164,50,255,"+"255,202,60,255,"+"254,205,73,255,"+"253,236,191,255,"+"253,249,240,255,"+"255,206,75,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"142,98,31,255,"+"86,45,16,255,"+"89,48,19,255,"+"150,126,105,85,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"147,123,106,106,"+"86,45,16,255,"+"86,45,16,255,"+"154,108,33,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,208,86,255,"+"253,240,203,255,"+"255,204,68,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,203,65,255,"+"189,145,56,255,"+"97,59,32,255,"+"87,46,17,255,"+"111,76,50,228,"+"193,185,176,29,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"209,209,185,22,"+"115,83,57,255,"+"86,45,16,255,"+"97,55,19,255,"+"250,197,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,206,76,255,"+"253,243,217,255,"+"249,244,233,255,"+"238,235,232,255,"+"227,221,216,255,"+"190,176,165,255,"+"119,85,60,191,"+"170,170,170,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"177,156,141,137,"+"88,47,19,255,"+"100,62,36,255,"+"212,186,137,255,"+"254,229,161,255,"+"254,229,161,255,"+"254,228,158,255,"+"254,205,73,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,203,64,255,"+"254,223,142,255,"+"254,226,151,255,"+"252,229,165,255,"+"226,215,198,255,"+"248,246,246,255,"+"115,82,59,251,"+"144,113,94,106,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"177,167,147,26,"+"101,63,37,248,"+"165,144,129,255,"+"253,252,251,255,"+"253,244,222,255,"+"253,243,218,255,"+"253,243,218,255,"+"254,211,96,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"222,173,55,255,"+"95,55,20,255,"+"86,45,16,255,"+"95,56,30,249,"+"147,121,102,40,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"204,204,204,10,"+"102,64,39,223,"+"92,53,25,255,"+"115,79,43,255,"+"244,194,63,255,"+"255,203,63,255,"+"255,203,63,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"161,116,39,255,"+"86,45,16,255,"+"86,45,16,255,"+"112,79,53,164,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"191,191,191,4,"+"99,62,33,206,"+"86,45,16,255,"+"99,57,20,255,"+"240,194,74,255,"+"253,224,145,255,"+"253,243,218,255,"+"253,249,241,255,"+"255,204,67,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,222,143,255,"+"253,252,252,255,"+"241,238,236,255,"+"191,175,164,255,"+"109,73,48,249,"+"126,96,73,77,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"196,196,177,13,"+"102,65,38,227,"+"88,47,18,255,"+"139,110,89,255,"+"245,242,238,255,"+"253,252,248,255,"+"253,238,197,255,"+"253,208,87,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,204,68,255,"+"252,220,137,255,"+"254,208,84,255,"+"254,207,82,255,"+"251,221,137,255,"+"254,206,78,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,203,62,255,"+"252,210,97,255,"+"252,238,203,255,"+"253,253,252,255,"+"245,243,242,255,"+"125,95,72,198,"+"255,255,255,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"213,205,198,103,"+"92,52,24,255,"+"158,134,117,255,"+"253,252,252,255,"+"252,245,229,255,"+"254,204,68,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,211,101,255,"+"250,234,192,255,"+"250,250,250,255,"+"251,223,151,255,"+"250,244,230,255,"+"250,250,250,255,"+"250,230,176,255,"+"250,240,215,255,"+"254,203,67,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,209,95,255,"+"255,203,66,255,"+"254,202,61,255,"+"252,213,111,255,"+"255,202,61,255,"+"255,202,60,255,"+"253,201,61,255,"+"187,162,124,255,"+"233,228,225,255,"+"98,60,33,253,"+"163,143,124,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"204,189,175,35,"+"125,93,70,247,"+"228,222,218,255,"+"252,252,252,255,"+"253,230,169,255,"+"255,205,72,255,"+"255,202,60,255,"+"254,211,95,255,"+"253,236,192,255,"+"253,242,212,255,"+"254,217,121,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,209,86,255,"+"251,236,195,255,"+"250,250,248,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,249,255,"+"250,248,245,255,"+"249,242,223,255,"+"250,250,250,255,"+"250,246,237,255,"+"254,204,68,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,204,69,255,"+"251,236,195,255,"+"251,237,199,255,"+"250,250,249,255,"+"251,238,203,255,"+"250,244,230,255,"+"250,246,235,255,"+"255,205,71,255,"+"255,202,60,255,"+"255,202,60,255,"+"232,182,56,255,"+"94,53,19,255,"+"86,45,16,255,"+"109,73,46,224,"+"170,149,128,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"218,210,205,157,"+"252,251,251,255,"+"232,227,224,255,"+"207,178,123,255,"+"255,203,65,255,"+"254,215,115,255,"+"253,239,203,255,"+"253,252,252,255,"+"253,249,240,255,"+"254,235,185,255,"+"254,208,88,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,229,170,255,"+"250,248,243,255,"+"250,248,242,255,"+"250,243,223,255,"+"253,205,80,255,"+"252,231,175,255,"+"254,208,86,255,"+"252,211,104,255,"+"252,216,120,255,"+"254,206,77,255,"+"252,227,162,255,"+"250,248,240,255,"+"253,211,97,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,226,156,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,246,235,255,"+"250,248,243,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,249,245,255,"+"253,214,108,255,"+"255,202,60,255,"+"255,202,60,255,"+"229,213,183,255,"+"156,132,116,255,"+"119,87,64,254,"+"159,134,115,82,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"249,249,245,80,"+"253,253,252,255,"+"243,241,239,255,"+"113,77,47,255,"+"229,182,68,255,"+"253,246,228,255,"+"253,253,253,255,"+"253,251,246,255,"+"252,215,118,255,"+"255,202,61,255,"+"255,203,63,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,210,92,255,"+"250,250,249,255,"+"251,221,139,255,"+"253,205,76,255,"+"254,204,71,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,216,119,255,"+"250,248,243,255,"+"250,250,249,255,"+"252,220,135,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,207,82,255,"+"250,250,249,255,"+"250,226,159,255,"+"250,233,188,255,"+"254,204,66,255,"+"255,202,61,255,"+"254,203,69,255,"+"251,212,108,255,"+"250,247,239,255,"+"251,239,208,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,237,199,255,"+"250,250,249,255,"+"252,252,252,255,"+"247,246,245,234,"+"255,255,255,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,128,64,4,"+"116,84,59,215,"+"151,126,109,255,"+"122,90,68,255,"+"222,210,191,255,"+"252,248,238,255,"+"253,250,242,255,"+"253,219,127,255,"+"255,204,69,255,"+"255,204,67,255,"+"254,230,170,255,"+"253,244,219,255,"+"254,219,126,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,227,157,255,"+"250,244,227,255,"+"255,202,61,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,204,71,255,"+"250,246,235,255,"+"251,238,206,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"214,165,49,255,"+"246,194,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,204,66,255,"+"252,217,124,255,"+"255,204,69,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,206,79,255,"+"250,247,238,255,"+"254,205,72,255,"+"255,202,60,255,"+"250,198,63,255,"+"136,102,64,255,"+"184,168,157,255,"+"253,253,253,255,"+"254,254,254,202,"+"255,255,255,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"148,120,101,121,"+"87,46,17,254,"+"134,105,85,255,"+"248,247,246,255,"+"253,244,220,255,"+"254,229,162,255,"+"254,207,79,255,"+"254,206,77,255,"+"254,226,149,255,"+"253,251,248,255,"+"253,248,234,255,"+"254,228,162,255,"+"255,204,69,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,206,77,255,"+"254,212,101,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,203,64,255,"+"255,203,63,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"246,194,58,255,"+"87,46,16,255,"+"200,151,47,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,203,63,255,"+"252,228,166,255,"+"254,203,66,255,"+"255,202,60,255,"+"255,202,60,255,"+"170,124,39,255,"+"86,45,16,255,"+"148,122,105,255,"+"247,246,245,255,"+"255,255,255,87,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"165,143,128,34,"+"90,50,19,252,"+"102,64,38,255,"+"253,253,253,255,"+"253,242,216,255,"+"255,204,68,255,"+"255,202,61,255,"+"253,212,102,255,"+"253,250,240,255,"+"253,251,246,255,"+"254,222,140,255,"+"255,202,63,255,"+"254,214,109,255,"+"253,217,121,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"247,195,58,255,"+"92,50,17,255,"+"156,111,35,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"217,169,56,255,"+"113,78,54,255,"+"94,55,27,255,"+"139,109,90,184,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"128,95,73,116,"+"88,48,19,255,"+"224,217,212,255,"+"253,247,231,255,"+"255,205,73,255,"+"255,202,60,255,"+"252,232,179,255,"+"253,252,250,255,"+"253,232,178,255,"+"255,210,89,255,"+"255,202,60,255,"+"252,224,147,255,"+"253,251,247,255,"+"253,226,153,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"141,98,31,255,"+"143,99,32,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,210,94,255,"+"253,253,253,255,"+"233,228,225,255,"+"226,220,215,230,"+"255,255,255,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,213,6,"+"194,180,168,220,"+"209,199,193,255,"+"252,247,237,255,"+"254,211,95,255,"+"255,202,60,255,"+"253,221,135,255,"+"253,252,250,255,"+"254,227,157,255,"+"255,203,63,255,"+"255,202,60,255,"+"253,207,81,255,"+"253,250,243,255,"+"252,238,200,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,203,64,255,"+"252,211,101,255,"+"253,213,106,255,"+"253,203,69,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"177,130,40,255,"+"89,48,17,255,"+"247,195,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,61,255,"+"252,207,87,255,"+"253,216,114,255,"+"252,207,83,255,"+"254,202,61,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,200,60,255,"+"168,143,115,255,"+"196,183,174,255,"+"249,249,249,255,"+"253,253,253,221,"+"255,255,255,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"155,131,109,82,"+"238,235,232,254,"+"228,222,218,255,"+"239,213,150,255,"+"253,209,90,255,"+"253,247,232,255,"+"247,217,138,255,"+"243,220,163,255,"+"229,179,56,255,"+"204,156,52,255,"+"149,105,35,255,"+"103,62,22,255,"+"165,143,129,255,"+"138,108,82,255,"+"177,131,44,255,"+"252,200,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,61,255,"+"252,219,126,255,"+"254,253,247,255,"+"250,249,249,255,"+"241,238,235,255,"+"246,243,238,255,"+"250,224,153,255,"+"255,204,68,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"226,176,52,255,"+"88,47,17,255,"+"183,136,43,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,208,84,255,"+"252,241,208,255,"+"254,253,253,255,"+"244,241,239,255,"+"242,239,236,255,"+"250,238,210,255,"+"254,207,83,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"154,109,35,255,"+"86,45,16,255,"+"132,102,82,255,"+"240,237,235,244,"+"255,255,255,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"115,81,55,158,"+"99,62,35,255,"+"91,51,23,255,"+"218,202,176,255,"+"253,250,244,255,"+"249,248,247,255,"+"152,121,87,255,"+"106,64,23,255,"+"91,50,17,255,"+"87,46,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"88,47,17,255,"+"203,155,49,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,222,140,255,"+"255,254,252,255,"+"228,222,216,255,"+"116,82,57,255,"+"98,60,33,255,"+"104,67,41,255,"+"173,154,139,255,"+"250,228,167,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,201,60,255,"+"121,78,25,255,"+"125,82,27,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,205,73,255,"+"254,248,233,255,"+"248,246,245,255,"+"142,116,96,255,"+"101,63,37,255,"+"99,61,35,255,"+"130,99,77,255,"+"243,236,224,255,"+"254,207,83,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"181,134,43,255,"+"86,45,16,255,"+"86,46,17,255,"+"105,70,42,253,"+"184,167,153,90,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"172,150,136,199,"+"184,168,157,255,"+"219,211,206,255,"+"253,253,253,255,"+"207,196,188,255,"+"116,83,60,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"94,53,18,255,"+"120,78,26,255,"+"125,82,28,255,"+"86,45,16,255,"+"86,45,16,255,"+"175,130,41,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,204,67,255,"+"255,248,230,255,"+"236,232,228,255,"+"102,64,38,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"87,47,17,255,"+"190,173,156,255,"+"253,210,93,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"170,123,37,255,"+"88,47,16,255,"+"190,143,45,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,228,160,255,"+"255,255,255,255,"+"160,137,121,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"127,97,74,255,"+"246,219,150,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"198,151,47,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"101,63,37,243,"+"133,105,80,73,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,15,"+"246,244,243,237,"+"243,240,238,255,"+"218,209,203,255,"+"163,142,127,255,"+"91,51,23,255,"+"86,45,16,255,"+"90,49,17,255,"+"114,71,24,255,"+"147,103,33,255,"+"218,168,52,255,"+"249,196,58,255,"+"252,200,60,255,"+"158,113,38,255,"+"86,45,16,255,"+"87,46,16,255,"+"202,154,49,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,207,81,255,"+"255,255,254,255,"+"192,177,166,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"133,104,84,255,"+"254,225,147,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,201,59,255,"+"129,85,27,255,"+"91,50,17,255,"+"227,177,53,255,"+"255,202,62,255,"+"255,254,252,255,"+"252,252,251,255,"+"103,67,40,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"220,200,162,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"226,175,53,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"98,59,32,224,"+"159,149,128,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"206,186,177,26,"+"142,115,97,219,"+"109,75,50,255,"+"102,65,39,255,"+"87,47,18,255,"+"86,46,17,255,"+"90,49,17,255,"+"168,123,39,255,"+"235,184,55,255,"+"251,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"217,167,51,255,"+"91,50,17,255,"+"86,45,16,255,"+"111,69,23,255,"+"249,196,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,208,84,255,"+"255,255,255,255,"+"188,172,160,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"129,99,77,255,"+"254,227,154,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"218,168,50,255,"+"86,45,16,255,"+"136,93,31,255,"+"254,203,64,255,"+"255,255,255,255,"+"252,251,251,255,"+"99,61,34,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"216,200,176,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"197,148,48,255,"+"86,45,16,255,"+"87,46,16,255,"+"128,86,30,255,"+"86,45,16,255,"+"86,45,16,255,"+"113,78,53,204,"+"204,204,153,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"154,132,113,81,"+"105,69,43,225,"+"86,45,16,255,"+"86,45,16,255,"+"86,46,16,255,"+"114,72,26,255,"+"192,144,45,255,"+"242,190,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"226,176,54,255,"+"104,62,21,255,"+"86,45,16,255,"+"92,51,18,255,"+"205,157,49,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,205,72,255,"+"255,251,242,255,"+"231,226,222,255,"+"92,54,25,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"181,163,149,255,"+"253,216,118,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"212,163,49,255,"+"108,66,21,255,"+"143,99,33,255,"+"222,211,193,255,"+"255,255,254,255,"+"150,125,106,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"114,80,55,255,"+"244,223,170,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"181,134,43,255,"+"86,45,16,255,"+"93,51,18,255,"+"238,187,59,255,"+"118,75,25,255,"+"86,45,16,255,"+"87,47,18,251,"+"133,105,82,75,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"159,137,118,69,"+"101,64,36,238,"+"86,45,16,255,"+"86,45,16,255,"+"108,66,23,255,"+"184,136,43,255,"+"251,199,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"238,187,57,255,"+"122,79,27,255,"+"86,45,16,255,"+"86,45,16,255,"+"170,123,39,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,61,255,"+"254,235,184,255,"+"255,255,255,255,"+"205,192,184,255,"+"112,78,54,255,"+"96,57,30,255,"+"102,66,40,255,"+"151,128,109,255,"+"245,231,197,255,"+"254,202,62,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"205,157,47,255,"+"107,65,21,255,"+"95,56,29,255,"+"236,232,229,255,"+"235,231,228,255,"+"131,102,80,255,"+"99,62,34,255,"+"97,59,32,255,"+"123,92,69,255,"+"229,223,216,255,"+"253,214,107,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"148,104,33,255,"+"86,45,16,255,"+"102,61,21,255,"+"252,199,60,255,"+"219,169,52,255,"+"93,52,18,255,"+"86,45,16,255,"+"101,65,40,219,"+"170,149,128,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"151,128,110,44,"+"92,53,23,246,"+"86,45,16,255,"+"86,45,16,255,"+"128,85,30,255,"+"246,194,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"246,194,59,255,"+"112,70,24,255,"+"86,45,16,255,"+"86,45,16,255,"+"135,92,31,255,"+"252,199,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,62,255,"+"252,241,210,255,"+"255,255,255,255,"+"253,253,252,255,"+"245,242,241,255,"+"249,249,248,255,"+"253,250,242,255,"+"254,208,86,255,"+"255,202,60,255,"+"255,202,60,255,"+"153,108,34,255,"+"222,172,52,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"230,179,53,255,"+"87,46,16,255,"+"220,196,148,255,"+"255,255,254,255,"+"254,254,254,255,"+"247,246,244,255,"+"246,244,243,255,"+"254,253,250,255,"+"252,218,129,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,199,60,255,"+"101,60,20,255,"+"86,45,16,255,"+"121,78,26,255,"+"255,202,60,255,"+"255,202,60,255,"+"155,110,36,255,"+"86,45,16,255,"+"86,45,16,255,"+"119,87,60,94,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"158,132,114,29,"+"101,63,36,218,"+"86,45,16,255,"+"86,45,16,255,"+"146,102,34,255,"+"249,197,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"231,181,55,255,"+"117,75,25,255,"+"86,45,16,255,"+"86,45,16,255,"+"139,106,72,255,"+"245,195,63,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,203,66,255,"+"254,215,112,255,"+"253,224,146,255,"+"253,225,149,255,"+"254,218,123,255,"+"254,204,72,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"114,72,24,255,"+"140,96,31,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"206,156,47,255,"+"91,50,17,255,"+"230,179,54,255,"+"254,209,90,255,"+"253,222,139,255,"+"253,225,152,255,"+"254,221,136,255,"+"254,210,92,255,"+"255,202,61,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"233,183,55,255,"+"87,46,16,255,"+"86,45,16,255,"+"146,101,33,255,"+"255,202,60,255,"+"255,202,60,255,"+"221,171,52,255,"+"87,47,16,255,"+"86,45,16,255,"+"101,63,37,185,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,2,"+"104,67,39,164,"+"86,45,16,255,"+"86,45,16,255,"+"139,94,31,255,"+"247,195,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"230,180,55,255,"+"119,76,26,255,"+"86,45,16,255,"+"86,45,16,255,"+"131,96,61,255,"+"250,250,249,255,"+"254,212,102,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,211,98,255,"+"158,129,99,255,"+"90,49,17,255,"+"105,63,21,255,"+"191,143,44,255,"+"178,131,40,255,"+"173,127,40,255,"+"232,181,54,255,"+"250,198,59,255,"+"255,202,60,255,"+"232,181,54,255,"+"123,80,26,255,"+"113,70,23,255,"+"248,196,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"198,150,46,255,"+"86,45,16,255,"+"86,45,16,255,"+"186,139,44,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"131,87,29,255,"+"86,45,16,255,"+"93,55,27,250,"+"189,179,170,27,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"140,115,95,89,"+"89,48,20,253,"+"86,45,16,255,"+"101,59,20,255,"+"241,190,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"241,190,57,255,"+"107,65,22,255,"+"86,45,16,255,"+"86,45,16,255,"+"131,88,30,255,"+"243,211,129,255,"+"253,251,248,255,"+"254,208,87,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"190,146,54,255,"+"245,240,232,255,"+"226,219,215,255,"+"88,48,19,255,"+"92,53,25,255,"+"87,47,18,255,"+"89,49,21,255,"+"87,46,17,255,"+"86,45,16,255,"+"102,60,20,255,"+"113,71,23,255,"+"90,49,17,255,"+"93,51,18,255,"+"234,183,58,255,"+"247,195,58,255,"+"253,200,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"143,99,32,255,"+"86,45,16,255,"+"91,50,17,255,"+"237,187,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"217,166,51,255,"+"87,46,16,255,"+"86,45,16,255,"+"126,97,75,123,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"158,134,109,21,"+"98,59,30,228,"+"86,45,16,255,"+"94,53,19,255,"+"224,174,54,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"229,179,54,255,"+"106,65,22,255,"+"86,45,16,255,"+"86,45,16,255,"+"138,95,31,255,"+"247,195,58,255,"+"253,237,195,255,"+"253,246,227,255,"+"255,204,67,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"234,183,55,255,"+"249,197,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"202,154,46,255,"+"140,112,93,255,"+"252,251,251,255,"+"163,141,127,255,"+"141,114,94,255,"+"237,233,230,255,"+"121,89,66,255,"+"208,198,190,255,"+"202,179,139,255,"+"109,74,45,255,"+"151,128,110,255,"+"95,56,28,255,"+"150,126,109,255,"+"163,137,108,255,"+"250,240,214,255,"+"145,116,89,255,"+"164,121,47,255,"+"254,207,82,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"225,174,53,255,"+"91,50,17,255,"+"86,45,16,255,"+"145,101,33,255,"+"254,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"242,190,57,255,"+"99,57,19,255,"+"86,45,16,255,"+"101,63,37,201,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"141,114,92,116,"+"88,47,18,253,"+"86,45,16,255,"+"148,103,34,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"240,188,57,255,"+"127,83,27,255,"+"86,45,16,255,"+"86,45,16,255,"+"144,100,33,255,"+"251,198,60,255,"+"254,203,68,255,"+"253,252,251,255,"+"253,220,133,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"248,195,58,255,"+"93,51,17,255,"+"194,146,45,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"211,162,49,255,"+"127,90,49,255,"+"214,205,199,255,"+"245,243,242,255,"+"198,158,73,255,"+"227,203,152,255,"+"253,253,253,255,"+"206,164,70,255,"+"252,243,220,255,"+"247,229,182,255,"+"141,113,89,255,"+"253,253,253,255,"+"106,72,45,255,"+"246,244,243,255,"+"189,174,163,255,"+"206,195,187,255,"+"249,248,247,255,"+"217,208,202,255,"+"253,249,237,255,"+"254,207,81,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"151,106,34,255,"+"86,45,16,255,"+"87,46,16,255,"+"207,159,49,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"252,199,59,255,"+"115,72,24,255,"+"86,45,16,255,"+"92,52,23,221,"+"170,142,113,9,"+"0,0,0,0,"+"0,0,0,0,"+"188,188,174,19,"+"109,73,46,231,"+"86,45,16,255,"+"96,54,19,255,"+"236,185,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"249,197,59,255,"+"124,80,26,255,"+"86,45,16,255,"+"86,45,16,255,"+"145,119,96,255,"+"250,236,199,255,"+"255,202,60,255,"+"253,215,115,255,"+"253,252,251,255,"+"254,206,80,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"247,195,58,255,"+"89,48,17,255,"+"192,144,45,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,200,60,255,"+"111,69,23,255,"+"176,158,145,255,"+"253,252,250,255,"+"252,211,102,255,"+"255,202,60,255,"+"251,236,197,255,"+"253,250,244,255,"+"255,203,64,255,"+"253,242,210,255,"+"247,229,182,255,"+"141,113,89,255,"+"253,253,253,255,"+"107,71,40,255,"+"229,223,220,255,"+"219,210,199,255,"+"107,66,27,255,"+"224,217,212,255,"+"253,253,253,255,"+"253,253,253,255,"+"253,244,224,255,"+"254,205,73,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"239,187,57,255,"+"96,54,19,255,"+"86,45,16,255,"+"87,46,16,255,"+"231,181,55,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,60,255,"+"123,80,26,255,"+"86,45,16,255,"+"88,48,20,232,"+"96,64,48,16,"+"0,0,0,0,"+"0,0,0,0,"+"139,110,90,79,"+"87,46,18,255,"+"86,45,16,255,"+"154,110,35,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"140,95,31,255,"+"87,46,16,255,"+"86,45,16,255,"+"118,76,27,255,"+"242,231,206,255,"+"253,241,211,255,"+"255,202,60,255,"+"253,224,149,255,"+"253,245,224,255,"+"255,202,61,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"247,195,58,255,"+"89,48,17,255,"+"192,144,45,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"233,181,55,255,"+"241,200,99,255,"+"253,218,122,255,"+"255,202,61,255,"+"255,202,60,255,"+"252,214,117,255,"+"253,210,97,255,"+"255,202,60,255,"+"253,242,210,255,"+"251,229,171,255,"+"210,174,102,255,"+"253,253,253,255,"+"204,159,62,255,"+"213,203,193,255,"+"253,237,192,255,"+"247,194,58,255,"+"165,128,65,255,"+"234,228,221,255,"+"225,198,138,255,"+"249,248,247,255,"+"218,183,104,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"248,196,58,255,"+"114,71,24,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"154,110,36,255,"+"254,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"151,105,33,255,"+"86,45,16,255,"+"88,46,18,233,"+"96,64,32,16,"+"0,0,0,0,"+"0,0,0,0,"+"110,75,48,132,"+"86,45,16,255,"+"86,45,16,255,"+"206,158,49,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"171,124,38,255,"+"86,45,16,255,"+"86,45,16,255,"+"96,54,18,255,"+"231,186,74,255,"+"253,250,243,255,"+"254,229,161,255,"+"255,202,61,255,"+"253,239,204,255,"+"253,244,220,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"247,195,58,255,"+"89,48,17,255,"+"192,144,45,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"144,100,33,255,"+"107,65,22,255,"+"201,152,47,255,"+"254,205,77,255,"+"255,202,65,255,"+"255,202,60,255,"+"254,207,84,255,"+"252,199,59,255,"+"193,149,59,255,"+"253,206,79,255,"+"255,202,60,255,"+"253,200,60,255,"+"238,187,58,255,"+"251,199,60,255,"+"168,123,42,255,"+"199,151,46,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,60,255,"+"164,118,38,255,"+"86,45,16,255,"+"86,45,16,255,"+"89,48,19,255,"+"86,45,16,255,"+"88,47,17,255,"+"200,152,47,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"130,86,27,255,"+"86,45,16,255,"+"88,47,19,232,"+"112,64,48,16,"+"0,0,0,0,"+"0,0,0,0,"+"94,55,28,166,"+"86,45,16,255,"+"88,47,17,255,"+"237,186,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"201,152,46,255,"+"87,46,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"185,165,144,255,"+"253,252,251,255,"+"254,208,83,255,"+"255,202,61,255,"+"253,244,221,255,"+"253,232,175,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"247,195,58,255,"+"89,48,17,255,"+"182,135,42,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"222,170,51,255,"+"210,161,48,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"187,140,45,255,"+"93,52,18,255,"+"87,46,16,255,"+"135,91,28,255,"+"221,170,52,255,"+"235,184,55,255,"+"252,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"183,136,42,255,"+"86,45,16,255,"+"86,45,16,255,"+"100,63,37,242,"+"168,147,131,165,"+"88,48,19,255,"+"86,45,16,255,"+"108,66,23,255,"+"242,190,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"251,199,59,255,"+"114,72,24,255,"+"86,45,16,255,"+"92,54,24,225,"+"149,128,106,12,"+"0,0,0,0,"+"0,0,0,0,"+"98,60,33,187,"+"86,45,16,255,"+"104,63,23,255,"+"251,199,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"222,173,52,255,"+"95,53,18,255,"+"86,45,16,255,"+"88,47,18,255,"+"99,62,35,255,"+"109,74,50,255,"+"250,250,249,255,"+"252,236,192,255,"+"255,202,61,255,"+"255,205,72,255,"+"253,248,235,255,"+"254,229,164,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"133,90,29,255,"+"138,94,30,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"155,109,33,255,"+"143,98,31,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"237,185,56,255,"+"136,92,30,255,"+"86,45,16,255,"+"88,46,16,255,"+"94,53,18,255,"+"106,63,21,255,"+"126,82,27,255,"+"188,141,45,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"187,140,44,255,"+"91,50,17,255,"+"86,45,16,255,"+"86,45,17,255,"+"147,119,102,90,"+"191,191,159,8,"+"140,111,92,189,"+"86,45,16,255,"+"86,45,16,255,"+"109,66,22,255,"+"237,187,56,255,"+"255,202,60,255,"+"203,155,47,255,"+"89,48,17,255,"+"86,45,16,255,"+"107,72,45,202,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"98,59,33,193,"+"86,45,16,255,"+"111,70,24,255,"+"252,200,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"211,162,49,255,"+"93,51,18,255,"+"86,45,16,255,"+"91,51,23,254,"+"144,116,98,136,"+"165,141,126,85,"+"166,145,130,253,"+"250,249,248,255,"+"152,124,97,255,"+"220,170,52,255,"+"253,208,91,255,"+"253,251,246,255,"+"254,217,118,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"147,102,33,255,"+"121,78,25,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"196,147,44,255,"+"101,59,20,255,"+"245,193,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"226,175,53,255,"+"179,131,40,255,"+"152,107,34,255,"+"125,82,27,255,"+"90,49,17,255,"+"155,111,36,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,201,60,255,"+"179,132,41,255,"+"89,48,17,255,"+"86,45,16,255,"+"91,51,23,249,"+"140,111,89,115,"+"255,255,170,3,"+"0,0,0,0,"+"196,177,177,13,"+"106,72,46,206,"+"86,45,16,255,"+"86,45,16,255,"+"96,54,19,255,"+"106,64,21,255,"+"88,47,16,255,"+"86,45,16,255,"+"94,56,28,251,"+"153,127,110,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"101,63,36,175,"+"86,45,16,255,"+"90,48,17,255,"+"220,170,54,255,"+"255,202,60,255,"+"253,201,60,255,"+"198,150,48,255,"+"92,51,18,255,"+"86,45,16,255,"+"88,47,19,255,"+"123,91,69,160,"+"0,0,0,0,"+"0,0,0,0,"+"146,124,103,138,"+"121,89,67,255,"+"86,45,16,255,"+"119,80,37,255,"+"251,240,208,255,"+"253,246,229,255,"+"255,204,68,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"213,164,50,255,"+"86,45,16,255,"+"240,188,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"245,193,58,255,"+"86,45,16,255,"+"207,158,48,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"241,189,58,255,"+"149,105,35,255,"+"86,45,16,255,"+"86,45,16,255,"+"91,51,23,249,"+"129,98,75,130,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"191,175,167,32,"+"106,69,44,204,"+"87,46,17,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"94,55,27,249,"+"118,83,58,123,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"121,93,68,120,"+"86,45,16,255,"+"86,45,16,255,"+"98,56,20,255,"+"146,103,35,255,"+"118,75,26,255,"+"88,47,17,255,"+"86,45,16,255,"+"86,45,16,255,"+"136,108,86,163,"+"204,204,153,5,"+"0,0,0,0,"+"0,0,0,0,"+"213,170,170,6,"+"119,86,62,190,"+"86,45,16,255,"+"158,135,118,255,"+"253,253,253,255,"+"253,217,122,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"248,196,59,255,"+"100,58,20,255,"+"190,143,45,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"118,76,25,255,"+"114,71,23,255,"+"250,198,59,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,60,255,"+"216,167,55,255,"+"100,59,21,255,"+"86,45,16,255,"+"86,45,16,255,"+"90,46,19,253,"+"133,104,82,96,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"182,146,146,7,"+"136,107,84,79,"+"121,88,64,206,"+"105,68,42,233,"+"137,111,90,147,"+"156,132,107,31,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"161,134,121,19,"+"107,70,45,189,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"92,52,24,250,"+"121,87,62,135,"+"177,157,137,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"164,146,127,14,"+"104,70,44,198,"+"124,93,70,255,"+"174,155,141,255,"+"132,93,42,255,"+"233,182,55,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"131,87,27,255,"+"110,67,23,255,"+"244,193,58,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"192,144,44,255,"+"88,47,17,255,"+"166,120,37,255,"+"254,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"220,171,54,255,"+"139,95,32,255,"+"90,49,17,255,"+"86,45,16,255,"+"86,45,16,255,"+"97,58,32,218,"+"130,97,73,63,"+"255,128,128,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"156,128,113,18,"+"109,71,46,162,"+"94,54,26,234,"+"90,50,22,249,"+"89,49,20,244,"+"98,59,32,200,"+"136,104,83,86,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"158,134,121,21,"+"101,64,36,204,"+"86,45,16,255,"+"86,45,16,255,"+"119,76,25,255,"+"225,175,54,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"231,180,54,255,"+"99,57,19,255,"+"103,62,21,255,"+"221,172,52,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"249,196,58,255,"+"136,92,29,255,"+"86,45,16,255,"+"204,155,47,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"245,193,59,255,"+"211,162,50,255,"+"147,103,34,255,"+"90,49,17,255,"+"86,45,16,255,"+"86,45,16,255,"+"89,49,22,248,"+"108,73,46,165,"+"153,128,115,20,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,6,"+"219,211,197,35,"+"255,255,234,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"162,139,116,22,"+"111,74,48,228,"+"86,45,16,255,"+"86,45,16,255,"+"94,53,18,255,"+"222,171,52,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"214,164,50,255,"+"87,46,16,255,"+"86,45,16,255,"+"161,115,37,255,"+"245,194,59,255,"+"253,200,60,255,"+"255,202,60,255,"+"243,191,57,255,"+"102,60,20,255,"+"91,49,17,255,"+"218,168,51,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,201,60,255,"+"253,201,60,255,"+"241,190,58,255,"+"165,121,40,255,"+"97,55,19,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,254,"+"99,62,35,226,"+"148,128,107,50,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"173,146,127,28,"+"127,96,72,213,"+"87,46,17,255,"+"86,45,16,255,"+"109,67,24,255,"+"251,199,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"222,172,53,255,"+"115,73,26,255,"+"86,45,16,255,"+"88,47,17,255,"+"91,50,17,255,"+"108,65,22,255,"+"132,88,29,255,"+"158,113,36,255,"+"160,116,40,255,"+"94,53,19,255,"+"89,48,17,255,"+"205,156,48,255,"+"250,198,60,255,"+"251,198,60,255,"+"249,197,60,255,"+"248,196,59,255,"+"241,190,58,255,"+"211,162,52,255,"+"186,139,44,255,"+"154,109,35,255,"+"126,84,28,255,"+"107,65,22,255,"+"91,50,18,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"87,47,18,254,"+"111,77,51,213,"+"125,90,67,88,"+"146,127,109,14,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"188,169,157,65,"+"94,55,27,255,"+"86,45,16,255,"+"141,96,31,255,"+"254,201,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"239,187,57,255,"+"159,114,37,255,"+"92,51,18,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"91,50,18,255,"+"99,58,20,255,"+"100,59,21,255,"+"97,56,20,255,"+"94,52,18,255,"+"89,47,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"90,50,21,254,"+"102,65,39,234,"+"112,77,52,173,"+"156,130,113,90,"+"191,191,159,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"137,108,88,125,"+"86,45,16,255,"+"88,47,16,255,"+"215,166,51,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"254,202,60,255,"+"225,175,53,255,"+"98,56,19,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"137,94,30,255,"+"183,136,42,255,"+"116,73,25,255,"+"94,53,18,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"87,46,18,254,"+"90,50,22,245,"+"106,71,46,231,"+"130,99,77,182,"+"162,139,123,77,"+"232,209,209,11,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"170,170,85,3,"+"115,78,55,182,"+"86,45,16,255,"+"97,55,19,255,"+"240,188,57,255,"+"255,202,60,255,"+"255,202,60,255,"+"255,202,60,255,"+"198,151,48,255,"+"99,58,20,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"182,135,43,255,"+"255,202,60,255,"+"252,199,59,255,"+"194,147,47,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"117,75,26,255,"+"158,113,37,255,"+"168,122,39,255,"+"174,127,41,255,"+"175,129,41,255,"+"93,52,18,255,"+"86,45,16,255,"+"103,67,40,227,"+"165,140,123,31,"+"177,157,137,13,"+"255,255,255,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"146,109,109,7,"+"95,57,29,219,"+"86,45,16,255,"+"107,65,22,255,"+"247,195,58,255,"+"255,202,60,255,"+"254,201,60,255,"+"202,154,48,255,"+"99,57,20,255,"+"86,45,16,255,"+"86,46,17,255,"+"117,83,57,210,"+"89,49,20,255,"+"86,45,16,255,"+"86,45,16,255,"+"181,134,43,255,"+"255,202,60,255,"+"255,202,60,255,"+"143,99,33,255,"+"86,45,16,255,"+"86,45,16,255,"+"89,49,20,255,"+"89,48,19,255,"+"86,45,16,255,"+"105,63,22,255,"+"223,174,53,255,"+"255,202,60,255,"+"255,202,60,255,"+"253,200,60,255,"+"114,71,25,255,"+"86,45,16,255,"+"97,59,32,232,"+"255,255,255,9,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"157,137,118,13,"+"92,52,24,227,"+"86,45,16,255,"+"123,79,26,255,"+"253,200,60,255,"+"255,202,60,255,"+"221,171,52,255,"+"92,52,18,255,"+"86,45,16,255,"+"90,49,20,253,"+"138,114,92,177,"+"172,148,131,74,"+"93,53,24,255,"+"86,45,16,255,"+"86,45,16,255,"+"172,126,40,255,"+"255,202,60,255,"+"244,192,58,255,"+"89,48,17,255,"+"86,45,16,255,"+"86,45,16,255,"+"122,91,67,224,"+"153,129,111,210,"+"87,47,18,254,"+"86,45,16,255,"+"108,65,22,255,"+"237,185,56,255,"+"255,202,60,255,"+"255,202,60,255,"+"160,115,37,255,"+"86,45,16,255,"+"97,58,31,250,"+"191,167,159,32,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"142,99,85,18,"+"91,51,23,233,"+"86,45,16,255,"+"131,88,29,255,"+"254,201,60,255,"+"229,179,55,255,"+"104,62,21,255,"+"86,45,16,255,"+"87,47,17,255,"+"141,116,94,181,"+"223,191,191,8,"+"210,203,188,34,"+"93,53,25,245,"+"86,45,16,255,"+"86,45,16,255,"+"156,110,35,255,"+"255,202,60,255,"+"181,134,41,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,46,17,255,"+"140,113,93,113,"+"191,179,166,20,"+"122,90,67,198,"+"86,45,16,255,"+"86,45,16,255,"+"105,62,21,255,"+"229,178,54,255,"+"255,202,60,255,"+"193,145,47,255,"+"86,45,16,255,"+"89,49,20,255,"+"136,109,87,47,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"146,109,91,14,"+"91,50,22,228,"+"86,45,16,255,"+"127,83,28,255,"+"252,200,60,255,"+"136,92,30,255,"+"86,45,16,255,"+"86,45,16,255,"+"131,101,78,187,"+"217,204,191,20,"+"0,0,0,0,"+"255,255,255,6,"+"101,63,35,235,"+"86,45,16,255,"+"86,45,16,255,"+"135,92,30,255,"+"252,199,59,255,"+"118,75,24,255,"+"86,45,16,255,"+"86,45,16,255,"+"101,63,36,246,"+"189,173,165,31,"+"0,0,0,0,"+"175,159,143,16,"+"108,73,48,179,"+"86,45,16,255,"+"86,45,16,255,"+"113,71,24,255,"+"211,162,51,255,"+"236,185,56,255,"+"88,47,17,255,"+"86,45,16,255,"+"140,112,94,73,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"170,128,128,6,"+"92,52,25,216,"+"86,45,16,255,"+"104,63,22,255,"+"182,136,46,255,"+"88,47,16,255,"+"86,45,16,255,"+"115,82,58,235,"+"201,188,174,38,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"111,76,50,188,"+"86,45,16,255,"+"86,45,16,255,"+"104,62,21,255,"+"221,172,55,255,"+"94,52,18,255,"+"86,45,16,255,"+"86,45,16,255,"+"132,101,79,162,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"165,150,135,17,"+"111,76,53,184,"+"86,46,17,254,"+"86,45,16,255,"+"95,53,18,255,"+"168,123,41,255,"+"90,50,18,255,"+"86,45,16,255,"+"124,94,69,111,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"106,69,44,151,"+"86,45,16,255,"+"87,46,16,255,"+"89,48,17,255,"+"86,45,16,255,"+"94,55,27,247,"+"182,164,151,59,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"117,86,61,113,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"93,52,18,255,"+"86,45,16,255,"+"86,45,16,255,"+"89,49,20,250,"+"133,102,82,50,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"157,137,118,13,"+"116,83,59,169,"+"87,47,17,255,"+"86,45,16,255,"+"87,46,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"146,118,96,119,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"146,118,100,28,"+"96,58,30,223,"+"86,45,16,255,"+"86,45,16,255,"+"87,46,17,255,"+"117,87,62,170,"+"191,128,128,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"143,113,98,34,"+"96,56,28,245,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"102,64,38,202,"+"142,113,113,9,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"170,128,128,6,"+"121,88,64,116,"+"96,57,30,240,"+"86,45,16,255,"+"86,45,16,255,"+"94,55,27,237,"+"183,159,151,32,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"146,120,104,49,"+"112,79,53,184,"+"102,65,39,215,"+"124,92,70,161,"+"221,187,187,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"131,102,80,70,"+"90,50,21,242,"+"86,45,16,255,"+"86,45,16,255,"+"86,45,16,255,"+"92,52,23,235,"+"146,121,103,42,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"149,128,106,36,"+"116,83,59,138,"+"108,72,47,174,"+"124,93,69,74,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,255,255,1,"+"255,170,170,3,"+"255,255,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"174,158,142,63,"+"128,97,75,212,"+"100,61,33,253,"+"107,70,44,203,"+"137,113,88,52,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"170,170,170,3,"+"153,102,51,5,"+"170,85,85,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"GundolfWaitingLeft,125,264,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,13,"+"0,0,0,63,"+"0,0,0,77,"+"0,0,0,126,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,96,"+"0,0,0,34,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,70,"+"0,0,0,186,"+"0,0,0,220,"+"0,0,0,254,"+"1,1,1,255,"+"5,5,5,255,"+"32,32,31,253,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"7,7,7,254,"+"0,0,0,255,"+"0,0,0,246,"+"0,0,0,118,"+"0,0,0,14,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,40,"+"0,0,0,173,"+"0,0,0,254,"+"46,46,45,252,"+"91,91,90,254,"+"127,128,126,253,"+"149,150,148,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"136,137,135,253,"+"88,89,87,252,"+"1,1,1,254,"+"0,0,0,172,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,67,"+"0,0,0,154,"+"0,0,0,228,"+"19,19,19,252,"+"118,119,117,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"119,120,119,251,"+"0,0,0,254,"+"0,0,0,113,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,29,"+"0,0,0,149,"+"0,0,0,249,"+"0,0,0,255,"+"40,40,40,254,"+"86,87,86,252,"+"148,149,147,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"87,87,86,250,"+"0,0,0,254,"+"0,0,0,109,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,15,"+"0,0,0,99,"+"0,0,0,200,"+"0,0,0,255,"+"6,6,6,253,"+"98,98,97,252,"+"141,142,140,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,27,"+"0,0,0,92,"+"0,0,0,178,"+"0,0,0,235,"+"0,0,0,255,"+"22,23,22,254,"+"107,108,106,252,"+"155,156,154,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,30,"+"0,0,0,108,"+"0,0,0,237,"+"3,3,3,254,"+"57,57,56,252,"+"107,107,106,254,"+"121,122,121,255,"+"154,155,153,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"136,137,136,254,"+"133,134,132,255,"+"155,156,154,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"62,63,62,254,"+"0,0,0,175,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,188,"+"11,11,10,254,"+"65,65,64,252,"+"154,155,153,254,"+"137,138,136,253,"+"143,144,142,253,"+"158,159,157,255,"+"127,128,126,253,"+"96,96,95,255,"+"90,91,90,253,"+"53,53,52,255,"+"52,53,52,255,"+"52,53,52,255,"+"22,22,22,253,"+"5,4,3,255,"+"9,6,5,255,"+"23,23,22,252,"+"142,142,141,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"92,93,91,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,206,"+"28,28,28,253,"+"53,53,53,255,"+"23,23,22,253,"+"0,0,0,255,"+"2,2,2,255,"+"52,50,43,253,"+"82,79,65,255,"+"78,74,61,255,"+"78,74,61,255,"+"117,110,92,254,"+"142,135,114,255,"+"142,135,114,255,"+"166,158,133,253,"+"239,229,193,253,"+"247,236,199,254,"+"74,69,56,253,"+"33,33,33,253,"+"156,157,155,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"106,106,105,253,"+"0,0,0,245,"+"0,0,0,77,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,255,"+"0,0,0,229,"+"0,0,0,196,"+"0,0,0,196,"+"0,0,0,246,"+"93,89,74,254,"+"248,237,200,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"239,229,192,253,"+"9,7,5,254,"+"110,111,109,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,254,"+"66,66,65,253,"+"0,0,0,235,"+"0,0,0,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,249,"+"187,178,150,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"122,116,97,253,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"153,154,152,254,"+"18,19,18,253,"+"0,0,0,186,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,53,"+"0,0,0,255,"+"218,208,176,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"171,163,137,253,"+"4,5,4,253,"+"152,153,151,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"95,95,94,252,"+"0,0,0,251,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"60,56,46,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"239,229,192,253,"+"30,27,22,253,"+"55,55,54,250,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"54,54,53,253,"+"0,0,0,171,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,113,"+"22,19,15,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"216,206,173,253,"+"1,1,1,255,"+"125,125,124,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,50,254,"+"0,0,0,166,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"5,5,3,255,"+"240,230,193,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"97,93,77,252,"+"53,54,53,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"116,116,115,252,"+"0,0,0,255,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,17,"+"0,0,0,228,"+"117,112,93,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"50,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"5,5,5,255,"+"0,0,0,147,"+"0,0,0,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,85,227,18,"+"255,77,221,126,"+"124,34,105,220,"+"65,62,51,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,207,208,255,"+"255,178,211,255,"+"255,203,208,255,"+"255,241,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"50,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"83,84,82,252,"+"1,1,1,254,"+"0,0,0,109,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,77,221,149,"+"255,78,220,252,"+"227,68,195,255,"+"28,7,21,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,168,211,255,"+"255,78,220,255,"+"255,84,219,255,"+"255,78,220,255,"+"255,146,213,255,"+"255,242,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,78,222,23,"+"255,78,221,246,"+"255,76,220,144,"+"255,78,220,212,"+"119,31,101,255,"+"226,215,181,255,"+"255,243,205,254,"+"255,95,218,255,"+"255,99,218,255,"+"255,242,205,255,"+"255,179,210,255,"+"255,78,220,255,"+"255,198,209,255,"+"247,236,198,255,"+"250,239,201,255,"+"255,243,204,252,"+"255,243,205,255,"+"255,243,205,255,"+"185,176,148,253,"+"9,9,7,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"152,153,151,253,"+"136,136,135,255,"+"156,157,155,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,80,219,64,"+"255,78,220,255,"+"255,80,223,16,"+"254,76,220,174,"+"124,33,105,255,"+"179,171,143,255,"+"255,242,206,254,"+"255,79,220,255,"+"190,116,157,255,"+"152,144,121,255,"+"152,144,121,255,"+"231,79,198,255,"+"196,83,167,255,"+"3,3,2,255,"+"138,131,109,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"226,216,182,254,"+"3,3,2,255,"+"143,144,143,253,"+"156,157,155,254,"+"99,100,98,252,"+"57,59,57,254,"+"5,5,4,253,"+"0,0,0,255,"+"60,61,60,250,"+"158,159,157,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"0,0,0,132,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,80,219,64,"+"255,78,220,255,"+"0,0,0,0,"+"255,77,220,166,"+"150,42,129,255,"+"74,70,57,255,"+"223,184,181,255,"+"255,78,220,255,"+"60,13,50,255,"+"9,7,6,255,"+"10,9,6,255,"+"182,57,156,255,"+"201,69,173,255,"+"106,101,83,255,"+"237,225,189,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,13,9,255,"+"132,133,131,255,"+"132,133,131,255,"+"1,1,1,255,"+"123,117,97,254,"+"179,171,144,252,"+"195,187,157,246,"+"11,10,6,254,"+"51,52,51,252,"+"156,157,155,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"70,71,69,254,"+"0,0,0,186,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,80,219,64,"+"255,78,220,255,"+"255,78,216,72,"+"255,77,220,188,"+"167,48,143,255,"+"0,0,0,255,"+"205,156,166,253,"+"255,78,220,255,"+"253,214,206,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,134,215,255,"+"255,115,217,255,"+"255,212,207,255,"+"255,198,209,255,"+"255,186,210,255,"+"255,186,210,255,"+"255,184,210,255,"+"255,178,211,255,"+"119,41,101,255,"+"183,110,169,255,"+"152,98,141,255,"+"1,1,0,255,"+"241,231,194,255,"+"255,243,205,255,"+"255,243,205,255,"+"226,215,180,252,"+"3,3,2,255,"+"132,133,131,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"92,93,91,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,81,219,63,"+"255,78,220,255,"+"255,78,220,253,"+"255,78,220,210,"+"242,74,209,255,"+"21,2,17,255,"+"191,124,157,255,"+"255,78,220,255,"+"250,214,202,255,"+"168,160,134,255,"+"175,168,140,255,"+"255,128,215,255,"+"255,78,220,255,"+"255,78,220,255,"+"255,78,220,255,"+"255,80,220,255,"+"255,80,220,255,"+"255,81,220,255,"+"255,91,219,255,"+"209,65,181,255,"+"231,90,202,255,"+"139,42,119,254,"+"52,49,40,253,"+"254,242,204,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,12,9,255,"+"169,110,157,255,"+"164,154,161,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"92,93,91,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,76,221,30,"+"255,78,220,253,"+"255,85,255,3,"+"255,64,223,8,"+"255,78,220,246,"+"255,78,220,255,"+"255,78,220,255,"+"255,78,220,255,"+"190,179,152,255,"+"2,2,1,255,"+"65,62,51,255,"+"255,124,216,255,"+"255,129,215,255,"+"255,211,208,255,"+"255,231,206,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,12,9,255,"+"93,94,92,252,"+"1,1,1,255,"+"207,197,166,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"204,194,163,251,"+"2,2,2,254,"+"250,82,216,255,"+"229,100,202,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"92,93,91,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"244,74,210,183,"+"167,44,142,52,"+"255,0,128,2,"+"224,65,192,222,"+"136,36,116,254,"+"213,69,182,254,"+"255,78,220,255,"+"255,240,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,123,216,255,"+"255,135,215,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"50,48,39,253,"+"0,0,0,255,"+"74,70,56,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"141,134,112,254,"+"43,43,43,253,"+"193,130,180,255,"+"255,78,220,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"92,93,91,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,20,"+"0,0,0,102,"+"2,0,2,211,"+"1,0,1,245,"+"0,0,0,219,"+"0,0,0,254,"+"3,3,2,255,"+"206,156,169,254,"+"255,78,220,255,"+"255,211,208,255,"+"255,243,205,255,"+"255,242,205,255,"+"255,102,218,255,"+"255,146,214,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"147,140,118,253,"+"1,1,0,255,"+"168,160,135,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"232,221,185,252,"+"6,6,4,254,"+"96,97,95,252,"+"181,140,173,255,"+"255,78,220,255,"+"178,143,171,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"122,95,94,253,"+"156,0,0,238,"+"161,0,0,119,"+"64,0,0,99,"+"0,0,0,87,"+"0,0,0,53,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,155,"+"19,18,13,254,"+"92,87,73,252,"+"116,110,92,255,"+"169,161,136,255,"+"187,179,149,255,"+"252,240,202,255,"+"255,240,205,255,"+"255,84,219,255,"+"255,169,211,255,"+"255,243,205,255,"+"255,214,208,255,"+"255,78,220,255,"+"255,199,209,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"194,184,155,245,"+"132,126,105,253,"+"91,85,71,255,"+"252,240,202,255,"+"252,240,202,254,"+"88,83,69,252,"+"35,35,34,252,"+"158,159,157,255,"+"159,158,158,255,"+"235,95,206,255,"+"197,127,182,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"191,95,94,255,"+"242,0,0,255,"+"242,0,0,255,"+"224,0,0,255,"+"26,26,25,251,"+"1,1,1,255,"+"0,0,0,241,"+"0,0,0,122,"+"0,0,0,75,"+"0,0,0,48,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,14,"+"0,0,0,249,"+"168,161,135,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,254,"+"255,133,215,255,"+"255,102,217,255,"+"255,231,206,255,"+"255,174,211,255,"+"255,80,220,255,"+"255,242,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"172,164,138,255,"+"0,0,0,255,"+"224,213,180,255,"+"219,209,176,253,"+"0,0,0,255,"+"125,125,124,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"179,120,118,255,"+"242,0,0,255,"+"242,0,0,255,"+"242,0,0,255,"+"158,159,157,255,"+"146,147,146,253,"+"82,82,81,251,"+"31,31,31,254,"+"3,3,3,255,"+"0,0,0,255,"+"0,0,0,108,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,74,"+"9,7,5,255,"+"248,238,200,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,216,207,255,"+"255,89,218,255,"+"255,79,219,255,"+"255,78,220,255,"+"255,134,215,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"204,195,165,255,"+"120,114,95,255,"+"252,240,203,255,"+"255,243,205,255,"+"14,12,9,255,"+"7,7,7,253,"+"7,7,7,255,"+"12,12,12,253,"+"130,130,129,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"179,120,118,255,"+"242,0,0,255,"+"242,0,0,255,"+"242,0,0,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"76,76,75,253,"+"0,0,0,204,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,156,"+"57,54,44,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,220,207,255,"+"255,177,211,255,"+"255,174,211,255,"+"255,238,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"71,68,55,253,"+"115,108,91,254,"+"204,194,163,255,"+"65,62,51,255,"+"89,90,87,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"186,106,105,255,"+"242,0,0,255,"+"242,0,0,255,"+"240,0,0,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"120,120,119,252,"+"0,0,0,255,"+"0,0,0,152,"+"0,0,0,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,227,"+"158,151,127,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"244,234,196,254,"+"232,220,186,250,"+"255,243,205,254,"+"126,120,100,252,"+"44,42,33,253,"+"255,243,205,255,"+"125,120,100,253,"+"23,24,23,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"184,109,108,255,"+"242,0,0,255,"+"242,0,0,255,"+"214,50,50,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"98,99,98,251,"+"7,7,6,254,"+"0,0,0,194,"+"0,0,0,48,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"239,229,193,253,"+"209,199,168,255,"+"232,221,186,255,"+"247,236,198,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"148,138,98,251,"+"210,195,127,242,"+"255,243,205,253,"+"183,174,147,253,"+"14,12,9,255,"+"255,243,205,255,"+"236,225,188,253,"+"3,3,2,255,"+"136,137,135,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"172,124,122,254,"+"240,0,0,255,"+"242,0,0,255,"+"186,80,79,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"134,135,133,252,"+"39,39,38,252,"+"0,0,0,255,"+"0,0,0,139,"+"0,0,0,14,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,240,"+"23,22,16,253,"+"107,102,84,254,"+"109,104,86,253,"+"107,102,84,255,"+"6,5,3,254,"+"0,0,0,255,"+"0,0,0,255,"+"67,64,52,255,"+"250,239,201,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,242,197,255,"+"253,221,26,255,"+"229,197,11,255,"+"149,142,120,251,"+"0,0,0,254,"+"92,87,72,251,"+"255,243,205,255,"+"255,243,205,255,"+"33,31,24,254,"+"98,99,97,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"109,40,39,253,"+"225,0,0,253,"+"51,1,1,254,"+"124,125,123,251,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"100,101,99,252,"+"2,2,2,254,"+"0,0,0,187,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,37,"+"0,0,0,123,"+"0,0,0,162,"+"0,0,0,201,"+"0,0,0,163,"+"0,0,0,150,"+"0,0,0,244,"+"1,1,1,255,"+"78,74,61,255,"+"244,234,196,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,238,158,255,"+"255,220,7,255,"+"108,99,54,254,"+"84,76,34,255,"+"230,201,26,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"89,84,69,254,"+"75,75,74,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"24,25,24,253,"+"0,0,0,118,"+"0,0,0,173,"+"33,33,33,254,"+"154,155,153,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"126,127,126,252,"+"0,0,0,255,"+"0,0,0,32,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,90,"+"0,0,0,243,"+"148,140,118,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,239,167,255,"+"255,220,7,255,"+"255,235,138,255,"+"255,229,94,255,"+"255,221,16,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"186,177,149,252,"+"3,3,3,255,"+"151,152,150,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"5,6,5,255,"+"0,0,0,64,"+"0,0,0,57,"+"0,0,0,239,"+"55,55,54,252,"+"156,157,155,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"25,26,25,253,"+"0,0,0,138,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,97,"+"28,27,19,250,"+"219,208,176,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,204,255,"+"255,227,71,255,"+"255,220,7,255,"+"255,220,7,255,"+"255,233,121,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"36,34,27,253,"+"42,42,41,252,"+"110,110,109,255,"+"110,110,109,255,"+"110,110,109,255,"+"110,110,109,255,"+"110,110,109,255,"+"2,2,2,253,"+"0,0,0,58,"+"0,0,0,0,"+"0,0,0,59,"+"0,0,0,242,"+"44,44,43,251,"+"152,153,151,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"77,78,76,251,"+"0,0,0,194,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,148,"+"6,6,4,255,"+"107,102,84,254,"+"110,105,86,254,"+"96,91,75,255,"+"162,154,130,255,"+"230,219,184,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,204,255,"+"255,238,157,255,"+"255,237,147,255,"+"255,243,202,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"227,216,181,251,"+"95,90,75,254,"+"58,55,45,255,"+"58,55,45,255,"+"58,55,45,255,"+"30,28,21,255,"+"0,0,0,242,"+"0,0,0,114,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,50,"+"0,0,0,242,"+"76,76,75,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"111,113,110,253,"+"0,0,0,251,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,130,"+"0,0,0,168,"+"0,0,0,232,"+"24,23,17,255,"+"0,0,0,255,"+"2,2,1,255,"+"178,171,142,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"144,137,114,254,"+"0,0,0,176,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,103,"+"0,0,0,253,"+"107,107,106,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"139,140,138,254,"+"0,0,0,255,"+"0,0,0,67,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"150,143,120,255,"+"233,222,186,255,"+"68,64,52,255,"+"1,1,0,255,"+"223,212,179,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"25,23,17,252,"+"0,0,0,160,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,196,"+"74,75,73,251,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"33,33,33,251,"+"0,0,0,193,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"150,143,120,255,"+"255,243,205,255,"+"229,218,183,255,"+"1,1,1,255,"+"204,194,163,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,13,9,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,243,"+"104,105,103,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"134,135,133,253,"+"1,1,1,255,"+"0,0,0,68,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"150,143,120,255,"+"255,243,205,255,"+"254,242,205,255,"+"229,218,183,255,"+"254,242,204,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"220,209,176,253,"+"0,0,0,255,"+"0,0,0,40,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"132,133,131,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"26,26,26,252,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"215,205,173,254,"+"0,0,0,254,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"132,133,131,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,49,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,182,"+"116,110,92,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"117,118,116,254,"+"152,153,151,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,49,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,118,"+"43,41,33,253,"+"248,237,200,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"246,235,198,254,"+"150,143,121,253,"+"0,0,0,255,"+"0,0,0,248,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,250,"+"0,0,0,109,"+"0,0,0,12,"+"0,0,0,0,"+"0,0,0,238,"+"0,0,0,255,"+"10,10,10,253,"+"131,132,130,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,49,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,39,"+"0,0,0,236,"+"89,83,69,254,"+"202,193,162,254,"+"239,228,191,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"254,242,204,254,"+"48,45,35,252,"+"0,0,0,255,"+"3,35,43,253,"+"29,134,155,251,"+"41,174,201,254,"+"41,174,201,254,"+"25,120,141,252,"+"0,4,6,253,"+"0,0,0,205,"+"0,0,0,8,"+"0,0,0,0,"+"0,0,0,9,"+"0,0,0,176,"+"1,1,1,254,"+"105,107,104,249,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,49,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,59,"+"0,0,0,205,"+"0,0,0,245,"+"2,2,1,255,"+"86,81,67,251,"+"220,209,175,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"233,222,186,253,"+"20,17,12,248,"+"0,0,0,255,"+"47,192,224,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"49,199,232,251,"+"0,3,5,254,"+"0,0,0,116,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,138,"+"1,1,1,254,"+"133,134,133,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"59,60,59,253,"+"0,0,0,174,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,83,"+"0,0,0,213,"+"19,18,12,253,"+"231,220,184,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"228,218,182,252,"+"8,8,6,253,"+"7,54,65,253,"+"41,173,201,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"27,127,148,253,"+"0,0,0,236,"+"0,0,0,20,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,211,"+"65,66,65,254,"+"146,147,145,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"100,101,99,254,"+"0,0,0,249,"+"0,0,0,30,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,19,"+"0,0,0,220,"+"19,18,13,253,"+"208,198,166,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"253,241,203,254,"+"199,189,159,254,"+"6,6,5,254,"+"7,59,69,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,213,247,253,"+"3,32,40,253,"+"0,0,0,228,"+"0,0,0,40,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,142,"+"0,0,0,229,"+"20,20,19,253,"+"148,149,147,253,"+"158,159,157,255,"+"158,159,157,255,"+"153,154,152,253,"+"27,27,27,254,"+"0,0,0,207,"+"0,0,0,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,19,"+"0,0,0,181,"+"18,17,12,253,"+"246,235,198,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"251,240,202,254,"+"106,101,83,250,"+"0,1,2,254,"+"19,101,118,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"52,211,245,254,"+"6,51,61,252,"+"0,0,0,241,"+"0,0,0,27,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,21,"+"0,0,0,229,"+"23,23,22,253,"+"121,122,120,252,"+"156,157,155,254,"+"158,159,157,255,"+"137,138,136,251,"+"1,1,1,255,"+"0,0,0,61,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,19,"+"0,0,0,243,"+"128,121,101,250,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"233,222,187,254,"+"214,204,173,254,"+"56,53,42,252,"+"1,16,20,254,"+"44,184,215,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,220,254,253,"+"1,19,25,254,"+"0,0,0,120,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,0,0,194,"+"0,0,0,253,"+"30,31,30,252,"+"153,154,152,254,"+"144,145,143,254,"+"3,3,2,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,103,"+"12,11,7,255,"+"252,240,202,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"237,226,190,253,"+"193,184,155,254,"+"87,83,69,251,"+"0,2,2,255,"+"0,6,7,254,"+"13,79,93,252,"+"52,211,245,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,254,"+"0,0,0,140,"+"0,0,0,26,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,27,"+"0,0,0,251,"+"6,6,6,254,"+"1,1,1,255,"+"0,0,0,213,"+"0,0,0,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,24,"+"0,0,0,255,"+"32,31,23,250,"+"209,199,167,252,"+"140,133,111,251,"+"24,23,17,254,"+"3,3,2,255,"+"2,26,32,254,"+"12,77,91,253,"+"49,201,234,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"25,118,138,252,"+"0,0,0,250,"+"0,0,0,250,"+"0,0,0,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,0,0,89,"+"0,0,0,82,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,19,"+"0,0,0,239,"+"0,0,0,255,"+"0,0,0,255,"+"3,38,45,253,"+"32,145,168,253,"+"42,178,206,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"51,207,240,254,"+"10,67,79,252,"+"0,33,64,255,"+"0,35,68,255,"+"0,0,0,156,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,8,"+"0,0,0,185,"+"0,9,12,254,"+"17,93,108,253,"+"43,182,211,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,213,247,254,"+"54,218,252,254,"+"55,220,255,255,"+"54,218,252,254,"+"40,170,197,252,"+"1,23,30,253,"+"0,55,102,255,"+"0,149,254,255,"+"0,139,239,255,"+"0,6,20,255,"+"0,0,0,78,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,18,"+"0,0,0,195,"+"0,7,11,254,"+"39,163,190,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"46,192,223,253,"+"4,42,51,251,"+"1,13,18,255,"+"12,77,91,251,"+"1,22,27,253,"+"0,18,39,255,"+"0,114,195,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,100,175,255,"+"0,0,0,198,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,193,"+"5,46,55,252,"+"51,204,238,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"41,175,204,252,"+"0,3,7,254,"+"0,86,151,255,"+"0,146,250,255,"+"0,97,170,255,"+"0,131,225,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,142,244,255,"+"0,6,19,255,"+"0,0,0,81,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,33,"+"0,0,0,254,"+"39,163,189,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"51,207,240,254,"+"34,148,172,250,"+"0,3,7,254,"+"0,106,183,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,100,174,255,"+"0,0,0,241,"+"0,0,0,80,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"37,158,185,250,"+"0,6,13,254,"+"0,33,64,255,"+"0,124,213,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,107,185,255,"+"0,3,10,255,"+"0,0,0,148,"+"0,0,0,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,6,7,255,"+"53,215,249,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,141,165,251,"+"0,10,25,255,"+"0,120,207,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,138,238,255,"+"0,23,46,255,"+"0,0,0,196,"+"0,0,0,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,25,"+"0,0,0,233,"+"22,113,131,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,216,251,255,"+"26,124,145,251,"+"0,10,24,255,"+"0,132,226,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,51,93,255,"+"0,0,0,239,"+"0,0,0,67,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,26,"+"1,18,23,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,218,252,254,"+"19,103,122,251,"+"0,26,51,255,"+"0,139,239,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,106,184,255,"+"0,1,3,252,"+"0,0,0,49,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,108,"+"0,6,9,255,"+"54,216,250,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"51,207,240,254,"+"10,67,79,251,"+"0,21,44,255,"+"0,139,239,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,82,144,255,"+"0,0,0,201,"+"0,0,0,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,68,"+"0,0,0,255,"+"0,3,10,251,"+"26,124,146,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"52,209,242,254,"+"28,131,153,253,"+"1,17,23,253,"+"0,60,107,255,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,37,70,255,"+"0,0,0,191,"+"0,0,0,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,182,"+"0,2,6,255,"+"0,87,154,254,"+"6,54,65,255,"+"46,193,224,253,"+"54,219,254,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,218,252,254,"+"34,152,177,253,"+"1,17,23,253,"+"0,52,94,255,"+"0,130,224,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,43,81,255,"+"0,0,0,201,"+"0,0,0,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,125,"+"0,0,0,254,"+"0,82,145,254,"+"0,148,254,253,"+"0,68,123,255,"+"0,7,21,255,"+"8,62,73,250,"+"42,175,203,255,"+"42,175,203,255,"+"40,170,198,253,"+"24,117,137,250,"+"2,30,38,252,"+"0,23,45,255,"+"0,130,223,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,31,61,255,"+"0,0,0,152,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,28,"+"0,0,0,247,"+"0,49,91,237,"+"0,149,255,255,"+"0,101,176,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,87,155,255,"+"0,31,60,255,"+"0,31,60,255,"+"0,31,60,255,"+"0,69,124,255,"+"0,123,211,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,138,238,255,"+"0,12,30,255,"+"0,0,0,150,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,73,"+"0,0,0,255,"+"0,144,247,253,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,138,238,255,"+"0,7,20,255,"+"0,0,0,99,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,185,"+"0,41,77,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,113,196,255,"+"0,0,1,253,"+"0,0,0,79,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,129,"+"0,0,1,255,"+"0,118,204,253,"+"0,149,255,255,"+"0,149,255,255,"+"0,40,76,255,"+"0,139,239,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,108,187,255,"+"0,0,1,251,"+"0,0,0,50,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,69,"+"0,0,0,255,"+"0,78,139,252,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,81,141,255,"+"0,0,0,228,"+"0,0,0,20,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,34,"+"0,0,0,251,"+"0,38,71,252,"+"0,149,255,255,"+"0,149,255,255,"+"0,150,255,254,"+"0,149,255,255,"+"0,68,122,255,"+"0,110,191,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,30,57,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,134,"+"0,3,11,255,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,28,56,255,"+"0,140,241,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,0,0,65,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,50,"+"0,0,0,253,"+"0,83,146,253,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,49,90,255,"+"0,0,0,181,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,13,"+"0,0,0,213,"+"0,34,65,254,"+"0,148,253,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,144,245,255,"+"0,2,6,255,"+"0,0,0,80,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,117,"+"0,3,9,254,"+"0,136,234,253,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,120,207,255,"+"0,63,113,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,98,171,255,"+"0,1,2,253,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,136,"+"0,31,61,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,36,69,255,"+"0,138,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,76,133,255,"+"0,0,0,198,"+"0,0,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,37,"+"0,0,0,253,"+"0,56,101,252,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,99,173,255,"+"0,69,124,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,28,56,255,"+"0,0,0,145,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,0,0,255,"+"0,148,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,141,240,255,"+"0,12,30,255,"+"0,147,252,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,137,237,255,"+"0,3,11,255,"+"0,0,0,51,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,139,"+"0,11,26,252,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,76,134,255,"+"0,98,172,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,49,91,255,"+"0,0,0,118,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,162,"+"0,70,125,255,"+"0,149,255,255,"+"0,149,255,252,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,51,94,255,"+"0,122,210,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,98,172,255,"+"0,0,0,206,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,165,"+"0,70,125,255,"+"0,149,255,255,"+"0,149,255,251,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,145,247,255,"+"0,10,25,255,"+"0,0,0,69,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,238,"+"0,81,144,254,"+"0,149,255,255,"+"0,149,255,251,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,30,56,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,81,142,255,"+"0,0,0,205,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,22,"+"0,0,0,254,"+"0,120,207,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,2,6,255,"+"0,0,0,57,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,87,"+"0,13,31,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,70,124,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,99,"+"0,30,57,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,99,"+"0,30,57,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,254,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,99,"+"0,30,57,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,254,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,99,"+"0,30,57,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,254,"+"0,149,255,255,"+"0,127,219,255,"+"0,43,81,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,93,"+"0,20,43,255,"+"0,148,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,67,120,255,"+"0,113,195,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,82,144,255,"+"0,0,0,185,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,26,"+"0,0,0,254,"+"0,114,197,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,25,51,255,"+"0,148,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,251,"+"0,100,174,253,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,95,167,255,"+"0,75,133,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,192,"+"0,66,118,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,141,241,253,"+"0,17,35,255,"+"0,147,252,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,139,239,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,116,"+"0,2,6,255,"+"0,148,254,255,"+"0,149,254,255,"+"0,33,64,251,"+"0,112,191,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,55,99,255,"+"0,102,178,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,0,0,255,"+"0,138,238,253,"+"0,120,206,249,"+"0,73,130,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,251,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,12,"+"0,0,0,237,"+"0,38,73,220,"+"0,108,188,247,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,255,1,"+"0,10,27,151,"+"0,0,0,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,149,255,12,"+"0,52,94,244,"+"0,95,167,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,30,58,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,137,255,13,"+"0,17,33,244,"+"0,147,251,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,21,45,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,109,189,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,152,255,37,"+"1,19,39,252,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,34,65,255,"+"0,141,241,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,60,107,255,"+"0,0,0,155,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,140,240,100,"+"0,9,24,255,"+"0,148,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,105,181,255,"+"0,68,121,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,19,40,255,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,130,218,171,"+"0,33,64,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,30,57,255,"+"0,130,225,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,0,0,255,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,42,76,214,"+"0,98,172,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,135,232,255,"+"0,42,79,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,131,226,255,"+"0,0,0,245,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,1,5,196,"+"0,147,251,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,23,45,255,"+"0,146,250,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,108,187,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,42,80,237,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,66,119,255,"+"0,0,0,146,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,115,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,252,255,"+"0,20,41,255,"+"0,0,0,65,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,145,"+"0,74,130,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,55,101,255,"+"0,0,0,217,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,222,"+"0,115,198,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,52,95,255,"+"0,0,0,217,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,66,118,255,"+"0,0,0,221,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,121,207,255,"+"0,0,0,248,"+"0,0,0,28,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,52,96,255,"+"0,0,0,136,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,45,83,255,"+"0,127,218,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,128,220,255,"+"0,0,0,251,"+"0,0,0,11,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,132,228,255,"+"0,1,2,254,"+"0,0,0,111,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,53,97,255,"+"0,0,0,137,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,251,255,"+"0,0,0,255,"+"0,0,0,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,176,255,"+"0,0,0,199,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,250,"+"0,132,228,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,68,122,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,186,"+"0,97,171,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,143,245,255,"+"0,57,104,255,"+"0,0,0,251,"+"0,0,0,86,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,144,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,30,58,255,"+"0,148,253,255,"+"0,140,240,255,"+"0,1,2,254,"+"0,0,0,174,"+"0,0,0,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,148,254,255,"+"0,39,73,255,"+"0,0,0,159,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,122,"+"0,54,99,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,137,236,255,"+"0,18,38,254,"+"0,76,133,255,"+"0,0,0,219,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,22,"+"0,0,0,254,"+"0,146,249,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,0,0,255,"+"0,0,0,246,"+"0,0,0,30,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,200,"+"0,108,187,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,0,0,207,"+"0,0,0,9,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,135,"+"0,60,108,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,0,0,197,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,251,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,28,56,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,249,"+"0,133,229,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,109,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,149,"+"0,70,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,133,230,255,"+"0,0,0,254,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,92,"+"0,31,61,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,5,"+"0,0,0,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,77,136,255,"+"0,0,0,164,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,252,"+"0,134,230,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,56,102,255,"+"0,0,0,121,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,153,"+"0,74,130,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,24,46,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,0,0,255,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,120,"+"0,46,86,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,191,255,"+"0,0,0,203,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,133,229,255,"+"0,0,0,253,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,61,"+"0,14,34,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,100,175,255,"+"0,0,0,245,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,248,"+"0,126,216,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,254,255,"+"0,13,32,255,"+"0,0,0,82,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,157,"+"0,57,104,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,70,125,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,14,34,255,"+"0,147,252,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,178,255,"+"0,0,0,189,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,214,"+"0,0,0,255,"+"0,61,109,255,"+"0,137,236,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,0,0,197,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,24,"+"0,0,0,163,"+"0,0,0,253,"+"0,0,0,255,"+"0,0,1,255,"+"0,7,23,255,"+"0,71,128,255,"+"0,121,209,255,"+"0,148,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,145,248,255,"+"0,0,0,254,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"27,127,148,255,"+"54,216,250,255,"+"44,183,213,249,"+"31,140,163,255,"+"5,48,58,249,"+"0,1,1,255,"+"0,65,116,255,"+"0,147,251,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,18,39,255,"+"0,0,0,95,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"51,206,240,252,"+"18,99,116,251,"+"1,12,16,255,"+"0,0,1,255,"+"0,41,77,255,"+"0,133,230,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,127,218,255,"+"0,1,2,254,"+"0,0,0,118,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,219,254,255,"+"53,213,247,255,"+"40,168,194,251,"+"2,24,30,251,"+"0,2,5,255,"+"0,87,153,255,"+"0,146,250,255,"+"0,146,250,255,"+"0,146,250,255,"+"0,147,252,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,131,225,255,"+"0,1,2,254,"+"0,0,0,102,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,219,254,255,"+"51,203,237,252,"+"11,74,88,250,"+"2,28,35,255,"+"2,28,35,255,"+"2,28,35,255,"+"1,13,18,255,"+"0,0,1,255,"+"0,0,1,255,"+"0,1,3,255,"+"0,23,48,255,"+"0,134,231,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,106,184,255,"+"0,0,0,189,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,218,253,255,"+"54,215,250,255,"+"53,213,247,255,"+"52,209,242,255,"+"38,165,191,248,"+"0,1,1,254,"+"0,103,179,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"47,193,225,252,"+"3,41,49,251,"+"0,1,2,255,"+"0,6,17,255,"+"0,103,179,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,132,227,255,"+"0,0,0,249,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,216,250,254,"+"46,193,224,250,"+"9,65,76,251,"+"0,1,2,255,"+"0,43,80,255,"+"0,75,133,255,"+"0,75,133,255,"+"0,81,143,255,"+"0,146,250,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,0,0,255,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,213,246,254,"+"34,152,177,250,"+"29,136,158,255,"+"29,136,158,255,"+"17,94,110,252,"+"0,4,7,255,"+"0,1,5,255,"+"0,4,13,255,"+"0,78,138,255,"+"0,147,252,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,28,57,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,217,251,255,"+"52,209,241,254,"+"50,201,235,252,"+"14,83,98,248,"+"0,1,2,255,"+"0,24,50,255,"+"0,104,181,255,"+"0,146,250,255,"+"0,146,250,255,"+"0,147,252,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,36,69,255,"+"0,0,0,107,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,215,249,254,"+"42,176,205,249,"+"6,54,65,248,"+"2,28,34,254,"+"1,22,27,254,"+"0,0,0,255,"+"0,3,12,255,"+"0,67,120,255,"+"0,76,135,255,"+"0,76,135,255,"+"0,23,46,255,"+"0,0,0,188,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,49,"+"0,0,0,133,"+"0,0,0,138,"+"0,0,0,138,"+"0,0,0,138,"+"0,0,0,71,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"35,153,177,250,"+"0,0,0,253,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,193,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,76,90,254,"+"0,0,0,166,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"49,196,228,252,"+"0,1,1,255,"+"0,0,0,76,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,251,"+"0,0,0,207,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"35,152,178,251,"+"0,0,0,254,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,137,159,253,"+"3,34,42,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,216,251,252,"+"1,20,25,253,"+"0,0,0,143,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"39,167,193,252,"+"0,5,6,254,"+"54,216,250,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"19,102,119,252,"+"0,0,0,234,"+"0,0,0,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,219,253,254,"+"0,7,11,255,"+"40,170,197,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,180,209,250,"+"0,0,0,255,"+"0,0,0,84,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,69,82,254,"+"28,130,151,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"9,62,74,252,"+"0,0,0,198,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"15,83,97,252,"+"13,78,91,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"45,188,220,253,"+"0,0,0,255,"+"0,0,0,50,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,220,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"8,61,73,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"9,63,74,252,"+"0,0,0,217,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,20,"+"0,0,0,255,"+"43,182,212,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,180,209,254,"+"1,11,14,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"41,174,202,252,"+"0,0,0,255,"+"0,0,0,71,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,7,11,255,"+"54,218,252,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"49,199,232,251,"+"0,0,1,255,"+"47,192,224,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,78,92,254,"+"0,0,0,179,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,20,25,252,"+"29,134,156,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"35,154,179,249,"+"0,1,1,255,"+"0,0,0,81,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"30,137,160,251,"+"1,12,17,253,"+"54,217,252,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"34,149,173,252,"+"0,0,0,255,"+"0,0,0,194,"+"0,0,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,217,252,254,"+"1,23,29,251,"+"31,138,161,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,240,"+"0,0,0,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"22,111,131,251,"+"1,19,25,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,205,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,192,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,5,6,255,"+"54,215,249,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,139,162,252,"+"0,0,0,243,"+"0,0,0,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,13,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,217,251,254,"+"0,6,10,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"30,137,159,254,"+"4,45,54,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"0,0,0,67,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,139,162,252,"+"2,31,38,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"7,57,68,251,"+"0,0,0,173,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"50,205,238,253,"+"0,4,6,255,"+"46,190,221,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,151,254,"+"0,0,0,221,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,12,16,253,"+"36,155,182,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,181,210,254,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,252,"+"18,99,116,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"30,135,157,252,"+"3,33,40,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"40,172,200,253,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,1,1,255,"+"50,201,234,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,151,254,"+"0,0,0,200,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,249,"+"34,149,174,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,219,253,254,"+"0,9,12,255,"+"41,175,205,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,193,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"9,63,75,254,"+"28,130,152,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,76,90,254,"+"0,0,0,159,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"20,103,121,252,"+"13,80,94,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"33,144,168,251,"+"2,24,30,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,20,25,254,"+"0,0,0,105,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"24,116,136,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,5,7,255,"+"53,213,247,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"45,187,217,254,"+"0,0,0,255,"+"0,0,0,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,137,"+"11,71,84,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,218,253,254,"+"1,11,15,252,"+"36,157,184,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,139,161,254,"+"0,0,0,232,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,85,"+"1,12,17,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,68,80,254,"+"28,130,151,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"18,96,113,252,"+"0,0,0,184,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,75,89,252,"+"19,101,118,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"0,0,0,131,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,58,"+"0,0,0,255,"+"46,191,222,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,139,163,251,"+"2,24,31,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"0,0,0,196,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"50,202,236,251,"+"0,1,1,255,"+"45,184,214,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,13,18,254,"+"0,0,0,255,"+"0,0,0,149,"+"0,0,0,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,253,"+"37,157,184,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"7,61,74,253,"+"24,116,136,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"45,142,160,255,"+"7,28,32,255,"+"0,0,0,235,"+"0,0,0,106,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,185,"+"12,78,92,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"26,124,146,254,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"59,202,231,255,"+"55,215,249,255,"+"36,135,154,254,"+"0,0,0,254,"+"0,0,0,187,"+"0,0,0,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,75,"+"0,0,0,254,"+"16,91,106,252,"+"54,219,254,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"59,202,231,255,"+"55,220,255,255,"+"55,220,255,255,"+"51,192,222,255,"+"10,44,50,255,"+"0,0,0,245,"+"0,0,0,123,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,69,"+"0,0,0,241,"+"9,63,75,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"59,202,231,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"56,217,251,255,"+"42,151,174,254,"+"3,18,21,255,"+"0,0,0,223,"+"0,0,0,81,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,45,"+"0,0,0,246,"+"16,90,105,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,152,254,"+"7,59,70,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"55,191,219,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,212,245,255,"+"33,123,142,254,"+"0,2,2,254,"+"0,0,0,209,"+"0,0,0,102,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,0,0,252,"+"16,93,108,250,"+"54,218,253,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,180,209,254,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,66,78,254,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,204,237,255,"+"34,118,135,254,"+"2,9,10,255,"+"0,0,0,217,"+"0,0,0,103,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,69,"+"0,0,0,240,"+"2,26,32,253,"+"35,156,181,249,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,5,7,255,"+"54,218,252,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,206,239,255,"+"43,141,159,254,"+"25,83,94,253,"+"0,0,0,228,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,24,"+"0,0,0,153,"+"0,0,0,254,"+"6,49,60,253,"+"46,189,220,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,215,249,254,"+"0,6,7,255,"+"44,185,215,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"57,201,231,255,"+"0,0,0,255,"+"0,0,0,53,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,41,"+"0,0,0,187,"+"0,3,5,254,"+"17,94,111,251,"+"52,207,241,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"4,42,51,253,"+"30,133,155,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"24,95,109,254,"+"0,0,0,237,"+"0,0,0,107,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,5,"+"0,0,0,93,"+"0,0,0,226,"+"0,9,12,254,"+"13,81,96,254,"+"27,126,147,250,"+"55,220,255,255,"+"55,220,255,255,"+"20,105,123,252,"+"10,67,80,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,218,253,255,"+"30,109,126,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,26,"+"0,0,0,173,"+"0,0,0,209,"+"0,0,0,152,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,94,"+"0,0,0,169,"+"0,0,0,251,"+"2,32,39,253,"+"17,93,108,253,"+"32,141,164,249,"+"0,2,2,254,"+"49,201,233,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,91,"+"0,0,0,179,"+"0,0,0,179,"+"0,0,0,179,"+"0,0,0,189,"+"0,0,0,246,"+"28,6,6,254,"+"65,24,23,254,"+"0,0,0,253,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,31,"+"0,0,0,148,"+"0,0,0,248,"+"0,1,1,248,"+"0,0,0,255,"+"41,174,202,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"19,100,118,253,"+"31,103,118,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"40,141,161,255,"+"0,0,0,245,"+"0,0,0,207,"+"0,0,0,198,"+"0,0,0,232,"+"0,0,0,255,"+"4,1,1,255,"+"102,97,80,254,"+"120,114,95,255,"+"120,114,95,255,"+"10,9,6,253,"+"1,0,0,255,"+"112,49,48,254,"+"120,53,52,255,"+"6,1,1,255,"+"0,0,0,218,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,17,"+"0,0,0,142,"+"0,0,0,249,"+"28,130,151,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"36,158,183,252,"+"13,46,51,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"13,46,53,255,"+"141,135,113,253,"+"126,120,100,253,"+"125,119,99,254,"+"193,184,155,254,"+"204,179,151,253,"+"129,62,59,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"235,224,187,253,"+"71,67,55,252,"+"51,16,16,255,"+"123,56,55,255,"+"116,51,50,255,"+"3,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,172,"+"14,84,99,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"10,32,34,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,32,34,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"229,202,172,255,"+"129,61,57,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"232,222,186,252,"+"3,3,2,255,"+"99,42,41,254,"+"123,56,55,255,"+"16,2,2,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"7,57,69,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"2,6,7,255,"+"50,179,205,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,32,34,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"232,206,175,253,"+"131,63,60,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"79,75,61,254,"+"83,34,33,255,"+"123,56,55,255,"+"48,14,14,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,75,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"13,45,51,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,51,57,254,"+"153,145,122,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"249,234,197,254,"+"129,60,57,255,"+"241,222,187,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"85,81,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"51,17,17,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,1,2,255,"+"50,203,236,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,254,"+"37,142,163,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"42,142,161,255,"+"85,81,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"133,66,62,254,"+"203,166,143,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"85,81,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"51,17,17,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,248,"+"33,148,172,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,217,251,254,"+"0,10,13,253,"+"0,0,0,229,"+"1,7,10,255,"+"43,143,162,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,202,232,254,"+"5,26,31,255,"+"121,115,96,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"181,135,117,253,"+"139,75,69,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"85,81,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"51,17,17,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,160,"+"12,75,87,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,77,91,251,"+"0,0,0,195,"+"0,0,0,101,"+"0,0,0,254,"+"27,91,102,254,"+"54,204,236,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"16,62,70,255,"+"95,90,75,252,"+"250,239,201,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"241,222,188,254,"+"126,57,56,255,"+"227,200,170,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"44,42,34,253,"+"88,36,35,255,"+"123,56,55,255,"+"51,17,17,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,98,"+"1,17,22,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"40,168,194,251,"+"0,0,0,253,"+"0,0,0,89,"+"0,0,0,120,"+"0,0,0,228,"+"5,27,31,255,"+"55,202,233,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"37,142,162,254,"+"38,36,30,254,"+"244,233,196,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"170,120,105,252,"+"157,102,91,253,"+"255,243,205,255,"+"255,243,205,255,"+"209,199,167,251,"+"3,1,1,255,"+"120,54,53,254,"+"120,53,52,255,"+"4,1,1,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"9,65,77,254,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,22,"+"0,0,0,191,"+"25,90,102,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"27,91,103,255,"+"145,139,117,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"230,204,173,253,"+"125,56,54,255,"+"235,212,178,253,"+"255,243,205,255,"+"136,130,108,253,"+"46,14,14,255,"+"123,56,55,255,"+"75,28,28,254,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,83,"+"6,27,31,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"27,91,103,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"174,124,108,252,"+"142,79,73,254,"+"200,165,141,252,"+"13,12,9,254,"+"90,36,36,254,"+"123,56,55,255,"+"24,5,4,255,"+"0,0,0,236,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,18,"+"0,0,0,251,"+"45,142,160,254,"+"61,197,224,254,"+"61,197,224,254,"+"61,198,225,254,"+"56,219,254,254,"+"27,91,103,255,"+"28,26,20,255,"+"81,77,62,253,"+"225,214,180,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"253,240,203,254,"+"222,192,162,253,"+"116,79,68,253,"+"18,3,3,254,"+"123,55,54,255,"+"123,56,55,255,"+"16,2,2,255,"+"0,0,0,65,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,114,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,255,"+"2,18,21,255,"+"3,17,19,255,"+"0,0,0,170,"+"0,0,0,254,"+"30,27,22,253,"+"188,180,150,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"251,240,202,255,"+"52,50,39,252,"+"53,18,18,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"0,0,0,138,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,15,"+"0,0,0,73,"+"0,0,0,87,"+"0,0,0,18,"+"0,0,0,104,"+"0,0,0,248,"+"6,5,3,254,"+"235,224,187,253,"+"255,243,205,255,"+"234,209,178,254,"+"214,180,153,255,"+"165,117,103,255,"+"164,116,103,255,"+"131,93,81,255,"+"0,0,0,255,"+"88,37,37,255,"+"123,56,55,255,"+"117,51,50,255,"+"0,0,0,255,"+"0,0,0,27,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"26,126,147,252,"+"0,0,0,244,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,229,"+"102,48,45,254,"+"127,58,56,255,"+"124,56,55,255,"+"133,64,61,255,"+"157,105,95,255,"+"155,103,93,255,"+"122,79,71,255,"+"1,0,0,255,"+"117,52,51,254,"+"123,56,55,255,"+"116,51,50,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,41,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,70,"+"7,1,1,255,"+"169,149,126,253,"+"239,218,184,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"116,51,50,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,37,"+"0,0,0,254,"+"41,171,200,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,217,251,254,"+"4,45,54,251,"+"0,0,0,171,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,199,"+"118,111,94,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"204,194,162,253,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"116,51,50,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,207,"+"28,130,152,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"40,169,197,253,"+"0,0,0,253,"+"0,0,0,40,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,131,"+"85,81,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"41,12,11,255,"+"123,56,55,255,"+"123,56,55,255,"+"116,51,50,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"26,124,145,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,219,253,254,"+"4,44,53,251,"+"0,0,0,204,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"85,81,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"51,17,17,255,"+"123,56,55,255,"+"123,56,55,255,"+"93,39,38,254,"+"0,0,0,249,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,157,"+"9,66,78,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"46,193,225,253,"+"0,2,2,255,"+"0,0,0,110,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"37,35,27,255,"+"149,142,120,255,"+"176,169,141,255,"+"176,169,141,255,"+"158,151,127,255,"+"65,62,50,255,"+"51,17,17,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"0,0,0,197,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,88,"+"1,11,16,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"26,125,146,253,"+"0,0,0,247,"+"0,0,0,41,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"23,6,6,255,"+"37,11,11,255,"+"24,5,5,255,"+"24,5,5,255,"+"37,11,11,255,"+"53,20,20,255,"+"51,17,17,255,"+"123,56,55,255,"+"123,56,55,255,"+"67,25,25,255,"+"0,0,0,186,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,6,9,255,"+"54,219,253,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,254,"+"3,33,41,253,"+"0,0,0,160,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,167,"+"95,42,41,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"114,51,51,255,"+"51,17,17,255,"+"123,56,55,255,"+"123,56,55,255,"+"44,13,13,255,"+"0,0,0,131,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,21,"+"0,0,0,255,"+"44,186,216,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"30,138,161,251,"+"0,0,0,239,"+"0,0,0,23,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"90,39,39,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"114,51,51,255,"+"51,17,17,255,"+"123,56,55,255,"+"120,54,53,255,"+"3,0,0,255,"+"0,0,0,85,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,238,"+"32,145,169,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,215,250,254,"+"3,34,41,253,"+"0,0,0,167,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,208,"+"2,0,0,255,"+"9,2,2,255,"+"9,2,2,255,"+"9,2,2,255,"+"7,2,2,255,"+"6,1,1,255,"+"51,17,17,255,"+"123,56,55,255,"+"100,42,41,255,"+"0,0,0,254,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"39,167,195,252,"+"0,0,0,253,"+"0,0,0,65,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,115,"+"0,0,0,255,"+"171,163,137,252,"+"177,170,142,255,"+"172,164,138,255,"+"179,171,143,255,"+"189,180,151,255,"+"85,81,67,254,"+"51,17,17,255,"+"123,56,55,255,"+"60,21,20,255,"+"0,0,0,185,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,215,249,253,"+"4,40,49,253,"+"0,0,0,176,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,52,"+"0,0,0,208,"+"2,2,1,255,"+"119,113,95,250,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"238,227,190,253,"+"15,13,10,253,"+"52,17,17,253,"+"123,56,55,255,"+"51,17,17,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,69,82,250,"+"0,6,9,255,"+"0,4,6,255,"+"0,0,0,254,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,186,"+"79,75,62,254,"+"226,216,181,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"238,226,189,253,"+"205,195,165,255,"+"48,45,36,253,"+"5,1,1,255,"+"105,45,44,254,"+"123,56,55,255,"+"26,5,5,254,"+"0,0,0,116,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"25,121,141,251,"+"0,0,0,248,"+"0,0,0,72,"+"0,0,0,51,"+"0,0,0,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,252,"+"194,184,155,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"38,35,27,253,"+"0,0,0,255,"+"0,0,0,255,"+"79,31,31,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"0,0,0,66,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,214,247,254,"+"2,26,33,253,"+"0,0,0,243,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,48,"+"0,0,0,255,"+"216,206,174,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"177,169,142,250,"+"0,0,0,255,"+"0,0,0,32,"+"0,0,0,191,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"52,209,243,252,"+"34,151,176,253,"+"7,52,63,253,"+"3,3,2,254,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,42,"+"0,0,0,250,"+"69,65,53,253,"+"212,202,170,252,"+"226,215,180,253,"+"207,198,166,254,"+"28,27,20,254,"+"0,0,0,160,"+"0,0,0,0,"+"0,0,0,191,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,168,"+"5,46,55,253,"+"55,220,255,255,"+"55,220,255,255,"+"47,194,226,253,"+"42,179,208,254,"+"42,179,208,254,"+"42,179,208,254,"+"42,179,208,254,"+"31,138,161,252,"+"13,79,93,253,"+"3,39,46,253,"+"0,2,3,255,"+"22,19,15,253,"+"124,118,98,253,"+"190,181,152,254,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,55,"+"0,0,0,199,"+"1,1,1,255,"+"1,1,1,255,"+"0,0,0,254,"+"0,0,0,229,"+"0,0,0,16,"+"0,0,0,0,"+"0,0,0,171,"+"16,3,3,255,"+"108,46,45,255,"+"114,50,49,255,"+"10,1,1,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,36,"+"0,0,0,254,"+"6,51,61,254,"+"3,38,45,254,"+"0,1,1,255,"+"18,17,12,254,"+"18,17,12,254,"+"18,17,12,254,"+"18,17,12,254,"+"27,25,19,253,"+"107,102,85,253,"+"167,159,134,255,"+"216,206,173,253,"+"253,241,203,254,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,42,"+"0,0,0,42,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,16,"+"0,0,0,188,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,229,"+"0,0,0,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,88,"+"0,0,0,107,"+"0,0,0,144,"+"16,13,10,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,48,"+"1,1,1,255,"+"229,218,183,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"241,230,194,254,"+"6,5,3,255,"+"0,0,0,93,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"108,103,85,251,"+"0,0,0,237,"+"0,0,0,35,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"247,237,199,255,"+"57,55,45,252,"+"0,0,0,195,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,51,"+"2,1,1,255,"+"232,221,185,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"196,187,158,252,"+"0,0,0,255,"+"32,5,5,56,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,103,"+"0,0,0,239,"+"0,0,0,215,"+"0,0,0,97,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,95,"+"14,12,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"127,87,77,252,"+"117,51,50,209,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,205,"+"2,1,1,254,"+"129,122,102,252,"+"118,111,93,253,"+"0,0,0,246,"+"0,0,0,147,"+"0,0,0,50,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,16,"+"0,0,0,73,"+"0,0,0,136,"+"0,0,0,141,"+"0,0,0,141,"+"0,0,0,141,"+"0,0,0,228,"+"106,101,84,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"251,236,199,254,"+"141,79,73,254,"+"86,36,35,255,"+"0,0,0,130,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"187,178,149,252,"+"255,243,205,255,"+"254,242,204,254,"+"145,138,115,252,"+"25,23,18,255,"+"0,0,0,197,"+"0,0,0,177,"+"0,0,0,210,"+"0,0,0,225,"+"0,0,0,197,"+"0,0,0,197,"+"0,0,0,197,"+"0,0,0,226,"+"5,5,3,255,"+"43,41,32,253,"+"93,88,73,255,"+"93,88,73,255,"+"95,53,48,255,"+"85,41,39,252,"+"232,218,184,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"244,228,193,253,"+"145,86,79,253,"+"143,82,76,253,"+"131,118,99,254,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,215,"+"123,117,98,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"91,85,71,254,"+"39,36,30,253,"+"104,99,82,252,"+"50,46,37,255,"+"44,13,13,255,"+"86,35,35,255,"+"86,35,35,255,"+"86,35,35,255,"+"56,19,18,254,"+"126,120,101,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"205,170,144,253,"+"139,75,69,254,"+"160,104,93,252,"+"250,235,198,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"246,231,195,254,"+"153,95,85,254,"+"147,92,82,253,"+"246,231,195,253,"+"175,167,140,253,"+"0,0,0,242,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"25,23,17,254,"+"224,213,180,254,"+"255,243,205,255,"+"255,243,205,255,"+"242,232,195,253,"+"250,239,201,254,"+"255,243,205,255,"+"84,80,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"84,80,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"240,221,186,254,"+"145,85,78,252,"+"164,112,99,252,"+"251,238,200,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"254,241,204,254,"+"162,108,95,251,"+"142,80,74,254,"+"242,224,188,253,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,24,"+"0,0,0,199,"+"9,7,5,254,"+"199,188,158,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"22,20,15,253,"+"96,40,39,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"84,80,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"237,215,182,254,"+"139,75,69,254,"+"166,114,100,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"244,227,191,254,"+"177,129,112,254,"+"133,67,64,254,"+"229,204,173,253,"+"255,243,205,255,"+"255,243,205,255,"+"171,163,137,253,"+"0,0,0,252,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,13,"+"0,0,0,188,"+"80,76,63,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,13,9,255,"+"116,51,50,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"84,80,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"237,215,182,254,"+"129,62,59,254,"+"195,155,134,252,"+"255,243,205,255,"+"255,243,205,255,"+"245,228,192,254,"+"184,142,123,253,"+"159,105,94,255,"+"136,71,67,255,"+"140,76,70,254,"+"226,199,169,252,"+"255,243,205,255,"+"255,243,205,255,"+"254,242,204,253,"+"39,36,29,252,"+"0,0,0,190,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,93,"+"14,12,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"220,210,176,253,"+"6,1,1,255,"+"121,54,53,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"84,80,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"208,173,147,251,"+"124,56,55,255,"+"207,171,146,251,"+"185,141,122,253,"+"126,57,55,255,"+"140,76,70,254,"+"196,158,136,254,"+"210,177,151,254,"+"252,239,201,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"194,185,156,252,"+"0,0,0,255,"+"0,0,0,103,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,90,"+"1,1,1,255,"+"190,181,152,254,"+"211,202,170,255,"+"211,202,170,255,"+"128,122,101,253,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"84,80,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"250,239,201,253,"+"211,202,170,255,"+"211,202,170,255,"+"211,202,170,255,"+"157,111,97,253,"+"123,56,55,255,"+"138,75,69,253,"+"212,177,151,253,"+"252,240,201,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"218,207,174,253,"+"211,202,170,255,"+"80,75,62,250,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,147,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,84,"+"0,0,0,239,"+"12,2,2,255,"+"17,2,2,255,"+"17,2,2,255,"+"17,2,2,255,"+"12,2,2,254,"+"1,0,0,255,"+"48,16,16,255,"+"48,16,16,255,"+"48,16,16,255,"+"48,16,16,255,"+"27,6,6,255,"+"1,1,1,255,"+"13,11,7,255,"+"18,17,12,254,"+"80,77,63,255,"+"19,17,13,254,"+"9,7,5,255,"+"6,1,1,255,"+"17,2,2,255,"+"17,2,2,255,"+"45,12,11,255,"+"80,32,31,255,"+"9,3,2,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"6,1,1,255,"+"17,2,2,255,"+"17,2,2,255,"+"20,3,3,255,"+"48,15,13,253,"+"0,0,0,251,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,92,"+"0,0,0,246,"+"68,25,25,255,"+"122,55,54,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"122,55,54,255,"+"87,36,35,255,"+"84,34,34,255,"+"84,34,34,255,"+"84,34,34,255,"+"84,34,34,255,"+"67,25,24,254,"+"65,23,23,254,"+"116,51,50,255,"+"103,44,43,255,"+"73,27,27,254,"+"91,37,36,255,"+"116,51,50,255,"+"121,54,53,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"121,54,53,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"121,54,53,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"102,43,42,255,"+"0,0,0,252,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"64,24,23,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"41,11,11,255,"+"0,0,0,180,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"79,31,31,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"100,42,41,254,"+"0,0,0,254,"+"0,0,0,53,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,149,"+"1,0,0,255,"+"41,11,11,254,"+"115,50,49,254,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,55,54,255,"+"95,40,39,254,"+"103,43,43,254,"+"115,50,49,255,"+"115,50,49,255,"+"97,41,40,255,"+"3,0,0,255,"+"0,0,0,158,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,62,"+"0,0,0,199,"+"3,0,0,255,"+"50,17,16,255,"+"50,17,16,255,"+"50,17,16,255,"+"54,18,18,254,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"70,26,26,255,"+"51,17,16,255,"+"79,31,31,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,34,33,254,"+"63,23,22,254,"+"16,2,2,254,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,157,"+"0,0,0,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"GundolfWaitingRight,125,264,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,34,"+"0,0,0,96,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,126,"+"0,0,0,77,"+"0,0,0,63,"+"0,0,0,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,14,"+"0,0,0,118,"+"0,0,0,246,"+"0,0,0,255,"+"7,7,7,254,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"32,32,31,253,"+"5,5,5,255,"+"1,1,1,255,"+"0,0,0,254,"+"0,0,0,220,"+"0,0,0,186,"+"0,0,0,70,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,172,"+"1,1,1,254,"+"88,89,87,252,"+"136,137,135,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"149,150,148,253,"+"127,128,126,253,"+"91,91,90,254,"+"46,46,45,252,"+"0,0,0,254,"+"0,0,0,173,"+"0,0,0,40,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,113,"+"0,0,0,254,"+"119,120,119,251,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"118,119,117,252,"+"19,19,19,252,"+"0,0,0,228,"+"0,0,0,154,"+"0,0,0,67,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,109,"+"0,0,0,254,"+"87,87,86,250,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"148,149,147,253,"+"86,87,86,252,"+"40,40,40,254,"+"0,0,0,255,"+"0,0,0,249,"+"0,0,0,149,"+"0,0,0,29,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"141,142,140,253,"+"98,98,97,252,"+"6,6,6,253,"+"0,0,0,255,"+"0,0,0,200,"+"0,0,0,99,"+"0,0,0,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"155,156,154,253,"+"107,108,106,252,"+"22,23,22,254,"+"0,0,0,255,"+"0,0,0,235,"+"0,0,0,178,"+"0,0,0,92,"+"0,0,0,27,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,175,"+"62,63,62,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"155,156,154,254,"+"133,134,132,255,"+"136,137,136,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"154,155,153,255,"+"121,122,121,255,"+"107,107,106,254,"+"57,57,56,252,"+"3,3,3,254,"+"0,0,0,237,"+"0,0,0,108,"+"0,0,0,30,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"92,93,91,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"142,142,141,253,"+"23,23,22,252,"+"9,6,5,255,"+"5,4,3,255,"+"22,22,22,253,"+"52,53,52,255,"+"52,53,52,255,"+"53,53,52,255,"+"90,91,90,253,"+"96,96,95,255,"+"127,128,126,253,"+"158,159,157,255,"+"143,144,142,253,"+"137,138,136,253,"+"154,155,153,254,"+"65,65,64,252,"+"11,11,10,254,"+"0,0,0,188,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,77,"+"0,0,0,245,"+"106,106,105,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"156,157,155,253,"+"33,33,33,253,"+"74,69,56,253,"+"247,236,199,254,"+"239,229,193,253,"+"166,158,133,253,"+"142,135,114,255,"+"142,135,114,255,"+"117,110,92,254,"+"78,74,61,255,"+"78,74,61,255,"+"82,79,65,255,"+"52,50,43,253,"+"2,2,2,255,"+"0,0,0,255,"+"23,23,22,253,"+"53,53,53,255,"+"28,28,28,253,"+"0,0,0,206,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,24,"+"0,0,0,235,"+"66,66,65,253,"+"158,159,157,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"110,111,109,253,"+"9,7,5,254,"+"239,229,192,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"248,237,200,254,"+"93,89,74,254,"+"0,0,0,246,"+"0,0,0,196,"+"0,0,0,196,"+"0,0,0,229,"+"0,0,0,255,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,186,"+"18,19,18,253,"+"153,154,152,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"122,116,97,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"187,178,150,253,"+"0,0,0,249,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,251,"+"95,95,94,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"152,153,151,254,"+"4,5,4,253,"+"171,163,137,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"218,208,176,254,"+"0,0,0,255,"+"0,0,0,53,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,171,"+"54,54,53,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"55,55,54,250,"+"30,27,22,253,"+"239,229,192,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"60,56,46,253,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,166,"+"50,50,50,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"125,125,124,252,"+"1,1,1,255,"+"216,206,173,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"22,19,15,253,"+"0,0,0,113,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,0,0,255,"+"116,116,115,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"53,54,53,253,"+"97,93,77,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"240,230,193,254,"+"5,5,3,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,13,"+"0,0,0,147,"+"5,5,5,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,49,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"117,112,93,252,"+"0,0,0,228,"+"0,0,0,17,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,109,"+"1,1,1,254,"+"83,84,82,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,49,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,241,205,255,"+"255,203,208,255,"+"255,178,211,255,"+"255,207,208,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"65,62,51,255,"+"124,34,105,220,"+"255,77,221,126,"+"255,85,227,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,242,205,255,"+"255,146,213,255,"+"255,78,220,255,"+"255,84,219,255,"+"255,78,220,255,"+"255,168,211,255,"+"255,243,205,255,"+"255,243,205,255,"+"28,7,21,255,"+"227,68,195,255,"+"255,78,220,252,"+"255,77,221,149,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"156,157,155,254,"+"136,136,135,255,"+"152,153,151,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"9,9,7,254,"+"185,176,148,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,204,252,"+"250,239,201,255,"+"247,236,198,255,"+"255,198,209,255,"+"255,78,220,255,"+"255,179,210,255,"+"255,242,205,255,"+"255,99,218,255,"+"255,95,218,255,"+"255,243,205,254,"+"226,215,181,255,"+"119,31,101,255,"+"255,78,220,212,"+"255,76,220,144,"+"255,78,221,246,"+"255,78,222,23,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,132,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,254,"+"60,61,60,250,"+"0,0,0,255,"+"5,5,4,253,"+"57,59,57,254,"+"99,100,98,252,"+"156,157,155,254,"+"143,144,143,253,"+"3,3,2,255,"+"226,216,182,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"138,131,109,255,"+"3,3,2,255,"+"196,83,167,255,"+"231,79,198,255,"+"152,144,121,255,"+"152,144,121,255,"+"190,116,157,255,"+"255,79,220,255,"+"255,242,206,254,"+"179,171,143,255,"+"124,33,105,255,"+"254,76,220,174,"+"255,80,223,16,"+"255,78,220,255,"+"255,80,219,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,186,"+"70,71,69,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"156,157,155,254,"+"51,52,51,252,"+"11,10,6,254,"+"195,187,157,246,"+"179,171,144,252,"+"123,117,97,254,"+"1,1,1,255,"+"132,133,131,255,"+"132,133,131,255,"+"14,13,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"237,225,189,255,"+"106,101,83,255,"+"201,69,173,255,"+"182,57,156,255,"+"10,9,6,255,"+"9,7,6,255,"+"60,13,50,255,"+"255,78,220,255,"+"223,184,181,255,"+"74,70,57,255,"+"150,42,129,255,"+"255,77,220,166,"+"0,0,0,0,"+"255,78,220,255,"+"255,80,219,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"92,93,91,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"132,133,131,255,"+"3,3,2,255,"+"226,215,180,252,"+"255,243,205,255,"+"255,243,205,255,"+"241,231,194,255,"+"1,1,0,255,"+"152,98,141,255,"+"183,110,169,255,"+"119,41,101,255,"+"255,178,211,255,"+"255,184,210,255,"+"255,186,210,255,"+"255,186,210,255,"+"255,198,209,255,"+"255,212,207,255,"+"255,115,217,255,"+"255,134,215,255,"+"255,243,205,255,"+"255,243,205,255,"+"253,214,206,255,"+"255,78,220,255,"+"205,156,166,253,"+"0,0,0,255,"+"167,48,143,255,"+"255,77,220,188,"+"255,78,216,72,"+"255,78,220,255,"+"255,80,219,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"92,93,91,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"164,154,161,255,"+"169,110,157,255,"+"14,12,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"254,242,204,255,"+"52,49,40,253,"+"139,42,119,254,"+"231,90,202,255,"+"209,65,181,255,"+"255,91,219,255,"+"255,81,220,255,"+"255,80,220,255,"+"255,80,220,255,"+"255,78,220,255,"+"255,78,220,255,"+"255,78,220,255,"+"255,128,215,255,"+"175,168,140,255,"+"168,160,134,255,"+"250,214,202,255,"+"255,78,220,255,"+"191,124,157,255,"+"21,2,17,255,"+"242,74,209,255,"+"255,78,220,210,"+"255,78,220,253,"+"255,78,220,255,"+"255,81,219,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"92,93,91,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"229,100,202,255,"+"250,82,216,255,"+"2,2,2,254,"+"204,194,163,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"207,197,166,252,"+"1,1,1,255,"+"93,94,92,252,"+"14,12,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,231,206,255,"+"255,211,208,255,"+"255,129,215,255,"+"255,124,216,255,"+"65,62,51,255,"+"2,2,1,255,"+"190,179,152,255,"+"255,78,220,255,"+"255,78,220,255,"+"255,78,220,255,"+"255,78,220,246,"+"255,64,223,8,"+"255,85,255,3,"+"255,78,220,253,"+"255,76,221,30,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"92,93,91,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"255,78,220,255,"+"193,130,180,255,"+"43,43,43,253,"+"141,134,112,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"74,70,56,253,"+"0,0,0,255,"+"50,48,39,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,135,215,255,"+"255,123,216,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,240,205,255,"+"255,78,220,255,"+"213,69,182,254,"+"136,36,116,254,"+"224,65,192,222,"+"255,0,128,2,"+"167,44,142,52,"+"244,74,210,183,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,53,"+"0,0,0,87,"+"64,0,0,99,"+"161,0,0,119,"+"156,0,0,238,"+"122,95,94,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"178,143,171,255,"+"255,78,220,255,"+"181,140,173,255,"+"96,97,95,252,"+"6,6,4,254,"+"232,221,185,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"168,160,135,254,"+"1,1,0,255,"+"147,140,118,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,146,214,255,"+"255,102,218,255,"+"255,242,205,255,"+"255,243,205,255,"+"255,211,208,255,"+"255,78,220,255,"+"206,156,169,254,"+"3,3,2,255,"+"0,0,0,254,"+"0,0,0,219,"+"1,0,1,245,"+"2,0,2,211,"+"0,0,0,102,"+"0,0,0,20,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,48,"+"0,0,0,75,"+"0,0,0,122,"+"0,0,0,241,"+"1,1,1,255,"+"26,26,25,251,"+"224,0,0,255,"+"242,0,0,255,"+"242,0,0,255,"+"191,95,94,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"197,127,182,255,"+"235,95,206,255,"+"159,158,158,255,"+"158,159,157,255,"+"35,35,34,252,"+"88,83,69,252,"+"252,240,202,254,"+"252,240,202,255,"+"91,85,71,255,"+"132,126,105,253,"+"194,184,155,245,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,199,209,255,"+"255,78,220,255,"+"255,214,208,255,"+"255,243,205,255,"+"255,169,211,255,"+"255,84,219,255,"+"255,240,205,255,"+"252,240,202,255,"+"187,179,149,255,"+"169,161,136,255,"+"116,110,92,255,"+"92,87,73,252,"+"19,18,13,254,"+"0,0,0,155,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,108,"+"0,0,0,255,"+"3,3,3,255,"+"31,31,31,254,"+"82,82,81,251,"+"146,147,146,253,"+"158,159,157,255,"+"242,0,0,255,"+"242,0,0,255,"+"242,0,0,255,"+"179,120,118,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"125,125,124,253,"+"0,0,0,255,"+"219,209,176,253,"+"224,213,180,255,"+"0,0,0,255,"+"172,164,138,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,242,205,255,"+"255,80,220,255,"+"255,174,211,255,"+"255,231,206,255,"+"255,102,217,255,"+"255,133,215,255,"+"255,243,205,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"168,161,135,253,"+"0,0,0,249,"+"0,0,0,14,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,204,"+"76,76,75,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"242,0,0,255,"+"242,0,0,255,"+"242,0,0,255,"+"179,120,118,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"130,130,129,253,"+"12,12,12,253,"+"7,7,7,255,"+"7,7,7,253,"+"14,12,9,255,"+"255,243,205,255,"+"252,240,203,255,"+"120,114,95,255,"+"204,195,165,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,134,215,255,"+"255,78,220,255,"+"255,79,219,255,"+"255,89,218,255,"+"255,216,207,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"248,238,200,253,"+"9,7,5,255,"+"0,0,0,74,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,12,"+"0,0,0,152,"+"0,0,0,255,"+"120,120,119,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"240,0,0,255,"+"242,0,0,255,"+"242,0,0,255,"+"186,106,105,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"89,90,87,254,"+"65,62,51,255,"+"204,194,163,255,"+"115,108,91,254,"+"71,68,55,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,238,205,255,"+"255,174,211,255,"+"255,177,211,255,"+"255,220,207,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"57,54,44,251,"+"0,0,0,156,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,48,"+"0,0,0,194,"+"7,7,6,254,"+"98,99,98,251,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"214,50,50,255,"+"242,0,0,255,"+"242,0,0,255,"+"184,109,108,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"23,24,23,253,"+"125,120,100,253,"+"255,243,205,255,"+"44,42,33,253,"+"126,120,100,252,"+"255,243,205,254,"+"232,220,186,250,"+"244,234,196,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"158,151,127,253,"+"0,0,0,227,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,14,"+"0,0,0,139,"+"0,0,0,255,"+"39,39,38,252,"+"134,135,133,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"186,80,79,253,"+"242,0,0,255,"+"240,0,0,255,"+"172,124,122,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"136,137,135,253,"+"3,3,2,255,"+"236,225,188,253,"+"255,243,205,255,"+"14,12,9,255,"+"183,174,147,253,"+"255,243,205,253,"+"210,195,127,242,"+"148,138,98,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"247,236,198,255,"+"232,221,186,255,"+"209,199,168,255,"+"239,229,193,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,187,"+"2,2,2,254,"+"100,101,99,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"124,125,123,251,"+"51,1,1,254,"+"225,0,0,253,"+"109,40,39,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"98,99,97,252,"+"33,31,24,254,"+"255,243,205,255,"+"255,243,205,255,"+"92,87,72,251,"+"0,0,0,254,"+"149,142,120,251,"+"229,197,11,255,"+"253,221,26,255,"+"255,242,197,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"250,239,201,255,"+"67,64,52,255,"+"0,0,0,255,"+"0,0,0,255,"+"6,5,3,254,"+"107,102,84,255,"+"109,104,86,253,"+"107,102,84,254,"+"23,22,16,253,"+"0,0,0,240,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,32,"+"0,0,0,255,"+"126,127,126,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"154,155,153,255,"+"33,33,33,254,"+"0,0,0,173,"+"0,0,0,118,"+"24,25,24,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"75,75,74,253,"+"89,84,69,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"230,201,26,253,"+"84,76,34,255,"+"108,99,54,254,"+"255,220,7,255,"+"255,238,158,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"244,234,196,255,"+"78,74,61,255,"+"1,1,1,255,"+"0,0,0,244,"+"0,0,0,150,"+"0,0,0,163,"+"0,0,0,201,"+"0,0,0,162,"+"0,0,0,123,"+"0,0,0,37,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,138,"+"25,26,25,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"156,157,155,254,"+"55,55,54,252,"+"0,0,0,239,"+"0,0,0,57,"+"0,0,0,64,"+"5,6,5,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"151,152,150,254,"+"3,3,3,255,"+"186,177,149,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,221,16,255,"+"255,229,94,255,"+"255,235,138,255,"+"255,220,7,255,"+"255,239,167,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"148,140,118,255,"+"0,0,0,243,"+"0,0,0,90,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,194,"+"77,78,76,251,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"152,153,151,254,"+"44,44,43,251,"+"0,0,0,242,"+"0,0,0,59,"+"0,0,0,0,"+"0,0,0,58,"+"2,2,2,253,"+"110,110,109,255,"+"110,110,109,255,"+"110,110,109,255,"+"110,110,109,255,"+"110,110,109,255,"+"42,42,41,252,"+"36,34,27,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,233,121,255,"+"255,220,7,255,"+"255,220,7,255,"+"255,227,71,255,"+"255,243,204,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"219,208,176,255,"+"28,27,19,250,"+"0,0,0,97,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,251,"+"111,113,110,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"76,76,75,252,"+"0,0,0,242,"+"0,0,0,50,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,114,"+"0,0,0,242,"+"30,28,21,255,"+"58,55,45,255,"+"58,55,45,255,"+"58,55,45,255,"+"95,90,75,254,"+"227,216,181,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,202,255,"+"255,237,147,255,"+"255,238,157,255,"+"255,243,204,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"230,219,184,255,"+"162,154,130,255,"+"96,91,75,255,"+"110,105,86,254,"+"107,102,84,254,"+"6,6,4,255,"+"0,0,0,148,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,67,"+"0,0,0,255,"+"139,140,138,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"107,107,106,252,"+"0,0,0,253,"+"0,0,0,103,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,176,"+"144,137,114,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"178,171,142,255,"+"2,2,1,255,"+"0,0,0,255,"+"24,23,17,255,"+"0,0,0,232,"+"0,0,0,168,"+"0,0,0,130,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,193,"+"33,33,33,251,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"74,75,73,251,"+"0,0,0,196,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,160,"+"25,23,17,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"223,212,179,255,"+"1,1,0,255,"+"68,64,52,255,"+"233,222,186,255,"+"150,143,120,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,68,"+"1,1,1,255,"+"134,135,133,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"104,105,103,252,"+"0,0,0,243,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"14,13,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"204,194,163,255,"+"1,1,1,255,"+"229,218,183,255,"+"255,243,205,255,"+"150,143,120,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"26,26,26,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"132,133,131,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,40,"+"0,0,0,255,"+"220,209,176,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"254,242,204,255,"+"229,218,183,255,"+"254,242,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"50,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"132,133,131,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,254,"+"215,205,173,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"50,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"152,153,151,254,"+"117,118,116,254,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"116,110,92,253,"+"0,0,0,182,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"50,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"131,132,130,252,"+"10,10,10,253,"+"0,0,0,255,"+"0,0,0,238,"+"0,0,0,0,"+"0,0,0,12,"+"0,0,0,109,"+"0,0,0,250,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,248,"+"0,0,0,255,"+"150,143,121,253,"+"246,235,198,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"248,237,200,254,"+"43,41,33,253,"+"0,0,0,118,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"50,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"105,107,104,249,"+"1,1,1,254,"+"0,0,0,176,"+"0,0,0,9,"+"0,0,0,0,"+"0,0,0,8,"+"0,0,0,205,"+"0,4,6,253,"+"25,120,141,252,"+"41,174,201,254,"+"41,174,201,254,"+"29,134,155,251,"+"3,35,43,253,"+"0,0,0,255,"+"48,45,35,252,"+"254,242,204,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"239,228,191,254,"+"202,193,162,254,"+"89,83,69,254,"+"0,0,0,236,"+"0,0,0,39,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,174,"+"59,60,59,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"133,134,133,253,"+"1,1,1,254,"+"0,0,0,138,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,116,"+"0,3,5,254,"+"49,199,232,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"47,192,224,251,"+"0,0,0,255,"+"20,17,12,248,"+"233,222,186,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"220,209,175,252,"+"86,81,67,251,"+"2,2,1,255,"+"0,0,0,245,"+"0,0,0,205,"+"0,0,0,59,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,30,"+"0,0,0,249,"+"100,101,99,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"146,147,145,253,"+"65,66,65,254,"+"0,0,0,211,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,20,"+"0,0,0,236,"+"27,127,148,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"41,173,201,251,"+"7,54,65,253,"+"8,8,6,253,"+"228,218,182,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"231,220,184,252,"+"19,18,12,253,"+"0,0,0,213,"+"0,0,0,83,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,8,"+"0,0,0,207,"+"27,27,27,254,"+"153,154,152,253,"+"158,159,157,255,"+"158,159,157,255,"+"148,149,147,253,"+"20,20,19,253,"+"0,0,0,229,"+"0,0,0,142,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,40,"+"0,0,0,228,"+"3,32,40,253,"+"53,213,247,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"7,59,69,251,"+"6,6,5,254,"+"199,189,159,254,"+"253,241,203,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"208,198,166,253,"+"19,18,13,253,"+"0,0,0,220,"+"0,0,0,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,61,"+"1,1,1,255,"+"137,138,136,251,"+"158,159,157,255,"+"156,157,155,254,"+"121,122,120,252,"+"23,23,22,253,"+"0,0,0,229,"+"0,0,0,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,27,"+"0,0,0,241,"+"6,51,61,252,"+"52,211,245,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"19,101,118,250,"+"0,1,2,254,"+"106,101,83,250,"+"251,240,202,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"246,235,198,254,"+"18,17,12,253,"+"0,0,0,181,"+"0,0,0,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"3,3,2,255,"+"144,145,143,254,"+"153,154,152,254,"+"30,31,30,252,"+"0,0,0,253,"+"0,0,0,194,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,120,"+"1,19,25,254,"+"54,220,254,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,215,253,"+"1,16,20,254,"+"56,53,42,252,"+"214,204,173,254,"+"233,222,187,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"128,121,101,250,"+"0,0,0,243,"+"0,0,0,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,21,"+"0,0,0,213,"+"1,1,1,255,"+"6,6,6,254,"+"0,0,0,251,"+"0,0,0,27,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,26,"+"0,0,0,140,"+"11,73,85,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"52,211,245,254,"+"13,79,93,252,"+"0,6,7,254,"+"0,2,2,255,"+"87,83,69,251,"+"193,184,155,254,"+"237,226,190,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"252,240,202,254,"+"12,11,7,255,"+"0,0,0,103,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,82,"+"0,0,0,89,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,19,"+"0,0,0,250,"+"0,0,0,250,"+"25,118,138,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"49,201,234,253,"+"12,77,91,253,"+"2,26,32,254,"+"3,3,2,255,"+"24,23,17,254,"+"140,133,111,251,"+"209,199,167,252,"+"32,31,23,250,"+"0,0,0,255,"+"0,0,0,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,156,"+"0,35,68,255,"+"0,33,64,255,"+"10,67,79,252,"+"51,207,240,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"42,178,206,252,"+"32,145,168,253,"+"3,38,45,253,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,239,"+"0,0,0,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,78,"+"0,6,20,255,"+"0,139,239,255,"+"0,149,254,255,"+"0,55,102,255,"+"1,23,30,253,"+"40,170,197,252,"+"54,218,252,254,"+"55,220,255,255,"+"54,218,252,254,"+"53,213,247,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,182,211,250,"+"17,93,108,253,"+"0,9,12,254,"+"0,0,0,185,"+"0,0,0,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,198,"+"0,100,175,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,114,195,255,"+"0,18,39,255,"+"1,22,27,253,"+"12,77,91,251,"+"1,13,18,255,"+"4,42,51,251,"+"46,192,223,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"39,163,190,250,"+"0,7,11,254,"+"0,0,0,195,"+"0,0,0,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,81,"+"0,6,19,255,"+"0,142,244,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,131,225,255,"+"0,97,170,255,"+"0,146,250,255,"+"0,86,151,255,"+"0,3,7,254,"+"41,175,204,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"51,204,238,252,"+"5,46,55,252,"+"0,0,0,193,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,80,"+"0,0,0,241,"+"0,100,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,106,183,255,"+"0,3,7,254,"+"34,148,172,250,"+"51,207,240,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"39,163,189,251,"+"0,0,0,254,"+"0,0,0,33,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,8,"+"0,0,0,148,"+"0,3,10,255,"+"0,107,185,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,124,213,255,"+"0,33,64,255,"+"0,6,13,254,"+"37,158,185,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,21,"+"0,0,0,196,"+"0,23,46,255,"+"0,138,238,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,120,207,255,"+"0,10,25,255,"+"31,141,165,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,215,249,254,"+"0,6,7,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,67,"+"0,0,0,239,"+"0,51,93,255,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,132,226,255,"+"0,10,24,255,"+"26,124,145,251,"+"54,216,251,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"22,113,131,251,"+"0,0,0,233,"+"0,0,0,25,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,49,"+"0,1,3,252,"+"0,106,184,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,139,239,255,"+"0,26,51,255,"+"19,103,122,251,"+"54,218,252,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,18,23,253,"+"0,0,0,26,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,6,"+"0,0,0,201,"+"0,82,144,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,139,239,255,"+"0,21,44,255,"+"10,67,79,251,"+"51,207,240,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,216,250,254,"+"0,6,9,255,"+"0,0,0,108,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,16,"+"0,0,0,191,"+"0,37,70,255,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,60,107,255,"+"1,17,23,253,"+"28,131,153,253,"+"52,209,242,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"26,124,146,252,"+"0,3,10,251,"+"0,0,0,255,"+"0,0,0,68,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,7,"+"0,0,0,201,"+"0,43,81,255,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,130,224,255,"+"0,52,94,255,"+"1,17,23,253,"+"34,152,177,253,"+"54,218,252,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,219,254,254,"+"46,193,224,253,"+"6,54,65,255,"+"0,87,154,254,"+"0,2,6,255,"+"0,0,0,182,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,152,"+"0,31,61,255,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,130,223,255,"+"0,23,45,255,"+"2,30,38,252,"+"24,117,137,250,"+"40,170,198,253,"+"42,175,203,255,"+"42,175,203,255,"+"8,62,73,250,"+"0,7,21,255,"+"0,68,123,255,"+"0,148,254,253,"+"0,82,145,254,"+"0,0,0,254,"+"0,0,0,125,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,150,"+"0,12,30,255,"+"0,138,238,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,123,211,255,"+"0,69,124,255,"+"0,31,60,255,"+"0,31,60,255,"+"0,31,60,255,"+"0,87,155,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,101,176,255,"+"0,149,255,255,"+"0,49,91,237,"+"0,0,0,247,"+"0,0,0,28,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,99,"+"0,7,20,255,"+"0,138,238,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,144,247,253,"+"0,0,0,255,"+"0,0,0,73,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,79,"+"0,0,1,253,"+"0,113,196,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,41,77,254,"+"0,0,0,185,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,50,"+"0,0,1,251,"+"0,108,187,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,139,239,255,"+"0,40,76,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,118,204,253,"+"0,0,1,255,"+"0,0,0,129,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,20,"+"0,0,0,228,"+"0,81,141,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,78,139,252,"+"0,0,0,255,"+"0,0,0,69,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,30,57,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,191,255,"+"0,68,122,255,"+"0,149,255,255,"+"0,150,255,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,38,71,252,"+"0,0,0,251,"+"0,0,0,34,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,65,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,241,255,"+"0,28,56,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,3,11,255,"+"0,0,0,134,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,181,"+"0,49,90,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,83,146,253,"+"0,0,0,253,"+"0,0,0,50,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,80,"+"0,2,6,255,"+"0,144,245,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,254,"+"0,34,65,254,"+"0,0,0,213,"+"0,0,0,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,1,2,253,"+"0,98,171,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,63,113,255,"+"0,120,207,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,136,234,253,"+"0,3,9,254,"+"0,0,0,117,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,5,"+"0,0,0,198,"+"0,76,133,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,138,237,255,"+"0,36,69,255,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,61,255,"+"0,0,0,136,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,145,"+"0,28,56,255,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,69,124,255,"+"0,99,173,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,56,101,252,"+"0,0,0,253,"+"0,0,0,37,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,51,"+"0,3,11,255,"+"0,137,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,252,255,"+"0,12,30,255,"+"0,141,240,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,254,255,"+"0,0,0,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,118,"+"0,49,91,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,98,172,255,"+"0,76,134,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,11,26,252,"+"0,0,0,139,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,206,"+"0,98,172,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,122,210,255,"+"0,51,94,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,252,"+"0,149,255,255,"+"0,70,125,255,"+"0,0,0,162,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,69,"+"0,10,25,255,"+"0,145,247,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,251,"+"0,149,255,255,"+"0,70,125,255,"+"0,0,0,165,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,205,"+"0,81,142,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,30,56,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,251,"+"0,149,255,255,"+"0,81,144,254,"+"0,0,0,238,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,57,"+"0,2,6,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,120,207,255,"+"0,0,0,254,"+"0,0,0,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"0,70,124,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,13,31,255,"+"0,0,0,87,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,30,57,255,"+"0,0,0,99,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,30,57,255,"+"0,0,0,99,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,30,57,255,"+"0,0,0,99,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,43,81,255,"+"0,127,219,255,"+"0,149,255,255,"+"0,149,255,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,30,57,255,"+"0,0,0,99,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,185,"+"0,82,144,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,113,195,255,"+"0,67,120,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,254,255,"+"0,20,43,255,"+"0,0,0,93,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,254,255,"+"0,25,51,255,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,114,197,254,"+"0,0,0,254,"+"0,0,0,26,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,75,133,255,"+"0,95,167,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,100,174,253,"+"0,0,0,251,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,139,239,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,252,255,"+"0,17,35,255,"+"0,141,241,253,"+"0,149,255,255,"+"0,149,255,255,"+"0,66,118,254,"+"0,0,0,192,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,178,255,"+"0,55,99,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,112,191,255,"+"0,33,64,251,"+"0,149,254,255,"+"0,148,254,255,"+"0,2,6,255,"+"0,0,0,116,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,147,251,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,73,130,255,"+"0,120,206,249,"+"0,138,238,253,"+"0,0,0,255,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,108,188,247,"+"0,38,73,220,"+"0,0,0,237,"+"0,0,0,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,0,0,255,"+"0,10,27,151,"+"0,0,255,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,30,58,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,95,167,255,"+"0,52,94,244,"+"0,149,255,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,109,189,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,21,45,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,251,255,"+"0,17,33,244,"+"0,137,255,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,155,"+"0,60,107,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,141,241,255,"+"0,34,65,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"1,19,39,252,"+"0,152,255,37,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,19,40,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,68,121,255,"+"0,105,181,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,254,255,"+"0,9,24,255,"+"0,140,240,100,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,130,225,255,"+"0,30,57,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,33,64,255,"+"0,130,218,171,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,245,"+"0,131,226,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,42,79,255,"+"0,135,232,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,98,172,255,"+"0,42,76,214,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,108,187,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,146,250,255,"+"0,23,45,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,251,255,"+"0,1,5,196,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,146,"+"0,66,119,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,42,80,237,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,65,"+"0,20,41,255,"+"0,147,252,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,0,0,115,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,217,"+"0,55,101,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,74,130,255,"+"0,0,0,145,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,217,"+"0,52,95,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,115,198,255,"+"0,0,0,222,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,221,"+"0,66,118,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,28,"+"0,0,0,248,"+"0,121,207,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,136,"+"0,52,96,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,190,255,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,11,"+"0,0,0,251,"+"0,128,220,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,127,218,255,"+"0,45,83,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,111,"+"0,1,2,254,"+"0,132,228,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,137,"+"0,53,97,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,21,"+"0,0,0,255,"+"0,147,251,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,199,"+"0,102,176,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"0,68,122,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,132,228,255,"+"0,0,0,250,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,86,"+"0,0,0,251,"+"0,57,104,255,"+"0,143,245,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,31,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,97,171,255,"+"0,0,0,186,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,15,"+"0,0,0,174,"+"0,1,2,254,"+"0,140,240,255,"+"0,148,253,255,"+"0,30,58,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,0,0,144,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,159,"+"0,39,73,255,"+"0,148,254,255,"+"0,31,60,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,219,"+"0,76,133,255,"+"0,18,38,254,"+"0,137,236,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,54,99,255,"+"0,0,0,122,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,30,"+"0,0,0,246,"+"0,0,0,255,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,146,249,255,"+"0,0,0,254,"+"0,0,0,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,9,"+"0,0,0,207,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,108,187,255,"+"0,0,0,200,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,197,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,60,108,255,"+"0,0,0,135,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,147,251,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,28,56,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,133,229,255,"+"0,0,0,249,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,109,190,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,254,"+"0,133,230,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,70,126,255,"+"0,0,0,149,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,61,255,"+"0,0,0,92,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,164,"+"0,77,136,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,0,0,255,"+"0,0,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,121,"+"0,56,102,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,134,230,255,"+"0,0,0,252,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,24,46,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,74,130,255,"+"0,0,0,153,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,203,"+"0,110,191,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,46,86,255,"+"0,0,0,120,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,0,0,253,"+"0,133,229,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,60,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,245,"+"0,100,175,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,14,34,255,"+"0,0,0,61,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,82,"+"0,13,32,255,"+"0,148,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,126,216,255,"+"0,0,0,248,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,70,125,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,57,104,255,"+"0,0,0,157,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,189,"+"0,102,178,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,252,255,"+"0,14,34,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,197,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,137,236,255,"+"0,61,109,255,"+"0,0,0,255,"+"0,0,0,214,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,254,"+"0,145,248,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,254,255,"+"0,121,209,255,"+"0,71,128,255,"+"0,7,23,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,0,0,253,"+"0,0,0,163,"+"0,0,0,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,95,"+"0,18,39,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,251,255,"+"0,65,116,255,"+"0,1,1,255,"+"5,48,58,249,"+"31,140,163,255,"+"44,183,213,249,"+"54,216,250,255,"+"27,127,148,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,118,"+"0,1,2,254,"+"0,127,218,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,133,230,255,"+"0,41,77,255,"+"0,0,1,255,"+"1,12,16,255,"+"18,99,116,251,"+"51,206,240,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,102,"+"0,1,2,254,"+"0,131,225,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,252,255,"+"0,146,250,255,"+"0,146,250,255,"+"0,146,250,255,"+"0,87,153,255,"+"0,2,5,255,"+"2,24,30,251,"+"40,168,194,251,"+"53,213,247,255,"+"55,219,254,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,189,"+"0,106,184,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,134,231,255,"+"0,23,48,255,"+"0,1,3,255,"+"0,0,1,255,"+"0,0,1,255,"+"1,13,18,255,"+"2,28,35,255,"+"2,28,35,255,"+"2,28,35,255,"+"11,74,88,250,"+"51,203,237,252,"+"55,219,254,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,110,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,103,179,255,"+"0,1,1,254,"+"38,165,191,248,"+"52,209,242,255,"+"53,213,247,255,"+"54,215,250,255,"+"55,218,253,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,249,"+"0,132,227,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,103,179,255,"+"0,6,17,255,"+"0,1,2,255,"+"3,41,49,251,"+"47,193,225,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,146,250,255,"+"0,81,143,255,"+"0,75,133,255,"+"0,75,133,255,"+"0,43,80,255,"+"0,1,2,255,"+"9,65,76,251,"+"46,193,224,250,"+"54,216,250,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,28,57,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,252,255,"+"0,78,138,255,"+"0,4,13,255,"+"0,1,5,255,"+"0,4,7,255,"+"17,94,110,252,"+"29,136,158,255,"+"29,136,158,255,"+"34,152,177,250,"+"53,213,246,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,107,"+"0,36,69,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,252,255,"+"0,146,250,255,"+"0,146,250,255,"+"0,104,181,255,"+"0,24,50,255,"+"0,1,2,255,"+"14,83,98,248,"+"50,201,235,252,"+"52,209,241,254,"+"54,217,251,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,188,"+"0,23,46,255,"+"0,76,135,255,"+"0,76,135,255,"+"0,67,120,255,"+"0,3,12,255,"+"0,0,0,255,"+"1,22,27,254,"+"2,28,34,254,"+"6,54,65,248,"+"42,176,205,249,"+"53,215,249,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,71,"+"0,0,0,138,"+"0,0,0,138,"+"0,0,0,138,"+"0,0,0,133,"+"0,0,0,49,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,253,"+"35,153,177,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,193,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,166,"+"12,76,90,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,76,"+"0,1,1,255,"+"49,196,228,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,207,"+"11,73,85,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,0,0,254,"+"35,152,178,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,143,"+"1,20,25,253,"+"54,216,251,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"3,34,42,252,"+"31,137,159,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,12,"+"0,0,0,234,"+"19,102,119,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,216,250,252,"+"0,5,6,254,"+"39,167,193,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,84,"+"0,0,0,255,"+"43,180,209,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"40,170,197,252,"+"0,7,11,255,"+"54,219,253,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,198,"+"9,62,74,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,151,254,"+"10,69,82,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,50,"+"0,0,0,255,"+"45,188,220,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"13,78,91,254,"+"15,83,97,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,217,"+"9,63,74,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"8,61,73,252,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,220,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,71,"+"0,0,0,255,"+"41,174,202,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,254,"+"43,180,209,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,182,212,254,"+"0,0,0,255,"+"0,0,0,20,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,179,"+"12,78,92,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"47,192,224,252,"+"0,0,1,255,"+"49,199,232,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,218,252,254,"+"0,7,11,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,81,"+"0,1,1,255,"+"35,154,179,249,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"29,134,156,251,"+"1,20,25,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,5,"+"0,0,0,194,"+"0,0,0,255,"+"34,149,173,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,217,252,252,"+"1,12,17,253,"+"30,137,160,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,6,"+"0,0,0,240,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,138,161,253,"+"1,23,29,251,"+"54,217,252,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,205,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,19,25,253,"+"22,111,131,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,192,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,18,"+"0,0,0,243,"+"31,139,162,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,215,249,252,"+"0,5,6,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,6,10,255,"+"54,217,251,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"4,45,54,252,"+"30,137,159,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,67,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,173,"+"7,57,68,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"2,31,38,252,"+"31,139,162,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,221,"+"28,130,151,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"46,190,221,254,"+"0,4,6,255,"+"50,205,238,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"43,181,210,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"36,155,182,251,"+"1,12,16,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"18,99,116,250,"+"11,73,85,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"40,172,200,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"3,33,40,252,"+"30,135,157,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,200,"+"28,130,151,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"50,201,234,252,"+"0,1,1,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"41,175,205,253,"+"0,9,12,255,"+"54,219,253,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"34,149,174,253,"+"0,0,0,249,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,159,"+"12,76,90,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,152,254,"+"9,63,75,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,193,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"13,80,94,254,"+"20,103,121,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,105,"+"1,20,25,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"2,24,30,252,"+"33,144,168,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,22,"+"0,0,0,255,"+"45,187,217,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,213,247,253,"+"0,5,7,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"24,116,136,253,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,232,"+"31,139,161,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"36,157,184,250,"+"1,11,15,252,"+"54,218,253,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,254,"+"0,0,0,137,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,184,"+"18,96,113,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,151,254,"+"10,68,80,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,12,17,254,"+"0,0,0,85,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,131,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"19,101,118,250,"+"12,75,89,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,196,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"2,24,31,253,"+"31,139,163,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"46,191,222,254,"+"0,0,0,255,"+"0,0,0,58,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,8,"+"0,0,0,149,"+"0,0,0,255,"+"1,13,18,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"45,184,214,252,"+"0,1,1,255,"+"50,202,236,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,106,"+"0,0,0,235,"+"7,28,32,255,"+"45,142,160,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"24,116,136,253,"+"7,61,74,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"37,157,184,251,"+"0,0,0,253,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,12,"+"0,0,0,187,"+"0,0,0,254,"+"36,135,154,254,"+"55,215,249,255,"+"59,202,231,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"26,124,146,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,78,92,251,"+"0,0,0,185,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,123,"+"0,0,0,245,"+"10,44,50,255,"+"51,192,222,255,"+"55,220,255,255,"+"55,220,255,255,"+"59,202,231,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,219,254,253,"+"16,91,106,252,"+"0,0,0,254,"+"0,0,0,75,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,81,"+"0,0,0,223,"+"3,18,21,255,"+"42,151,174,254,"+"56,217,251,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"59,202,231,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"9,63,75,251,"+"0,0,0,241,"+"0,0,0,69,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,102,"+"0,0,0,209,"+"0,2,2,254,"+"33,123,142,254,"+"55,212,245,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,191,219,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"7,59,70,253,"+"28,130,152,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"16,90,105,252,"+"0,0,0,246,"+"0,0,0,45,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,103,"+"0,0,0,217,"+"2,9,10,255,"+"34,118,135,254,"+"53,204,237,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"10,66,78,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"43,180,209,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,218,253,253,"+"16,93,108,250,"+"0,0,0,252,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,228,"+"25,83,94,253,"+"43,141,159,254,"+"53,206,239,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,218,252,253,"+"0,5,7,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"35,156,181,249,"+"2,26,32,253,"+"0,0,0,240,"+"0,0,0,69,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,53,"+"0,0,0,255,"+"57,201,231,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,185,215,254,"+"0,6,7,255,"+"53,215,249,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"46,189,220,252,"+"6,49,60,253,"+"0,0,0,254,"+"0,0,0,153,"+"0,0,0,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,107,"+"0,0,0,237,"+"24,95,109,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"30,133,155,253,"+"4,42,51,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"52,207,241,252,"+"17,94,111,251,"+"0,3,5,254,"+"0,0,0,187,"+"0,0,0,41,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,152,"+"0,0,0,209,"+"0,0,0,173,"+"0,0,0,26,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"30,109,126,255,"+"55,218,253,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,67,80,251,"+"20,105,123,252,"+"55,220,255,255,"+"55,220,255,255,"+"27,126,147,250,"+"13,81,96,254,"+"0,9,12,254,"+"0,0,0,226,"+"0,0,0,93,"+"0,0,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,253,"+"65,24,23,254,"+"28,6,6,254,"+"0,0,0,246,"+"0,0,0,189,"+"0,0,0,179,"+"0,0,0,179,"+"0,0,0,179,"+"0,0,0,91,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"49,201,233,253,"+"0,2,2,254,"+"32,141,164,249,"+"17,93,108,253,"+"2,32,39,253,"+"0,0,0,251,"+"0,0,0,169,"+"0,0,0,94,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,218,"+"6,1,1,255,"+"120,53,52,255,"+"112,49,48,254,"+"1,0,0,255,"+"10,9,6,253,"+"120,114,95,255,"+"120,114,95,255,"+"102,97,80,254,"+"4,1,1,255,"+"0,0,0,255,"+"0,0,0,232,"+"0,0,0,198,"+"0,0,0,207,"+"0,0,0,245,"+"40,141,161,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,103,118,255,"+"19,100,118,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"41,174,202,253,"+"0,0,0,255,"+"0,1,1,248,"+"0,0,0,248,"+"0,0,0,148,"+"0,0,0,31,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"3,0,0,255,"+"116,51,50,255,"+"123,56,55,255,"+"51,16,16,255,"+"71,67,55,252,"+"235,224,187,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"129,62,59,253,"+"204,179,151,253,"+"193,184,155,254,"+"125,119,99,254,"+"126,120,100,253,"+"141,135,113,253,"+"13,46,53,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"13,46,51,255,"+"36,158,183,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,151,254,"+"0,0,0,249,"+"0,0,0,142,"+"0,0,0,17,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"16,2,2,255,"+"123,56,55,255,"+"99,42,41,254,"+"3,3,2,255,"+"232,222,186,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"129,61,57,255,"+"229,202,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"10,32,34,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,32,34,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"14,84,99,254,"+"0,0,0,172,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"48,14,14,255,"+"123,56,55,255,"+"83,34,33,255,"+"79,75,61,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"131,63,60,253,"+"232,206,175,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"10,32,34,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"50,179,205,254,"+"2,6,7,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"7,57,69,253,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"51,17,17,255,"+"123,56,55,255,"+"83,34,33,255,"+"85,81,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"241,222,187,254,"+"129,60,57,255,"+"249,234,197,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"153,145,122,252,"+"12,51,57,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"13,45,51,255,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"0,0,0,75,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"51,17,17,255,"+"123,56,55,255,"+"83,34,33,255,"+"85,81,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"203,166,143,254,"+"133,66,62,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"85,81,66,255,"+"42,142,161,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"37,142,163,254,"+"0,0,0,254,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"50,203,236,253,"+"0,1,2,255,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"51,17,17,255,"+"123,56,55,255,"+"83,34,33,255,"+"85,81,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"139,75,69,253,"+"181,135,117,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"121,115,96,252,"+"5,26,31,255,"+"55,202,232,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,143,162,254,"+"1,7,10,255,"+"0,0,0,229,"+"0,10,13,253,"+"54,217,251,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"33,148,172,252,"+"0,0,0,248,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"51,17,17,255,"+"123,56,55,255,"+"88,36,35,255,"+"44,42,34,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"227,200,170,254,"+"126,57,56,255,"+"241,222,188,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"250,239,201,255,"+"95,90,75,252,"+"16,62,70,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,204,236,255,"+"27,91,102,254,"+"0,0,0,254,"+"0,0,0,101,"+"0,0,0,195,"+"12,77,91,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,75,87,254,"+"0,0,0,160,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"4,1,1,255,"+"120,53,52,255,"+"120,54,53,254,"+"3,1,1,255,"+"209,199,167,251,"+"255,243,205,255,"+"255,243,205,255,"+"157,102,91,253,"+"170,120,105,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"244,233,196,253,"+"38,36,30,254,"+"37,142,162,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,202,233,254,"+"5,27,31,255,"+"0,0,0,228,"+"0,0,0,120,"+"0,0,0,89,"+"0,0,0,253,"+"40,168,194,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,17,22,253,"+"0,0,0,98,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"75,28,28,254,"+"123,56,55,255,"+"46,14,14,255,"+"136,130,108,253,"+"255,243,205,255,"+"235,212,178,253,"+"125,56,54,255,"+"230,204,173,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"145,139,117,253,"+"27,91,103,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"25,90,102,255,"+"0,0,0,191,"+"0,0,0,22,"+"0,0,0,0,"+"0,0,0,127,"+"9,65,77,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,236,"+"24,5,4,255,"+"123,56,55,255,"+"90,36,36,254,"+"13,12,9,254,"+"200,165,141,252,"+"142,79,73,254,"+"174,124,108,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"27,91,103,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"6,27,31,255,"+"0,0,0,83,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,65,"+"16,2,2,255,"+"123,56,55,255,"+"123,55,54,255,"+"18,3,3,254,"+"116,79,68,253,"+"222,192,162,253,"+"253,240,203,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"225,214,180,251,"+"81,77,62,253,"+"28,26,20,255,"+"27,91,103,255,"+"56,219,254,254,"+"61,198,225,254,"+"61,197,224,254,"+"61,197,224,254,"+"45,142,160,254,"+"0,0,0,251,"+"0,0,0,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"53,18,18,255,"+"52,50,39,252,"+"251,240,202,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"188,180,150,251,"+"30,27,22,253,"+"0,0,0,254,"+"0,0,0,170,"+"3,17,19,255,"+"2,18,21,255,"+"0,0,0,255,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,114,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,27,"+"0,0,0,255,"+"117,51,50,255,"+"123,56,55,255,"+"88,37,37,255,"+"0,0,0,255,"+"131,93,81,255,"+"164,116,103,255,"+"165,117,103,255,"+"214,180,153,255,"+"234,209,178,254,"+"255,243,205,255,"+"235,224,187,253,"+"6,5,3,254,"+"0,0,0,248,"+"0,0,0,104,"+"0,0,0,18,"+"0,0,0,87,"+"0,0,0,73,"+"0,0,0,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,138,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"116,51,50,255,"+"123,56,55,255,"+"117,52,51,254,"+"1,0,0,255,"+"122,79,71,255,"+"155,103,93,255,"+"157,105,95,255,"+"133,64,61,255,"+"124,56,55,255,"+"127,58,56,255,"+"102,48,45,254,"+"0,0,0,229,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,244,"+"26,126,147,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"116,51,50,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"239,218,184,254,"+"169,149,126,253,"+"7,1,1,255,"+"0,0,0,70,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,41,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"116,51,50,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"204,194,162,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"118,111,94,253,"+"0,0,0,199,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,171,"+"4,45,54,251,"+"54,217,251,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"41,171,200,250,"+"0,0,0,254,"+"0,0,0,37,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"116,51,50,255,"+"123,56,55,255,"+"123,56,55,255,"+"41,12,11,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"85,81,66,255,"+"0,0,0,131,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,40,"+"0,0,0,253,"+"40,169,197,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,152,254,"+"0,0,0,207,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,249,"+"93,39,38,254,"+"123,56,55,255,"+"123,56,55,255,"+"51,17,17,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"85,81,66,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,204,"+"4,44,53,251,"+"54,219,253,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"26,124,145,254,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,197,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"51,17,17,255,"+"65,62,50,255,"+"158,151,127,255,"+"176,169,141,255,"+"176,169,141,255,"+"149,142,120,255,"+"37,35,27,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,110,"+"0,2,2,255,"+"46,193,225,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"9,66,78,251,"+"0,0,0,157,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,186,"+"67,25,25,255,"+"123,56,55,255,"+"123,56,55,255,"+"51,17,17,255,"+"53,20,20,255,"+"37,11,11,255,"+"24,5,5,255,"+"24,5,5,255,"+"37,11,11,255,"+"23,6,6,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,41,"+"0,0,0,247,"+"26,125,146,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,16,254,"+"0,0,0,88,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,131,"+"44,13,13,255,"+"123,56,55,255,"+"123,56,55,255,"+"51,17,17,255,"+"114,51,51,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"95,42,41,255,"+"0,0,0,167,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,160,"+"3,33,41,253,"+"55,220,255,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,219,253,253,"+"0,6,9,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,85,"+"3,0,0,255,"+"120,54,53,255,"+"123,56,55,255,"+"51,17,17,255,"+"114,51,51,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"90,39,39,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,23,"+"0,0,0,239,"+"30,138,161,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,186,216,254,"+"0,0,0,255,"+"0,0,0,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,254,"+"100,42,41,255,"+"123,56,55,255,"+"51,17,17,255,"+"6,1,1,255,"+"7,2,2,255,"+"9,2,2,255,"+"9,2,2,255,"+"9,2,2,255,"+"2,0,0,255,"+"0,0,0,208,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,167,"+"3,34,41,253,"+"53,215,250,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"32,145,169,254,"+"0,0,0,238,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,185,"+"60,21,20,255,"+"123,56,55,255,"+"51,17,17,255,"+"85,81,67,254,"+"189,180,151,255,"+"179,171,143,255,"+"172,164,138,255,"+"177,170,142,255,"+"171,163,137,252,"+"0,0,0,255,"+"0,0,0,115,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,65,"+"0,0,0,253,"+"39,167,195,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"51,17,17,255,"+"123,56,55,255,"+"52,17,17,253,"+"15,13,10,253,"+"238,227,190,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"119,113,95,250,"+"2,2,1,255,"+"0,0,0,208,"+"0,0,0,52,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,176,"+"4,40,49,253,"+"53,215,249,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,116,"+"26,5,5,254,"+"123,56,55,255,"+"105,45,44,254,"+"5,1,1,255,"+"48,45,36,253,"+"205,195,165,255,"+"238,226,189,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"226,216,181,253,"+"79,75,62,254,"+"0,0,0,186,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,0,0,254,"+"0,4,6,255,"+"0,6,9,255,"+"10,69,82,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,66,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"79,31,31,255,"+"0,0,0,255,"+"0,0,0,255,"+"38,35,27,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"194,184,155,253,"+"0,0,0,252,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,15,"+"0,0,0,51,"+"0,0,0,72,"+"0,0,0,248,"+"25,121,141,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"0,0,0,191,"+"0,0,0,32,"+"0,0,0,255,"+"177,169,142,250,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"216,206,174,254,"+"0,0,0,255,"+"0,0,0,48,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,243,"+"2,26,33,253,"+"53,214,247,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,160,"+"28,27,20,254,"+"207,198,166,254,"+"226,215,180,253,"+"212,202,170,252,"+"69,65,53,253,"+"0,0,0,250,"+"0,0,0,42,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"3,3,2,254,"+"7,52,63,253,"+"34,151,176,253,"+"52,209,243,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"10,1,1,255,"+"114,50,49,255,"+"108,46,45,255,"+"16,3,3,255,"+"0,0,0,171,"+"0,0,0,0,"+"0,0,0,16,"+"0,0,0,229,"+"0,0,0,254,"+"1,1,1,255,"+"1,1,1,255,"+"0,0,0,199,"+"0,0,0,55,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"190,181,152,254,"+"124,118,98,253,"+"22,19,15,253,"+"0,2,3,255,"+"3,39,46,253,"+"13,79,93,253,"+"31,138,161,252,"+"42,179,208,254,"+"42,179,208,254,"+"42,179,208,254,"+"42,179,208,254,"+"47,194,226,253,"+"55,220,255,255,"+"55,220,255,255,"+"5,46,55,253,"+"0,0,0,168,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,16,"+"0,0,0,229,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,188,"+"0,0,0,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,42,"+"0,0,0,42,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"253,241,203,254,"+"216,206,173,253,"+"167,159,134,255,"+"107,102,85,253,"+"27,25,19,253,"+"18,17,12,254,"+"18,17,12,254,"+"18,17,12,254,"+"18,17,12,254,"+"0,1,1,255,"+"3,38,45,254,"+"6,51,61,254,"+"0,0,0,254,"+"0,0,0,36,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"16,13,10,254,"+"0,0,0,144,"+"0,0,0,107,"+"0,0,0,88,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,6,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"229,218,183,253,"+"1,1,1,255,"+"0,0,0,48,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,93,"+"6,5,3,255,"+"241,230,194,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,35,"+"0,0,0,237,"+"108,103,85,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,195,"+"57,55,45,252,"+"247,237,199,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"32,5,5,56,"+"0,0,0,255,"+"196,187,158,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"232,221,185,253,"+"2,1,1,255,"+"0,0,0,51,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"117,51,50,209,"+"127,87,77,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,12,9,255,"+"0,0,0,95,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,97,"+"0,0,0,215,"+"0,0,0,239,"+"0,0,0,103,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,130,"+"86,36,35,255,"+"141,79,73,254,"+"251,236,199,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"106,101,84,252,"+"0,0,0,228,"+"0,0,0,141,"+"0,0,0,141,"+"0,0,0,141,"+"0,0,0,136,"+"0,0,0,73,"+"0,0,0,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,50,"+"0,0,0,147,"+"0,0,0,246,"+"118,111,93,253,"+"129,122,102,252,"+"2,1,1,254,"+"0,0,0,205,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"131,118,99,254,"+"143,82,76,253,"+"145,86,79,253,"+"244,228,193,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"232,218,184,251,"+"85,41,39,252,"+"95,53,48,255,"+"93,88,73,255,"+"93,88,73,255,"+"43,41,32,253,"+"5,5,3,255,"+"0,0,0,226,"+"0,0,0,197,"+"0,0,0,197,"+"0,0,0,197,"+"0,0,0,225,"+"0,0,0,210,"+"0,0,0,177,"+"0,0,0,197,"+"25,23,18,255,"+"145,138,115,252,"+"254,242,204,254,"+"255,243,205,255,"+"187,178,149,252,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,242,"+"175,167,140,253,"+"246,231,195,253,"+"147,92,82,253,"+"153,95,85,254,"+"246,231,195,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"250,235,198,255,"+"160,104,93,252,"+"139,75,69,254,"+"205,170,144,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"126,120,101,251,"+"56,19,18,254,"+"86,35,35,255,"+"86,35,35,255,"+"86,35,35,255,"+"44,13,13,255,"+"50,46,37,255,"+"104,99,82,252,"+"39,36,30,253,"+"91,85,71,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"123,117,98,253,"+"0,0,0,215,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"242,224,188,253,"+"142,80,74,254,"+"162,108,95,251,"+"254,241,204,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"251,238,200,254,"+"164,112,99,252,"+"145,85,78,252,"+"240,221,186,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"84,80,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"84,80,66,255,"+"255,243,205,255,"+"250,239,201,254,"+"242,232,195,253,"+"255,243,205,255,"+"255,243,205,255,"+"224,213,180,254,"+"25,23,17,254,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,252,"+"171,163,137,253,"+"255,243,205,255,"+"255,243,205,255,"+"229,204,173,253,"+"133,67,64,254,"+"177,129,112,254,"+"244,227,191,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"166,114,100,252,"+"139,75,69,254,"+"237,215,182,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"84,80,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"96,40,39,255,"+"22,20,15,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"199,188,158,253,"+"9,7,5,254,"+"0,0,0,199,"+"0,0,0,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,190,"+"39,36,29,252,"+"254,242,204,253,"+"255,243,205,255,"+"255,243,205,255,"+"226,199,169,252,"+"140,76,70,254,"+"136,71,67,255,"+"159,105,94,255,"+"184,142,123,253,"+"245,228,192,254,"+"255,243,205,255,"+"255,243,205,255,"+"195,155,134,252,"+"129,62,59,254,"+"237,215,182,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"84,80,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"116,51,50,255,"+"14,13,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"80,76,63,252,"+"0,0,0,188,"+"0,0,0,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,103,"+"0,0,0,255,"+"194,185,156,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"252,239,201,254,"+"210,177,151,254,"+"196,158,136,254,"+"140,76,70,254,"+"126,57,55,255,"+"185,141,122,253,"+"207,171,146,251,"+"124,56,55,255,"+"208,173,147,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"84,80,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"121,54,53,255,"+"6,1,1,255,"+"220,210,176,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,12,9,255,"+"0,0,0,93,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,147,"+"0,0,0,255,"+"0,0,0,255,"+"80,75,62,250,"+"211,202,170,255,"+"218,207,174,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"252,240,201,254,"+"212,177,151,253,"+"138,75,69,253,"+"123,56,55,255,"+"157,111,97,253,"+"211,202,170,255,"+"211,202,170,255,"+"211,202,170,255,"+"250,239,201,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"84,80,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"128,122,101,253,"+"211,202,170,255,"+"211,202,170,255,"+"190,181,152,254,"+"1,1,1,255,"+"0,0,0,90,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,251,"+"48,15,13,253,"+"20,3,3,255,"+"17,2,2,255,"+"17,2,2,255,"+"6,1,1,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"9,3,2,255,"+"80,32,31,255,"+"45,12,11,255,"+"17,2,2,255,"+"17,2,2,255,"+"6,1,1,255,"+"9,7,5,255,"+"19,17,13,254,"+"80,77,63,255,"+"18,17,12,254,"+"13,11,7,255,"+"1,1,1,255,"+"27,6,6,255,"+"48,16,16,255,"+"48,16,16,255,"+"48,16,16,255,"+"48,16,16,255,"+"1,0,0,255,"+"12,2,2,254,"+"17,2,2,255,"+"17,2,2,255,"+"17,2,2,255,"+"12,2,2,255,"+"0,0,0,239,"+"0,0,0,84,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,252,"+"102,43,42,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"121,54,53,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"121,54,53,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"121,54,53,255,"+"116,51,50,255,"+"91,37,36,255,"+"73,27,27,254,"+"103,44,43,255,"+"116,51,50,255,"+"65,23,23,254,"+"67,25,24,254,"+"84,34,34,255,"+"84,34,34,255,"+"84,34,34,255,"+"84,34,34,255,"+"87,36,35,255,"+"122,55,54,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"122,55,54,255,"+"68,25,25,255,"+"0,0,0,246,"+"0,0,0,92,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,180,"+"41,11,11,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"64,24,23,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,53,"+"0,0,0,254,"+"100,42,41,254,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"79,31,31,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,158,"+"3,0,0,255,"+"97,41,40,255,"+"115,50,49,255,"+"115,50,49,255,"+"103,43,43,254,"+"95,40,39,254,"+"123,55,54,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"115,50,49,254,"+"41,11,11,254,"+"1,0,0,255,"+"0,0,0,149,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,7,"+"0,0,0,157,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"16,2,2,254,"+"63,23,22,254,"+"83,34,33,254,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"79,31,31,255,"+"51,17,16,255,"+"70,26,26,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"54,18,18,254,"+"50,17,16,255,"+"50,17,16,255,"+"50,17,16,255,"+"3,0,0,255,"+"0,0,0,199,"+"0,0,0,62,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"GundorlfInstructingLeft,125,264,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,13,"+"0,0,0,63,"+"0,0,0,77,"+"0,0,0,126,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,96,"+"0,0,0,34,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,70,"+"0,0,0,186,"+"0,0,0,220,"+"0,0,0,254,"+"1,1,1,255,"+"5,5,5,255,"+"32,32,31,253,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"7,7,7,254,"+"0,0,0,255,"+"0,0,0,246,"+"0,0,0,118,"+"0,0,0,14,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,40,"+"0,0,0,173,"+"0,0,0,254,"+"46,46,45,252,"+"91,91,90,254,"+"127,128,126,253,"+"149,150,148,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"136,137,135,253,"+"88,89,87,252,"+"1,1,1,254,"+"0,0,0,172,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,67,"+"0,0,0,154,"+"0,0,0,228,"+"19,19,19,252,"+"118,119,117,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"119,120,119,251,"+"0,0,0,254,"+"0,0,0,113,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,29,"+"0,0,0,149,"+"0,0,0,249,"+"0,0,0,255,"+"40,40,40,254,"+"86,87,86,252,"+"148,149,147,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"87,87,86,250,"+"0,0,0,254,"+"0,0,0,109,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,15,"+"0,0,0,99,"+"0,0,0,200,"+"0,0,0,255,"+"6,6,6,253,"+"98,98,97,252,"+"141,142,140,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,27,"+"0,0,0,92,"+"0,0,0,178,"+"0,0,0,235,"+"0,0,0,255,"+"22,23,22,254,"+"107,108,106,252,"+"155,156,154,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,30,"+"0,0,0,108,"+"0,0,0,237,"+"3,3,3,254,"+"57,57,56,252,"+"107,107,106,254,"+"121,122,121,255,"+"154,155,153,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"136,137,136,254,"+"133,134,132,255,"+"155,156,154,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"62,63,62,254,"+"0,0,0,175,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,188,"+"11,11,10,254,"+"65,65,64,252,"+"154,155,153,254,"+"137,138,136,253,"+"143,144,142,253,"+"158,159,157,255,"+"127,128,126,253,"+"96,96,95,255,"+"90,91,90,253,"+"53,53,52,255,"+"52,53,52,255,"+"52,53,52,255,"+"22,22,22,253,"+"5,4,3,255,"+"9,6,5,255,"+"23,23,22,252,"+"142,142,141,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"92,93,91,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,206,"+"28,28,28,253,"+"53,53,53,255,"+"23,23,22,253,"+"0,0,0,255,"+"2,2,2,255,"+"52,50,43,253,"+"82,79,65,255,"+"78,74,61,255,"+"78,74,61,255,"+"117,110,92,254,"+"142,135,114,255,"+"142,135,114,255,"+"166,158,133,253,"+"239,229,193,253,"+"247,236,199,254,"+"74,69,56,253,"+"33,33,33,253,"+"156,157,155,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"106,106,105,253,"+"0,0,0,245,"+"0,0,0,77,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,255,"+"0,0,0,229,"+"0,0,0,196,"+"0,0,0,196,"+"0,0,0,246,"+"93,89,74,254,"+"248,237,200,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"239,229,192,253,"+"9,7,5,254,"+"110,111,109,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,254,"+"66,66,65,253,"+"0,0,0,235,"+"0,0,0,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,249,"+"187,178,150,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"122,116,97,253,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"153,154,152,254,"+"18,19,18,253,"+"0,0,0,186,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,53,"+"0,0,0,255,"+"218,208,176,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"171,163,137,253,"+"4,5,4,253,"+"152,153,151,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"95,95,94,252,"+"0,0,0,251,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"60,56,46,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"239,229,192,253,"+"30,27,22,253,"+"55,55,54,250,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"54,54,53,253,"+"0,0,0,171,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,113,"+"22,19,15,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"216,206,173,253,"+"1,1,1,255,"+"125,125,124,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,50,254,"+"0,0,0,166,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"5,5,3,255,"+"240,230,193,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"97,93,77,252,"+"53,54,53,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"116,116,115,252,"+"0,0,0,255,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,17,"+"0,0,0,228,"+"117,112,93,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"50,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"5,5,5,255,"+"0,0,0,147,"+"0,0,0,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,85,227,18,"+"255,77,221,126,"+"124,34,105,220,"+"65,62,51,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,207,208,255,"+"255,178,211,255,"+"255,203,208,255,"+"255,241,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"50,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"83,84,82,252,"+"1,1,1,254,"+"0,0,0,109,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,77,221,149,"+"255,78,220,252,"+"227,68,195,255,"+"28,7,21,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,168,211,255,"+"255,78,220,255,"+"255,84,219,255,"+"255,78,220,255,"+"255,146,213,255,"+"255,242,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,78,222,23,"+"255,78,221,246,"+"255,76,220,144,"+"255,78,220,212,"+"119,31,101,255,"+"226,215,181,255,"+"255,243,205,254,"+"255,95,218,255,"+"255,99,218,255,"+"255,242,205,255,"+"255,179,210,255,"+"255,78,220,255,"+"255,198,209,255,"+"247,236,198,255,"+"250,239,201,255,"+"255,243,204,252,"+"255,243,205,255,"+"255,243,205,255,"+"185,176,148,253,"+"9,9,7,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"152,153,151,253,"+"136,136,135,255,"+"156,157,155,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,80,219,64,"+"255,78,220,255,"+"255,80,223,16,"+"254,76,220,174,"+"124,33,105,255,"+"179,171,143,255,"+"255,242,206,254,"+"255,79,220,255,"+"190,116,157,255,"+"152,144,121,255,"+"152,144,121,255,"+"231,79,198,255,"+"196,83,167,255,"+"3,3,2,255,"+"138,131,109,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"226,216,182,254,"+"3,3,2,255,"+"143,144,143,253,"+"156,157,155,254,"+"99,100,98,252,"+"57,59,57,254,"+"5,5,4,253,"+"0,0,0,255,"+"60,61,60,250,"+"158,159,157,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"0,0,0,132,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,80,219,64,"+"255,78,220,255,"+"0,0,0,0,"+"255,77,220,166,"+"150,42,129,255,"+"74,70,57,255,"+"223,184,181,255,"+"255,78,220,255,"+"60,13,50,255,"+"9,7,6,255,"+"10,9,6,255,"+"182,57,156,255,"+"201,69,173,255,"+"106,101,83,255,"+"237,225,189,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,13,9,255,"+"132,133,131,255,"+"132,133,131,255,"+"1,1,1,255,"+"123,117,97,254,"+"179,171,144,252,"+"195,187,157,246,"+"11,10,6,254,"+"51,52,51,252,"+"156,157,155,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"70,71,69,254,"+"0,0,0,186,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,80,219,64,"+"255,78,220,255,"+"255,78,216,72,"+"255,77,220,188,"+"167,48,143,255,"+"0,0,0,255,"+"205,156,166,253,"+"255,78,220,255,"+"253,214,206,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,134,215,255,"+"255,115,217,255,"+"255,212,207,255,"+"255,198,209,255,"+"255,186,210,255,"+"255,186,210,255,"+"255,184,210,255,"+"255,178,211,255,"+"119,41,101,255,"+"183,110,169,255,"+"152,98,141,255,"+"1,1,0,255,"+"241,231,194,255,"+"255,243,205,255,"+"255,243,205,255,"+"226,215,180,252,"+"3,3,2,255,"+"132,133,131,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"92,93,91,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,81,219,63,"+"255,78,220,255,"+"255,78,220,253,"+"255,78,220,210,"+"242,74,209,255,"+"21,2,17,255,"+"191,124,157,255,"+"255,78,220,255,"+"250,214,202,255,"+"168,160,134,255,"+"175,168,140,255,"+"255,128,215,255,"+"255,78,220,255,"+"255,78,220,255,"+"255,78,220,255,"+"255,80,220,255,"+"255,80,220,255,"+"255,81,220,255,"+"255,91,219,255,"+"209,65,181,255,"+"231,90,202,255,"+"139,42,119,254,"+"52,49,40,253,"+"254,242,204,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,12,9,255,"+"169,110,157,255,"+"164,154,161,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"92,93,91,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,76,221,30,"+"255,78,220,253,"+"255,85,255,3,"+"255,64,223,8,"+"255,78,220,246,"+"255,78,220,255,"+"255,78,220,255,"+"255,78,220,255,"+"190,179,152,255,"+"2,2,1,255,"+"65,62,51,255,"+"255,124,216,255,"+"255,129,215,255,"+"255,211,208,255,"+"255,231,206,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,12,9,255,"+"93,94,92,252,"+"1,1,1,255,"+"207,197,166,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"204,194,163,251,"+"2,2,2,254,"+"250,82,216,255,"+"229,100,202,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"92,93,91,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"244,74,210,183,"+"167,44,142,52,"+"255,0,128,2,"+"224,65,192,222,"+"136,36,116,254,"+"213,69,182,254,"+"255,78,220,255,"+"255,240,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,123,216,255,"+"255,135,215,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"50,48,39,253,"+"0,0,0,255,"+"74,70,56,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"141,134,112,254,"+"43,43,43,253,"+"193,130,180,255,"+"255,78,220,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"92,93,91,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,20,"+"0,0,0,102,"+"2,0,2,211,"+"1,0,1,245,"+"0,0,0,219,"+"0,0,0,254,"+"3,3,2,255,"+"206,156,169,254,"+"255,78,220,255,"+"255,211,208,255,"+"255,243,205,255,"+"255,242,205,255,"+"255,102,218,255,"+"255,146,214,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"147,140,118,253,"+"1,1,0,255,"+"168,160,135,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"232,221,185,252,"+"6,6,4,254,"+"96,97,95,252,"+"181,140,173,255,"+"255,78,220,255,"+"178,143,171,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"122,95,94,253,"+"156,0,0,238,"+"161,0,0,119,"+"64,0,0,99,"+"0,0,0,87,"+"0,0,0,53,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,155,"+"19,18,13,254,"+"92,87,73,252,"+"116,110,92,255,"+"169,161,136,255,"+"187,179,149,255,"+"252,240,202,255,"+"255,240,205,255,"+"255,84,219,255,"+"255,169,211,255,"+"255,243,205,255,"+"255,214,208,255,"+"255,78,220,255,"+"255,199,209,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"194,184,155,245,"+"132,126,105,253,"+"91,85,71,255,"+"252,240,202,255,"+"252,240,202,254,"+"88,83,69,252,"+"35,35,34,252,"+"158,159,157,255,"+"159,158,158,255,"+"235,95,206,255,"+"197,127,182,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"191,95,94,255,"+"242,0,0,255,"+"242,0,0,255,"+"224,0,0,255,"+"26,26,25,251,"+"1,1,1,255,"+"0,0,0,241,"+"0,0,0,122,"+"0,0,0,75,"+"0,0,0,48,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,14,"+"0,0,0,249,"+"168,161,135,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,254,"+"255,133,215,255,"+"255,102,217,255,"+"255,231,206,255,"+"255,174,211,255,"+"255,80,220,255,"+"255,242,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"172,164,138,255,"+"0,0,0,255,"+"224,213,180,255,"+"219,209,176,253,"+"0,0,0,255,"+"125,125,124,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"179,120,118,255,"+"242,0,0,255,"+"242,0,0,255,"+"242,0,0,255,"+"158,159,157,255,"+"146,147,146,253,"+"82,82,81,251,"+"31,31,31,254,"+"3,3,3,255,"+"0,0,0,255,"+"0,0,0,108,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,74,"+"9,7,5,255,"+"248,238,200,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,216,207,255,"+"255,89,218,255,"+"255,79,219,255,"+"255,78,220,255,"+"255,134,215,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"204,195,165,255,"+"120,114,95,255,"+"252,240,203,255,"+"255,243,205,255,"+"14,12,9,255,"+"7,7,7,253,"+"7,7,7,255,"+"12,12,12,253,"+"130,130,129,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"179,120,118,255,"+"242,0,0,255,"+"242,0,0,255,"+"242,0,0,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"76,76,75,253,"+"0,0,0,204,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,156,"+"57,54,44,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,220,207,255,"+"255,177,211,255,"+"255,174,211,255,"+"255,238,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"71,68,55,253,"+"115,108,91,254,"+"204,194,163,255,"+"65,62,51,255,"+"89,90,87,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"186,106,105,255,"+"242,0,0,255,"+"242,0,0,255,"+"240,0,0,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"120,120,119,252,"+"0,0,0,255,"+"0,0,0,152,"+"0,0,0,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,227,"+"158,151,127,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"244,234,196,254,"+"232,220,186,250,"+"255,243,205,254,"+"126,120,100,252,"+"44,42,33,253,"+"255,243,205,255,"+"125,120,100,253,"+"23,24,23,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"184,109,108,255,"+"242,0,0,255,"+"242,0,0,255,"+"214,50,50,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"98,99,98,251,"+"7,7,6,254,"+"0,0,0,194,"+"0,0,0,48,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"239,229,193,253,"+"209,199,168,255,"+"232,221,186,255,"+"247,236,198,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"148,138,98,251,"+"210,195,127,242,"+"255,243,205,253,"+"183,174,147,253,"+"14,12,9,255,"+"255,243,205,255,"+"236,225,188,253,"+"3,3,2,255,"+"136,137,135,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"172,124,122,254,"+"240,0,0,255,"+"242,0,0,255,"+"186,80,79,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"134,135,133,252,"+"39,39,38,252,"+"0,0,0,255,"+"0,0,0,139,"+"0,0,0,14,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,240,"+"23,22,16,253,"+"107,102,84,254,"+"109,104,86,253,"+"107,102,84,255,"+"6,5,3,254,"+"0,0,0,255,"+"0,0,0,255,"+"67,64,52,255,"+"250,239,201,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,242,197,255,"+"253,221,26,255,"+"229,197,11,255,"+"149,142,120,251,"+"0,0,0,254,"+"92,87,72,251,"+"255,243,205,255,"+"255,243,205,255,"+"33,31,24,254,"+"98,99,97,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"109,40,39,253,"+"225,0,0,253,"+"51,1,1,254,"+"124,125,123,251,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"100,101,99,252,"+"2,2,2,254,"+"0,0,0,187,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,37,"+"0,0,0,123,"+"0,0,0,162,"+"0,0,0,201,"+"0,0,0,163,"+"0,0,0,150,"+"0,0,0,244,"+"1,1,1,255,"+"78,74,61,255,"+"244,234,196,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,238,158,255,"+"255,220,7,255,"+"108,99,54,254,"+"84,76,34,255,"+"230,201,26,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"89,84,69,254,"+"75,75,74,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"24,25,24,253,"+"0,0,0,118,"+"0,0,0,173,"+"33,33,33,254,"+"154,155,153,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"126,127,126,252,"+"0,0,0,255,"+"0,0,0,32,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,90,"+"0,0,0,243,"+"148,140,118,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,239,167,255,"+"255,220,7,255,"+"255,235,138,255,"+"255,229,94,255,"+"255,221,16,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"186,177,149,252,"+"3,3,3,255,"+"151,152,150,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"5,6,5,255,"+"0,0,0,64,"+"0,0,0,57,"+"0,0,0,239,"+"55,55,54,252,"+"156,157,155,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"25,26,25,253,"+"0,0,0,138,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,97,"+"28,27,19,250,"+"219,208,176,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,204,255,"+"255,227,71,255,"+"255,220,7,255,"+"255,220,7,255,"+"255,233,121,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"36,34,27,253,"+"42,42,41,252,"+"110,110,109,255,"+"110,110,109,255,"+"110,110,109,255,"+"110,110,109,255,"+"110,110,109,255,"+"2,2,2,253,"+"0,0,0,58,"+"0,0,0,0,"+"0,0,0,59,"+"0,0,0,242,"+"44,44,43,251,"+"152,153,151,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"77,78,76,251,"+"0,0,0,194,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,148,"+"6,6,4,255,"+"107,102,84,254,"+"110,105,86,254,"+"96,91,75,255,"+"162,154,130,255,"+"230,219,184,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,204,255,"+"255,238,157,255,"+"255,237,147,255,"+"255,243,202,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"227,216,181,251,"+"95,90,75,254,"+"58,55,45,255,"+"58,55,45,255,"+"58,55,45,255,"+"30,28,21,255,"+"0,0,0,242,"+"0,0,0,114,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,50,"+"0,0,0,242,"+"76,76,75,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"111,113,110,253,"+"0,0,0,251,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,130,"+"0,0,0,168,"+"0,0,0,232,"+"24,23,17,255,"+"0,0,0,255,"+"2,2,1,255,"+"178,171,142,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"144,137,114,254,"+"0,0,0,176,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,103,"+"0,0,0,253,"+"107,107,106,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"139,140,138,254,"+"0,0,0,255,"+"0,0,0,67,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"150,143,120,255,"+"233,222,186,255,"+"68,64,52,255,"+"1,1,0,255,"+"223,212,179,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"25,23,17,252,"+"0,0,0,160,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,196,"+"74,75,73,251,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"33,33,33,251,"+"0,0,0,193,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"150,143,120,255,"+"255,243,205,255,"+"229,218,183,255,"+"1,1,1,255,"+"204,194,163,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,13,9,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,243,"+"104,105,103,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"134,135,133,253,"+"1,1,1,255,"+"0,0,0,68,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"150,143,120,255,"+"255,243,205,255,"+"254,242,205,255,"+"229,218,183,255,"+"254,242,204,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"220,209,176,253,"+"0,0,0,255,"+"0,0,0,40,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"132,133,131,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"26,26,26,252,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"215,205,173,254,"+"0,0,0,254,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"132,133,131,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,49,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,182,"+"116,110,92,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"117,118,116,254,"+"152,153,151,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,49,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,118,"+"43,41,33,253,"+"248,237,200,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"246,235,198,254,"+"150,143,121,253,"+"0,0,0,255,"+"0,0,0,248,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,250,"+"0,0,0,109,"+"0,0,0,12,"+"0,0,0,0,"+"0,0,0,238,"+"0,0,0,255,"+"10,10,10,253,"+"131,132,130,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,49,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,172,"+"0,0,0,251,"+"0,0,0,210,"+"0,0,0,53,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,39,"+"0,0,0,236,"+"89,83,69,254,"+"202,193,162,254,"+"239,228,191,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"254,242,204,254,"+"48,45,35,252,"+"0,0,0,255,"+"3,35,43,253,"+"29,134,155,251,"+"41,174,201,254,"+"41,174,201,254,"+"25,120,141,252,"+"0,4,6,253,"+"0,0,0,205,"+"0,0,0,8,"+"0,0,0,0,"+"0,0,0,9,"+"0,0,0,176,"+"1,1,1,254,"+"105,107,104,249,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,49,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,226,"+"59,55,45,245,"+"14,12,9,249,"+"0,0,0,197,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,59,"+"0,0,0,205,"+"0,0,0,245,"+"2,2,1,255,"+"86,81,67,251,"+"220,209,175,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"233,222,186,253,"+"20,17,12,248,"+"0,0,0,255,"+"47,192,224,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"49,199,232,251,"+"0,3,5,254,"+"0,0,0,116,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,138,"+"1,1,1,254,"+"133,134,133,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"59,60,59,253,"+"0,0,0,174,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,226,"+"147,140,118,253,"+"131,125,104,235,"+"0,0,0,254,"+"0,0,0,57,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,83,"+"0,0,0,213,"+"19,18,12,253,"+"231,220,184,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"228,218,182,252,"+"8,8,6,253,"+"7,54,65,253,"+"41,173,201,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"27,127,148,253,"+"0,0,0,236,"+"0,0,0,20,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,211,"+"65,66,65,254,"+"146,147,145,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"100,101,99,254,"+"0,0,0,249,"+"0,0,0,30,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,219,"+"61,58,47,239,"+"241,231,194,237,"+"18,16,11,244,"+"0,0,0,237,"+"0,0,0,27,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,19,"+"0,0,0,220,"+"19,18,13,253,"+"208,198,166,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"253,241,203,254,"+"199,189,159,254,"+"6,6,5,254,"+"7,59,69,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,213,247,253,"+"3,32,40,253,"+"0,0,0,228,"+"0,0,0,40,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,142,"+"0,0,0,229,"+"20,20,19,253,"+"148,149,147,253,"+"158,159,157,255,"+"158,159,157,255,"+"153,154,152,253,"+"27,27,27,254,"+"0,0,0,207,"+"0,0,0,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,102,"+"0,0,0,255,"+"152,144,121,232,"+"206,197,166,226,"+"0,0,0,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,19,"+"0,0,0,181,"+"18,17,12,253,"+"246,235,198,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"251,240,202,254,"+"106,101,83,250,"+"0,1,2,254,"+"19,101,118,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"52,211,245,254,"+"6,51,61,252,"+"0,0,0,241,"+"0,0,0,27,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,21,"+"0,0,0,229,"+"23,23,22,253,"+"121,122,120,252,"+"156,157,155,254,"+"158,159,157,255,"+"137,138,136,251,"+"1,1,1,255,"+"0,0,0,61,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,189,"+"23,22,16,243,"+"249,238,200,242,"+"3,3,2,250,"+"0,0,0,131,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,19,"+"0,0,0,243,"+"128,121,101,250,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"233,222,187,254,"+"214,204,173,254,"+"56,53,42,252,"+"1,16,20,254,"+"44,184,215,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,220,254,253,"+"1,19,25,254,"+"0,0,0,120,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,0,0,194,"+"0,0,0,253,"+"30,31,30,252,"+"153,154,152,254,"+"144,145,143,254,"+"3,3,2,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,99,"+"9,9,6,253,"+"255,243,205,255,"+"95,90,75,246,"+"0,0,0,218,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,103,"+"12,11,7,255,"+"252,240,202,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"237,226,190,253,"+"193,184,155,254,"+"87,83,69,251,"+"0,2,2,255,"+"0,6,7,254,"+"13,79,93,252,"+"52,211,245,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,254,"+"0,0,0,140,"+"0,0,0,26,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,27,"+"0,0,0,251,"+"6,6,6,254,"+"1,1,1,255,"+"0,0,0,213,"+"0,0,0,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,130,"+"5,4,3,253,"+"253,241,203,252,"+"169,162,136,240,"+"0,0,0,253,"+"0,0,0,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,24,"+"0,0,0,255,"+"32,31,23,250,"+"209,199,167,252,"+"140,133,111,251,"+"24,23,17,254,"+"3,3,2,255,"+"2,26,32,254,"+"12,77,91,253,"+"49,201,234,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"25,118,138,252,"+"0,0,0,250,"+"0,0,0,250,"+"0,0,0,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,0,0,89,"+"0,0,0,82,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,30,"+"0,0,0,255,"+"0,0,0,255,"+"187,178,149,239,"+"224,213,179,233,"+"1,1,1,250,"+"0,0,0,162,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,19,"+"0,0,0,239,"+"0,0,0,255,"+"0,0,0,255,"+"3,38,45,253,"+"32,145,168,253,"+"42,178,206,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"51,207,240,254,"+"10,67,80,252,"+"0,51,93,255,"+"0,49,90,255,"+"0,0,0,156,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,37,"+"0,0,0,255,"+"0,0,0,255,"+"169,162,136,240,"+"255,243,205,255,"+"104,98,82,231,"+"0,0,0,238,"+"0,0,0,11,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,8,"+"0,0,0,185,"+"0,9,12,254,"+"17,93,108,253,"+"43,182,211,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,213,247,254,"+"54,218,252,254,"+"55,220,255,255,"+"54,218,252,254,"+"40,170,197,252,"+"1,27,36,253,"+"0,80,141,255,"+"0,149,255,255,"+"0,145,249,255,"+"0,23,48,255,"+"0,0,0,78,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,156,"+"0,0,0,254,"+"0,0,0,254,"+"169,162,135,240,"+"255,243,205,255,"+"227,215,181,244,"+"0,0,0,253,"+"0,0,0,102,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,18,"+"0,0,0,195,"+"0,7,11,254,"+"39,163,190,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"46,192,223,253,"+"4,43,52,251,"+"1,23,33,255,"+"12,78,92,251,"+"1,26,36,253,"+"0,34,65,255,"+"0,128,220,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,118,204,255,"+"0,0,0,198,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,56,"+"0,0,0,255,"+"100,96,79,216,"+"2,2,1,250,"+"125,119,99,238,"+"253,241,204,255,"+"186,178,149,255,"+"14,11,8,245,"+"0,0,0,243,"+"0,0,0,240,"+"0,0,0,233,"+"0,0,0,174,"+"0,0,0,77,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,193,"+"5,46,55,252,"+"51,204,238,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"41,175,204,252,"+"0,9,23,254,"+"0,106,185,255,"+"0,149,255,255,"+"0,119,206,255,"+"0,140,241,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,252,255,"+"0,23,46,255,"+"0,0,0,81,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,61,"+"0,0,0,255,"+"212,202,170,235,"+"124,119,99,240,"+"0,0,0,248,"+"77,74,60,237,"+"6,6,3,245,"+"177,168,142,232,"+"162,155,130,240,"+"174,166,140,235,"+"104,99,82,249,"+"53,51,41,250,"+"2,2,1,253,"+"0,0,0,143,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,33,"+"0,0,0,254,"+"39,163,189,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"51,207,240,254,"+"34,148,172,250,"+"0,9,23,254,"+"0,120,207,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,114,196,255,"+"0,1,2,241,"+"0,0,0,80,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,105,"+"0,0,0,255,"+"149,142,119,252,"+"237,227,191,246,"+"12,11,8,248,"+"0,0,0,255,"+"73,68,56,241,"+"247,237,199,249,"+"242,232,194,251,"+"240,230,193,255,"+"249,238,200,255,"+"255,243,205,255,"+"83,79,65,253,"+"0,0,0,163,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"37,158,185,250,"+"0,13,25,254,"+"0,52,95,255,"+"0,136,235,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,10,26,255,"+"0,0,0,148,"+"0,0,0,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,228,"+"0,0,0,255,"+"81,77,63,241,"+"248,238,200,249,"+"60,57,47,218,"+"10,10,6,246,"+"59,55,44,253,"+"34,31,25,243,"+"0,0,0,255,"+"0,0,0,255,"+"86,81,67,255,"+"255,243,205,249,"+"78,75,62,251,"+"0,0,0,172,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,6,7,255,"+"53,215,249,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,141,165,251,"+"0,19,41,255,"+"0,132,227,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,145,248,255,"+"0,40,75,255,"+"0,0,0,196,"+"0,0,0,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,80,"+"0,0,0,255,"+"23,22,16,234,"+"0,0,0,254,"+"148,142,119,237,"+"84,80,67,233,"+"9,7,4,239,"+"251,240,202,249,"+"232,221,186,255,"+"1,1,1,255,"+"6,5,3,248,"+"208,198,166,244,"+"255,243,205,255,"+"97,92,77,238,"+"0,0,0,190,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,25,"+"0,0,0,233,"+"22,113,131,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,216,251,255,"+"26,124,145,251,"+"0,19,40,255,"+"0,141,241,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,71,126,255,"+"0,1,2,239,"+"0,0,0,67,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,149,"+"0,0,0,255,"+"200,191,160,218,"+"57,53,43,237,"+"0,0,0,247,"+"83,80,66,224,"+"0,0,0,255,"+"214,204,172,251,"+"255,243,205,255,"+"108,102,85,255,"+"0,0,0,255,"+"211,201,170,254,"+"255,243,205,255,"+"108,102,85,239,"+"0,0,0,190,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,31,"+"1,18,23,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,218,252,254,"+"19,103,122,251,"+"0,37,71,255,"+"0,145,248,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,124,214,255,"+"0,5,15,252,"+"0,0,0,49,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,101,"+"0,0,0,255,"+"206,195,165,237,"+"237,227,190,244,"+"59,55,44,242,"+"1,1,0,252,"+"5,4,3,245,"+"249,238,200,246,"+"255,243,205,255,"+"243,233,195,255,"+"136,129,107,255,"+"248,238,200,249,"+"255,243,205,255,"+"109,103,86,239,"+"0,0,0,193,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,221,"+"0,6,9,255,"+"54,216,250,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"51,207,240,254,"+"10,68,80,251,"+"0,39,73,255,"+"0,145,248,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,100,176,255,"+"0,0,0,201,"+"0,0,0,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,141,"+"0,0,0,255,"+"47,44,35,242,"+"194,184,154,233,"+"243,232,195,249,"+"114,107,91,245,"+"29,26,20,239,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"144,138,115,250,"+"0,0,0,237,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,142,"+"0,0,0,255,"+"0,36,70,255,"+"26,124,146,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"52,209,242,254,"+"28,131,153,253,"+"1,23,33,253,"+"0,81,143,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,58,106,255,"+"0,0,0,191,"+"0,0,0,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,32,"+"0,0,0,255,"+"0,0,0,253,"+"23,22,17,251,"+"0,0,0,255,"+"0,0,0,254,"+"0,0,0,255,"+"39,37,29,234,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,235,"+"255,244,206,249,"+"255,243,205,255,"+"134,128,106,248,"+"0,0,0,242,"+"0,0,0,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,97,"+"0,0,0,253,"+"0,65,117,251,"+"0,105,182,255,"+"6,55,66,255,"+"46,193,224,253,"+"54,219,254,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,218,252,254,"+"34,152,177,253,"+"1,23,32,253,"+"0,68,123,255,"+"0,140,240,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,65,117,255,"+"0,0,0,201,"+"0,0,0,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,32,"+"0,0,0,255,"+"24,22,17,238,"+"255,243,205,252,"+"105,100,83,206,"+"0,0,0,243,"+"186,178,149,212,"+"249,238,200,240,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,241,"+"255,243,205,254,"+"255,243,205,255,"+"123,116,97,239,"+"0,0,0,255,"+"0,0,0,202,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,220,"+"0,1,2,254,"+"0,79,139,253,"+"0,149,255,255,"+"0,149,255,255,"+"0,96,168,255,"+"0,19,41,255,"+"8,64,78,250,"+"42,175,203,255,"+"42,175,203,255,"+"40,170,198,253,"+"24,117,137,250,"+"2,34,46,252,"+"0,37,73,255,"+"0,140,240,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,51,94,255,"+"0,0,0,152,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,5,"+"0,0,0,171,"+"29,28,21,228,"+"255,243,206,254,"+"164,156,131,230,"+"1,1,1,250,"+"41,40,31,235,"+"235,224,189,242,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,244,205,251,"+"255,243,205,234,"+"248,237,199,253,"+"115,109,92,248,"+"0,0,0,255,"+"0,0,0,51,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,154,"+"0,0,2,255,"+"0,122,211,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,121,207,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,108,188,255,"+"0,53,97,255,"+"0,53,97,255,"+"0,53,97,255,"+"0,94,164,255,"+"0,136,234,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,145,248,255,"+"0,28,56,255,"+"0,0,0,150,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,86,"+"0,0,0,255,"+"63,59,48,223,"+"184,175,147,237,"+"1,1,0,220,"+"0,0,0,255,"+"158,150,126,248,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"238,228,192,239,"+"0,0,0,255,"+"0,0,0,101,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,98,"+"0,0,1,255,"+"0,100,174,252,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,145,248,255,"+"0,21,46,255,"+"0,0,0,99,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,134,"+"0,0,0,255,"+"1,1,0,247,"+"27,25,21,247,"+"108,103,86,237,"+"252,241,203,247,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,252,"+"43,40,32,245,"+"0,0,0,162,"+"0,0,0,7,"+"0,0,0,87,"+"0,0,0,108,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,6,"+"0,0,0,157,"+"0,0,0,255,"+"0,78,138,253,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,128,221,255,"+"0,3,10,253,"+"0,0,0,79,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,45,"+"0,0,0,251,"+"65,62,50,230,"+"222,212,178,248,"+"240,230,193,251,"+"255,243,205,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"93,87,73,241,"+"0,0,0,196,"+"0,0,0,239,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,136,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,148,"+"0,3,9,255,"+"0,99,173,252,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,67,120,255,"+"0,145,248,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,124,214,255,"+"0,1,3,251,"+"0,0,0,50,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,95,"+"0,0,0,231,"+"0,0,0,255,"+"0,0,0,255,"+"55,52,42,232,"+"236,225,190,247,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"249,239,200,252,"+"208,198,166,249,"+"33,31,24,203,"+"0,0,0,249,"+"0,40,75,250,"+"0,116,201,243,"+"0,54,97,238,"+"0,0,0,224,"+"0,0,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,11,"+"0,0,0,227,"+"0,91,158,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,150,255,254,"+"0,86,151,255,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,95,167,255,"+"0,0,1,228,"+"0,0,0,20,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,42,"+"0,0,0,108,"+"0,0,0,244,"+"67,64,51,238,"+"234,224,188,246,"+"255,243,206,254,"+"255,243,205,255,"+"255,243,205,255,"+"234,223,187,245,"+"61,58,47,242,"+"0,1,3,254,"+"0,25,51,253,"+"0,75,132,252,"+"0,145,247,253,"+"0,149,255,255,"+"0,135,232,253,"+"0,0,0,255,"+"0,0,0,73,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,147,"+"0,10,26,254,"+"0,147,252,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,84,148,255,"+"0,125,216,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,46,86,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,114,"+"0,0,0,242,"+"0,0,0,254,"+"128,122,101,229,"+"250,239,201,248,"+"184,175,147,234,"+"8,7,5,246,"+"0,4,13,252,"+"0,128,220,250,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,54,99,251,"+"0,0,0,216,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,52,"+"0,0,0,255,"+"0,105,183,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,57,105,255,"+"0,147,252,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,46,86,255,"+"0,0,0,65,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,143,"+"0,0,0,255,"+"8,7,4,244,"+"0,0,1,254,"+"0,45,84,248,"+"0,135,231,248,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,103,179,253,"+"0,0,0,254,"+"0,0,0,44,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,101,"+"0,9,23,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,66,120,255,"+"0,0,0,181,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,14,"+"0,0,0,145,"+"0,0,0,255,"+"0,55,101,251,"+"0,130,222,250,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,145,247,250,"+"0,0,0,255,"+"0,0,0,61,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,161,"+"0,68,121,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,10,25,255,"+"0,0,0,80,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,0,0,244,"+"0,2,7,253,"+"0,69,125,243,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,145,248,250,"+"0,0,0,255,"+"0,0,0,61,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,162,"+"0,70,125,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,132,228,255,"+"0,88,155,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,113,194,255,"+"0,3,10,253,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,161,"+"0,2,7,251,"+"0,122,209,246,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,145,248,250,"+"0,0,0,255,"+"0,0,0,61,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,162,"+"0,70,125,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,67,121,255,"+"0,145,248,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,91,159,255,"+"0,0,0,198,"+"0,0,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,93,"+"0,2,6,254,"+"0,142,243,253,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,146,251,249,"+"0,0,0,254,"+"0,0,0,87,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,162,"+"0,70,125,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,116,199,255,"+"0,90,156,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,49,90,255,"+"0,0,0,145,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,227,"+"0,65,116,249,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,42,79,249,"+"0,0,0,159,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,162,"+"0,70,125,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,251,255,"+"0,48,90,253,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,145,248,255,"+"0,17,36,255,"+"0,0,0,51,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,123,"+"0,0,0,253,"+"0,136,235,249,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,57,103,254,"+"0,0,0,172,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,162,"+"0,70,125,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,113,194,255,"+"0,117,201,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,66,119,255,"+"0,0,0,118,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,237,"+"0,82,145,252,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,99,171,250,"+"0,0,0,254,"+"0,0,0,56,"+"0,0,0,0,"+"0,0,0,162,"+"0,70,125,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,62,111,253,"+"0,135,232,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,117,202,255,"+"0,0,0,206,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,155,"+"0,0,0,255,"+"0,136,234,251,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,39,73,247,"+"0,0,0,253,"+"0,0,0,93,"+"0,0,0,162,"+"0,70,125,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,110,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,21,45,255,"+"0,0,0,69,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,13,"+"0,0,0,238,"+"0,19,41,249,"+"0,122,209,251,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,62,111,241,"+"0,0,0,252,"+"0,0,0,190,"+"0,70,125,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,63,114,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,98,172,255,"+"0,0,0,205,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,45,"+"0,0,0,207,"+"0,0,0,255,"+"0,99,171,247,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,254,"+"0,11,28,250,"+"0,0,0,254,"+"0,69,124,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,13,33,255,"+"0,0,0,57,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,166,"+"0,17,40,249,"+"0,148,253,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,126,217,250,"+"0,3,9,254,"+"0,36,69,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,44,"+"0,0,0,252,"+"0,101,175,250,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,121,207,251,"+"0,18,39,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,180,"+"0,15,34,252,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,136,233,254,"+"0,18,39,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,49,"+"0,0,0,248,"+"0,82,143,250,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,136,233,254,"+"0,18,39,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,2,7,253,"+"0,144,247,253,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,136,233,254,"+"0,18,39,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,139,239,255,"+"0,70,125,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,16,"+"0,0,0,246,"+"0,97,167,253,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,136,233,254,"+"0,18,39,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,84,147,255,"+"0,128,220,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,100,175,255,"+"0,0,0,185,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,190,"+"0,41,78,249,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,136,233,254,"+"0,18,39,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,56,102,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,96,"+"0,0,0,255,"+"0,140,240,252,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,136,233,254,"+"0,18,39,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,116,198,255,"+"0,97,169,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,236,"+"0,77,137,252,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,136,233,254,"+"0,18,39,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,145,248,255,"+"0,48,90,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,144,246,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,121,"+"0,10,26,253,"+"0,145,248,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,137,236,253,"+"0,17,36,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,56,102,254,"+"0,124,214,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,73,129,255,"+"0,119,205,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,23,"+"0,0,0,236,"+"0,43,81,248,"+"0,149,254,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,144,247,248,"+"0,149,254,255,"+"0,136,234,253,"+"0,95,167,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,69,"+"0,0,0,252,"+"0,48,87,246,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,254,"+"0,94,164,227,"+"0,136,233,252,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,124,"+"0,3,8,253,"+"0,145,248,252,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,94,163,246,"+"0,6,19,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,12,"+"0,0,0,242,"+"0,47,86,246,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,68,122,255,"+"0,116,199,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,96,"+"0,0,0,255,"+"0,127,219,247,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,60,107,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,124,214,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,253,"+"0,106,184,250,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,45,83,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,63,114,255,"+"0,146,249,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,77,136,255,"+"0,0,0,155,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,248,"+"0,96,167,249,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,41,77,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,120,207,255,"+"0,83,147,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,35,68,255,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,174,"+"0,7,18,249,"+"0,148,254,253,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,143,243,255,"+"0,50,92,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,64,116,255,"+"0,140,240,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,5,16,255,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,58,"+"0,0,0,254,"+"0,121,207,251,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,77,135,253,"+"0,117,202,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,144,247,255,"+"0,69,123,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,141,242,255,"+"0,2,5,245,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,221,"+"0,90,158,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,47,86,240,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,52,97,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,124,213,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,158,"+"0,6,17,252,"+"0,122,210,251,"+"0,149,255,255,"+"0,149,254,254,"+"0,84,149,248,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,83,146,255,"+"0,0,0,146,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,22,"+"0,0,0,220,"+"0,0,0,254,"+"0,121,207,243,"+"0,103,178,251,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,254,255,"+"0,36,68,255,"+"0,0,0,65,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,187,"+"0,0,0,252,"+"0,0,0,252,"+"0,88,154,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,254,255,"+"0,78,137,255,"+"0,0,0,217,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,17,"+"0,0,0,205,"+"0,0,0,254,"+"0,128,221,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,254,255,"+"0,75,134,255,"+"0,0,0,217,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,5,16,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,84,149,255,"+"0,0,0,221,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,5,16,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,134,231,255,"+"0,0,0,248,"+"0,0,0,28,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,5,16,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,73,129,255,"+"0,0,0,136,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,5,16,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,64,115,255,"+"0,138,238,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,139,239,255,"+"0,2,5,251,"+"0,0,0,11,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,5,16,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,141,242,255,"+"0,7,22,254,"+"0,0,0,111,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,5,16,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,73,130,255,"+"0,0,0,137,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,5,16,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,5,14,255,"+"0,0,0,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,5,16,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,117,201,255,"+"0,0,0,199,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,5,16,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,5,16,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,2,6,250,"+"0,143,244,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,84,148,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,186,"+"0,108,187,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,146,250,255,"+"0,92,161,255,"+"0,0,0,251,"+"0,0,0,86,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,144,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,146,250,255,"+"0,7,23,254,"+"0,0,0,174,"+"0,0,0,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,62,113,255,"+"0,149,255,255,"+"0,54,98,255,"+"0,0,0,159,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,122,"+"0,75,132,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,146,249,255,"+"0,45,83,255,"+"0,92,160,255,"+"0,0,0,219,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,22,"+"0,5,14,254,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,0,0,255,"+"0,0,0,246,"+"0,0,0,30,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,200,"+"0,124,214,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,0,0,207,"+"0,0,0,9,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,135,"+"0,78,137,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,0,0,197,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,46,86,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,5,16,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,46,85,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,5,16,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,2,6,249,"+"0,143,246,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,5,16,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,5,16,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,149,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,143,246,255,"+"0,2,6,254,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,92,"+"0,48,88,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,5,"+"0,5,16,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,96,167,255,"+"0,0,0,164,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,2,7,252,"+"0,144,246,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,76,134,255,"+"0,0,0,121,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,153,"+"0,88,155,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,40,75,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,5,16,255,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,120,"+"0,62,113,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,216,255,"+"0,0,0,203,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,46,86,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,143,245,255,"+"0,2,6,253,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,61,"+"0,35,68,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,120,206,255,"+"0,0,0,245,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,248,"+"0,137,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,34,66,255,"+"0,0,0,82,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,157,"+"0,77,136,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,150,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,35,68,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,118,203,255,"+"0,0,0,189,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,214,"+"0,1,2,255,"+"0,94,164,255,"+"0,147,251,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,0,0,197,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,24,"+"0,0,0,163,"+"0,0,0,253,"+"0,0,0,255,"+"0,0,1,255,"+"0,34,66,255,"+"0,102,179,255,"+"0,137,235,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,254,255,"+"0,5,14,254,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"27,127,148,255,"+"54,216,250,255,"+"44,183,213,249,"+"31,140,163,255,"+"5,49,59,249,"+"0,2,5,255,"+"0,92,161,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,37,70,255,"+"0,0,0,95,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"51,206,240,252,"+"18,99,116,251,"+"1,13,19,255,"+"0,6,17,255,"+"0,74,132,255,"+"0,144,246,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,138,237,255,"+"0,7,22,254,"+"0,0,0,118,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,219,254,255,"+"53,213,247,255,"+"40,168,194,251,"+"2,25,34,251,"+"0,16,35,255,"+"0,115,197,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,241,255,"+"0,7,22,254,"+"0,0,0,102,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,219,254,255,"+"51,203,237,252,"+"11,75,90,250,"+"2,30,39,255,"+"2,30,39,255,"+"2,30,39,255,"+"1,14,21,255,"+"0,1,3,255,"+"0,1,3,255,"+"0,6,19,255,"+"0,56,102,255,"+"0,144,247,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,123,211,255,"+"0,0,0,189,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,218,253,255,"+"54,215,250,255,"+"53,213,247,255,"+"52,209,242,255,"+"38,165,191,248,"+"0,2,4,254,"+"0,124,212,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"47,193,225,252,"+"3,42,51,251,"+"0,1,4,255,"+"0,33,63,255,"+"0,126,216,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,142,244,255,"+"0,2,6,249,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,216,250,254,"+"46,193,224,250,"+"9,65,77,251,"+"0,2,7,255,"+"0,76,134,255,"+"0,103,180,255,"+"0,103,180,255,"+"0,109,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,5,16,255,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,213,246,254,"+"34,152,177,250,"+"29,136,158,255,"+"29,136,158,255,"+"17,94,110,252,"+"0,6,12,255,"+"0,9,23,255,"+"0,31,62,255,"+"0,107,187,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,45,84,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,217,251,255,"+"52,209,241,254,"+"50,201,235,252,"+"14,83,99,248,"+"0,2,5,255,"+"0,53,97,255,"+"0,126,217,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,55,100,255,"+"0,0,0,107,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,215,249,254,"+"42,176,205,249,"+"6,56,66,248,"+"2,31,39,254,"+"1,24,31,254,"+"0,0,1,255,"+"0,19,42,255,"+"0,97,171,255,"+"0,104,181,255,"+"0,104,181,255,"+"0,44,81,255,"+"0,0,0,188,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,49,"+"0,0,0,133,"+"0,0,0,138,"+"0,0,0,138,"+"0,0,0,138,"+"0,0,0,71,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"35,153,177,250,"+"0,0,0,253,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,193,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,76,90,254,"+"0,0,0,166,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"49,196,228,252,"+"0,1,1,255,"+"0,0,0,76,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,251,"+"0,0,0,207,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"35,152,178,251,"+"0,0,0,254,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,137,159,253,"+"3,34,42,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,216,251,252,"+"1,20,25,253,"+"0,0,0,143,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"39,167,193,252,"+"0,5,6,254,"+"54,216,250,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"19,102,119,252,"+"0,0,0,234,"+"0,0,0,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,219,253,254,"+"0,7,11,255,"+"40,170,197,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,180,209,250,"+"0,0,0,255,"+"0,0,0,84,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,69,82,254,"+"28,130,151,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"9,62,74,252,"+"0,0,0,198,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"15,83,97,252,"+"13,78,91,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"45,188,220,253,"+"0,0,0,255,"+"0,0,0,50,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,220,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"8,61,73,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"9,63,74,252,"+"0,0,0,217,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,20,"+"0,0,0,255,"+"43,182,212,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,180,209,254,"+"1,11,14,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"41,174,202,252,"+"0,0,0,255,"+"0,0,0,71,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,7,11,255,"+"54,218,252,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"49,199,232,251,"+"0,0,1,255,"+"47,192,224,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,78,92,254,"+"0,0,0,179,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,20,25,252,"+"29,134,156,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"35,154,179,249,"+"0,1,1,255,"+"0,0,0,81,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"30,137,160,251,"+"1,12,17,253,"+"54,217,252,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"34,149,173,252,"+"0,0,0,255,"+"0,0,0,194,"+"0,0,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,217,252,254,"+"1,23,29,251,"+"31,138,161,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,240,"+"0,0,0,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"22,111,131,251,"+"1,19,25,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,205,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,192,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,5,6,255,"+"54,215,249,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,139,162,252,"+"0,0,0,243,"+"0,0,0,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,13,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,217,251,254,"+"0,6,10,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"30,137,159,254,"+"4,45,54,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"0,0,0,67,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,139,162,252,"+"2,31,38,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"7,57,68,251,"+"0,0,0,173,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"50,205,238,253,"+"0,4,6,255,"+"46,190,221,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,151,254,"+"0,0,0,221,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,12,16,253,"+"36,155,182,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,181,210,254,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,252,"+"18,99,116,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"30,135,157,252,"+"3,33,40,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"40,172,200,253,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,1,1,255,"+"50,201,234,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,151,254,"+"0,0,0,200,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,249,"+"34,149,174,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,219,253,254,"+"0,9,12,255,"+"41,175,205,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,193,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"9,63,75,254,"+"28,130,152,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,76,90,254,"+"0,0,0,159,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"20,103,121,252,"+"13,80,94,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"33,144,168,251,"+"2,24,30,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,20,25,254,"+"0,0,0,105,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"24,116,136,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,5,7,255,"+"53,213,247,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"45,187,217,254,"+"0,0,0,255,"+"0,0,0,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,137,"+"11,71,84,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,218,253,254,"+"1,11,15,252,"+"36,157,184,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,139,161,254,"+"0,0,0,232,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,85,"+"1,12,17,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,68,80,254,"+"28,130,151,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"18,96,113,252,"+"0,0,0,184,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,75,89,252,"+"19,101,118,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"0,0,0,131,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,58,"+"0,0,0,255,"+"46,191,222,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,139,163,251,"+"2,24,31,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"0,0,0,196,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"50,202,236,251,"+"0,1,1,255,"+"45,184,214,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,13,18,254,"+"0,0,0,255,"+"0,0,0,149,"+"0,0,0,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,253,"+"37,157,184,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"7,61,74,253,"+"24,116,136,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"45,142,160,255,"+"7,28,32,255,"+"0,0,0,235,"+"0,0,0,106,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,185,"+"12,78,92,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"26,124,146,254,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"59,202,231,255,"+"55,215,249,255,"+"36,135,154,254,"+"0,0,0,254,"+"0,0,0,187,"+"0,0,0,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,75,"+"0,0,0,254,"+"16,91,106,252,"+"54,219,254,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"59,202,231,255,"+"55,220,255,255,"+"55,220,255,255,"+"51,192,222,255,"+"10,44,50,255,"+"0,0,0,245,"+"0,0,0,123,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,69,"+"0,0,0,241,"+"9,63,75,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"59,202,231,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"56,217,251,255,"+"42,151,174,254,"+"3,18,21,255,"+"0,0,0,223,"+"0,0,0,81,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,45,"+"0,0,0,246,"+"16,90,105,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,152,254,"+"7,59,70,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"55,191,219,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,212,245,255,"+"33,123,142,254,"+"0,2,2,254,"+"0,0,0,209,"+"0,0,0,102,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,0,0,252,"+"16,93,108,250,"+"54,218,253,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,180,209,254,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,66,78,254,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,204,237,255,"+"34,118,135,254,"+"2,9,10,255,"+"0,0,0,217,"+"0,0,0,103,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,69,"+"0,0,0,240,"+"2,26,32,253,"+"35,156,181,249,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,5,7,255,"+"54,218,252,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,206,239,255,"+"43,141,159,254,"+"25,83,94,253,"+"0,0,0,228,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,24,"+"0,0,0,153,"+"0,0,0,254,"+"6,49,60,253,"+"46,189,220,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,215,249,254,"+"0,6,7,255,"+"44,185,215,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"57,201,231,255,"+"0,0,0,255,"+"0,0,0,53,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,41,"+"0,0,0,187,"+"0,3,5,254,"+"17,94,111,251,"+"52,207,241,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"4,42,51,253,"+"30,133,155,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"24,95,109,254,"+"0,0,0,237,"+"0,0,0,107,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,5,"+"0,0,0,93,"+"0,0,0,226,"+"0,9,12,254,"+"13,81,96,254,"+"27,126,147,250,"+"55,220,255,255,"+"55,220,255,255,"+"20,105,123,252,"+"10,67,80,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,218,253,255,"+"30,109,126,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,26,"+"0,0,0,173,"+"0,0,0,209,"+"0,0,0,152,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,94,"+"0,0,0,169,"+"0,0,0,251,"+"2,32,39,253,"+"17,93,108,253,"+"32,141,164,249,"+"0,2,2,254,"+"49,201,233,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,91,"+"0,0,0,179,"+"0,0,0,179,"+"0,0,0,179,"+"0,0,0,189,"+"0,0,0,246,"+"28,6,6,254,"+"65,24,23,254,"+"0,0,0,253,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,31,"+"0,0,0,148,"+"0,0,0,248,"+"0,1,1,248,"+"0,0,0,255,"+"41,174,202,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"19,100,118,253,"+"31,103,118,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"40,141,161,255,"+"0,0,0,245,"+"0,0,0,207,"+"0,0,0,198,"+"0,0,0,232,"+"0,0,0,255,"+"4,1,1,255,"+"102,97,80,254,"+"120,114,95,255,"+"120,114,95,255,"+"10,9,6,253,"+"1,0,0,255,"+"112,49,48,254,"+"120,53,52,255,"+"6,1,1,255,"+"0,0,0,218,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,17,"+"0,0,0,142,"+"0,0,0,249,"+"28,130,151,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"36,158,183,252,"+"13,46,51,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"13,46,53,255,"+"141,135,113,253,"+"126,120,100,253,"+"125,119,99,254,"+"193,184,155,254,"+"204,179,151,253,"+"129,62,59,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"235,224,187,253,"+"71,67,55,252,"+"51,16,16,255,"+"123,56,55,255,"+"116,51,50,255,"+"3,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,172,"+"14,84,99,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"10,32,34,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,32,34,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"229,202,172,255,"+"129,61,57,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"232,222,186,252,"+"3,3,2,255,"+"99,42,41,254,"+"123,56,55,255,"+"16,2,2,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"7,57,69,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"2,6,7,255,"+"50,179,205,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,32,34,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"232,206,175,253,"+"131,63,60,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"79,75,61,254,"+"83,34,33,255,"+"123,56,55,255,"+"48,14,14,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,75,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"13,45,51,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,51,57,254,"+"153,145,122,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"249,234,197,254,"+"129,60,57,255,"+"241,222,187,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"85,81,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"51,17,17,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,1,2,255,"+"50,203,236,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,254,"+"37,142,163,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"42,142,161,255,"+"85,81,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"133,66,62,254,"+"203,166,143,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"85,81,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"51,17,17,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,248,"+"33,148,172,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,217,251,254,"+"0,10,13,253,"+"0,0,0,229,"+"1,7,10,255,"+"43,143,162,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,202,232,254,"+"5,26,31,255,"+"121,115,96,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"181,135,117,253,"+"139,75,69,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"85,81,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"51,17,17,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,160,"+"12,75,87,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,77,91,251,"+"0,0,0,195,"+"0,0,0,101,"+"0,0,0,254,"+"27,91,102,254,"+"54,204,236,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"16,62,70,255,"+"95,90,75,252,"+"250,239,201,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"241,222,188,254,"+"126,57,56,255,"+"227,200,170,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"44,42,34,253,"+"88,36,35,255,"+"123,56,55,255,"+"51,17,17,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,98,"+"1,17,22,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"40,168,194,251,"+"0,0,0,253,"+"0,0,0,89,"+"0,0,0,120,"+"0,0,0,228,"+"5,27,31,255,"+"55,202,233,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"37,142,162,254,"+"38,36,30,254,"+"244,233,196,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"170,120,105,252,"+"157,102,91,253,"+"255,243,205,255,"+"255,243,205,255,"+"209,199,167,251,"+"3,1,1,255,"+"120,54,53,254,"+"120,53,52,255,"+"4,1,1,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"9,65,77,254,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,22,"+"0,0,0,191,"+"25,90,102,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"27,91,103,255,"+"145,139,117,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"230,204,173,253,"+"125,56,54,255,"+"235,212,178,253,"+"255,243,205,255,"+"136,130,108,253,"+"46,14,14,255,"+"123,56,55,255,"+"75,28,28,254,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,83,"+"6,27,31,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"27,91,103,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"174,124,108,252,"+"142,79,73,254,"+"200,165,141,252,"+"13,12,9,254,"+"90,36,36,254,"+"123,56,55,255,"+"24,5,4,255,"+"0,0,0,236,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,18,"+"0,0,0,251,"+"45,142,160,254,"+"61,197,224,254,"+"61,197,224,254,"+"61,198,225,254,"+"56,219,254,254,"+"27,91,103,255,"+"28,26,20,255,"+"81,77,62,253,"+"225,214,180,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"253,240,203,254,"+"222,192,162,253,"+"116,79,68,253,"+"18,3,3,254,"+"123,55,54,255,"+"123,56,55,255,"+"16,2,2,255,"+"0,0,0,65,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,114,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,255,"+"2,18,21,255,"+"3,17,19,255,"+"0,0,0,170,"+"0,0,0,254,"+"30,27,22,253,"+"188,180,150,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"251,240,202,255,"+"52,50,39,252,"+"53,18,18,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"0,0,0,138,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,15,"+"0,0,0,73,"+"0,0,0,87,"+"0,0,0,18,"+"0,0,0,104,"+"0,0,0,248,"+"6,5,3,254,"+"235,224,187,253,"+"255,243,205,255,"+"234,209,178,254,"+"214,180,153,255,"+"165,117,103,255,"+"164,116,103,255,"+"131,93,81,255,"+"0,0,0,255,"+"88,37,37,255,"+"123,56,55,255,"+"117,51,50,255,"+"0,0,0,255,"+"0,0,0,27,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"26,126,147,252,"+"0,0,0,244,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,229,"+"102,48,45,254,"+"127,58,56,255,"+"124,56,55,255,"+"133,64,61,255,"+"157,105,95,255,"+"155,103,93,255,"+"122,79,71,255,"+"1,0,0,255,"+"117,52,51,254,"+"123,56,55,255,"+"116,51,50,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,41,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,70,"+"7,1,1,255,"+"169,149,126,253,"+"239,218,184,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"116,51,50,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,37,"+"0,0,0,254,"+"41,171,200,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,217,251,254,"+"4,45,54,251,"+"0,0,0,171,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,199,"+"118,111,94,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"204,194,162,253,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"116,51,50,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,207,"+"28,130,152,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"40,169,197,253,"+"0,0,0,253,"+"0,0,0,40,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,131,"+"85,81,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"41,12,11,255,"+"123,56,55,255,"+"123,56,55,255,"+"116,51,50,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"26,124,145,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,219,253,254,"+"4,44,53,251,"+"0,0,0,204,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"85,81,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"51,17,17,255,"+"123,56,55,255,"+"123,56,55,255,"+"93,39,38,254,"+"0,0,0,249,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,157,"+"9,66,78,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"46,193,225,253,"+"0,2,2,255,"+"0,0,0,110,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"37,35,27,255,"+"149,142,120,255,"+"176,169,141,255,"+"176,169,141,255,"+"158,151,127,255,"+"65,62,50,255,"+"51,17,17,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"0,0,0,197,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,88,"+"1,11,16,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"26,125,146,253,"+"0,0,0,247,"+"0,0,0,41,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"23,6,6,255,"+"37,11,11,255,"+"24,5,5,255,"+"24,5,5,255,"+"37,11,11,255,"+"53,20,20,255,"+"51,17,17,255,"+"123,56,55,255,"+"123,56,55,255,"+"67,25,25,255,"+"0,0,0,186,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,6,9,255,"+"54,219,253,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,254,"+"3,33,41,253,"+"0,0,0,160,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,167,"+"95,42,41,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"114,51,51,255,"+"51,17,17,255,"+"123,56,55,255,"+"123,56,55,255,"+"44,13,13,255,"+"0,0,0,131,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,21,"+"0,0,0,255,"+"44,186,216,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"30,138,161,251,"+"0,0,0,239,"+"0,0,0,23,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"90,39,39,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"114,51,51,255,"+"51,17,17,255,"+"123,56,55,255,"+"120,54,53,255,"+"3,0,0,255,"+"0,0,0,85,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,238,"+"32,145,169,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,215,250,254,"+"3,34,41,253,"+"0,0,0,167,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,208,"+"2,0,0,255,"+"9,2,2,255,"+"9,2,2,255,"+"9,2,2,255,"+"7,2,2,255,"+"6,1,1,255,"+"51,17,17,255,"+"123,56,55,255,"+"100,42,41,255,"+"0,0,0,254,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"39,167,195,252,"+"0,0,0,253,"+"0,0,0,65,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,115,"+"0,0,0,255,"+"171,163,137,252,"+"177,170,142,255,"+"172,164,138,255,"+"179,171,143,255,"+"189,180,151,255,"+"85,81,67,254,"+"51,17,17,255,"+"123,56,55,255,"+"60,21,20,255,"+"0,0,0,185,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,215,249,253,"+"4,40,49,253,"+"0,0,0,176,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,52,"+"0,0,0,208,"+"2,2,1,255,"+"119,113,95,250,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"238,227,190,253,"+"15,13,10,253,"+"52,17,17,253,"+"123,56,55,255,"+"51,17,17,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,69,82,250,"+"0,6,9,255,"+"0,4,6,255,"+"0,0,0,254,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,186,"+"79,75,62,254,"+"226,216,181,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"238,226,189,253,"+"205,195,165,255,"+"48,45,36,253,"+"5,1,1,255,"+"105,45,44,254,"+"123,56,55,255,"+"26,5,5,254,"+"0,0,0,116,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"25,121,141,251,"+"0,0,0,248,"+"0,0,0,72,"+"0,0,0,51,"+"0,0,0,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,252,"+"194,184,155,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"38,35,27,253,"+"0,0,0,255,"+"0,0,0,255,"+"79,31,31,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"0,0,0,66,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,214,247,254,"+"2,26,33,253,"+"0,0,0,243,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,48,"+"0,0,0,255,"+"216,206,174,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"177,169,142,250,"+"0,0,0,255,"+"0,0,0,32,"+"0,0,0,191,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"52,209,243,252,"+"34,151,176,253,"+"7,52,63,253,"+"3,3,2,254,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,42,"+"0,0,0,250,"+"69,65,53,253,"+"212,202,170,252,"+"226,215,180,253,"+"207,198,166,254,"+"28,27,20,254,"+"0,0,0,160,"+"0,0,0,0,"+"0,0,0,191,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,168,"+"5,46,55,253,"+"55,220,255,255,"+"55,220,255,255,"+"47,194,226,253,"+"42,179,208,254,"+"42,179,208,254,"+"42,179,208,254,"+"42,179,208,254,"+"31,138,161,252,"+"13,79,93,253,"+"3,39,46,253,"+"0,2,3,255,"+"22,19,15,253,"+"124,118,98,253,"+"190,181,152,254,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,55,"+"0,0,0,199,"+"1,1,1,255,"+"1,1,1,255,"+"0,0,0,254,"+"0,0,0,229,"+"0,0,0,16,"+"0,0,0,0,"+"0,0,0,171,"+"16,3,3,255,"+"108,46,45,255,"+"114,50,49,255,"+"10,1,1,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,36,"+"0,0,0,254,"+"6,51,61,254,"+"3,38,45,254,"+"0,1,1,255,"+"18,17,12,254,"+"18,17,12,254,"+"18,17,12,254,"+"18,17,12,254,"+"27,25,19,253,"+"107,102,85,253,"+"167,159,134,255,"+"216,206,173,253,"+"253,241,203,254,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,42,"+"0,0,0,42,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,16,"+"0,0,0,188,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,229,"+"0,0,0,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,88,"+"0,0,0,107,"+"0,0,0,144,"+"16,13,10,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,48,"+"1,1,1,255,"+"229,218,183,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"241,230,194,254,"+"6,5,3,255,"+"0,0,0,93,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"108,103,85,251,"+"0,0,0,237,"+"0,0,0,35,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"247,237,199,255,"+"57,55,45,252,"+"0,0,0,195,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,51,"+"2,1,1,255,"+"232,221,185,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"196,187,158,252,"+"0,0,0,255,"+"32,5,5,56,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,103,"+"0,0,0,239,"+"0,0,0,215,"+"0,0,0,97,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,95,"+"14,12,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"127,87,77,252,"+"117,51,50,209,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,205,"+"2,1,1,254,"+"129,122,102,252,"+"118,111,93,253,"+"0,0,0,246,"+"0,0,0,147,"+"0,0,0,50,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,16,"+"0,0,0,73,"+"0,0,0,136,"+"0,0,0,141,"+"0,0,0,141,"+"0,0,0,141,"+"0,0,0,228,"+"106,101,84,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"251,236,199,254,"+"141,79,73,254,"+"86,36,35,255,"+"0,0,0,130,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"187,178,149,252,"+"255,243,205,255,"+"254,242,204,254,"+"145,138,115,252,"+"25,23,18,255,"+"0,0,0,197,"+"0,0,0,177,"+"0,0,0,210,"+"0,0,0,225,"+"0,0,0,197,"+"0,0,0,197,"+"0,0,0,197,"+"0,0,0,226,"+"5,5,3,255,"+"43,41,32,253,"+"93,88,73,255,"+"93,88,73,255,"+"95,53,48,255,"+"85,41,39,252,"+"232,218,184,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"244,228,193,253,"+"145,86,79,253,"+"143,82,76,253,"+"131,118,99,254,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,215,"+"123,117,98,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"91,85,71,254,"+"39,36,30,253,"+"104,99,82,252,"+"50,46,37,255,"+"44,13,13,255,"+"86,35,35,255,"+"86,35,35,255,"+"86,35,35,255,"+"56,19,18,254,"+"126,120,101,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"205,170,144,253,"+"139,75,69,254,"+"160,104,93,252,"+"250,235,198,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"246,231,195,254,"+"153,95,85,254,"+"147,92,82,253,"+"246,231,195,253,"+"175,167,140,253,"+"0,0,0,242,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"25,23,17,254,"+"224,213,180,254,"+"255,243,205,255,"+"255,243,205,255,"+"242,232,195,253,"+"250,239,201,254,"+"255,243,205,255,"+"84,80,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"84,80,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"240,221,186,254,"+"145,85,78,252,"+"164,112,99,252,"+"251,238,200,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"254,241,204,254,"+"162,108,95,251,"+"142,80,74,254,"+"242,224,188,253,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,24,"+"0,0,0,199,"+"9,7,5,254,"+"199,188,158,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"22,20,15,253,"+"96,40,39,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"84,80,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"237,215,182,254,"+"139,75,69,254,"+"166,114,100,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"244,227,191,254,"+"177,129,112,254,"+"133,67,64,254,"+"229,204,173,253,"+"255,243,205,255,"+"255,243,205,255,"+"171,163,137,253,"+"0,0,0,252,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,13,"+"0,0,0,188,"+"80,76,63,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,13,9,255,"+"116,51,50,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"84,80,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"237,215,182,254,"+"129,62,59,254,"+"195,155,134,252,"+"255,243,205,255,"+"255,243,205,255,"+"245,228,192,254,"+"184,142,123,253,"+"159,105,94,255,"+"136,71,67,255,"+"140,76,70,254,"+"226,199,169,252,"+"255,243,205,255,"+"255,243,205,255,"+"254,242,204,253,"+"39,36,29,252,"+"0,0,0,190,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,93,"+"14,12,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"220,210,176,253,"+"6,1,1,255,"+"121,54,53,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"84,80,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"208,173,147,251,"+"124,56,55,255,"+"207,171,146,251,"+"185,141,122,253,"+"126,57,55,255,"+"140,76,70,254,"+"196,158,136,254,"+"210,177,151,254,"+"252,239,201,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"194,185,156,252,"+"0,0,0,255,"+"0,0,0,103,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,90,"+"1,1,1,255,"+"190,181,152,254,"+"211,202,170,255,"+"211,202,170,255,"+"128,122,101,253,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"84,80,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"250,239,201,253,"+"211,202,170,255,"+"211,202,170,255,"+"211,202,170,255,"+"157,111,97,253,"+"123,56,55,255,"+"138,75,69,253,"+"212,177,151,253,"+"252,240,201,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"218,207,174,253,"+"211,202,170,255,"+"80,75,62,250,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,147,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,84,"+"0,0,0,239,"+"12,2,2,255,"+"17,2,2,255,"+"17,2,2,255,"+"17,2,2,255,"+"12,2,2,254,"+"1,0,0,255,"+"48,16,16,255,"+"48,16,16,255,"+"48,16,16,255,"+"48,16,16,255,"+"27,6,6,255,"+"1,1,1,255,"+"13,11,7,255,"+"18,17,12,254,"+"80,77,63,255,"+"19,17,13,254,"+"9,7,5,255,"+"6,1,1,255,"+"17,2,2,255,"+"17,2,2,255,"+"45,12,11,255,"+"80,32,31,255,"+"9,3,2,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"6,1,1,255,"+"17,2,2,255,"+"17,2,2,255,"+"20,3,3,255,"+"48,15,13,253,"+"0,0,0,251,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,92,"+"0,0,0,246,"+"68,25,25,255,"+"122,55,54,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"122,55,54,255,"+"87,36,35,255,"+"84,34,34,255,"+"84,34,34,255,"+"84,34,34,255,"+"84,34,34,255,"+"67,25,24,254,"+"65,23,23,254,"+"116,51,50,255,"+"103,44,43,255,"+"73,27,27,254,"+"91,37,36,255,"+"116,51,50,255,"+"121,54,53,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"121,54,53,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"121,54,53,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"102,43,42,255,"+"0,0,0,252,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"64,24,23,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"41,11,11,255,"+"0,0,0,180,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"79,31,31,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"100,42,41,254,"+"0,0,0,254,"+"0,0,0,53,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,149,"+"1,0,0,255,"+"41,11,11,254,"+"115,50,49,254,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,55,54,255,"+"95,40,39,254,"+"103,43,43,254,"+"115,50,49,255,"+"115,50,49,255,"+"97,41,40,255,"+"3,0,0,255,"+"0,0,0,158,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,62,"+"0,0,0,199,"+"3,0,0,255,"+"50,17,16,255,"+"50,17,16,255,"+"50,17,16,255,"+"54,18,18,254,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"70,26,26,255,"+"51,17,16,255,"+"79,31,31,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,34,33,254,"+"63,23,22,254,"+"16,2,2,254,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,157,"+"0,0,0,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"GundolfInstructingRight,125,264,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,34,"+"0,0,0,96,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,126,"+"0,0,0,77,"+"0,0,0,63,"+"0,0,0,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,14,"+"0,0,0,118,"+"0,0,0,246,"+"0,0,0,255,"+"7,7,7,254,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"32,32,31,253,"+"5,5,5,255,"+"1,1,1,255,"+"0,0,0,254,"+"0,0,0,220,"+"0,0,0,186,"+"0,0,0,70,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,172,"+"1,1,1,254,"+"88,89,87,252,"+"136,137,135,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"149,150,148,253,"+"127,128,126,253,"+"91,91,90,254,"+"46,46,45,252,"+"0,0,0,254,"+"0,0,0,173,"+"0,0,0,40,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,113,"+"0,0,0,254,"+"119,120,119,251,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"118,119,117,252,"+"19,19,19,252,"+"0,0,0,228,"+"0,0,0,154,"+"0,0,0,67,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,109,"+"0,0,0,254,"+"87,87,86,250,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"148,149,147,253,"+"86,87,86,252,"+"40,40,40,254,"+"0,0,0,255,"+"0,0,0,249,"+"0,0,0,149,"+"0,0,0,29,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"141,142,140,253,"+"98,98,97,252,"+"6,6,6,253,"+"0,0,0,255,"+"0,0,0,200,"+"0,0,0,99,"+"0,0,0,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"155,156,154,253,"+"107,108,106,252,"+"22,23,22,254,"+"0,0,0,255,"+"0,0,0,235,"+"0,0,0,178,"+"0,0,0,92,"+"0,0,0,27,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,175,"+"62,63,62,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"155,156,154,254,"+"133,134,132,255,"+"136,137,136,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"154,155,153,255,"+"121,122,121,255,"+"107,107,106,254,"+"57,57,56,252,"+"3,3,3,254,"+"0,0,0,237,"+"0,0,0,108,"+"0,0,0,30,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"92,93,91,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"142,142,141,253,"+"23,23,22,252,"+"9,6,5,255,"+"5,4,3,255,"+"22,22,22,253,"+"52,53,52,255,"+"52,53,52,255,"+"53,53,52,255,"+"90,91,90,253,"+"96,96,95,255,"+"127,128,126,253,"+"158,159,157,255,"+"143,144,142,253,"+"137,138,136,253,"+"154,155,153,254,"+"65,65,64,252,"+"11,11,10,254,"+"0,0,0,188,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,77,"+"0,0,0,245,"+"106,106,105,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"156,157,155,253,"+"33,33,33,253,"+"74,69,56,253,"+"247,236,199,254,"+"239,229,193,253,"+"166,158,133,253,"+"142,135,114,255,"+"142,135,114,255,"+"117,110,92,254,"+"78,74,61,255,"+"78,74,61,255,"+"82,79,65,255,"+"52,50,43,253,"+"2,2,2,255,"+"0,0,0,255,"+"23,23,22,253,"+"53,53,53,255,"+"28,28,28,253,"+"0,0,0,206,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,24,"+"0,0,0,235,"+"66,66,65,253,"+"158,159,157,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"110,111,109,253,"+"9,7,5,254,"+"239,229,192,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"248,237,200,254,"+"93,89,74,254,"+"0,0,0,246,"+"0,0,0,196,"+"0,0,0,196,"+"0,0,0,229,"+"0,0,0,255,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,186,"+"18,19,18,253,"+"153,154,152,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"122,116,97,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"187,178,150,253,"+"0,0,0,249,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,251,"+"95,95,94,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"152,153,151,254,"+"4,5,4,253,"+"171,163,137,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"218,208,176,254,"+"0,0,0,255,"+"0,0,0,53,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,171,"+"54,54,53,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"55,55,54,250,"+"30,27,22,253,"+"239,229,192,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"60,56,46,253,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,166,"+"50,50,50,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"125,125,124,252,"+"1,1,1,255,"+"216,206,173,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"22,19,15,253,"+"0,0,0,113,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,0,0,255,"+"116,116,115,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"53,54,53,253,"+"97,93,77,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"240,230,193,254,"+"5,5,3,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,13,"+"0,0,0,147,"+"5,5,5,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,49,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"117,112,93,252,"+"0,0,0,228,"+"0,0,0,17,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,109,"+"1,1,1,254,"+"83,84,82,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,49,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,241,205,255,"+"255,203,208,255,"+"255,178,211,255,"+"255,207,208,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"65,62,51,255,"+"124,34,105,220,"+"255,77,221,126,"+"255,85,227,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,242,205,255,"+"255,146,213,255,"+"255,78,220,255,"+"255,84,219,255,"+"255,78,220,255,"+"255,168,211,255,"+"255,243,205,255,"+"255,243,205,255,"+"28,7,21,255,"+"227,68,195,255,"+"255,78,220,252,"+"255,77,221,149,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"156,157,155,254,"+"136,136,135,255,"+"152,153,151,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"9,9,7,254,"+"185,176,148,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,204,252,"+"250,239,201,255,"+"247,236,198,255,"+"255,198,209,255,"+"255,78,220,255,"+"255,179,210,255,"+"255,242,205,255,"+"255,99,218,255,"+"255,95,218,255,"+"255,243,205,254,"+"226,215,181,255,"+"119,31,101,255,"+"255,78,220,212,"+"255,76,220,144,"+"255,78,221,246,"+"255,78,222,23,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,132,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,254,"+"60,61,60,250,"+"0,0,0,255,"+"5,5,4,253,"+"57,59,57,254,"+"99,100,98,252,"+"156,157,155,254,"+"143,144,143,253,"+"3,3,2,255,"+"226,216,182,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"138,131,109,255,"+"3,3,2,255,"+"196,83,167,255,"+"231,79,198,255,"+"152,144,121,255,"+"152,144,121,255,"+"190,116,157,255,"+"255,79,220,255,"+"255,242,206,254,"+"179,171,143,255,"+"124,33,105,255,"+"254,76,220,174,"+"255,80,223,16,"+"255,78,220,255,"+"255,80,219,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,186,"+"70,71,69,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"156,157,155,254,"+"51,52,51,252,"+"11,10,6,254,"+"195,187,157,246,"+"179,171,144,252,"+"123,117,97,254,"+"1,1,1,255,"+"132,133,131,255,"+"132,133,131,255,"+"14,13,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"237,225,189,255,"+"106,101,83,255,"+"201,69,173,255,"+"182,57,156,255,"+"10,9,6,255,"+"9,7,6,255,"+"60,13,50,255,"+"255,78,220,255,"+"223,184,181,255,"+"74,70,57,255,"+"150,42,129,255,"+"255,77,220,166,"+"0,0,0,0,"+"255,78,220,255,"+"255,80,219,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"92,93,91,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"132,133,131,255,"+"3,3,2,255,"+"226,215,180,252,"+"255,243,205,255,"+"255,243,205,255,"+"241,231,194,255,"+"1,1,0,255,"+"152,98,141,255,"+"183,110,169,255,"+"119,41,101,255,"+"255,178,211,255,"+"255,184,210,255,"+"255,186,210,255,"+"255,186,210,255,"+"255,198,209,255,"+"255,212,207,255,"+"255,115,217,255,"+"255,134,215,255,"+"255,243,205,255,"+"255,243,205,255,"+"253,214,206,255,"+"255,78,220,255,"+"205,156,166,253,"+"0,0,0,255,"+"167,48,143,255,"+"255,77,220,188,"+"255,78,216,72,"+"255,78,220,255,"+"255,80,219,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"92,93,91,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"164,154,161,255,"+"169,110,157,255,"+"14,12,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"254,242,204,255,"+"52,49,40,253,"+"139,42,119,254,"+"231,90,202,255,"+"209,65,181,255,"+"255,91,219,255,"+"255,81,220,255,"+"255,80,220,255,"+"255,80,220,255,"+"255,78,220,255,"+"255,78,220,255,"+"255,78,220,255,"+"255,128,215,255,"+"175,168,140,255,"+"168,160,134,255,"+"250,214,202,255,"+"255,78,220,255,"+"191,124,157,255,"+"21,2,17,255,"+"242,74,209,255,"+"255,78,220,210,"+"255,78,220,253,"+"255,78,220,255,"+"255,81,219,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"92,93,91,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"229,100,202,255,"+"250,82,216,255,"+"2,2,2,254,"+"204,194,163,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"207,197,166,252,"+"1,1,1,255,"+"93,94,92,252,"+"14,12,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,231,206,255,"+"255,211,208,255,"+"255,129,215,255,"+"255,124,216,255,"+"65,62,51,255,"+"2,2,1,255,"+"190,179,152,255,"+"255,78,220,255,"+"255,78,220,255,"+"255,78,220,255,"+"255,78,220,246,"+"255,64,223,8,"+"255,85,255,3,"+"255,78,220,253,"+"255,76,221,30,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"92,93,91,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"255,78,220,255,"+"193,130,180,255,"+"43,43,43,253,"+"141,134,112,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"74,70,56,253,"+"0,0,0,255,"+"50,48,39,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,135,215,255,"+"255,123,216,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,240,205,255,"+"255,78,220,255,"+"213,69,182,254,"+"136,36,116,254,"+"224,65,192,222,"+"255,0,128,2,"+"167,44,142,52,"+"244,74,210,183,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,53,"+"0,0,0,87,"+"64,0,0,99,"+"161,0,0,119,"+"156,0,0,238,"+"122,95,94,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"178,143,171,255,"+"255,78,220,255,"+"181,140,173,255,"+"96,97,95,252,"+"6,6,4,254,"+"232,221,185,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"168,160,135,254,"+"1,1,0,255,"+"147,140,118,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,146,214,255,"+"255,102,218,255,"+"255,242,205,255,"+"255,243,205,255,"+"255,211,208,255,"+"255,78,220,255,"+"206,156,169,254,"+"3,3,2,255,"+"0,0,0,254,"+"0,0,0,219,"+"1,0,1,245,"+"2,0,2,211,"+"0,0,0,102,"+"0,0,0,20,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,48,"+"0,0,0,75,"+"0,0,0,122,"+"0,0,0,241,"+"1,1,1,255,"+"26,26,25,251,"+"224,0,0,255,"+"242,0,0,255,"+"242,0,0,255,"+"191,95,94,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"197,127,182,255,"+"235,95,206,255,"+"159,158,158,255,"+"158,159,157,255,"+"35,35,34,252,"+"88,83,69,252,"+"252,240,202,254,"+"252,240,202,255,"+"91,85,71,255,"+"132,126,105,253,"+"194,184,155,245,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,199,209,255,"+"255,78,220,255,"+"255,214,208,255,"+"255,243,205,255,"+"255,169,211,255,"+"255,84,219,255,"+"255,240,205,255,"+"252,240,202,255,"+"187,179,149,255,"+"169,161,136,255,"+"116,110,92,255,"+"92,87,73,252,"+"19,18,13,254,"+"0,0,0,155,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,108,"+"0,0,0,255,"+"3,3,3,255,"+"31,31,31,254,"+"82,82,81,251,"+"146,147,146,253,"+"158,159,157,255,"+"242,0,0,255,"+"242,0,0,255,"+"242,0,0,255,"+"179,120,118,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"125,125,124,253,"+"0,0,0,255,"+"219,209,176,253,"+"224,213,180,255,"+"0,0,0,255,"+"172,164,138,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,242,205,255,"+"255,80,220,255,"+"255,174,211,255,"+"255,231,206,255,"+"255,102,217,255,"+"255,133,215,255,"+"255,243,205,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"168,161,135,253,"+"0,0,0,249,"+"0,0,0,14,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,204,"+"76,76,75,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"242,0,0,255,"+"242,0,0,255,"+"242,0,0,255,"+"179,120,118,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"130,130,129,253,"+"12,12,12,253,"+"7,7,7,255,"+"7,7,7,253,"+"14,12,9,255,"+"255,243,205,255,"+"252,240,203,255,"+"120,114,95,255,"+"204,195,165,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,134,215,255,"+"255,78,220,255,"+"255,79,219,255,"+"255,89,218,255,"+"255,216,207,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"248,238,200,253,"+"9,7,5,255,"+"0,0,0,74,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,12,"+"0,0,0,152,"+"0,0,0,255,"+"120,120,119,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"240,0,0,255,"+"242,0,0,255,"+"242,0,0,255,"+"186,106,105,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"89,90,87,254,"+"65,62,51,255,"+"204,194,163,255,"+"115,108,91,254,"+"71,68,55,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,238,205,255,"+"255,174,211,255,"+"255,177,211,255,"+"255,220,207,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"57,54,44,251,"+"0,0,0,156,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,48,"+"0,0,0,194,"+"7,7,6,254,"+"98,99,98,251,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"214,50,50,255,"+"242,0,0,255,"+"242,0,0,255,"+"184,109,108,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"23,24,23,253,"+"125,120,100,253,"+"255,243,205,255,"+"44,42,33,253,"+"126,120,100,252,"+"255,243,205,254,"+"232,220,186,250,"+"244,234,196,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"158,151,127,253,"+"0,0,0,227,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,14,"+"0,0,0,139,"+"0,0,0,255,"+"39,39,38,252,"+"134,135,133,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"186,80,79,253,"+"242,0,0,255,"+"240,0,0,255,"+"172,124,122,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"136,137,135,253,"+"3,3,2,255,"+"236,225,188,253,"+"255,243,205,255,"+"14,12,9,255,"+"183,174,147,253,"+"255,243,205,253,"+"210,195,127,242,"+"148,138,98,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"247,236,198,255,"+"232,221,186,255,"+"209,199,168,255,"+"239,229,193,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,187,"+"2,2,2,254,"+"100,101,99,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"124,125,123,251,"+"51,1,1,254,"+"225,0,0,253,"+"109,40,39,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"98,99,97,252,"+"33,31,24,254,"+"255,243,205,255,"+"255,243,205,255,"+"92,87,72,251,"+"0,0,0,254,"+"149,142,120,251,"+"229,197,11,255,"+"253,221,26,255,"+"255,242,197,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"250,239,201,255,"+"67,64,52,255,"+"0,0,0,255,"+"0,0,0,255,"+"6,5,3,254,"+"107,102,84,255,"+"109,104,86,253,"+"107,102,84,254,"+"23,22,16,253,"+"0,0,0,240,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,32,"+"0,0,0,255,"+"126,127,126,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"154,155,153,255,"+"33,33,33,254,"+"0,0,0,173,"+"0,0,0,118,"+"24,25,24,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"75,75,74,253,"+"89,84,69,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"230,201,26,253,"+"84,76,34,255,"+"108,99,54,254,"+"255,220,7,255,"+"255,238,158,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"244,234,196,255,"+"78,74,61,255,"+"1,1,1,255,"+"0,0,0,244,"+"0,0,0,150,"+"0,0,0,163,"+"0,0,0,201,"+"0,0,0,162,"+"0,0,0,123,"+"0,0,0,37,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,138,"+"25,26,25,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"156,157,155,254,"+"55,55,54,252,"+"0,0,0,239,"+"0,0,0,57,"+"0,0,0,64,"+"5,6,5,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"151,152,150,254,"+"3,3,3,255,"+"186,177,149,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,221,16,255,"+"255,229,94,255,"+"255,235,138,255,"+"255,220,7,255,"+"255,239,167,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"148,140,118,255,"+"0,0,0,243,"+"0,0,0,90,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,194,"+"77,78,76,251,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"152,153,151,254,"+"44,44,43,251,"+"0,0,0,242,"+"0,0,0,59,"+"0,0,0,0,"+"0,0,0,58,"+"2,2,2,253,"+"110,110,109,255,"+"110,110,109,255,"+"110,110,109,255,"+"110,110,109,255,"+"110,110,109,255,"+"42,42,41,252,"+"36,34,27,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,233,121,255,"+"255,220,7,255,"+"255,220,7,255,"+"255,227,71,255,"+"255,243,204,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"219,208,176,255,"+"28,27,19,250,"+"0,0,0,97,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,251,"+"111,113,110,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"76,76,75,252,"+"0,0,0,242,"+"0,0,0,50,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,114,"+"0,0,0,242,"+"30,28,21,255,"+"58,55,45,255,"+"58,55,45,255,"+"58,55,45,255,"+"95,90,75,254,"+"227,216,181,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,202,255,"+"255,237,147,255,"+"255,238,157,255,"+"255,243,204,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"230,219,184,255,"+"162,154,130,255,"+"96,91,75,255,"+"110,105,86,254,"+"107,102,84,254,"+"6,6,4,255,"+"0,0,0,148,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,67,"+"0,0,0,255,"+"139,140,138,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"107,107,106,252,"+"0,0,0,253,"+"0,0,0,103,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,176,"+"144,137,114,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"178,171,142,255,"+"2,2,1,255,"+"0,0,0,255,"+"24,23,17,255,"+"0,0,0,232,"+"0,0,0,168,"+"0,0,0,130,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,193,"+"33,33,33,251,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"74,75,73,251,"+"0,0,0,196,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,160,"+"25,23,17,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"223,212,179,255,"+"1,1,0,255,"+"68,64,52,255,"+"233,222,186,255,"+"150,143,120,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,68,"+"1,1,1,255,"+"134,135,133,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"104,105,103,252,"+"0,0,0,243,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"14,13,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"204,194,163,255,"+"1,1,1,255,"+"229,218,183,255,"+"255,243,205,255,"+"150,143,120,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"26,26,26,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"132,133,131,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,40,"+"0,0,0,255,"+"220,209,176,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"254,242,204,255,"+"229,218,183,255,"+"254,242,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"50,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"132,133,131,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,254,"+"215,205,173,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"50,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"152,153,151,254,"+"117,118,116,254,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"116,110,92,253,"+"0,0,0,182,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"50,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"131,132,130,252,"+"10,10,10,253,"+"0,0,0,255,"+"0,0,0,238,"+"0,0,0,0,"+"0,0,0,12,"+"0,0,0,109,"+"0,0,0,250,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,248,"+"0,0,0,255,"+"150,143,121,253,"+"246,235,198,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"248,237,200,254,"+"43,41,33,253,"+"0,0,0,118,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"50,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"105,107,104,249,"+"1,1,1,254,"+"0,0,0,176,"+"0,0,0,9,"+"0,0,0,0,"+"0,0,0,8,"+"0,0,0,205,"+"0,4,6,253,"+"25,120,141,252,"+"41,174,201,254,"+"41,174,201,254,"+"29,134,155,251,"+"3,35,43,253,"+"0,0,0,255,"+"48,45,35,252,"+"254,242,204,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"239,228,191,254,"+"202,193,162,254,"+"89,83,69,254,"+"0,0,0,236,"+"0,0,0,39,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,53,"+"0,0,0,210,"+"0,0,0,251,"+"0,0,0,172,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,174,"+"59,60,59,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"133,134,133,253,"+"1,1,1,254,"+"0,0,0,138,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,116,"+"0,3,5,254,"+"49,199,232,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"47,192,224,251,"+"0,0,0,255,"+"20,17,12,248,"+"233,222,186,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"220,209,175,252,"+"86,81,67,251,"+"2,2,1,255,"+"0,0,0,245,"+"0,0,0,205,"+"0,0,0,59,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,197,"+"14,12,9,249,"+"59,55,45,245,"+"0,0,0,226,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,30,"+"0,0,0,249,"+"100,101,99,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"146,147,145,253,"+"65,66,65,254,"+"0,0,0,211,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,20,"+"0,0,0,236,"+"27,127,148,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"41,173,201,251,"+"7,54,65,253,"+"8,8,6,253,"+"228,218,182,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"231,220,184,252,"+"19,18,12,253,"+"0,0,0,213,"+"0,0,0,83,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,57,"+"0,0,0,254,"+"131,125,104,235,"+"147,140,118,253,"+"0,0,0,226,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,8,"+"0,0,0,207,"+"27,27,27,254,"+"153,154,152,253,"+"158,159,157,255,"+"158,159,157,255,"+"148,149,147,253,"+"20,20,19,253,"+"0,0,0,229,"+"0,0,0,142,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,40,"+"0,0,0,228,"+"3,32,40,253,"+"53,213,247,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"7,59,69,251,"+"6,6,5,254,"+"199,189,159,254,"+"253,241,203,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"208,198,166,253,"+"19,18,13,253,"+"0,0,0,220,"+"0,0,0,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,27,"+"0,0,0,237,"+"18,16,11,244,"+"241,231,194,237,"+"61,58,47,239,"+"0,0,0,219,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,61,"+"1,1,1,255,"+"137,138,136,251,"+"158,159,157,255,"+"156,157,155,254,"+"121,122,120,252,"+"23,23,22,253,"+"0,0,0,229,"+"0,0,0,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,27,"+"0,0,0,241,"+"6,51,61,252,"+"52,211,245,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"19,101,118,250,"+"0,1,2,254,"+"106,101,83,250,"+"251,240,202,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"246,235,198,254,"+"18,17,12,253,"+"0,0,0,181,"+"0,0,0,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,0,0,255,"+"206,197,166,226,"+"152,144,121,232,"+"0,0,0,255,"+"0,0,0,102,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"3,3,2,255,"+"144,145,143,254,"+"153,154,152,254,"+"30,31,30,252,"+"0,0,0,253,"+"0,0,0,194,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,120,"+"1,19,25,254,"+"54,220,254,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,215,253,"+"1,16,20,254,"+"56,53,42,252,"+"214,204,173,254,"+"233,222,187,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"128,121,101,250,"+"0,0,0,243,"+"0,0,0,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,131,"+"3,3,2,250,"+"249,238,200,242,"+"23,22,16,243,"+"0,0,0,189,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,21,"+"0,0,0,213,"+"1,1,1,255,"+"6,6,6,254,"+"0,0,0,251,"+"0,0,0,27,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,26,"+"0,0,0,140,"+"11,73,85,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"52,211,245,254,"+"13,79,93,252,"+"0,6,7,254,"+"0,2,2,255,"+"87,83,69,251,"+"193,184,155,254,"+"237,226,190,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"252,240,202,254,"+"12,11,7,255,"+"0,0,0,103,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,218,"+"95,90,75,246,"+"255,243,205,255,"+"9,9,6,253,"+"0,0,0,99,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,82,"+"0,0,0,89,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,19,"+"0,0,0,250,"+"0,0,0,250,"+"25,118,138,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"49,201,234,253,"+"12,77,91,253,"+"2,26,32,254,"+"3,3,2,255,"+"24,23,17,254,"+"140,133,111,251,"+"209,199,167,252,"+"32,31,23,250,"+"0,0,0,255,"+"0,0,0,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,16,"+"0,0,0,253,"+"169,162,136,240,"+"253,241,203,252,"+"5,4,3,253,"+"0,0,0,130,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,156,"+"0,49,90,255,"+"0,51,93,255,"+"10,67,80,252,"+"51,207,240,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"42,178,206,252,"+"32,145,168,253,"+"3,38,45,253,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,239,"+"0,0,0,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,162,"+"1,1,1,250,"+"224,213,179,233,"+"187,178,149,239,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,30,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,78,"+"0,23,48,255,"+"0,145,249,255,"+"0,149,255,255,"+"0,80,141,255,"+"1,27,36,253,"+"40,170,197,252,"+"54,218,252,254,"+"55,220,255,255,"+"54,218,252,254,"+"53,213,247,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,182,211,250,"+"17,93,108,253,"+"0,9,12,254,"+"0,0,0,185,"+"0,0,0,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,11,"+"0,0,0,238,"+"104,98,82,231,"+"255,243,205,255,"+"169,162,136,240,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,37,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,198,"+"0,118,204,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,128,220,255,"+"0,34,65,255,"+"1,26,36,253,"+"12,78,92,251,"+"1,23,33,255,"+"4,43,52,251,"+"46,192,223,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"39,163,190,250,"+"0,7,11,254,"+"0,0,0,195,"+"0,0,0,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,102,"+"0,0,0,253,"+"227,215,181,244,"+"255,243,205,255,"+"169,162,135,240,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,156,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,81,"+"0,23,46,255,"+"0,147,252,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,241,255,"+"0,119,206,255,"+"0,149,255,255,"+"0,106,185,255,"+"0,9,23,254,"+"41,175,204,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"51,204,238,252,"+"5,46,55,252,"+"0,0,0,193,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,77,"+"0,0,0,174,"+"0,0,0,233,"+"0,0,0,240,"+"0,0,0,243,"+"14,11,8,245,"+"186,178,149,255,"+"253,241,204,255,"+"125,119,99,238,"+"2,2,1,250,"+"100,96,79,216,"+"0,0,0,255,"+"0,0,0,56,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,80,"+"0,1,2,241,"+"0,114,196,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,120,207,255,"+"0,9,23,254,"+"34,148,172,250,"+"51,207,240,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"39,163,189,251,"+"0,0,0,254,"+"0,0,0,33,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,143,"+"2,2,1,253,"+"53,51,41,250,"+"104,99,82,249,"+"174,166,140,235,"+"162,155,130,240,"+"177,168,142,232,"+"6,6,3,245,"+"77,74,60,237,"+"0,0,0,248,"+"124,119,99,240,"+"212,202,170,235,"+"0,0,0,255,"+"0,0,0,61,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,8,"+"0,0,0,148,"+"0,10,26,255,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,136,235,255,"+"0,52,95,255,"+"0,13,25,254,"+"37,158,185,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,163,"+"83,79,65,253,"+"255,243,205,255,"+"249,238,200,255,"+"240,230,193,255,"+"242,232,194,251,"+"247,237,199,249,"+"73,68,56,241,"+"0,0,0,255,"+"12,11,8,248,"+"237,227,191,246,"+"149,142,119,252,"+"0,0,0,255,"+"0,0,0,105,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,21,"+"0,0,0,196,"+"0,40,75,255,"+"0,145,248,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,132,227,255,"+"0,19,41,255,"+"31,141,165,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,215,249,254,"+"0,6,7,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,172,"+"78,75,62,251,"+"255,243,205,249,"+"86,81,67,255,"+"0,0,0,255,"+"0,0,0,255,"+"34,31,25,243,"+"59,55,44,253,"+"10,10,6,246,"+"60,57,47,218,"+"248,238,200,249,"+"81,77,63,241,"+"0,0,0,255,"+"0,0,0,228,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,67,"+"0,1,2,239,"+"0,71,126,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,141,241,255,"+"0,19,40,255,"+"26,124,145,251,"+"54,216,251,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"22,113,131,251,"+"0,0,0,233,"+"0,0,0,25,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,190,"+"97,92,77,238,"+"255,243,205,255,"+"208,198,166,244,"+"6,5,3,248,"+"1,1,1,255,"+"232,221,186,255,"+"251,240,202,249,"+"9,7,4,239,"+"84,80,67,233,"+"148,142,119,237,"+"0,0,0,254,"+"23,22,16,234,"+"0,0,0,255,"+"0,0,0,80,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,49,"+"0,5,15,252,"+"0,124,214,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,145,248,255,"+"0,37,71,255,"+"19,103,122,251,"+"54,218,252,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,18,23,253,"+"0,0,0,31,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,190,"+"108,102,85,239,"+"255,243,205,255,"+"211,201,170,254,"+"0,0,0,255,"+"108,102,85,255,"+"255,243,205,255,"+"214,204,172,251,"+"0,0,0,255,"+"83,80,66,224,"+"0,0,0,247,"+"57,53,43,237,"+"200,191,160,218,"+"0,0,0,255,"+"0,0,0,149,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,6,"+"0,0,0,201,"+"0,100,176,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,145,248,255,"+"0,39,73,255,"+"10,68,80,251,"+"51,207,240,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,216,250,254,"+"0,6,9,255,"+"0,0,0,221,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,193,"+"109,103,86,239,"+"255,243,205,255,"+"248,238,200,249,"+"136,129,107,255,"+"243,233,195,255,"+"255,243,205,255,"+"249,238,200,246,"+"5,4,3,245,"+"1,1,0,252,"+"59,55,44,242,"+"237,227,190,244,"+"206,195,165,237,"+"0,0,0,255,"+"0,0,0,101,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,16,"+"0,0,0,191,"+"0,58,106,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,81,143,255,"+"1,23,33,253,"+"28,131,153,253,"+"52,209,242,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"26,124,146,252,"+"0,36,70,255,"+"0,0,0,255,"+"0,0,0,142,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,237,"+"144,138,115,250,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"29,26,20,239,"+"114,107,91,245,"+"243,232,195,249,"+"194,184,154,233,"+"47,44,35,242,"+"0,0,0,255,"+"0,0,0,141,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,7,"+"0,0,0,201,"+"0,65,117,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,240,255,"+"0,68,123,255,"+"1,23,32,253,"+"34,152,177,253,"+"54,218,252,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,219,254,254,"+"46,193,224,253,"+"6,55,66,255,"+"0,105,182,255,"+"0,65,117,251,"+"0,0,0,253,"+"0,0,0,97,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,22,"+"0,0,0,242,"+"134,128,106,248,"+"255,243,205,255,"+"255,244,206,249,"+"255,243,205,235,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"39,37,29,234,"+"0,0,0,255,"+"0,0,0,254,"+"0,0,0,255,"+"23,22,17,251,"+"0,0,0,253,"+"0,0,0,255,"+"0,0,0,32,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,152,"+"0,51,94,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,240,255,"+"0,37,73,255,"+"2,34,46,252,"+"24,117,137,250,"+"40,170,198,253,"+"42,175,203,255,"+"42,175,203,255,"+"8,64,78,250,"+"0,19,41,255,"+"0,96,168,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,79,139,253,"+"0,1,2,254,"+"0,0,0,220,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,202,"+"0,0,0,255,"+"123,116,97,239,"+"255,243,205,255,"+"255,243,205,254,"+"255,243,205,241,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"249,238,200,240,"+"186,178,149,212,"+"0,0,0,243,"+"105,100,83,206,"+"255,243,205,252,"+"24,22,17,238,"+"0,0,0,255,"+"0,0,0,32,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,150,"+"0,28,56,255,"+"0,145,248,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,136,234,255,"+"0,94,164,255,"+"0,53,97,255,"+"0,53,97,255,"+"0,53,97,255,"+"0,108,188,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,121,207,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,122,211,254,"+"0,0,2,255,"+"0,0,0,154,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,51,"+"0,0,0,255,"+"115,109,92,248,"+"248,237,199,253,"+"255,243,205,234,"+"255,244,205,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"235,224,189,242,"+"41,40,31,235,"+"1,1,1,250,"+"164,156,131,230,"+"255,243,206,254,"+"29,28,21,228,"+"0,0,0,171,"+"0,0,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,99,"+"0,21,46,255,"+"0,145,248,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,100,174,252,"+"0,0,1,255,"+"0,0,0,98,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,101,"+"0,0,0,255,"+"238,228,192,239,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"158,150,126,248,"+"0,0,0,255,"+"1,1,0,220,"+"184,175,147,237,"+"63,59,48,223,"+"0,0,0,255,"+"0,0,0,86,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,79,"+"0,3,10,253,"+"0,128,221,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,78,138,253,"+"0,0,0,255,"+"0,0,0,157,"+"0,0,0,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,108,"+"0,0,0,87,"+"0,0,0,7,"+"0,0,0,162,"+"43,40,32,245,"+"255,243,205,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"252,241,203,247,"+"108,103,86,237,"+"27,25,21,247,"+"1,1,0,247,"+"0,0,0,255,"+"0,0,0,134,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,50,"+"0,1,3,251,"+"0,124,214,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,145,248,255,"+"0,67,120,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,99,173,252,"+"0,3,9,255,"+"0,0,0,148,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,136,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,239,"+"0,0,0,196,"+"93,87,73,241,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,254,"+"240,230,193,251,"+"222,212,178,248,"+"65,62,50,230,"+"0,0,0,251,"+"0,0,0,45,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,20,"+"0,0,1,228,"+"0,95,167,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,86,151,255,"+"0,150,255,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,91,158,255,"+"0,0,0,227,"+"0,0,0,11,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,5,"+"0,0,0,224,"+"0,54,97,238,"+"0,116,201,243,"+"0,40,75,250,"+"0,0,0,249,"+"33,31,24,203,"+"208,198,166,249,"+"249,239,200,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"236,225,190,247,"+"55,52,42,232,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,231,"+"0,0,0,95,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,46,86,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,216,255,"+"0,84,148,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,252,255,"+"0,10,26,254,"+"0,0,0,147,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,73,"+"0,0,0,255,"+"0,135,232,253,"+"0,149,255,255,"+"0,145,247,253,"+"0,75,132,252,"+"0,25,51,253,"+"0,1,3,254,"+"61,58,47,242,"+"234,223,187,245,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,206,254,"+"234,224,188,246,"+"67,64,51,238,"+"0,0,0,244,"+"0,0,0,108,"+"0,0,0,42,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,65,"+"0,46,86,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,252,255,"+"0,57,105,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,105,183,254,"+"0,0,0,255,"+"0,0,0,52,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,216,"+"0,54,99,251,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,128,220,250,"+"0,4,13,252,"+"8,7,5,246,"+"184,175,147,234,"+"250,239,201,248,"+"128,122,101,229,"+"0,0,0,254,"+"0,0,0,242,"+"0,0,0,114,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,181,"+"0,66,120,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,9,23,255,"+"0,0,0,101,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,44,"+"0,0,0,254,"+"0,103,179,253,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,135,231,248,"+"0,45,84,248,"+"0,0,1,254,"+"8,7,4,244,"+"0,0,0,255,"+"0,0,0,143,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,80,"+"0,10,25,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,68,121,255,"+"0,0,0,161,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,61,"+"0,0,0,255,"+"0,145,247,250,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,130,222,250,"+"0,55,101,251,"+"0,0,0,255,"+"0,0,0,145,"+"0,0,0,14,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,3,10,253,"+"0,113,194,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,88,155,255,"+"0,132,228,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,70,125,255,"+"0,0,0,162,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,61,"+"0,0,0,255,"+"0,145,248,250,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,69,125,243,"+"0,2,7,253,"+"0,0,0,244,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,5,"+"0,0,0,198,"+"0,91,159,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,145,248,255,"+"0,67,121,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,70,125,255,"+"0,0,0,162,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,61,"+"0,0,0,255,"+"0,145,248,250,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,122,209,246,"+"0,2,7,251,"+"0,0,0,161,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,145,"+"0,49,90,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,90,156,255,"+"0,116,199,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,70,125,255,"+"0,0,0,162,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,87,"+"0,0,0,254,"+"0,146,251,249,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,142,243,253,"+"0,2,6,254,"+"0,0,0,93,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,51,"+"0,17,36,255,"+"0,145,248,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,48,90,253,"+"0,147,251,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,70,125,255,"+"0,0,0,162,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,159,"+"0,42,79,249,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,65,116,249,"+"0,0,0,227,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,118,"+"0,66,119,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,117,201,255,"+"0,113,194,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,70,125,255,"+"0,0,0,162,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,172,"+"0,57,103,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,136,235,249,"+"0,0,0,253,"+"0,0,0,123,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,206,"+"0,117,202,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,135,232,255,"+"0,62,111,253,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,70,125,255,"+"0,0,0,162,"+"0,0,0,0,"+"0,0,0,56,"+"0,0,0,254,"+"0,99,171,250,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,82,145,252,"+"0,0,0,237,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,69,"+"0,21,45,255,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,110,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,70,125,255,"+"0,0,0,162,"+"0,0,0,93,"+"0,0,0,253,"+"0,39,73,247,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,136,234,251,"+"0,0,0,255,"+"0,0,0,155,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,205,"+"0,98,172,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,63,114,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,70,125,255,"+"0,0,0,190,"+"0,0,0,252,"+"0,62,111,241,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,122,209,251,"+"0,19,41,249,"+"0,0,0,238,"+"0,0,0,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,57,"+"0,13,33,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,69,124,255,"+"0,0,0,254,"+"0,11,28,250,"+"0,149,254,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,99,171,247,"+"0,0,0,255,"+"0,0,0,207,"+"0,0,0,45,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,36,69,255,"+"0,3,9,254,"+"0,126,217,250,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,254,"+"0,17,40,249,"+"0,0,0,166,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,18,39,255,"+"0,121,207,251,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,101,175,250,"+"0,0,0,252,"+"0,0,0,44,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,18,39,255,"+"0,136,233,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,15,34,252,"+"0,0,0,180,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,18,39,255,"+"0,136,233,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,82,143,250,"+"0,0,0,248,"+"0,0,0,49,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,70,125,255,"+"0,139,239,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,18,39,255,"+"0,136,233,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,144,247,253,"+"0,2,7,253,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,185,"+"0,100,175,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,128,220,255,"+"0,84,147,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,18,39,255,"+"0,136,233,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,97,167,253,"+"0,0,0,246,"+"0,0,0,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,56,102,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,18,39,255,"+"0,136,233,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,41,78,249,"+"0,0,0,190,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,97,169,255,"+"0,116,198,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,18,39,255,"+"0,136,233,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,240,252,"+"0,0,0,255,"+"0,0,0,96,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,144,246,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,48,90,255,"+"0,145,248,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,18,39,255,"+"0,136,233,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,77,137,252,"+"0,0,0,236,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,119,205,255,"+"0,73,129,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,124,214,255,"+"0,56,102,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,17,36,254,"+"0,137,236,253,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,145,248,254,"+"0,10,26,253,"+"0,0,0,121,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,95,167,255,"+"0,136,234,253,"+"0,149,254,255,"+"0,144,247,248,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,254,"+"0,43,81,248,"+"0,0,0,236,"+"0,0,0,23,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,136,233,252,"+"0,94,164,227,"+"0,148,253,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,48,87,246,"+"0,0,0,252,"+"0,0,0,69,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,6,19,255,"+"0,94,163,246,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,145,248,252,"+"0,3,8,253,"+"0,0,0,124,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,116,199,255,"+"0,68,122,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,47,86,246,"+"0,0,0,242,"+"0,0,0,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,124,214,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,60,107,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,127,219,247,"+"0,0,0,255,"+"0,0,0,96,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,155,"+"0,77,136,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,146,249,255,"+"0,63,114,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,45,83,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,106,184,250,"+"0,0,0,253,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,35,68,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,83,147,255,"+"0,120,207,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,41,77,255,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,96,167,249,"+"0,0,0,248,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,5,16,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,240,255,"+"0,64,116,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,50,92,255,"+"0,143,243,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,254,253,"+"0,7,18,249,"+"0,0,0,174,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,2,5,245,"+"0,141,242,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,69,123,255,"+"0,144,247,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,117,202,255,"+"0,77,135,253,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,121,207,251,"+"0,0,0,254,"+"0,0,0,58,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,124,213,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"0,52,97,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,47,86,240,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,90,158,254,"+"0,0,0,221,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,146,"+"0,83,146,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,84,149,248,"+"0,149,254,254,"+"0,149,255,255,"+"0,122,210,251,"+"0,6,17,252,"+"0,0,0,158,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,65,"+"0,36,68,255,"+"0,148,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,103,178,251,"+"0,121,207,243,"+"0,0,0,254,"+"0,0,0,220,"+"0,0,0,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,217,"+"0,78,137,255,"+"0,148,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,88,154,255,"+"0,0,0,252,"+"0,0,0,252,"+"0,0,0,187,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,217,"+"0,75,134,255,"+"0,148,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,128,221,255,"+"0,0,0,254,"+"0,0,0,205,"+"0,0,0,17,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,221,"+"0,84,149,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,5,16,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,28,"+"0,0,0,248,"+"0,134,231,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,5,16,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,136,"+"0,73,129,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,5,16,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,11,"+"0,2,5,251,"+"0,139,239,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,138,238,255,"+"0,64,115,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,5,16,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,111,"+"0,7,22,254,"+"0,141,242,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,5,16,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,137,"+"0,73,130,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,5,16,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,21,"+"0,5,14,255,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,5,16,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,199,"+"0,117,201,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,5,16,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,5,16,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,86,151,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,5,16,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"0,84,148,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,143,244,255,"+"0,2,6,250,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,86,"+"0,0,0,251,"+"0,92,161,255,"+"0,146,250,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,108,187,255,"+"0,0,0,186,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,15,"+"0,0,0,174,"+"0,7,23,254,"+"0,146,250,255,"+"0,149,255,255,"+"0,61,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,0,0,144,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,159,"+"0,54,98,255,"+"0,149,255,255,"+"0,62,113,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,219,"+"0,92,160,255,"+"0,45,83,255,"+"0,146,249,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,75,132,255,"+"0,0,0,122,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,30,"+"0,0,0,246,"+"0,0,0,255,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,5,14,254,"+"0,0,0,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,9,"+"0,0,0,207,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,124,214,255,"+"0,0,0,200,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,197,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,78,137,255,"+"0,0,0,135,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,5,16,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,46,86,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,5,16,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,46,85,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,5,16,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,143,246,255,"+"0,2,6,249,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,5,16,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,215,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,2,6,254,"+"0,143,246,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,0,0,149,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,48,88,255,"+"0,0,0,92,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,164,"+"0,96,167,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,5,16,255,"+"0,0,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,121,"+"0,76,134,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,144,246,255,"+"0,2,7,252,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,40,75,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,88,155,255,"+"0,0,0,153,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,5,16,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,203,"+"0,125,216,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,62,113,255,"+"0,0,0,120,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,2,6,253,"+"0,143,245,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,46,86,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,245,"+"0,120,206,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,35,68,255,"+"0,0,0,61,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,82,"+"0,34,66,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,137,237,255,"+"0,0,0,248,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,86,150,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,77,136,255,"+"0,0,0,157,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,189,"+"0,118,203,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,35,68,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,197,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,251,255,"+"0,94,164,255,"+"0,1,2,255,"+"0,0,0,214,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,5,14,254,"+"0,148,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,137,235,255,"+"0,102,179,255,"+"0,34,66,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,0,0,253,"+"0,0,0,163,"+"0,0,0,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,95,"+"0,37,70,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,92,161,255,"+"0,2,5,255,"+"5,49,59,249,"+"31,140,163,255,"+"44,183,213,249,"+"54,216,250,255,"+"27,127,148,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,118,"+"0,7,22,254,"+"0,138,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,144,246,255,"+"0,74,132,255,"+"0,6,17,255,"+"1,13,19,255,"+"18,99,116,251,"+"51,206,240,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,102,"+"0,7,22,254,"+"0,140,241,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,115,197,255,"+"0,16,35,255,"+"2,25,34,251,"+"40,168,194,251,"+"53,213,247,255,"+"55,219,254,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,189,"+"0,123,211,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,144,247,255,"+"0,56,102,255,"+"0,6,19,255,"+"0,1,3,255,"+"0,1,3,255,"+"1,14,21,255,"+"2,30,39,255,"+"2,30,39,255,"+"2,30,39,255,"+"11,75,90,250,"+"51,203,237,252,"+"55,219,254,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,125,215,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,124,212,255,"+"0,2,4,254,"+"38,165,191,248,"+"52,209,242,255,"+"53,213,247,255,"+"54,215,250,255,"+"55,218,253,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,2,6,249,"+"0,142,244,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,126,216,255,"+"0,33,63,255,"+"0,1,4,255,"+"3,42,51,251,"+"47,193,225,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,5,16,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,109,190,255,"+"0,103,180,255,"+"0,103,180,255,"+"0,76,134,255,"+"0,2,7,255,"+"9,65,77,251,"+"46,193,224,250,"+"54,216,250,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,45,84,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,107,187,255,"+"0,31,62,255,"+"0,9,23,255,"+"0,6,12,255,"+"17,94,110,252,"+"29,136,158,255,"+"29,136,158,255,"+"34,152,177,250,"+"53,213,246,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,107,"+"0,55,100,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,126,217,255,"+"0,53,97,255,"+"0,2,5,255,"+"14,83,99,248,"+"50,201,235,252,"+"52,209,241,254,"+"54,217,251,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,188,"+"0,44,81,255,"+"0,104,181,255,"+"0,104,181,255,"+"0,97,171,255,"+"0,19,42,255,"+"0,0,1,255,"+"1,24,31,254,"+"2,31,39,254,"+"6,56,66,248,"+"42,176,205,249,"+"53,215,249,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,71,"+"0,0,0,138,"+"0,0,0,138,"+"0,0,0,138,"+"0,0,0,133,"+"0,0,0,49,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,253,"+"35,153,177,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,193,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,166,"+"12,76,90,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,76,"+"0,1,1,255,"+"49,196,228,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,207,"+"11,73,85,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,0,0,254,"+"35,152,178,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,143,"+"1,20,25,253,"+"54,216,251,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"3,34,42,252,"+"31,137,159,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,12,"+"0,0,0,234,"+"19,102,119,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,216,250,252,"+"0,5,6,254,"+"39,167,193,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,84,"+"0,0,0,255,"+"43,180,209,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"40,170,197,252,"+"0,7,11,255,"+"54,219,253,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,198,"+"9,62,74,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,151,254,"+"10,69,82,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,50,"+"0,0,0,255,"+"45,188,220,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"13,78,91,254,"+"15,83,97,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,217,"+"9,63,74,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"8,61,73,252,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,220,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,71,"+"0,0,0,255,"+"41,174,202,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,254,"+"43,180,209,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,182,212,254,"+"0,0,0,255,"+"0,0,0,20,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,179,"+"12,78,92,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"47,192,224,252,"+"0,0,1,255,"+"49,199,232,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,218,252,254,"+"0,7,11,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,81,"+"0,1,1,255,"+"35,154,179,249,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"29,134,156,251,"+"1,20,25,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,5,"+"0,0,0,194,"+"0,0,0,255,"+"34,149,173,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,217,252,252,"+"1,12,17,253,"+"30,137,160,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,6,"+"0,0,0,240,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,138,161,253,"+"1,23,29,251,"+"54,217,252,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,205,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,19,25,253,"+"22,111,131,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,192,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,18,"+"0,0,0,243,"+"31,139,162,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,215,249,252,"+"0,5,6,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,6,10,255,"+"54,217,251,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"4,45,54,252,"+"30,137,159,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,67,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,173,"+"7,57,68,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"2,31,38,252,"+"31,139,162,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,221,"+"28,130,151,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"46,190,221,254,"+"0,4,6,255,"+"50,205,238,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"43,181,210,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"36,155,182,251,"+"1,12,16,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"18,99,116,250,"+"11,73,85,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"40,172,200,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"3,33,40,252,"+"30,135,157,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,200,"+"28,130,151,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"50,201,234,252,"+"0,1,1,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"41,175,205,253,"+"0,9,12,255,"+"54,219,253,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"34,149,174,253,"+"0,0,0,249,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,159,"+"12,76,90,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,152,254,"+"9,63,75,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,193,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"13,80,94,254,"+"20,103,121,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,105,"+"1,20,25,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"2,24,30,252,"+"33,144,168,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,22,"+"0,0,0,255,"+"45,187,217,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,213,247,253,"+"0,5,7,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"24,116,136,253,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,232,"+"31,139,161,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"36,157,184,250,"+"1,11,15,252,"+"54,218,253,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,254,"+"0,0,0,137,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,184,"+"18,96,113,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,151,254,"+"10,68,80,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,12,17,254,"+"0,0,0,85,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,131,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"19,101,118,250,"+"12,75,89,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,196,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"2,24,31,253,"+"31,139,163,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"46,191,222,254,"+"0,0,0,255,"+"0,0,0,58,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,8,"+"0,0,0,149,"+"0,0,0,255,"+"1,13,18,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"45,184,214,252,"+"0,1,1,255,"+"50,202,236,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,106,"+"0,0,0,235,"+"7,28,32,255,"+"45,142,160,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"24,116,136,253,"+"7,61,74,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"37,157,184,251,"+"0,0,0,253,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,12,"+"0,0,0,187,"+"0,0,0,254,"+"36,135,154,254,"+"55,215,249,255,"+"59,202,231,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"26,124,146,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,78,92,251,"+"0,0,0,185,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,123,"+"0,0,0,245,"+"10,44,50,255,"+"51,192,222,255,"+"55,220,255,255,"+"55,220,255,255,"+"59,202,231,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,219,254,253,"+"16,91,106,252,"+"0,0,0,254,"+"0,0,0,75,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,81,"+"0,0,0,223,"+"3,18,21,255,"+"42,151,174,254,"+"56,217,251,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"59,202,231,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"9,63,75,251,"+"0,0,0,241,"+"0,0,0,69,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,102,"+"0,0,0,209,"+"0,2,2,254,"+"33,123,142,254,"+"55,212,245,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,191,219,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"7,59,70,253,"+"28,130,152,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"16,90,105,252,"+"0,0,0,246,"+"0,0,0,45,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,103,"+"0,0,0,217,"+"2,9,10,255,"+"34,118,135,254,"+"53,204,237,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"10,66,78,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"43,180,209,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,218,253,253,"+"16,93,108,250,"+"0,0,0,252,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,228,"+"25,83,94,253,"+"43,141,159,254,"+"53,206,239,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,218,252,253,"+"0,5,7,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"35,156,181,249,"+"2,26,32,253,"+"0,0,0,240,"+"0,0,0,69,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,53,"+"0,0,0,255,"+"57,201,231,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,185,215,254,"+"0,6,7,255,"+"53,215,249,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"46,189,220,252,"+"6,49,60,253,"+"0,0,0,254,"+"0,0,0,153,"+"0,0,0,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,107,"+"0,0,0,237,"+"24,95,109,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"30,133,155,253,"+"4,42,51,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"52,207,241,252,"+"17,94,111,251,"+"0,3,5,254,"+"0,0,0,187,"+"0,0,0,41,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,152,"+"0,0,0,209,"+"0,0,0,173,"+"0,0,0,26,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"30,109,126,255,"+"55,218,253,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,67,80,251,"+"20,105,123,252,"+"55,220,255,255,"+"55,220,255,255,"+"27,126,147,250,"+"13,81,96,254,"+"0,9,12,254,"+"0,0,0,226,"+"0,0,0,93,"+"0,0,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,253,"+"65,24,23,254,"+"28,6,6,254,"+"0,0,0,246,"+"0,0,0,189,"+"0,0,0,179,"+"0,0,0,179,"+"0,0,0,179,"+"0,0,0,91,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"49,201,233,253,"+"0,2,2,254,"+"32,141,164,249,"+"17,93,108,253,"+"2,32,39,253,"+"0,0,0,251,"+"0,0,0,169,"+"0,0,0,94,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,218,"+"6,1,1,255,"+"120,53,52,255,"+"112,49,48,254,"+"1,0,0,255,"+"10,9,6,253,"+"120,114,95,255,"+"120,114,95,255,"+"102,97,80,254,"+"4,1,1,255,"+"0,0,0,255,"+"0,0,0,232,"+"0,0,0,198,"+"0,0,0,207,"+"0,0,0,245,"+"40,141,161,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,103,118,255,"+"19,100,118,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"41,174,202,253,"+"0,0,0,255,"+"0,1,1,248,"+"0,0,0,248,"+"0,0,0,148,"+"0,0,0,31,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"3,0,0,255,"+"116,51,50,255,"+"123,56,55,255,"+"51,16,16,255,"+"71,67,55,252,"+"235,224,187,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"129,62,59,253,"+"204,179,151,253,"+"193,184,155,254,"+"125,119,99,254,"+"126,120,100,253,"+"141,135,113,253,"+"13,46,53,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"13,46,51,255,"+"36,158,183,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,151,254,"+"0,0,0,249,"+"0,0,0,142,"+"0,0,0,17,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"16,2,2,255,"+"123,56,55,255,"+"99,42,41,254,"+"3,3,2,255,"+"232,222,186,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"129,61,57,255,"+"229,202,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"10,32,34,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,32,34,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"14,84,99,254,"+"0,0,0,172,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"48,14,14,255,"+"123,56,55,255,"+"83,34,33,255,"+"79,75,61,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"131,63,60,253,"+"232,206,175,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"10,32,34,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"50,179,205,254,"+"2,6,7,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"7,57,69,253,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"51,17,17,255,"+"123,56,55,255,"+"83,34,33,255,"+"85,81,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"241,222,187,254,"+"129,60,57,255,"+"249,234,197,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"153,145,122,252,"+"12,51,57,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"13,45,51,255,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"0,0,0,75,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"51,17,17,255,"+"123,56,55,255,"+"83,34,33,255,"+"85,81,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"203,166,143,254,"+"133,66,62,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"85,81,66,255,"+"42,142,161,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"37,142,163,254,"+"0,0,0,254,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"50,203,236,253,"+"0,1,2,255,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"51,17,17,255,"+"123,56,55,255,"+"83,34,33,255,"+"85,81,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"139,75,69,253,"+"181,135,117,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"121,115,96,252,"+"5,26,31,255,"+"55,202,232,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,143,162,254,"+"1,7,10,255,"+"0,0,0,229,"+"0,10,13,253,"+"54,217,251,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"33,148,172,252,"+"0,0,0,248,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"51,17,17,255,"+"123,56,55,255,"+"88,36,35,255,"+"44,42,34,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"227,200,170,254,"+"126,57,56,255,"+"241,222,188,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"250,239,201,255,"+"95,90,75,252,"+"16,62,70,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,204,236,255,"+"27,91,102,254,"+"0,0,0,254,"+"0,0,0,101,"+"0,0,0,195,"+"12,77,91,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,75,87,254,"+"0,0,0,160,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"4,1,1,255,"+"120,53,52,255,"+"120,54,53,254,"+"3,1,1,255,"+"209,199,167,251,"+"255,243,205,255,"+"255,243,205,255,"+"157,102,91,253,"+"170,120,105,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"244,233,196,253,"+"38,36,30,254,"+"37,142,162,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,202,233,254,"+"5,27,31,255,"+"0,0,0,228,"+"0,0,0,120,"+"0,0,0,89,"+"0,0,0,253,"+"40,168,194,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,17,22,253,"+"0,0,0,98,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"75,28,28,254,"+"123,56,55,255,"+"46,14,14,255,"+"136,130,108,253,"+"255,243,205,255,"+"235,212,178,253,"+"125,56,54,255,"+"230,204,173,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"145,139,117,253,"+"27,91,103,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"25,90,102,255,"+"0,0,0,191,"+"0,0,0,22,"+"0,0,0,0,"+"0,0,0,127,"+"9,65,77,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,236,"+"24,5,4,255,"+"123,56,55,255,"+"90,36,36,254,"+"13,12,9,254,"+"200,165,141,252,"+"142,79,73,254,"+"174,124,108,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"27,91,103,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"6,27,31,255,"+"0,0,0,83,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,65,"+"16,2,2,255,"+"123,56,55,255,"+"123,55,54,255,"+"18,3,3,254,"+"116,79,68,253,"+"222,192,162,253,"+"253,240,203,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"225,214,180,251,"+"81,77,62,253,"+"28,26,20,255,"+"27,91,103,255,"+"56,219,254,254,"+"61,198,225,254,"+"61,197,224,254,"+"61,197,224,254,"+"45,142,160,254,"+"0,0,0,251,"+"0,0,0,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"53,18,18,255,"+"52,50,39,252,"+"251,240,202,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"188,180,150,251,"+"30,27,22,253,"+"0,0,0,254,"+"0,0,0,170,"+"3,17,19,255,"+"2,18,21,255,"+"0,0,0,255,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,114,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,27,"+"0,0,0,255,"+"117,51,50,255,"+"123,56,55,255,"+"88,37,37,255,"+"0,0,0,255,"+"131,93,81,255,"+"164,116,103,255,"+"165,117,103,255,"+"214,180,153,255,"+"234,209,178,254,"+"255,243,205,255,"+"235,224,187,253,"+"6,5,3,254,"+"0,0,0,248,"+"0,0,0,104,"+"0,0,0,18,"+"0,0,0,87,"+"0,0,0,73,"+"0,0,0,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,138,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"116,51,50,255,"+"123,56,55,255,"+"117,52,51,254,"+"1,0,0,255,"+"122,79,71,255,"+"155,103,93,255,"+"157,105,95,255,"+"133,64,61,255,"+"124,56,55,255,"+"127,58,56,255,"+"102,48,45,254,"+"0,0,0,229,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,244,"+"26,126,147,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"116,51,50,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"239,218,184,254,"+"169,149,126,253,"+"7,1,1,255,"+"0,0,0,70,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,41,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"116,51,50,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"204,194,162,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"118,111,94,253,"+"0,0,0,199,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,171,"+"4,45,54,251,"+"54,217,251,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"41,171,200,250,"+"0,0,0,254,"+"0,0,0,37,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"116,51,50,255,"+"123,56,55,255,"+"123,56,55,255,"+"41,12,11,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"85,81,66,255,"+"0,0,0,131,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,40,"+"0,0,0,253,"+"40,169,197,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,152,254,"+"0,0,0,207,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,249,"+"93,39,38,254,"+"123,56,55,255,"+"123,56,55,255,"+"51,17,17,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"85,81,66,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,204,"+"4,44,53,251,"+"54,219,253,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"26,124,145,254,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,197,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"51,17,17,255,"+"65,62,50,255,"+"158,151,127,255,"+"176,169,141,255,"+"176,169,141,255,"+"149,142,120,255,"+"37,35,27,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,110,"+"0,2,2,255,"+"46,193,225,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"9,66,78,251,"+"0,0,0,157,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,186,"+"67,25,25,255,"+"123,56,55,255,"+"123,56,55,255,"+"51,17,17,255,"+"53,20,20,255,"+"37,11,11,255,"+"24,5,5,255,"+"24,5,5,255,"+"37,11,11,255,"+"23,6,6,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,41,"+"0,0,0,247,"+"26,125,146,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,16,254,"+"0,0,0,88,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,131,"+"44,13,13,255,"+"123,56,55,255,"+"123,56,55,255,"+"51,17,17,255,"+"114,51,51,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"95,42,41,255,"+"0,0,0,167,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,160,"+"3,33,41,253,"+"55,220,255,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,219,253,253,"+"0,6,9,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,85,"+"3,0,0,255,"+"120,54,53,255,"+"123,56,55,255,"+"51,17,17,255,"+"114,51,51,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"90,39,39,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,23,"+"0,0,0,239,"+"30,138,161,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,186,216,254,"+"0,0,0,255,"+"0,0,0,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,254,"+"100,42,41,255,"+"123,56,55,255,"+"51,17,17,255,"+"6,1,1,255,"+"7,2,2,255,"+"9,2,2,255,"+"9,2,2,255,"+"9,2,2,255,"+"2,0,0,255,"+"0,0,0,208,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,167,"+"3,34,41,253,"+"53,215,250,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"32,145,169,254,"+"0,0,0,238,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,185,"+"60,21,20,255,"+"123,56,55,255,"+"51,17,17,255,"+"85,81,67,254,"+"189,180,151,255,"+"179,171,143,255,"+"172,164,138,255,"+"177,170,142,255,"+"171,163,137,252,"+"0,0,0,255,"+"0,0,0,115,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,65,"+"0,0,0,253,"+"39,167,195,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"51,17,17,255,"+"123,56,55,255,"+"52,17,17,253,"+"15,13,10,253,"+"238,227,190,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"119,113,95,250,"+"2,2,1,255,"+"0,0,0,208,"+"0,0,0,52,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,176,"+"4,40,49,253,"+"53,215,249,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,116,"+"26,5,5,254,"+"123,56,55,255,"+"105,45,44,254,"+"5,1,1,255,"+"48,45,36,253,"+"205,195,165,255,"+"238,226,189,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"226,216,181,253,"+"79,75,62,254,"+"0,0,0,186,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,0,0,254,"+"0,4,6,255,"+"0,6,9,255,"+"10,69,82,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,66,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"79,31,31,255,"+"0,0,0,255,"+"0,0,0,255,"+"38,35,27,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"194,184,155,253,"+"0,0,0,252,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,15,"+"0,0,0,51,"+"0,0,0,72,"+"0,0,0,248,"+"25,121,141,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"0,0,0,191,"+"0,0,0,32,"+"0,0,0,255,"+"177,169,142,250,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"216,206,174,254,"+"0,0,0,255,"+"0,0,0,48,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,243,"+"2,26,33,253,"+"53,214,247,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,160,"+"28,27,20,254,"+"207,198,166,254,"+"226,215,180,253,"+"212,202,170,252,"+"69,65,53,253,"+"0,0,0,250,"+"0,0,0,42,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"3,3,2,254,"+"7,52,63,253,"+"34,151,176,253,"+"52,209,243,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"10,1,1,255,"+"114,50,49,255,"+"108,46,45,255,"+"16,3,3,255,"+"0,0,0,171,"+"0,0,0,0,"+"0,0,0,16,"+"0,0,0,229,"+"0,0,0,254,"+"1,1,1,255,"+"1,1,1,255,"+"0,0,0,199,"+"0,0,0,55,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"190,181,152,254,"+"124,118,98,253,"+"22,19,15,253,"+"0,2,3,255,"+"3,39,46,253,"+"13,79,93,253,"+"31,138,161,252,"+"42,179,208,254,"+"42,179,208,254,"+"42,179,208,254,"+"42,179,208,254,"+"47,194,226,253,"+"55,220,255,255,"+"55,220,255,255,"+"5,46,55,253,"+"0,0,0,168,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,16,"+"0,0,0,229,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,188,"+"0,0,0,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,42,"+"0,0,0,42,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"253,241,203,254,"+"216,206,173,253,"+"167,159,134,255,"+"107,102,85,253,"+"27,25,19,253,"+"18,17,12,254,"+"18,17,12,254,"+"18,17,12,254,"+"18,17,12,254,"+"0,1,1,255,"+"3,38,45,254,"+"6,51,61,254,"+"0,0,0,254,"+"0,0,0,36,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"16,13,10,254,"+"0,0,0,144,"+"0,0,0,107,"+"0,0,0,88,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,6,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"229,218,183,253,"+"1,1,1,255,"+"0,0,0,48,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,93,"+"6,5,3,255,"+"241,230,194,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,35,"+"0,0,0,237,"+"108,103,85,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,195,"+"57,55,45,252,"+"247,237,199,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"32,5,5,56,"+"0,0,0,255,"+"196,187,158,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"232,221,185,253,"+"2,1,1,255,"+"0,0,0,51,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"117,51,50,209,"+"127,87,77,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,12,9,255,"+"0,0,0,95,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,97,"+"0,0,0,215,"+"0,0,0,239,"+"0,0,0,103,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,130,"+"86,36,35,255,"+"141,79,73,254,"+"251,236,199,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"106,101,84,252,"+"0,0,0,228,"+"0,0,0,141,"+"0,0,0,141,"+"0,0,0,141,"+"0,0,0,136,"+"0,0,0,73,"+"0,0,0,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,50,"+"0,0,0,147,"+"0,0,0,246,"+"118,111,93,253,"+"129,122,102,252,"+"2,1,1,254,"+"0,0,0,205,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"131,118,99,254,"+"143,82,76,253,"+"145,86,79,253,"+"244,228,193,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"232,218,184,251,"+"85,41,39,252,"+"95,53,48,255,"+"93,88,73,255,"+"93,88,73,255,"+"43,41,32,253,"+"5,5,3,255,"+"0,0,0,226,"+"0,0,0,197,"+"0,0,0,197,"+"0,0,0,197,"+"0,0,0,225,"+"0,0,0,210,"+"0,0,0,177,"+"0,0,0,197,"+"25,23,18,255,"+"145,138,115,252,"+"254,242,204,254,"+"255,243,205,255,"+"187,178,149,252,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,242,"+"175,167,140,253,"+"246,231,195,253,"+"147,92,82,253,"+"153,95,85,254,"+"246,231,195,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"250,235,198,255,"+"160,104,93,252,"+"139,75,69,254,"+"205,170,144,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"126,120,101,251,"+"56,19,18,254,"+"86,35,35,255,"+"86,35,35,255,"+"86,35,35,255,"+"44,13,13,255,"+"50,46,37,255,"+"104,99,82,252,"+"39,36,30,253,"+"91,85,71,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"123,117,98,253,"+"0,0,0,215,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"242,224,188,253,"+"142,80,74,254,"+"162,108,95,251,"+"254,241,204,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"251,238,200,254,"+"164,112,99,252,"+"145,85,78,252,"+"240,221,186,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"84,80,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"84,80,66,255,"+"255,243,205,255,"+"250,239,201,254,"+"242,232,195,253,"+"255,243,205,255,"+"255,243,205,255,"+"224,213,180,254,"+"25,23,17,254,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,252,"+"171,163,137,253,"+"255,243,205,255,"+"255,243,205,255,"+"229,204,173,253,"+"133,67,64,254,"+"177,129,112,254,"+"244,227,191,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"166,114,100,252,"+"139,75,69,254,"+"237,215,182,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"84,80,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"96,40,39,255,"+"22,20,15,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"199,188,158,253,"+"9,7,5,254,"+"0,0,0,199,"+"0,0,0,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,190,"+"39,36,29,252,"+"254,242,204,253,"+"255,243,205,255,"+"255,243,205,255,"+"226,199,169,252,"+"140,76,70,254,"+"136,71,67,255,"+"159,105,94,255,"+"184,142,123,253,"+"245,228,192,254,"+"255,243,205,255,"+"255,243,205,255,"+"195,155,134,252,"+"129,62,59,254,"+"237,215,182,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"84,80,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"116,51,50,255,"+"14,13,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"80,76,63,252,"+"0,0,0,188,"+"0,0,0,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,103,"+"0,0,0,255,"+"194,185,156,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"252,239,201,254,"+"210,177,151,254,"+"196,158,136,254,"+"140,76,70,254,"+"126,57,55,255,"+"185,141,122,253,"+"207,171,146,251,"+"124,56,55,255,"+"208,173,147,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"84,80,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"121,54,53,255,"+"6,1,1,255,"+"220,210,176,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,12,9,255,"+"0,0,0,93,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,147,"+"0,0,0,255,"+"0,0,0,255,"+"80,75,62,250,"+"211,202,170,255,"+"218,207,174,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"252,240,201,254,"+"212,177,151,253,"+"138,75,69,253,"+"123,56,55,255,"+"157,111,97,253,"+"211,202,170,255,"+"211,202,170,255,"+"211,202,170,255,"+"250,239,201,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"84,80,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"128,122,101,253,"+"211,202,170,255,"+"211,202,170,255,"+"190,181,152,254,"+"1,1,1,255,"+"0,0,0,90,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,251,"+"48,15,13,253,"+"20,3,3,255,"+"17,2,2,255,"+"17,2,2,255,"+"6,1,1,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"9,3,2,255,"+"80,32,31,255,"+"45,12,11,255,"+"17,2,2,255,"+"17,2,2,255,"+"6,1,1,255,"+"9,7,5,255,"+"19,17,13,254,"+"80,77,63,255,"+"18,17,12,254,"+"13,11,7,255,"+"1,1,1,255,"+"27,6,6,255,"+"48,16,16,255,"+"48,16,16,255,"+"48,16,16,255,"+"48,16,16,255,"+"1,0,0,255,"+"12,2,2,254,"+"17,2,2,255,"+"17,2,2,255,"+"17,2,2,255,"+"12,2,2,255,"+"0,0,0,239,"+"0,0,0,84,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,252,"+"102,43,42,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"121,54,53,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"121,54,53,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"121,54,53,255,"+"116,51,50,255,"+"91,37,36,255,"+"73,27,27,254,"+"103,44,43,255,"+"116,51,50,255,"+"65,23,23,254,"+"67,25,24,254,"+"84,34,34,255,"+"84,34,34,255,"+"84,34,34,255,"+"84,34,34,255,"+"87,36,35,255,"+"122,55,54,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"122,55,54,255,"+"68,25,25,255,"+"0,0,0,246,"+"0,0,0,92,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,180,"+"41,11,11,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"64,24,23,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,53,"+"0,0,0,254,"+"100,42,41,254,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"79,31,31,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,158,"+"3,0,0,255,"+"97,41,40,255,"+"115,50,49,255,"+"115,50,49,255,"+"103,43,43,254,"+"95,40,39,254,"+"123,55,54,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"115,50,49,254,"+"41,11,11,254,"+"1,0,0,255,"+"0,0,0,149,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,7,"+"0,0,0,157,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"16,2,2,254,"+"63,23,22,254,"+"83,34,33,254,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"79,31,31,255,"+"51,17,16,255,"+"70,26,26,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"54,18,18,254,"+"50,17,16,255,"+"50,17,16,255,"+"50,17,16,255,"+"3,0,0,255,"+"0,0,0,199,"+"0,0,0,62,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"GundolfPointingLeft,125,264,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,13,"+"0,0,0,63,"+"0,0,0,77,"+"0,0,0,126,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,96,"+"0,0,0,34,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,70,"+"0,0,0,186,"+"0,0,0,220,"+"0,0,0,254,"+"1,1,1,255,"+"5,5,5,255,"+"32,32,31,253,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"7,7,7,254,"+"0,0,0,255,"+"0,0,0,246,"+"0,0,0,118,"+"0,0,0,14,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,40,"+"0,0,0,173,"+"0,0,0,254,"+"46,46,45,252,"+"91,91,90,254,"+"127,128,126,253,"+"149,150,148,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"136,137,135,253,"+"88,89,87,252,"+"1,1,1,254,"+"0,0,0,172,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,67,"+"0,0,0,154,"+"0,0,0,228,"+"19,19,19,252,"+"118,119,117,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"119,120,119,251,"+"0,0,0,254,"+"0,0,0,113,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,29,"+"0,0,0,149,"+"0,0,0,249,"+"0,0,0,255,"+"40,40,40,254,"+"86,87,86,252,"+"148,149,147,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"87,87,86,250,"+"0,0,0,254,"+"0,0,0,109,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,15,"+"0,0,0,99,"+"0,0,0,200,"+"0,0,0,255,"+"6,6,6,253,"+"98,98,97,252,"+"141,142,140,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,27,"+"0,0,0,92,"+"0,0,0,178,"+"0,0,0,235,"+"0,0,0,255,"+"22,23,22,254,"+"107,108,106,252,"+"155,156,154,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,30,"+"0,0,0,108,"+"0,0,0,237,"+"3,3,3,254,"+"57,57,56,252,"+"107,107,106,254,"+"121,122,121,255,"+"154,155,153,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"136,137,136,254,"+"133,134,132,255,"+"155,156,154,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"62,63,62,254,"+"0,0,0,175,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,188,"+"11,11,10,254,"+"65,65,64,252,"+"154,155,153,254,"+"137,138,136,253,"+"143,144,142,253,"+"158,159,157,255,"+"127,128,126,253,"+"96,96,95,255,"+"90,91,90,253,"+"53,53,52,255,"+"52,53,52,255,"+"52,53,52,255,"+"22,22,22,253,"+"5,4,3,255,"+"9,6,5,255,"+"23,23,22,252,"+"142,142,141,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"92,93,91,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,206,"+"28,28,28,253,"+"53,53,53,255,"+"23,23,22,253,"+"0,0,0,255,"+"2,2,2,255,"+"52,50,43,253,"+"82,79,65,255,"+"78,74,61,255,"+"78,74,61,255,"+"117,110,92,254,"+"142,135,114,255,"+"142,135,114,255,"+"166,158,133,253,"+"239,229,193,253,"+"247,236,199,254,"+"74,69,56,253,"+"33,33,33,253,"+"156,157,155,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"106,106,105,253,"+"0,0,0,245,"+"0,0,0,77,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,255,"+"0,0,0,229,"+"0,0,0,196,"+"0,0,0,196,"+"0,0,0,246,"+"93,89,74,254,"+"248,237,200,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"239,229,192,253,"+"9,7,5,254,"+"110,111,109,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,254,"+"66,66,65,253,"+"0,0,0,235,"+"0,0,0,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,249,"+"187,178,150,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"122,116,97,253,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"153,154,152,254,"+"18,19,18,253,"+"0,0,0,186,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,53,"+"0,0,0,255,"+"218,208,176,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"171,163,137,253,"+"4,5,4,253,"+"152,153,151,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"95,95,94,252,"+"0,0,0,251,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"60,56,46,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"239,229,192,253,"+"30,27,22,253,"+"55,55,54,250,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"54,54,53,253,"+"0,0,0,171,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,113,"+"22,19,15,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"216,206,173,253,"+"1,1,1,255,"+"125,125,124,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,50,254,"+"0,0,0,166,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"5,5,3,255,"+"240,230,193,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"97,93,77,252,"+"53,54,53,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"116,116,115,252,"+"0,0,0,255,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,17,"+"0,0,0,228,"+"117,112,93,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"50,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"5,5,5,255,"+"0,0,0,147,"+"0,0,0,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,85,227,18,"+"255,77,221,126,"+"124,34,105,220,"+"65,62,51,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,207,208,255,"+"255,178,211,255,"+"255,203,208,255,"+"255,241,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"50,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"83,84,82,252,"+"1,1,1,254,"+"0,0,0,109,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,77,221,149,"+"255,78,220,252,"+"227,68,195,255,"+"28,7,21,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,168,211,255,"+"255,78,220,255,"+"255,84,219,255,"+"255,78,220,255,"+"255,146,213,255,"+"255,242,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,78,222,23,"+"255,78,221,246,"+"255,76,220,144,"+"255,78,220,212,"+"119,31,101,255,"+"226,215,181,255,"+"255,243,205,254,"+"255,95,218,255,"+"255,99,218,255,"+"255,242,205,255,"+"255,179,210,255,"+"255,78,220,255,"+"255,198,209,255,"+"247,236,198,255,"+"250,239,201,255,"+"255,243,204,252,"+"255,243,205,255,"+"255,243,205,255,"+"185,176,148,253,"+"9,9,7,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"152,153,151,253,"+"136,136,135,255,"+"156,157,155,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,80,219,64,"+"255,78,220,255,"+"255,80,223,16,"+"254,76,220,174,"+"124,33,105,255,"+"179,171,143,255,"+"255,242,206,254,"+"255,79,220,255,"+"190,116,157,255,"+"152,144,121,255,"+"152,144,121,255,"+"231,79,198,255,"+"196,83,167,255,"+"3,3,2,255,"+"138,131,109,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"226,216,182,254,"+"3,3,2,255,"+"143,144,143,253,"+"156,157,155,254,"+"99,100,98,252,"+"57,59,57,254,"+"5,5,4,253,"+"0,0,0,255,"+"60,61,60,250,"+"158,159,157,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"0,0,0,132,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,80,219,64,"+"255,78,220,255,"+"0,0,0,0,"+"255,77,220,166,"+"150,42,129,255,"+"74,70,57,255,"+"223,184,181,255,"+"255,78,220,255,"+"60,13,50,255,"+"9,7,6,255,"+"10,9,6,255,"+"182,57,156,255,"+"201,69,173,255,"+"106,101,83,255,"+"237,225,189,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,13,9,255,"+"132,133,131,255,"+"132,133,131,255,"+"1,1,1,255,"+"123,117,97,254,"+"179,171,144,252,"+"195,187,157,246,"+"11,10,6,254,"+"51,52,51,252,"+"156,157,155,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"70,71,69,254,"+"0,0,0,186,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,80,219,64,"+"255,78,220,255,"+"255,78,216,72,"+"255,77,220,188,"+"167,48,143,255,"+"0,0,0,255,"+"205,156,166,253,"+"255,78,220,255,"+"253,214,206,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,134,215,255,"+"255,115,217,255,"+"255,212,207,255,"+"255,198,209,255,"+"255,186,210,255,"+"255,186,210,255,"+"255,184,210,255,"+"255,178,211,255,"+"119,41,101,255,"+"183,110,169,255,"+"152,98,141,255,"+"1,1,0,255,"+"241,231,194,255,"+"255,243,205,255,"+"255,243,205,255,"+"226,215,180,252,"+"3,3,2,255,"+"132,133,131,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"92,93,91,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,81,219,63,"+"255,78,220,255,"+"255,78,220,253,"+"255,78,220,210,"+"242,74,209,255,"+"21,2,17,255,"+"191,124,157,255,"+"255,78,220,255,"+"250,214,202,255,"+"168,160,134,255,"+"175,168,140,255,"+"255,128,215,255,"+"255,78,220,255,"+"255,78,220,255,"+"255,78,220,255,"+"255,80,220,255,"+"255,80,220,255,"+"255,81,220,255,"+"255,91,219,255,"+"209,65,181,255,"+"231,90,202,255,"+"139,42,119,254,"+"52,49,40,253,"+"254,242,204,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,12,9,255,"+"169,110,157,255,"+"164,154,161,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"92,93,91,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"255,76,221,30,"+"255,78,220,253,"+"255,85,255,3,"+"255,64,223,8,"+"255,78,220,246,"+"255,78,220,255,"+"255,78,220,255,"+"255,78,220,255,"+"190,179,152,255,"+"2,2,1,255,"+"65,62,51,255,"+"255,124,216,255,"+"255,129,215,255,"+"255,211,208,255,"+"255,231,206,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,12,9,255,"+"93,94,92,252,"+"1,1,1,255,"+"207,197,166,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"204,194,163,251,"+"2,2,2,254,"+"250,82,216,255,"+"229,100,202,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"92,93,91,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"244,74,210,183,"+"167,44,142,52,"+"255,0,128,2,"+"224,65,192,222,"+"136,36,116,254,"+"213,69,182,254,"+"255,78,220,255,"+"255,240,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,123,216,255,"+"255,135,215,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"50,48,39,253,"+"0,0,0,255,"+"74,70,56,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"141,134,112,254,"+"43,43,43,253,"+"193,130,180,255,"+"255,78,220,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"92,93,91,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,20,"+"0,0,0,102,"+"2,0,2,211,"+"1,0,1,245,"+"0,0,0,219,"+"0,0,0,254,"+"3,3,2,255,"+"206,156,169,254,"+"255,78,220,255,"+"255,211,208,255,"+"255,243,205,255,"+"255,242,205,255,"+"255,102,218,255,"+"255,146,214,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"147,140,118,253,"+"1,1,0,255,"+"168,160,135,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"232,221,185,252,"+"6,6,4,254,"+"96,97,95,252,"+"181,140,173,255,"+"255,78,220,255,"+"178,143,171,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"122,95,94,253,"+"156,0,0,238,"+"161,0,0,119,"+"64,0,0,99,"+"0,0,0,87,"+"0,0,0,53,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,155,"+"19,18,13,254,"+"92,87,73,252,"+"116,110,92,255,"+"169,161,136,255,"+"187,179,149,255,"+"252,240,202,255,"+"255,240,205,255,"+"255,84,219,255,"+"255,169,211,255,"+"255,243,205,255,"+"255,214,208,255,"+"255,78,220,255,"+"255,199,209,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"194,184,155,245,"+"132,126,105,253,"+"91,85,71,255,"+"252,240,202,255,"+"252,240,202,254,"+"88,83,69,252,"+"35,35,34,252,"+"158,159,157,255,"+"159,158,158,255,"+"235,95,206,255,"+"197,127,182,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"191,95,94,255,"+"242,0,0,255,"+"242,0,0,255,"+"224,0,0,255,"+"26,26,25,251,"+"1,1,1,255,"+"0,0,0,241,"+"0,0,0,122,"+"0,0,0,75,"+"0,0,0,48,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,14,"+"0,0,0,249,"+"168,161,135,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,254,"+"255,133,215,255,"+"255,102,217,255,"+"255,231,206,255,"+"255,174,211,255,"+"255,80,220,255,"+"255,242,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"172,164,138,255,"+"0,0,0,255,"+"224,213,180,255,"+"219,209,176,253,"+"0,0,0,255,"+"125,125,124,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"179,120,118,255,"+"242,0,0,255,"+"242,0,0,255,"+"242,0,0,255,"+"158,159,157,255,"+"146,147,146,253,"+"82,82,81,251,"+"31,31,31,254,"+"3,3,3,255,"+"0,0,0,255,"+"0,0,0,108,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,74,"+"9,7,5,255,"+"248,238,200,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,216,207,255,"+"255,89,218,255,"+"255,79,219,255,"+"255,78,220,255,"+"255,134,215,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"204,195,165,255,"+"120,114,95,255,"+"252,240,203,255,"+"255,243,205,255,"+"14,12,9,255,"+"7,7,7,253,"+"7,7,7,255,"+"12,12,12,253,"+"130,130,129,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"179,120,118,255,"+"242,0,0,255,"+"242,0,0,255,"+"242,0,0,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"76,76,75,253,"+"0,0,0,204,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,156,"+"57,54,44,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,220,207,255,"+"255,177,211,255,"+"255,174,211,255,"+"255,238,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"71,68,55,253,"+"115,108,91,254,"+"204,194,163,255,"+"65,62,51,255,"+"89,90,87,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"186,106,105,255,"+"242,0,0,255,"+"242,0,0,255,"+"240,0,0,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"120,120,119,252,"+"0,0,0,255,"+"0,0,0,152,"+"0,0,0,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,227,"+"158,151,127,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"244,234,196,254,"+"232,220,186,250,"+"255,243,205,254,"+"126,120,100,252,"+"44,42,33,253,"+"255,243,205,255,"+"125,120,100,253,"+"23,24,23,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"184,109,108,255,"+"242,0,0,255,"+"242,0,0,255,"+"214,50,50,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"98,99,98,251,"+"7,7,6,254,"+"0,0,0,194,"+"0,0,0,48,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"239,229,193,253,"+"209,199,168,255,"+"232,221,186,255,"+"247,236,198,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"148,138,98,251,"+"210,195,127,242,"+"255,243,205,253,"+"183,174,147,253,"+"14,12,9,255,"+"255,243,205,255,"+"236,225,188,253,"+"3,3,2,255,"+"136,137,135,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"172,124,122,254,"+"240,0,0,255,"+"242,0,0,255,"+"186,80,79,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"134,135,133,252,"+"39,39,38,252,"+"0,0,0,255,"+"0,0,0,139,"+"0,0,0,14,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,240,"+"23,22,16,253,"+"107,102,84,254,"+"109,104,86,253,"+"107,102,84,255,"+"6,5,3,254,"+"0,0,0,255,"+"0,0,0,255,"+"67,64,52,255,"+"250,239,201,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,242,197,255,"+"253,221,26,255,"+"229,197,11,255,"+"149,142,120,251,"+"0,0,0,254,"+"92,87,72,251,"+"255,243,205,255,"+"255,243,205,255,"+"33,31,24,254,"+"98,99,97,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"109,40,39,253,"+"225,0,0,253,"+"51,1,1,254,"+"124,125,123,251,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"100,101,99,252,"+"2,2,2,254,"+"0,0,0,187,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,37,"+"0,0,0,123,"+"0,0,0,162,"+"0,0,0,201,"+"0,0,0,163,"+"0,0,0,150,"+"0,0,0,244,"+"1,1,1,255,"+"78,74,61,255,"+"244,234,196,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,238,158,255,"+"255,220,7,255,"+"108,99,54,254,"+"84,76,34,255,"+"230,201,26,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"89,84,69,254,"+"75,75,74,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"24,25,24,253,"+"0,0,0,118,"+"0,0,0,173,"+"33,33,33,254,"+"154,155,153,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"126,127,126,252,"+"0,0,0,255,"+"0,0,0,32,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,90,"+"0,0,0,243,"+"148,140,118,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,239,167,255,"+"255,220,7,255,"+"255,235,138,255,"+"255,229,94,255,"+"255,221,16,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"186,177,149,252,"+"3,3,3,255,"+"151,152,150,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"5,6,5,255,"+"0,0,0,64,"+"0,0,0,57,"+"0,0,0,239,"+"55,55,54,252,"+"156,157,155,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"25,26,25,253,"+"0,0,0,138,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,97,"+"28,27,19,250,"+"219,208,176,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,204,255,"+"255,227,71,255,"+"255,220,7,255,"+"255,220,7,255,"+"255,233,121,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"36,34,27,253,"+"42,42,41,252,"+"110,110,109,255,"+"110,110,109,255,"+"110,110,109,255,"+"110,110,109,255,"+"110,110,109,255,"+"2,2,2,253,"+"0,0,0,58,"+"0,0,0,0,"+"0,0,0,59,"+"0,0,0,242,"+"44,44,43,251,"+"152,153,151,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"77,78,76,251,"+"0,0,0,194,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,148,"+"6,6,4,255,"+"107,102,84,254,"+"110,105,86,254,"+"96,91,75,255,"+"162,154,130,255,"+"230,219,184,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,204,255,"+"255,238,157,255,"+"255,237,147,255,"+"255,243,202,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"227,216,181,251,"+"95,90,75,254,"+"58,55,45,255,"+"58,55,45,255,"+"58,55,45,255,"+"30,28,21,255,"+"0,0,0,242,"+"0,0,0,114,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,50,"+"0,0,0,242,"+"76,76,75,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"111,113,110,253,"+"0,0,0,251,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,130,"+"0,0,0,168,"+"0,0,0,232,"+"24,23,17,255,"+"0,0,0,255,"+"2,2,1,255,"+"178,171,142,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"144,137,114,254,"+"0,0,0,176,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,103,"+"0,0,0,253,"+"107,107,106,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"139,140,138,254,"+"0,0,0,255,"+"0,0,0,67,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"150,143,120,255,"+"233,222,186,255,"+"68,64,52,255,"+"1,1,0,255,"+"223,212,179,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"25,23,17,252,"+"0,0,0,160,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,196,"+"74,75,73,251,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"33,33,33,251,"+"0,0,0,193,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"150,143,120,255,"+"255,243,205,255,"+"229,218,183,255,"+"1,1,1,255,"+"204,194,163,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,13,9,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,243,"+"104,105,103,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"134,135,133,253,"+"1,1,1,255,"+"0,0,0,68,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"150,143,120,255,"+"255,243,205,255,"+"254,242,205,255,"+"229,218,183,255,"+"254,242,204,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"220,209,176,253,"+"0,0,0,255,"+"0,0,0,40,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"132,133,131,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"26,26,26,252,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"215,205,173,254,"+"0,0,0,254,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"132,133,131,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,49,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,182,"+"116,110,92,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"117,118,116,254,"+"152,153,151,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,49,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,118,"+"43,41,33,253,"+"248,237,200,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"246,235,198,254,"+"150,143,121,253,"+"0,0,0,255,"+"0,0,0,248,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,250,"+"0,0,0,109,"+"0,0,0,12,"+"0,0,0,0,"+"0,0,0,238,"+"0,0,0,255,"+"10,10,10,253,"+"131,132,130,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,49,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,39,"+"0,0,0,236,"+"89,83,69,254,"+"202,193,162,254,"+"239,228,191,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"254,242,204,254,"+"48,45,35,252,"+"0,0,0,255,"+"3,35,43,253,"+"29,134,155,251,"+"41,174,201,254,"+"41,174,201,254,"+"25,120,141,252,"+"0,4,6,253,"+"0,0,0,205,"+"0,0,0,8,"+"0,0,0,0,"+"0,0,0,9,"+"0,0,0,176,"+"1,1,1,254,"+"105,107,104,249,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,49,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,59,"+"0,0,0,205,"+"0,0,0,245,"+"2,2,1,255,"+"86,81,67,251,"+"220,209,175,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"233,222,186,253,"+"20,17,12,248,"+"0,0,0,255,"+"47,192,224,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"49,199,232,251,"+"0,3,5,254,"+"0,0,0,116,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,138,"+"1,1,1,254,"+"133,134,133,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"59,60,59,253,"+"0,0,0,174,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,83,"+"0,0,0,213,"+"19,18,12,253,"+"231,220,184,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"228,218,182,252,"+"8,8,6,253,"+"7,54,65,253,"+"41,173,201,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"27,127,148,253,"+"0,0,0,236,"+"0,0,0,20,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,211,"+"65,66,65,254,"+"146,147,145,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"100,101,99,254,"+"0,0,0,249,"+"0,0,0,30,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,19,"+"0,0,0,220,"+"19,18,13,253,"+"208,198,166,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"253,241,203,254,"+"199,189,159,254,"+"6,6,5,254,"+"7,59,69,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,213,247,253,"+"3,32,40,253,"+"0,0,0,228,"+"0,0,0,40,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,142,"+"0,0,0,229,"+"20,20,19,253,"+"148,149,147,253,"+"158,159,157,255,"+"158,159,157,255,"+"153,154,152,253,"+"27,27,27,254,"+"0,0,0,207,"+"0,0,0,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,19,"+"0,0,0,181,"+"18,17,12,253,"+"246,235,198,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"251,240,202,254,"+"106,101,83,250,"+"0,1,2,254,"+"19,101,118,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"52,211,245,254,"+"6,51,61,252,"+"0,0,0,241,"+"0,0,0,27,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,21,"+"0,0,0,229,"+"23,23,22,253,"+"121,122,120,252,"+"156,157,155,254,"+"158,159,157,255,"+"137,138,136,251,"+"1,1,1,255,"+"0,0,0,61,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,19,"+"0,0,0,243,"+"128,121,101,250,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"233,222,187,254,"+"214,204,173,254,"+"56,53,42,252,"+"1,16,20,254,"+"44,184,215,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,220,254,253,"+"1,19,25,254,"+"0,0,0,120,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,0,0,194,"+"0,0,0,253,"+"30,31,30,252,"+"153,154,152,254,"+"144,145,143,254,"+"3,3,2,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,103,"+"12,11,7,255,"+"252,240,202,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"237,226,190,253,"+"193,184,155,254,"+"87,83,69,251,"+"0,2,2,255,"+"0,6,7,254,"+"13,79,93,252,"+"52,211,245,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,254,"+"0,0,0,140,"+"0,0,0,26,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,27,"+"0,0,0,251,"+"6,6,6,254,"+"1,1,1,255,"+"0,0,0,213,"+"0,0,0,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,24,"+"0,0,0,255,"+"32,31,23,250,"+"209,199,167,252,"+"140,133,111,251,"+"24,23,17,254,"+"3,3,2,255,"+"2,26,32,254,"+"12,77,91,253,"+"49,201,234,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"25,118,138,252,"+"0,0,0,250,"+"0,0,0,250,"+"0,0,0,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,0,0,89,"+"0,0,0,82,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,19,"+"0,0,0,239,"+"0,0,0,255,"+"0,0,0,255,"+"3,38,45,253,"+"32,145,168,253,"+"42,178,206,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"51,207,240,254,"+"10,67,79,252,"+"0,17,36,254,"+"0,18,39,254,"+"0,0,0,156,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,8,"+"0,0,0,185,"+"0,9,12,254,"+"17,93,108,253,"+"43,182,211,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,213,247,254,"+"54,218,252,254,"+"55,220,255,255,"+"54,218,252,254,"+"40,170,197,252,"+"1,22,27,253,"+"0,38,69,254,"+"0,143,244,255,"+"0,129,221,255,"+"0,2,6,255,"+"0,0,0,78,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,18,"+"0,0,0,195,"+"0,7,11,254,"+"39,163,190,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"46,192,223,253,"+"4,42,51,251,"+"1,13,18,255,"+"12,77,91,251,"+"1,22,27,253,"+"0,7,20,255,"+"1,95,161,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,82,143,255,"+"0,0,0,198,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,193,"+"5,46,55,252,"+"51,204,238,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"41,175,204,252,"+"0,1,2,254,"+"0,66,115,255,"+"0,132,223,255,"+"1,84,144,255,"+"1,115,194,255,"+"0,147,250,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,131,223,254,"+"0,2,6,255,"+"0,0,0,81,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,33,"+"0,0,0,254,"+"39,163,189,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"51,207,240,254,"+"34,148,172,250,"+"0,1,2,254,"+"0,86,150,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,81,142,254,"+"0,0,0,241,"+"0,0,0,80,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"37,158,185,250,"+"0,4,6,254,"+"0,23,45,255,"+"0,108,186,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,149,254,"+"0,1,3,255,"+"0,0,0,148,"+"0,0,0,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,6,7,255,"+"53,215,249,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,141,165,251,"+"0,3,9,255,"+"0,104,178,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,123,212,254,"+"0,11,27,255,"+"0,0,0,196,"+"0,0,0,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,25,"+"0,0,0,238,"+"22,113,131,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,216,251,255,"+"26,124,145,251,"+"0,3,7,255,"+"0,117,199,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,143,244,255,"+"0,32,62,254,"+"0,0,0,239,"+"0,0,0,67,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,18,"+"0,0,0,35,"+"0,0,0,159,"+"1,18,23,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,218,252,254,"+"19,103,122,251,"+"0,12,27,255,"+"0,128,219,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,85,146,255,"+"0,0,1,252,"+"0,0,0,49,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,0,0,249,"+"0,0,1,255,"+"0,0,2,254,"+"0,6,9,255,"+"54,216,250,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"51,207,240,254,"+"10,67,79,251,"+"0,11,26,255,"+"0,128,220,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,67,117,255,"+"0,0,0,201,"+"0,0,0,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,192,"+"0,23,45,247,"+"0,147,252,246,"+"0,131,225,247,"+"0,4,13,250,"+"26,124,146,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"52,209,242,254,"+"28,131,153,253,"+"1,16,22,253,"+"0,41,75,254,"+"0,143,244,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,143,244,255,"+"0,18,37,255,"+"0,0,0,191,"+"0,0,0,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,173,"+"0,0,1,252,"+"0,109,189,242,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,151,254,"+"6,54,65,255,"+"46,193,224,253,"+"54,219,254,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,218,252,254,"+"34,152,177,253,"+"1,16,22,253,"+"0,35,64,255,"+"1,115,194,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,143,244,255,"+"0,24,49,254,"+"0,0,0,201,"+"0,0,0,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,25,"+"0,0,0,255,"+"0,97,169,244,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,247,"+"0,142,243,239,"+"0,51,92,255,"+"0,3,9,255,"+"8,62,73,250,"+"42,175,203,255,"+"42,175,203,255,"+"40,170,198,253,"+"24,117,137,250,"+"2,30,36,252,"+"0,12,27,255,"+"0,110,189,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,143,244,255,"+"0,14,32,255,"+"0,0,0,152,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,137,"+"0,35,64,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"2,75,126,254,"+"0,146,247,255,"+"0,147,250,255,"+"0,64,113,254,"+"0,26,51,255,"+"0,26,51,255,"+"0,26,51,255,"+"0,51,90,255,"+"0,106,181,254,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,124,213,254,"+"0,4,12,255,"+"0,0,0,150,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,209,"+"0,98,168,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,124,213,254,"+"0,2,6,255,"+"0,0,0,99,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,38,"+"0,0,0,255,"+"0,133,226,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,97,169,254,"+"0,0,0,253,"+"0,0,0,79,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,28,52,255,"+"0,128,217,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,150,255,"+"0,0,0,251,"+"0,0,0,50,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,109,255,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,64,110,254,"+"0,0,0,228,"+"0,0,0,20,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,65,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,57,101,255,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,17,33,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,119,"+"0,33,61,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,252,255,"+"0,12,27,255,"+"0,128,218,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,0,0,65,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,9,"+"0,0,0,214,"+"0,87,152,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,34,63,255,"+"0,0,0,181,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,105,"+"0,12,27,255,"+"0,147,250,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,134,227,255,"+"0,0,1,255,"+"0,0,0,80,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"1,63,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,101,175,255,"+"0,46,84,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,77,133,255,"+"0,0,0,253,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,164,"+"0,66,116,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,146,250,255,"+"0,17,35,255,"+"0,127,217,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,61,105,254,"+"0,0,0,198,"+"0,0,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,241,"+"0,113,191,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,82,143,254,"+"0,52,93,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,142,243,255,"+"0,12,27,255,"+"0,0,0,145,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,129,220,255,"+"0,3,10,255,"+"0,139,238,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,123,211,254,"+"0,1,3,255,"+"0,0,0,51,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,61,"+"0,5,14,255,"+"0,147,251,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,66,116,255,"+"0,84,147,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,32,60,255,"+"0,0,0,118,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,37,68,255,"+"0,112,190,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,84,147,255,"+"0,0,0,206,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,120,"+"0,31,57,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,20,39,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,136,233,255,"+"0,2,6,255,"+"0,0,0,69,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,147,"+"0,64,112,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,141,240,255,"+"0,13,28,255,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,64,113,255,"+"0,0,0,205,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,141,240,255,"+"0,0,1,255,"+"0,0,0,57,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,57,101,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,108,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,108,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,108,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,5,"+"0,0,0,39,"+"0,0,0,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,113,193,255,"+"0,31,57,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,108,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,130,"+"0,0,1,255,"+"0,0,0,249,"+"0,0,0,137,"+"0,0,0,35,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,19,"+"0,0,0,20,"+"0,0,0,20,"+"0,0,0,20,"+"0,0,0,20,"+"0,0,0,20,"+"0,0,0,20,"+"0,0,0,20,"+"0,0,0,20,"+"0,0,0,26,"+"0,0,0,41,"+"0,0,0,205,"+"0,78,136,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,57,100,255,"+"0,100,172,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,70,123,255,"+"0,0,0,185,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,209,"+"0,99,170,255,"+"0,105,179,254,"+"0,23,46,254,"+"0,1,3,255,"+"0,0,0,247,"+"0,0,0,151,"+"0,0,0,147,"+"0,0,0,147,"+"0,0,0,147,"+"0,0,0,147,"+"0,0,0,147,"+"0,0,0,147,"+"0,0,0,147,"+"0,0,0,151,"+"0,0,0,247,"+"0,0,0,255,"+"0,1,3,255,"+"0,2,6,255,"+"0,2,6,255,"+"0,2,6,255,"+"0,2,6,255,"+"0,2,6,255,"+"0,2,6,255,"+"0,2,6,255,"+"0,2,6,255,"+"0,2,6,255,"+"0,11,25,255,"+"0,24,46,255,"+"0,125,213,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,146,249,255,"+"0,10,23,255,"+"0,141,240,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,19,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,251,255,"+"1,99,169,255,"+"2,67,115,255,"+"2,67,115,255,"+"2,67,115,255,"+"2,67,115,255,"+"2,67,115,255,"+"2,67,115,255,"+"2,67,115,255,"+"2,67,115,255,"+"2,67,115,255,"+"1,99,169,255,"+"1,133,223,255,"+"0,146,250,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,78,136,254,"+"0,53,96,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,82,"+"0,0,0,250,"+"0,0,0,255,"+"0,0,0,127,"+"0,0,0,34,"+"0,0,0,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,5,13,255,"+"0,146,250,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,133,226,254,"+"0,2,7,255,"+"0,138,235,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,132,226,255,"+"0,147,252,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,122,"+"1,1,0,255,"+"119,113,95,250,"+"157,149,125,250,"+"18,17,12,255,"+"2,2,1,255,"+"0,0,0,254,"+"0,0,0,127,"+"0,0,0,33,"+"0,0,0,19,"+"0,0,0,77,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,144,247,255,"+"0,28,55,254,"+"0,96,164,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,39,69,254,"+"0,86,150,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,56,"+"0,0,0,255,"+"154,147,124,251,"+"255,243,205,255,"+"245,235,197,254,"+"217,206,173,252,"+"51,48,39,251,"+"0,0,0,255,"+"1,1,1,255,"+"1,1,1,255,"+"1,1,1,255,"+"1,1,0,255,"+"0,5,14,255,"+"0,147,252,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,143,244,255,"+"0,30,57,255,"+"0,51,91,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,135,230,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,18,"+"0,0,0,31,"+"0,0,0,35,"+"0,0,0,39,"+"0,0,0,158,"+"8,8,5,251,"+"148,141,118,255,"+"75,70,57,252,"+"4,4,3,255,"+"7,6,5,255,"+"61,56,46,252,"+"192,183,154,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,49,87,255,"+"0,67,118,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,15,"+"0,0,0,103,"+"0,0,0,229,"+"0,0,0,254,"+"0,0,0,255,"+"1,1,0,255,"+"4,3,2,254,"+"16,14,10,255,"+"16,14,10,255,"+"34,32,25,255,"+"70,65,54,255,"+"70,65,54,255,"+"81,77,64,252,"+"192,183,154,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"219,209,177,254,"+"1,9,19,255,"+"0,143,244,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,117,199,255,"+"0,20,41,255,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,9,"+"0,0,0,100,"+"0,0,0,255,"+"6,6,4,255,"+"33,31,24,255,"+"98,93,76,248,"+"184,176,147,254,"+"192,183,153,250,"+"254,242,205,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"96,91,76,249,"+"0,55,98,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,56,100,254,"+"0,98,169,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,20,39,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,179,"+"9,7,5,255,"+"224,213,180,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"253,241,204,255,"+"244,234,196,255,"+"242,231,194,255,"+"202,193,163,251,"+"151,144,120,254,"+"152,144,120,254,"+"239,229,191,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"242,231,195,254,"+"12,11,7,254,"+"0,117,200,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,135,230,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,251,255,"+"0,6,16,255,"+"0,143,241,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,100,172,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"206,196,164,253,"+"255,243,205,255,"+"251,240,202,255,"+"245,234,197,255,"+"231,220,185,255,"+"200,190,160,252,"+"150,143,120,255,"+"76,71,58,252,"+"25,23,18,255,"+"0,0,0,255,"+"1,1,0,255,"+"10,9,6,255,"+"59,55,45,254,"+"6,6,3,254,"+"11,9,6,254,"+"208,198,167,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"103,98,82,252,"+"0,78,136,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,24,44,255,"+"0,128,218,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,39,71,254,"+"0,0,0,155,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,238,"+"17,14,10,255,"+"10,9,6,255,"+"14,12,9,255,"+"0,0,0,255,"+"0,0,0,251,"+"0,0,0,210,"+"0,0,0,233,"+"0,0,0,255,"+"153,145,121,254,"+"229,218,183,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"80,76,63,252,"+"84,80,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"1,61,105,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,146,249,255,"+"0,5,14,255,"+"0,143,243,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,92,157,255,"+"0,57,101,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,251,255,"+"0,7,18,255,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,53,"+"0,0,0,112,"+"0,0,0,89,"+"0,0,0,112,"+"0,0,0,27,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,209,"+"76,72,59,248,"+"178,169,142,247,"+"239,229,192,255,"+"245,235,197,255,"+"245,235,197,255,"+"233,222,187,255,"+"63,60,49,252,"+"77,73,60,255,"+"253,241,203,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"254,242,204,255,"+"236,225,189,255,"+"97,92,77,252,"+"0,0,0,255,"+"0,114,193,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,136,230,255,"+"0,23,44,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,239,255,"+"0,9,24,255,"+"0,116,198,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,12,"+"0,0,0,231,"+"1,1,1,254,"+"1,1,1,255,"+"1,1,0,255,"+"1,1,0,255,"+"3,2,2,255,"+"11,10,6,255,"+"1,1,1,255,"+"137,131,108,250,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"244,234,196,254,"+"106,101,84,250,"+"0,0,0,252,"+"0,0,0,248,"+"1,63,108,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,131,224,255,"+"2,49,83,255,"+"2,45,78,255,"+"2,45,78,255,"+"0,89,152,254,"+"0,139,237,255,"+"0,139,237,255,"+"0,143,244,255,"+"0,147,251,255,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,57,102,254,"+"0,83,145,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,117,200,255,"+"0,25,49,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,118,200,255,"+"0,0,0,245,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,186,"+"88,84,69,249,"+"254,242,204,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"249,239,200,255,"+"81,77,64,255,"+"127,121,101,252,"+"254,242,204,255,"+"255,243,205,255,"+"247,236,199,255,"+"225,214,179,253,"+"15,13,9,252,"+"0,0,0,241,"+"0,0,0,86,"+"0,0,0,127,"+"1,63,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,252,255,"+"0,94,160,254,"+"0,0,0,254,"+"0,0,0,177,"+"0,0,0,113,"+"0,0,0,120,"+"0,0,0,229,"+"0,0,0,241,"+"0,0,0,243,"+"0,0,0,253,"+"0,0,0,255,"+"0,28,52,255,"+"0,112,193,254,"+"0,146,250,255,"+"0,147,251,255,"+"0,147,251,255,"+"0,147,251,255,"+"0,143,244,255,"+"0,19,36,255,"+"0,135,230,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,144,245,255,"+"0,3,10,255,"+"0,140,239,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,99,171,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,88,"+"0,0,0,254,"+"128,122,101,255,"+"153,146,123,255,"+"155,148,123,254,"+"108,102,85,252,"+"5,4,3,255,"+"0,0,0,255,"+"0,0,0,255,"+"157,150,126,251,"+"146,140,117,250,"+"0,0,0,255,"+"0,0,0,254,"+"0,0,0,200,"+"0,0,0,25,"+"0,0,0,0,"+"0,0,0,124,"+"0,54,95,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,141,240,254,"+"0,21,43,255,"+"0,0,0,247,"+"0,0,0,91,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,22,"+"0,0,0,140,"+"0,0,0,245,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,23,44,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,108,255,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,54,96,255,"+"0,0,0,146,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,174,"+"0,0,0,254,"+"27,25,19,255,"+"63,59,49,254,"+"73,67,55,253,"+"192,184,153,251,"+"243,233,196,254,"+"60,55,45,252,"+"0,0,0,255,"+"0,0,0,243,"+"0,0,0,135,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,75,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,131,223,255,"+"1,76,130,255,"+"0,0,0,253,"+"0,0,0,203,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"1,63,108,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,109,255,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,145,248,255,"+"0,7,19,255,"+"0,0,0,65,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,176,"+"0,0,0,255,"+"118,113,94,252,"+"155,147,124,255,"+"107,102,84,253,"+"0,0,0,254,"+"0,0,0,243,"+"0,0,0,150,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,110,"+"0,27,51,254,"+"0,146,249,255,"+"0,136,233,255,"+"1,77,134,254,"+"0,0,0,253,"+"0,0,0,215,"+"0,0,0,59,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,145,"+"0,64,112,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,109,255,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,145,248,255,"+"0,32,60,255,"+"0,0,0,217,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,104,"+"0,0,0,231,"+"0,0,0,231,"+"0,0,0,231,"+"0,0,0,93,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,69,"+"0,0,0,252,"+"0,0,0,255,"+"0,0,0,246,"+"0,0,0,221,"+"0,0,0,77,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,222,"+"0,104,177,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,109,255,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,146,250,255,"+"0,27,53,255,"+"0,0,0,217,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,80,"+"0,0,0,205,"+"0,0,0,67,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,109,255,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,50,88,255,"+"0,0,0,221,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,109,255,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,176,254,"+"0,0,0,248,"+"0,0,0,28,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,108,255,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,37,68,255,"+"0,0,0,136,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,56,255,"+"0,114,192,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,108,186,254,"+"0,0,0,251,"+"0,0,0,11,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,119,203,254,"+"0,0,0,254,"+"0,0,0,111,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,37,69,255,"+"0,0,0,137,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,138,234,255,"+"0,0,0,255,"+"0,0,0,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,90,153,255,"+"0,0,0,199,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,108,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,108,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,250,"+"0,119,202,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,60,104,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,186,"+"0,78,139,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,132,224,255,"+"0,34,63,255,"+"0,0,0,251,"+"0,0,0,86,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,144,"+"1,63,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,20,39,255,"+"0,140,237,255,"+"0,130,221,254,"+"0,0,0,254,"+"0,0,0,174,"+"0,0,0,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"1,63,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,16,32,255,"+"0,147,250,255,"+"0,18,35,255,"+"0,0,0,159,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,122,"+"0,39,71,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,121,206,255,"+"0,10,22,254,"+"1,53,94,254,"+"0,0,0,219,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,22,"+"0,0,0,254,"+"0,134,227,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,255,"+"0,0,0,246,"+"0,0,0,30,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,200,"+"0,96,164,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,207,"+"0,0,0,9,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,135,"+"0,41,75,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,197,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,135,229,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,14,31,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,249,"+"0,119,204,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,101,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,149,"+"0,62,108,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,119,203,255,"+"0,0,0,254,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,92,"+"0,14,31,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,101,174,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,5,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,66,116,255,"+"0,0,0,164,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,252,"+"0,120,204,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,40,74,255,"+"0,0,0,121,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,153,"+"0,63,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,10,23,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"1,63,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,120,"+"0,32,57,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,175,255,"+"0,0,0,203,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,119,203,255,"+"0,0,0,253,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,61,"+"0,3,10,255,"+"0,147,251,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,77,136,254,"+"0,0,0,245,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,248,"+"0,112,189,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,250,255,"+"0,3,9,255,"+"0,0,0,82,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,157,"+"0,41,76,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,62,107,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,3,10,255,"+"0,137,234,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,90,153,255,"+"0,0,0,189,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,214,"+"0,0,0,255,"+"1,37,68,255,"+"1,113,192,254,"+"1,139,234,253,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,197,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,24,"+"0,0,0,163,"+"0,0,0,253,"+"0,0,0,255,"+"0,0,0,255,"+"0,1,3,255,"+"1,51,88,255,"+"1,94,160,254,"+"0,141,240,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,133,226,255,"+"0,0,0,254,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"27,127,148,255,"+"54,216,250,255,"+"44,183,213,249,"+"31,140,163,255,"+"5,48,58,249,"+"0,0,1,255,"+"1,41,73,255,"+"2,133,221,254,"+"0,148,253,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,252,255,"+"0,3,7,255,"+"0,0,0,95,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"51,206,240,252,"+"18,99,116,251,"+"1,12,16,255,"+"0,0,1,255,"+"0,24,46,255,"+"0,113,193,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,105,181,255,"+"0,0,0,254,"+"0,0,0,118,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,219,254,255,"+"53,213,247,255,"+"40,168,194,251,"+"2,24,30,251,"+"0,1,2,255,"+"0,57,102,254,"+"2,131,219,255,"+"2,131,219,255,"+"2,131,219,255,"+"1,138,232,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,112,192,254,"+"0,0,0,254,"+"0,0,0,102,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,219,254,255,"+"51,203,237,252,"+"11,74,88,250,"+"2,28,35,255,"+"2,28,35,255,"+"2,28,35,255,"+"1,12,17,255,"+"0,0,1,255,"+"0,0,1,255,"+"0,1,2,255,"+"0,9,24,255,"+"0,118,201,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,93,160,255,"+"0,0,0,189,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,218,253,255,"+"54,215,250,255,"+"53,213,247,255,"+"52,209,242,255,"+"38,165,191,248,"+"0,0,0,254,"+"0,76,132,255,"+"0,143,242,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"47,193,225,252,"+"3,41,49,251,"+"0,0,1,255,"+"0,2,6,255,"+"1,71,124,254,"+"0,147,250,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,119,203,255,"+"0,0,0,249,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,216,250,254,"+"46,193,224,250,"+"9,65,76,251,"+"0,0,1,255,"+"0,26,50,255,"+"2,60,101,255,"+"2,60,101,255,"+"2,62,106,255,"+"0,133,226,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,213,246,254,"+"34,152,177,250,"+"29,136,158,255,"+"29,136,158,255,"+"17,94,110,252,"+"0,3,6,255,"+"0,1,2,255,"+"0,3,7,255,"+"0,48,85,254,"+"0,137,235,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,19,37,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,217,251,255,"+"52,209,241,254,"+"50,201,235,252,"+"14,83,98,248,"+"0,0,1,255,"+"0,10,25,255,"+"1,79,136,254,"+"1,131,221,255,"+"1,131,221,255,"+"1,139,235,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,26,49,255,"+"0,0,0,107,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,215,249,254,"+"42,176,205,249,"+"6,54,65,248,"+"2,28,34,254,"+"1,22,27,254,"+"0,0,0,255,"+"0,2,5,255,"+"1,42,76,255,"+"2,61,103,255,"+"2,61,103,255,"+"0,13,28,255,"+"0,0,0,188,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,49,"+"0,0,0,133,"+"0,0,0,138,"+"0,0,0,138,"+"0,0,0,138,"+"0,0,0,71,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"35,153,177,250,"+"0,0,0,253,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,193,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,76,90,254,"+"0,0,0,166,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"49,196,228,252,"+"0,1,1,255,"+"0,0,0,76,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,251,"+"0,0,0,207,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"35,152,178,251,"+"0,0,0,254,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,137,159,253,"+"3,34,42,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,216,251,252,"+"1,20,25,253,"+"0,0,0,143,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"39,167,193,252,"+"0,5,6,254,"+"54,216,250,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"19,102,119,252,"+"0,0,0,234,"+"0,0,0,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,219,253,254,"+"0,7,11,255,"+"40,170,197,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,180,209,250,"+"0,0,0,255,"+"0,0,0,84,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,69,82,254,"+"28,130,151,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"9,62,74,252,"+"0,0,0,198,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"15,83,97,252,"+"13,78,91,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"45,188,220,253,"+"0,0,0,255,"+"0,0,0,50,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,220,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"8,61,73,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"9,63,74,252,"+"0,0,0,217,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,20,"+"0,0,0,255,"+"43,182,212,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,180,209,254,"+"1,11,14,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"41,174,202,252,"+"0,0,0,255,"+"0,0,0,71,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,7,11,255,"+"54,218,252,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"49,199,232,251,"+"0,0,1,255,"+"47,192,224,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,78,92,254,"+"0,0,0,179,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,20,25,252,"+"29,134,156,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"35,154,179,249,"+"0,1,1,255,"+"0,0,0,81,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"30,137,160,251,"+"1,12,17,253,"+"54,217,252,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"34,149,173,252,"+"0,0,0,255,"+"0,0,0,194,"+"0,0,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,217,252,254,"+"1,23,29,251,"+"31,138,161,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,240,"+"0,0,0,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"22,111,131,251,"+"1,19,25,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,205,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,192,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,5,6,255,"+"54,215,249,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,139,162,252,"+"0,0,0,243,"+"0,0,0,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,13,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,217,251,254,"+"0,6,10,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"30,137,159,254,"+"4,45,54,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"0,0,0,67,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,139,162,252,"+"2,31,38,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"7,57,68,251,"+"0,0,0,173,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"50,205,238,253,"+"0,4,6,255,"+"46,190,221,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,151,254,"+"0,0,0,221,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,12,16,253,"+"36,155,182,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,181,210,254,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,252,"+"18,99,116,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"30,135,157,252,"+"3,33,40,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"40,172,200,253,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,1,1,255,"+"50,201,234,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,151,254,"+"0,0,0,200,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,249,"+"34,149,174,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,219,253,254,"+"0,9,12,255,"+"41,175,205,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,193,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"9,63,75,254,"+"28,130,152,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,76,90,254,"+"0,0,0,159,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"20,103,121,252,"+"13,80,94,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"33,144,168,251,"+"2,24,30,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,20,25,254,"+"0,0,0,105,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"24,116,136,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,5,7,255,"+"53,213,247,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"45,187,217,254,"+"0,0,0,255,"+"0,0,0,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,137,"+"11,71,84,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,218,253,254,"+"1,11,15,252,"+"36,157,184,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,139,161,254,"+"0,0,0,232,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,85,"+"1,12,17,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,68,80,254,"+"28,130,151,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"18,96,113,252,"+"0,0,0,184,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,75,89,252,"+"19,101,118,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"0,0,0,131,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,58,"+"0,0,0,255,"+"46,191,222,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,139,163,251,"+"2,24,31,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"0,0,0,196,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"50,202,236,251,"+"0,1,1,255,"+"45,184,214,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,13,18,254,"+"0,0,0,255,"+"0,0,0,149,"+"0,0,0,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,253,"+"37,157,184,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"7,61,74,253,"+"24,116,136,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"45,142,160,255,"+"7,28,32,255,"+"0,0,0,235,"+"0,0,0,106,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,185,"+"12,78,92,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"26,124,146,254,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"59,202,231,255,"+"55,215,249,255,"+"36,135,154,254,"+"0,0,0,254,"+"0,0,0,187,"+"0,0,0,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,75,"+"0,0,0,254,"+"16,91,106,252,"+"54,219,254,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"59,202,231,255,"+"55,220,255,255,"+"55,220,255,255,"+"51,192,222,255,"+"10,44,50,255,"+"0,0,0,245,"+"0,0,0,123,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,69,"+"0,0,0,241,"+"9,63,75,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"59,202,231,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"56,217,251,255,"+"42,151,174,254,"+"3,18,21,255,"+"0,0,0,223,"+"0,0,0,81,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,45,"+"0,0,0,246,"+"16,90,105,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,152,254,"+"7,59,70,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"55,191,219,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,212,245,255,"+"33,123,142,254,"+"0,2,2,254,"+"0,0,0,209,"+"0,0,0,102,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,0,0,252,"+"16,93,108,250,"+"54,218,253,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,180,209,254,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,66,78,254,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,204,237,255,"+"34,118,135,254,"+"2,9,10,255,"+"0,0,0,217,"+"0,0,0,103,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,69,"+"0,0,0,240,"+"2,26,32,253,"+"35,156,181,249,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,5,7,255,"+"54,218,252,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,206,239,255,"+"43,141,159,254,"+"25,83,94,253,"+"0,0,0,228,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,24,"+"0,0,0,153,"+"0,0,0,254,"+"6,49,60,253,"+"46,189,220,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,215,249,254,"+"0,6,7,255,"+"44,185,215,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"57,201,231,255,"+"0,0,0,255,"+"0,0,0,53,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,41,"+"0,0,0,187,"+"0,3,5,254,"+"17,94,111,251,"+"52,207,241,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"4,42,51,253,"+"30,133,155,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"24,95,109,254,"+"0,0,0,237,"+"0,0,0,107,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,5,"+"0,0,0,93,"+"0,0,0,226,"+"0,9,12,254,"+"13,81,96,254,"+"27,126,147,250,"+"55,220,255,255,"+"55,220,255,255,"+"20,105,123,252,"+"10,67,80,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,218,253,255,"+"30,109,126,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,26,"+"0,0,0,173,"+"0,0,0,209,"+"0,0,0,152,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,94,"+"0,0,0,169,"+"0,0,0,251,"+"2,32,39,253,"+"17,93,108,253,"+"32,141,164,249,"+"0,2,2,254,"+"49,201,233,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,91,"+"0,0,0,179,"+"0,0,0,179,"+"0,0,0,179,"+"0,0,0,189,"+"0,0,0,246,"+"28,6,6,254,"+"65,24,23,254,"+"0,0,0,253,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,31,"+"0,0,0,148,"+"0,0,0,248,"+"0,1,1,248,"+"0,0,0,255,"+"41,174,202,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"19,100,118,253,"+"31,103,118,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"40,141,161,255,"+"0,0,0,245,"+"0,0,0,207,"+"0,0,0,198,"+"0,0,0,232,"+"0,0,0,255,"+"4,1,1,255,"+"102,97,80,254,"+"120,114,95,255,"+"120,114,95,255,"+"10,9,6,253,"+"1,0,0,255,"+"112,49,48,254,"+"120,53,52,255,"+"6,1,1,255,"+"0,0,0,218,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,17,"+"0,0,0,142,"+"0,0,0,249,"+"28,130,151,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"36,158,183,252,"+"13,46,51,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"13,46,53,255,"+"141,135,113,253,"+"126,120,100,253,"+"125,119,99,254,"+"193,184,155,254,"+"204,179,151,253,"+"129,62,59,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"235,224,187,253,"+"71,67,55,252,"+"51,16,16,255,"+"123,56,55,255,"+"116,51,50,255,"+"3,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,172,"+"14,84,99,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"10,32,34,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,32,34,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"229,202,172,255,"+"129,61,57,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"232,222,186,252,"+"3,3,2,255,"+"99,42,41,254,"+"123,56,55,255,"+"16,2,2,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"7,57,69,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"2,6,7,255,"+"50,179,205,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,32,34,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"232,206,175,253,"+"131,63,60,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"79,75,61,254,"+"83,34,33,255,"+"123,56,55,255,"+"48,14,14,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,75,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"13,45,51,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,51,57,254,"+"153,145,122,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"249,234,197,254,"+"129,60,57,255,"+"241,222,187,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"85,81,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"51,17,17,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,1,2,255,"+"50,203,236,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,254,"+"37,142,163,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"42,142,161,255,"+"85,81,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"133,66,62,254,"+"203,166,143,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"85,81,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"51,17,17,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,248,"+"33,148,172,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,217,251,254,"+"0,10,13,253,"+"0,0,0,229,"+"1,7,10,255,"+"43,143,162,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,202,232,254,"+"5,26,31,255,"+"121,115,96,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"181,135,117,253,"+"139,75,69,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"85,81,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"51,17,17,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,160,"+"12,75,87,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,77,91,251,"+"0,0,0,195,"+"0,0,0,101,"+"0,0,0,254,"+"27,91,102,254,"+"54,204,236,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"16,62,70,255,"+"95,90,75,252,"+"250,239,201,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"241,222,188,254,"+"126,57,56,255,"+"227,200,170,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"44,42,34,253,"+"88,36,35,255,"+"123,56,55,255,"+"51,17,17,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,98,"+"1,17,22,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"40,168,194,251,"+"0,0,0,253,"+"0,0,0,89,"+"0,0,0,120,"+"0,0,0,228,"+"5,27,31,255,"+"55,202,233,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"37,142,162,254,"+"38,36,30,254,"+"244,233,196,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"170,120,105,252,"+"157,102,91,253,"+"255,243,205,255,"+"255,243,205,255,"+"209,199,167,251,"+"3,1,1,255,"+"120,54,53,254,"+"120,53,52,255,"+"4,1,1,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"9,65,77,254,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,22,"+"0,0,0,191,"+"25,90,102,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"27,91,103,255,"+"145,139,117,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"230,204,173,253,"+"125,56,54,255,"+"235,212,178,253,"+"255,243,205,255,"+"136,130,108,253,"+"46,14,14,255,"+"123,56,55,255,"+"75,28,28,254,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,83,"+"6,27,31,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"27,91,103,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"174,124,108,252,"+"142,79,73,254,"+"200,165,141,252,"+"13,12,9,254,"+"90,36,36,254,"+"123,56,55,255,"+"24,5,4,255,"+"0,0,0,236,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,18,"+"0,0,0,251,"+"45,142,160,254,"+"61,197,224,254,"+"61,197,224,254,"+"61,198,225,254,"+"56,219,254,254,"+"27,91,103,255,"+"28,26,20,255,"+"81,77,62,253,"+"225,214,180,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"253,240,203,254,"+"222,192,162,253,"+"116,79,68,253,"+"18,3,3,254,"+"123,55,54,255,"+"123,56,55,255,"+"16,2,2,255,"+"0,0,0,65,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,114,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,255,"+"2,18,21,255,"+"3,17,19,255,"+"0,0,0,170,"+"0,0,0,254,"+"30,27,22,253,"+"188,180,150,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"251,240,202,255,"+"52,50,39,252,"+"53,18,18,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,73,85,255,"+"0,0,0,138,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,15,"+"0,0,0,73,"+"0,0,0,87,"+"0,0,0,18,"+"0,0,0,104,"+"0,0,0,248,"+"6,5,3,254,"+"235,224,187,253,"+"255,243,205,255,"+"234,209,178,254,"+"214,180,153,255,"+"165,117,103,255,"+"164,116,103,255,"+"131,93,81,255,"+"0,0,0,255,"+"88,37,37,255,"+"123,56,55,255,"+"117,51,50,255,"+"0,0,0,255,"+"0,0,0,27,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"26,126,147,252,"+"0,0,0,244,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,229,"+"102,48,45,254,"+"127,58,56,255,"+"124,56,55,255,"+"133,64,61,255,"+"157,105,95,255,"+"155,103,93,255,"+"122,79,71,255,"+"1,0,0,255,"+"117,52,51,254,"+"123,56,55,255,"+"116,51,50,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,11,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,41,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,70,"+"7,1,1,255,"+"169,149,126,253,"+"239,218,184,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"116,51,50,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,37,"+"0,0,0,254,"+"41,171,200,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,217,251,254,"+"4,45,54,251,"+"0,0,0,171,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,199,"+"118,111,94,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"204,194,162,253,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"116,51,50,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,207,"+"28,130,152,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"40,169,197,253,"+"0,0,0,253,"+"0,0,0,40,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,131,"+"85,81,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"41,12,11,255,"+"123,56,55,255,"+"123,56,55,255,"+"116,51,50,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"26,124,145,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,219,253,254,"+"4,44,53,251,"+"0,0,0,204,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"85,81,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"51,17,17,255,"+"123,56,55,255,"+"123,56,55,255,"+"93,39,38,254,"+"0,0,0,249,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,157,"+"9,66,78,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"46,193,225,253,"+"0,2,2,255,"+"0,0,0,110,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"37,35,27,255,"+"149,142,120,255,"+"176,169,141,255,"+"176,169,141,255,"+"158,151,127,255,"+"65,62,50,255,"+"51,17,17,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"0,0,0,197,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,88,"+"1,11,16,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"26,125,146,253,"+"0,0,0,247,"+"0,0,0,41,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"23,6,6,255,"+"37,11,11,255,"+"24,5,5,255,"+"24,5,5,255,"+"37,11,11,255,"+"53,20,20,255,"+"51,17,17,255,"+"123,56,55,255,"+"123,56,55,255,"+"67,25,25,255,"+"0,0,0,186,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,6,9,255,"+"54,219,253,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,254,"+"3,33,41,253,"+"0,0,0,160,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,167,"+"95,42,41,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"114,51,51,255,"+"51,17,17,255,"+"123,56,55,255,"+"123,56,55,255,"+"44,13,13,255,"+"0,0,0,131,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,21,"+"0,0,0,255,"+"44,186,216,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"30,138,161,251,"+"0,0,0,239,"+"0,0,0,23,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"90,39,39,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"114,51,51,255,"+"51,17,17,255,"+"123,56,55,255,"+"120,54,53,255,"+"3,0,0,255,"+"0,0,0,85,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,238,"+"32,145,169,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,215,250,254,"+"3,34,41,253,"+"0,0,0,167,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,208,"+"2,0,0,255,"+"9,2,2,255,"+"9,2,2,255,"+"9,2,2,255,"+"7,2,2,255,"+"6,1,1,255,"+"51,17,17,255,"+"123,56,55,255,"+"100,42,41,255,"+"0,0,0,254,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"39,167,195,252,"+"0,0,0,253,"+"0,0,0,65,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,115,"+"0,0,0,255,"+"171,163,137,252,"+"177,170,142,255,"+"172,164,138,255,"+"179,171,143,255,"+"189,180,151,255,"+"85,81,67,254,"+"51,17,17,255,"+"123,56,55,255,"+"60,21,20,255,"+"0,0,0,185,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,215,249,253,"+"4,40,49,253,"+"0,0,0,176,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,52,"+"0,0,0,208,"+"2,2,1,255,"+"119,113,95,250,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"238,227,190,253,"+"15,13,10,253,"+"52,17,17,253,"+"123,56,55,255,"+"51,17,17,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,69,82,250,"+"0,6,9,255,"+"0,4,6,255,"+"0,0,0,254,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,186,"+"79,75,62,254,"+"226,216,181,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"238,226,189,253,"+"205,195,165,255,"+"48,45,36,253,"+"5,1,1,255,"+"105,45,44,254,"+"123,56,55,255,"+"26,5,5,254,"+"0,0,0,116,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"25,121,141,251,"+"0,0,0,248,"+"0,0,0,72,"+"0,0,0,51,"+"0,0,0,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,252,"+"194,184,155,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"38,35,27,253,"+"0,0,0,255,"+"0,0,0,255,"+"79,31,31,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"0,0,0,66,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,214,247,254,"+"2,26,33,253,"+"0,0,0,243,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,48,"+"0,0,0,255,"+"216,206,174,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"177,169,142,250,"+"0,0,0,255,"+"0,0,0,32,"+"0,0,0,191,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"52,209,243,252,"+"34,151,176,253,"+"7,52,63,253,"+"3,3,2,254,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,42,"+"0,0,0,250,"+"69,65,53,253,"+"212,202,170,252,"+"226,215,180,253,"+"207,198,166,254,"+"28,27,20,254,"+"0,0,0,160,"+"0,0,0,0,"+"0,0,0,191,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,168,"+"5,46,55,253,"+"55,220,255,255,"+"55,220,255,255,"+"47,194,226,253,"+"42,179,208,254,"+"42,179,208,254,"+"42,179,208,254,"+"42,179,208,254,"+"31,138,161,252,"+"13,79,93,253,"+"3,39,46,253,"+"0,2,3,255,"+"22,19,15,253,"+"124,118,98,253,"+"190,181,152,254,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,55,"+"0,0,0,199,"+"1,1,1,255,"+"1,1,1,255,"+"0,0,0,254,"+"0,0,0,229,"+"0,0,0,16,"+"0,0,0,0,"+"0,0,0,171,"+"16,3,3,255,"+"108,46,45,255,"+"114,50,49,255,"+"10,1,1,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,36,"+"0,0,0,254,"+"6,51,61,254,"+"3,38,45,254,"+"0,1,1,255,"+"18,17,12,254,"+"18,17,12,254,"+"18,17,12,254,"+"18,17,12,254,"+"27,25,19,253,"+"107,102,85,253,"+"167,159,134,255,"+"216,206,173,253,"+"253,241,203,254,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,42,"+"0,0,0,42,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,16,"+"0,0,0,188,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,229,"+"0,0,0,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,88,"+"0,0,0,107,"+"0,0,0,144,"+"16,13,10,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,48,"+"1,1,1,255,"+"229,218,183,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,6,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"241,230,194,254,"+"6,5,3,255,"+"0,0,0,93,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"108,103,85,251,"+"0,0,0,237,"+"0,0,0,35,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"247,237,199,255,"+"57,55,45,252,"+"0,0,0,195,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,51,"+"2,1,1,255,"+"232,221,185,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"196,187,158,252,"+"0,0,0,255,"+"32,5,5,56,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,103,"+"0,0,0,239,"+"0,0,0,215,"+"0,0,0,97,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,95,"+"14,12,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"127,87,77,252,"+"117,51,50,209,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,205,"+"2,1,1,254,"+"129,122,102,252,"+"118,111,93,253,"+"0,0,0,246,"+"0,0,0,147,"+"0,0,0,50,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,16,"+"0,0,0,73,"+"0,0,0,136,"+"0,0,0,141,"+"0,0,0,141,"+"0,0,0,141,"+"0,0,0,228,"+"106,101,84,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"251,236,199,254,"+"141,79,73,254,"+"86,36,35,255,"+"0,0,0,130,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"187,178,149,252,"+"255,243,205,255,"+"254,242,204,254,"+"145,138,115,252,"+"25,23,18,255,"+"0,0,0,197,"+"0,0,0,177,"+"0,0,0,210,"+"0,0,0,225,"+"0,0,0,197,"+"0,0,0,197,"+"0,0,0,197,"+"0,0,0,226,"+"5,5,3,255,"+"43,41,32,253,"+"93,88,73,255,"+"93,88,73,255,"+"95,53,48,255,"+"85,41,39,252,"+"232,218,184,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"244,228,193,253,"+"145,86,79,253,"+"143,82,76,253,"+"131,118,99,254,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,215,"+"123,117,98,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"91,85,71,254,"+"39,36,30,253,"+"104,99,82,252,"+"50,46,37,255,"+"44,13,13,255,"+"86,35,35,255,"+"86,35,35,255,"+"86,35,35,255,"+"56,19,18,254,"+"126,120,101,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"205,170,144,253,"+"139,75,69,254,"+"160,104,93,252,"+"250,235,198,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"246,231,195,254,"+"153,95,85,254,"+"147,92,82,253,"+"246,231,195,253,"+"175,167,140,253,"+"0,0,0,242,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"25,23,17,254,"+"224,213,180,254,"+"255,243,205,255,"+"255,243,205,255,"+"242,232,195,253,"+"250,239,201,254,"+"255,243,205,255,"+"84,80,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"84,80,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"240,221,186,254,"+"145,85,78,252,"+"164,112,99,252,"+"251,238,200,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"254,241,204,254,"+"162,108,95,251,"+"142,80,74,254,"+"242,224,188,253,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,24,"+"0,0,0,199,"+"9,7,5,254,"+"199,188,158,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"22,20,15,253,"+"96,40,39,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"84,80,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"237,215,182,254,"+"139,75,69,254,"+"166,114,100,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"244,227,191,254,"+"177,129,112,254,"+"133,67,64,254,"+"229,204,173,253,"+"255,243,205,255,"+"255,243,205,255,"+"171,163,137,253,"+"0,0,0,252,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,13,"+"0,0,0,188,"+"80,76,63,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,13,9,255,"+"116,51,50,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"84,80,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"237,215,182,254,"+"129,62,59,254,"+"195,155,134,252,"+"255,243,205,255,"+"255,243,205,255,"+"245,228,192,254,"+"184,142,123,253,"+"159,105,94,255,"+"136,71,67,255,"+"140,76,70,254,"+"226,199,169,252,"+"255,243,205,255,"+"255,243,205,255,"+"254,242,204,253,"+"39,36,29,252,"+"0,0,0,190,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,93,"+"14,12,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"220,210,176,253,"+"6,1,1,255,"+"121,54,53,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"84,80,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"208,173,147,251,"+"124,56,55,255,"+"207,171,146,251,"+"185,141,122,253,"+"126,57,55,255,"+"140,76,70,254,"+"196,158,136,254,"+"210,177,151,254,"+"252,239,201,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"194,185,156,252,"+"0,0,0,255,"+"0,0,0,103,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,90,"+"1,1,1,255,"+"190,181,152,254,"+"211,202,170,255,"+"211,202,170,255,"+"128,122,101,253,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"84,80,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"250,239,201,253,"+"211,202,170,255,"+"211,202,170,255,"+"211,202,170,255,"+"157,111,97,253,"+"123,56,55,255,"+"138,75,69,253,"+"212,177,151,253,"+"252,240,201,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"218,207,174,253,"+"211,202,170,255,"+"80,75,62,250,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,147,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,84,"+"0,0,0,239,"+"12,2,2,255,"+"17,2,2,255,"+"17,2,2,255,"+"17,2,2,255,"+"12,2,2,254,"+"1,0,0,255,"+"48,16,16,255,"+"48,16,16,255,"+"48,16,16,255,"+"48,16,16,255,"+"27,6,6,255,"+"1,1,1,255,"+"13,11,7,255,"+"18,17,12,254,"+"80,77,63,255,"+"19,17,13,254,"+"9,7,5,255,"+"6,1,1,255,"+"17,2,2,255,"+"17,2,2,255,"+"45,12,11,255,"+"80,32,31,255,"+"9,3,2,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"6,1,1,255,"+"17,2,2,255,"+"17,2,2,255,"+"20,3,3,255,"+"48,15,13,253,"+"0,0,0,251,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,92,"+"0,0,0,246,"+"68,25,25,255,"+"122,55,54,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"122,55,54,255,"+"87,36,35,255,"+"84,34,34,255,"+"84,34,34,255,"+"84,34,34,255,"+"84,34,34,255,"+"67,25,24,254,"+"65,23,23,254,"+"116,51,50,255,"+"103,44,43,255,"+"73,27,27,254,"+"91,37,36,255,"+"116,51,50,255,"+"121,54,53,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"121,54,53,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"121,54,53,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"102,43,42,255,"+"0,0,0,252,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"64,24,23,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"41,11,11,255,"+"0,0,0,180,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"79,31,31,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"100,42,41,254,"+"0,0,0,254,"+"0,0,0,53,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,149,"+"1,0,0,255,"+"41,11,11,254,"+"115,50,49,254,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,55,54,255,"+"95,40,39,254,"+"103,43,43,254,"+"115,50,49,255,"+"115,50,49,255,"+"97,41,40,255,"+"3,0,0,255,"+"0,0,0,158,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,62,"+"0,0,0,199,"+"3,0,0,255,"+"50,17,16,255,"+"50,17,16,255,"+"50,17,16,255,"+"54,18,18,254,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"70,26,26,255,"+"51,17,16,255,"+"79,31,31,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,34,33,254,"+"63,23,22,254,"+"16,2,2,254,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,157,"+"0,0,0,7,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"GundolfPointingRight,125,264,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,34,"+"0,0,0,96,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,127,"+"0,0,0,126,"+"0,0,0,77,"+"0,0,0,63,"+"0,0,0,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,14,"+"0,0,0,118,"+"0,0,0,246,"+"0,0,0,255,"+"7,7,7,254,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"49,49,48,255,"+"32,32,31,253,"+"5,5,5,255,"+"1,1,1,255,"+"0,0,0,254,"+"0,0,0,220,"+"0,0,0,186,"+"0,0,0,70,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,172,"+"1,1,1,254,"+"88,89,87,252,"+"136,137,135,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"149,150,148,253,"+"127,128,126,253,"+"91,91,90,254,"+"46,46,45,252,"+"0,0,0,254,"+"0,0,0,173,"+"0,0,0,40,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,113,"+"0,0,0,254,"+"119,120,119,251,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"118,119,117,252,"+"19,19,19,252,"+"0,0,0,228,"+"0,0,0,154,"+"0,0,0,67,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,109,"+"0,0,0,254,"+"87,87,86,250,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"148,149,147,253,"+"86,87,86,252,"+"40,40,40,254,"+"0,0,0,255,"+"0,0,0,249,"+"0,0,0,149,"+"0,0,0,29,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"141,142,140,253,"+"98,98,97,252,"+"6,6,6,253,"+"0,0,0,255,"+"0,0,0,200,"+"0,0,0,99,"+"0,0,0,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"155,156,154,253,"+"107,108,106,252,"+"22,23,22,254,"+"0,0,0,255,"+"0,0,0,235,"+"0,0,0,178,"+"0,0,0,92,"+"0,0,0,27,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,175,"+"62,63,62,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"155,156,154,254,"+"133,134,132,255,"+"136,137,136,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"154,155,153,255,"+"121,122,121,255,"+"107,107,106,254,"+"57,57,56,252,"+"3,3,3,254,"+"0,0,0,237,"+"0,0,0,108,"+"0,0,0,30,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"92,93,91,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"142,142,141,253,"+"23,23,22,252,"+"9,6,5,255,"+"5,4,3,255,"+"22,22,22,253,"+"52,53,52,255,"+"52,53,52,255,"+"53,53,52,255,"+"90,91,90,253,"+"96,96,95,255,"+"127,128,126,253,"+"158,159,157,255,"+"143,144,142,253,"+"137,138,136,253,"+"154,155,153,254,"+"65,65,64,252,"+"11,11,10,254,"+"0,0,0,188,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,77,"+"0,0,0,245,"+"106,106,105,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"156,157,155,253,"+"33,33,33,253,"+"74,69,56,253,"+"247,236,199,254,"+"239,229,193,253,"+"166,158,133,253,"+"142,135,114,255,"+"142,135,114,255,"+"117,110,92,254,"+"78,74,61,255,"+"78,74,61,255,"+"82,79,65,255,"+"52,50,43,253,"+"2,2,2,255,"+"0,0,0,255,"+"23,23,22,253,"+"53,53,53,255,"+"28,28,28,253,"+"0,0,0,206,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,24,"+"0,0,0,235,"+"66,66,65,253,"+"158,159,157,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"110,111,109,253,"+"9,7,5,254,"+"239,229,192,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"248,237,200,254,"+"93,89,74,254,"+"0,0,0,246,"+"0,0,0,196,"+"0,0,0,196,"+"0,0,0,229,"+"0,0,0,255,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,186,"+"18,19,18,253,"+"153,154,152,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"122,116,97,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"187,178,150,253,"+"0,0,0,249,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,251,"+"95,95,94,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"152,153,151,254,"+"4,5,4,253,"+"171,163,137,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"218,208,176,254,"+"0,0,0,255,"+"0,0,0,53,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,171,"+"54,54,53,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"55,55,54,250,"+"30,27,22,253,"+"239,229,192,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"60,56,46,253,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,166,"+"50,50,50,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"125,125,124,252,"+"1,1,1,255,"+"216,206,173,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"22,19,15,253,"+"0,0,0,113,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,0,0,255,"+"116,116,115,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"53,54,53,253,"+"97,93,77,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"240,230,193,254,"+"5,5,3,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,13,"+"0,0,0,147,"+"5,5,5,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,49,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"117,112,93,252,"+"0,0,0,228,"+"0,0,0,17,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,109,"+"1,1,1,254,"+"83,84,82,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"50,50,49,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,241,205,255,"+"255,203,208,255,"+"255,178,211,255,"+"255,207,208,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"65,62,51,255,"+"124,34,105,220,"+"255,77,221,126,"+"255,85,227,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"49,50,49,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,242,205,255,"+"255,146,213,255,"+"255,78,220,255,"+"255,84,219,255,"+"255,78,220,255,"+"255,168,211,255,"+"255,243,205,255,"+"255,243,205,255,"+"28,7,21,255,"+"227,68,195,255,"+"255,78,220,252,"+"255,77,221,149,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"156,157,155,254,"+"136,136,135,255,"+"152,153,151,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"9,9,7,254,"+"185,176,148,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,204,252,"+"250,239,201,255,"+"247,236,198,255,"+"255,198,209,255,"+"255,78,220,255,"+"255,179,210,255,"+"255,242,205,255,"+"255,99,218,255,"+"255,95,218,255,"+"255,243,205,254,"+"226,215,181,255,"+"119,31,101,255,"+"255,78,220,212,"+"255,76,220,144,"+"255,78,221,246,"+"255,78,222,23,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,132,"+"49,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,254,"+"60,61,60,250,"+"0,0,0,255,"+"5,5,4,253,"+"57,59,57,254,"+"99,100,98,252,"+"156,157,155,254,"+"143,144,143,253,"+"3,3,2,255,"+"226,216,182,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"138,131,109,255,"+"3,3,2,255,"+"196,83,167,255,"+"231,79,198,255,"+"152,144,121,255,"+"152,144,121,255,"+"190,116,157,255,"+"255,79,220,255,"+"255,242,206,254,"+"179,171,143,255,"+"124,33,105,255,"+"254,76,220,174,"+"255,80,223,16,"+"255,78,220,255,"+"255,80,219,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,186,"+"70,71,69,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"156,157,155,254,"+"51,52,51,252,"+"11,10,6,254,"+"195,187,157,246,"+"179,171,144,252,"+"123,117,97,254,"+"1,1,1,255,"+"132,133,131,255,"+"132,133,131,255,"+"14,13,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"237,225,189,255,"+"106,101,83,255,"+"201,69,173,255,"+"182,57,156,255,"+"10,9,6,255,"+"9,7,6,255,"+"60,13,50,255,"+"255,78,220,255,"+"223,184,181,255,"+"74,70,57,255,"+"150,42,129,255,"+"255,77,220,166,"+"0,0,0,0,"+"255,78,220,255,"+"255,80,219,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"92,93,91,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"132,133,131,255,"+"3,3,2,255,"+"226,215,180,252,"+"255,243,205,255,"+"255,243,205,255,"+"241,231,194,255,"+"1,1,0,255,"+"152,98,141,255,"+"183,110,169,255,"+"119,41,101,255,"+"255,178,211,255,"+"255,184,210,255,"+"255,186,210,255,"+"255,186,210,255,"+"255,198,209,255,"+"255,212,207,255,"+"255,115,217,255,"+"255,134,215,255,"+"255,243,205,255,"+"255,243,205,255,"+"253,214,206,255,"+"255,78,220,255,"+"205,156,166,253,"+"0,0,0,255,"+"167,48,143,255,"+"255,77,220,188,"+"255,78,216,72,"+"255,78,220,255,"+"255,80,219,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"92,93,91,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"164,154,161,255,"+"169,110,157,255,"+"14,12,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"254,242,204,255,"+"52,49,40,253,"+"139,42,119,254,"+"231,90,202,255,"+"209,65,181,255,"+"255,91,219,255,"+"255,81,220,255,"+"255,80,220,255,"+"255,80,220,255,"+"255,78,220,255,"+"255,78,220,255,"+"255,78,220,255,"+"255,128,215,255,"+"175,168,140,255,"+"168,160,134,255,"+"250,214,202,255,"+"255,78,220,255,"+"191,124,157,255,"+"21,2,17,255,"+"242,74,209,255,"+"255,78,220,210,"+"255,78,220,253,"+"255,78,220,255,"+"255,81,219,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"92,93,91,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"229,100,202,255,"+"250,82,216,255,"+"2,2,2,254,"+"204,194,163,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"207,197,166,252,"+"1,1,1,255,"+"93,94,92,252,"+"14,12,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,231,206,255,"+"255,211,208,255,"+"255,129,215,255,"+"255,124,216,255,"+"65,62,51,255,"+"2,2,1,255,"+"190,179,152,255,"+"255,78,220,255,"+"255,78,220,255,"+"255,78,220,255,"+"255,78,220,246,"+"255,64,223,8,"+"255,85,255,3,"+"255,78,220,253,"+"255,76,221,30,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"92,93,91,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"255,78,220,255,"+"193,130,180,255,"+"43,43,43,253,"+"141,134,112,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"74,70,56,253,"+"0,0,0,255,"+"50,48,39,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,135,215,255,"+"255,123,216,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,240,205,255,"+"255,78,220,255,"+"213,69,182,254,"+"136,36,116,254,"+"224,65,192,222,"+"255,0,128,2,"+"167,44,142,52,"+"244,74,210,183,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,53,"+"0,0,0,87,"+"64,0,0,99,"+"161,0,0,119,"+"156,0,0,238,"+"122,95,94,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"178,143,171,255,"+"255,78,220,255,"+"181,140,173,255,"+"96,97,95,252,"+"6,6,4,254,"+"232,221,185,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"168,160,135,254,"+"1,1,0,255,"+"147,140,118,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,146,214,255,"+"255,102,218,255,"+"255,242,205,255,"+"255,243,205,255,"+"255,211,208,255,"+"255,78,220,255,"+"206,156,169,254,"+"3,3,2,255,"+"0,0,0,254,"+"0,0,0,219,"+"1,0,1,245,"+"2,0,2,211,"+"0,0,0,102,"+"0,0,0,20,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,48,"+"0,0,0,75,"+"0,0,0,122,"+"0,0,0,241,"+"1,1,1,255,"+"26,26,25,251,"+"224,0,0,255,"+"242,0,0,255,"+"242,0,0,255,"+"191,95,94,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"197,127,182,255,"+"235,95,206,255,"+"159,158,158,255,"+"158,159,157,255,"+"35,35,34,252,"+"88,83,69,252,"+"252,240,202,254,"+"252,240,202,255,"+"91,85,71,255,"+"132,126,105,253,"+"194,184,155,245,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,199,209,255,"+"255,78,220,255,"+"255,214,208,255,"+"255,243,205,255,"+"255,169,211,255,"+"255,84,219,255,"+"255,240,205,255,"+"252,240,202,255,"+"187,179,149,255,"+"169,161,136,255,"+"116,110,92,255,"+"92,87,73,252,"+"19,18,13,254,"+"0,0,0,155,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,108,"+"0,0,0,255,"+"3,3,3,255,"+"31,31,31,254,"+"82,82,81,251,"+"146,147,146,253,"+"158,159,157,255,"+"242,0,0,255,"+"242,0,0,255,"+"242,0,0,255,"+"179,120,118,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"125,125,124,253,"+"0,0,0,255,"+"219,209,176,253,"+"224,213,180,255,"+"0,0,0,255,"+"172,164,138,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,242,205,255,"+"255,80,220,255,"+"255,174,211,255,"+"255,231,206,255,"+"255,102,217,255,"+"255,133,215,255,"+"255,243,205,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"168,161,135,253,"+"0,0,0,249,"+"0,0,0,14,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,204,"+"76,76,75,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"242,0,0,255,"+"242,0,0,255,"+"242,0,0,255,"+"179,120,118,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"130,130,129,253,"+"12,12,12,253,"+"7,7,7,255,"+"7,7,7,253,"+"14,12,9,255,"+"255,243,205,255,"+"252,240,203,255,"+"120,114,95,255,"+"204,195,165,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,134,215,255,"+"255,78,220,255,"+"255,79,219,255,"+"255,89,218,255,"+"255,216,207,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"248,238,200,253,"+"9,7,5,255,"+"0,0,0,74,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,12,"+"0,0,0,152,"+"0,0,0,255,"+"120,120,119,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"240,0,0,255,"+"242,0,0,255,"+"242,0,0,255,"+"186,106,105,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"89,90,87,254,"+"65,62,51,255,"+"204,194,163,255,"+"115,108,91,254,"+"71,68,55,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,238,205,255,"+"255,174,211,255,"+"255,177,211,255,"+"255,220,207,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"57,54,44,251,"+"0,0,0,156,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,48,"+"0,0,0,194,"+"7,7,6,254,"+"98,99,98,251,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"214,50,50,255,"+"242,0,0,255,"+"242,0,0,255,"+"184,109,108,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"23,24,23,253,"+"125,120,100,253,"+"255,243,205,255,"+"44,42,33,253,"+"126,120,100,252,"+"255,243,205,254,"+"232,220,186,250,"+"244,234,196,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"158,151,127,253,"+"0,0,0,227,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,14,"+"0,0,0,139,"+"0,0,0,255,"+"39,39,38,252,"+"134,135,133,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"186,80,79,253,"+"242,0,0,255,"+"240,0,0,255,"+"172,124,122,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"136,137,135,253,"+"3,3,2,255,"+"236,225,188,253,"+"255,243,205,255,"+"14,12,9,255,"+"183,174,147,253,"+"255,243,205,253,"+"210,195,127,242,"+"148,138,98,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"247,236,198,255,"+"232,221,186,255,"+"209,199,168,255,"+"239,229,193,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,187,"+"2,2,2,254,"+"100,101,99,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"124,125,123,251,"+"51,1,1,254,"+"225,0,0,253,"+"109,40,39,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"98,99,97,252,"+"33,31,24,254,"+"255,243,205,255,"+"255,243,205,255,"+"92,87,72,251,"+"0,0,0,254,"+"149,142,120,251,"+"229,197,11,255,"+"253,221,26,255,"+"255,242,197,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"250,239,201,255,"+"67,64,52,255,"+"0,0,0,255,"+"0,0,0,255,"+"6,5,3,254,"+"107,102,84,255,"+"109,104,86,253,"+"107,102,84,254,"+"23,22,16,253,"+"0,0,0,240,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,32,"+"0,0,0,255,"+"126,127,126,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"154,155,153,255,"+"33,33,33,254,"+"0,0,0,173,"+"0,0,0,118,"+"24,25,24,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"75,75,74,253,"+"89,84,69,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"230,201,26,253,"+"84,76,34,255,"+"108,99,54,254,"+"255,220,7,255,"+"255,238,158,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"244,234,196,255,"+"78,74,61,255,"+"1,1,1,255,"+"0,0,0,244,"+"0,0,0,150,"+"0,0,0,163,"+"0,0,0,201,"+"0,0,0,162,"+"0,0,0,123,"+"0,0,0,37,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,138,"+"25,26,25,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"156,157,155,254,"+"55,55,54,252,"+"0,0,0,239,"+"0,0,0,57,"+"0,0,0,64,"+"5,6,5,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"151,152,150,254,"+"3,3,3,255,"+"186,177,149,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,221,16,255,"+"255,229,94,255,"+"255,235,138,255,"+"255,220,7,255,"+"255,239,167,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"148,140,118,255,"+"0,0,0,243,"+"0,0,0,90,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,194,"+"77,78,76,251,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"152,153,151,254,"+"44,44,43,251,"+"0,0,0,242,"+"0,0,0,59,"+"0,0,0,0,"+"0,0,0,58,"+"2,2,2,253,"+"110,110,109,255,"+"110,110,109,255,"+"110,110,109,255,"+"110,110,109,255,"+"110,110,109,255,"+"42,42,41,252,"+"36,34,27,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,233,121,255,"+"255,220,7,255,"+"255,220,7,255,"+"255,227,71,255,"+"255,243,204,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"219,208,176,255,"+"28,27,19,250,"+"0,0,0,97,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,251,"+"111,113,110,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"76,76,75,252,"+"0,0,0,242,"+"0,0,0,50,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,114,"+"0,0,0,242,"+"30,28,21,255,"+"58,55,45,255,"+"58,55,45,255,"+"58,55,45,255,"+"95,90,75,254,"+"227,216,181,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,202,255,"+"255,237,147,255,"+"255,238,157,255,"+"255,243,204,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"230,219,184,255,"+"162,154,130,255,"+"96,91,75,255,"+"110,105,86,254,"+"107,102,84,254,"+"6,6,4,255,"+"0,0,0,148,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,67,"+"0,0,0,255,"+"139,140,138,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"107,107,106,252,"+"0,0,0,253,"+"0,0,0,103,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,176,"+"144,137,114,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"178,171,142,255,"+"2,2,1,255,"+"0,0,0,255,"+"24,23,17,255,"+"0,0,0,232,"+"0,0,0,168,"+"0,0,0,130,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,193,"+"33,33,33,251,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"74,75,73,251,"+"0,0,0,196,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,160,"+"25,23,17,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"223,212,179,255,"+"1,1,0,255,"+"68,64,52,255,"+"233,222,186,255,"+"150,143,120,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,68,"+"1,1,1,255,"+"134,135,133,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"104,105,103,252,"+"0,0,0,243,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"14,13,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"204,194,163,255,"+"1,1,1,255,"+"229,218,183,255,"+"255,243,205,255,"+"150,143,120,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"26,26,26,252,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"132,133,131,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,40,"+"0,0,0,255,"+"220,209,176,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"254,242,204,255,"+"229,218,183,255,"+"254,242,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"50,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"132,133,131,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,254,"+"215,205,173,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"50,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"152,153,151,254,"+"117,118,116,254,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"116,110,92,253,"+"0,0,0,182,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"50,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"131,132,130,252,"+"10,10,10,253,"+"0,0,0,255,"+"0,0,0,238,"+"0,0,0,0,"+"0,0,0,12,"+"0,0,0,109,"+"0,0,0,250,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,248,"+"0,0,0,255,"+"150,143,121,253,"+"246,235,198,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"248,237,200,254,"+"43,41,33,253,"+"0,0,0,118,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"50,50,49,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"105,107,104,249,"+"1,1,1,254,"+"0,0,0,176,"+"0,0,0,9,"+"0,0,0,0,"+"0,0,0,8,"+"0,0,0,205,"+"0,4,6,253,"+"25,120,141,252,"+"41,174,201,254,"+"41,174,201,254,"+"29,134,155,251,"+"3,35,43,253,"+"0,0,0,255,"+"48,45,35,252,"+"254,242,204,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"239,228,191,254,"+"202,193,162,254,"+"89,83,69,254,"+"0,0,0,236,"+"0,0,0,39,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,174,"+"59,60,59,253,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"133,134,133,253,"+"1,1,1,254,"+"0,0,0,138,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,116,"+"0,3,5,254,"+"49,199,232,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"47,192,224,251,"+"0,0,0,255,"+"20,17,12,248,"+"233,222,186,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"220,209,175,252,"+"86,81,67,251,"+"2,2,1,255,"+"0,0,0,245,"+"0,0,0,205,"+"0,0,0,59,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,30,"+"0,0,0,249,"+"100,101,99,254,"+"158,159,157,255,"+"158,159,157,255,"+"158,159,157,255,"+"146,147,145,253,"+"65,66,65,254,"+"0,0,0,211,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,20,"+"0,0,0,236,"+"27,127,148,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"41,173,201,251,"+"7,54,65,253,"+"8,8,6,253,"+"228,218,182,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"231,220,184,252,"+"19,18,12,253,"+"0,0,0,213,"+"0,0,0,83,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,8,"+"0,0,0,207,"+"27,27,27,254,"+"153,154,152,253,"+"158,159,157,255,"+"158,159,157,255,"+"148,149,147,253,"+"20,20,19,253,"+"0,0,0,229,"+"0,0,0,142,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,40,"+"0,0,0,228,"+"3,32,40,253,"+"53,213,247,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"7,59,69,251,"+"6,6,5,254,"+"199,189,159,254,"+"253,241,203,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"208,198,166,253,"+"19,18,13,253,"+"0,0,0,220,"+"0,0,0,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,61,"+"1,1,1,255,"+"137,138,136,251,"+"158,159,157,255,"+"156,157,155,254,"+"121,122,120,252,"+"23,23,22,253,"+"0,0,0,229,"+"0,0,0,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,27,"+"0,0,0,241,"+"6,51,61,252,"+"52,211,245,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"19,101,118,250,"+"0,1,2,254,"+"106,101,83,250,"+"251,240,202,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"246,235,198,254,"+"18,17,12,253,"+"0,0,0,181,"+"0,0,0,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"3,3,2,255,"+"144,145,143,254,"+"153,154,152,254,"+"30,31,30,252,"+"0,0,0,253,"+"0,0,0,194,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,120,"+"1,19,25,254,"+"54,220,254,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,215,253,"+"1,16,20,254,"+"56,53,42,252,"+"214,204,173,254,"+"233,222,187,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"128,121,101,250,"+"0,0,0,243,"+"0,0,0,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,21,"+"0,0,0,213,"+"1,1,1,255,"+"6,6,6,254,"+"0,0,0,251,"+"0,0,0,27,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,26,"+"0,0,0,140,"+"11,73,85,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"52,211,245,254,"+"13,79,93,252,"+"0,6,7,254,"+"0,2,2,255,"+"87,83,69,251,"+"193,184,155,254,"+"237,226,190,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"252,240,202,254,"+"12,11,7,255,"+"0,0,0,103,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,82,"+"0,0,0,89,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,19,"+"0,0,0,250,"+"0,0,0,250,"+"25,118,138,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"49,201,234,253,"+"12,77,91,253,"+"2,26,32,254,"+"3,3,2,255,"+"24,23,17,254,"+"140,133,111,251,"+"209,199,167,252,"+"32,31,23,250,"+"0,0,0,255,"+"0,0,0,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,156,"+"0,18,39,254,"+"0,17,36,254,"+"10,67,79,252,"+"51,207,240,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"42,178,206,252,"+"32,145,168,253,"+"3,38,45,253,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,239,"+"0,0,0,19,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,78,"+"0,2,6,255,"+"0,129,221,255,"+"0,143,244,255,"+"0,38,69,254,"+"1,22,27,253,"+"40,170,197,252,"+"54,218,252,254,"+"55,220,255,255,"+"54,218,252,254,"+"53,213,247,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,182,211,250,"+"17,93,108,253,"+"0,9,12,254,"+"0,0,0,185,"+"0,0,0,8,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,198,"+"0,82,143,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,95,161,255,"+"0,7,20,255,"+"1,22,27,253,"+"12,77,91,251,"+"1,13,18,255,"+"4,42,51,251,"+"46,192,223,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"39,163,190,250,"+"0,7,11,254,"+"0,0,0,195,"+"0,0,0,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,81,"+"0,2,6,255,"+"0,131,223,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,250,255,"+"1,115,194,255,"+"1,84,144,255,"+"0,132,223,255,"+"0,66,115,255,"+"0,1,2,254,"+"41,175,204,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"51,204,238,252,"+"5,46,55,252,"+"0,0,0,193,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,80,"+"0,0,0,241,"+"0,81,142,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,150,255,"+"0,1,2,254,"+"34,148,172,250,"+"51,207,240,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"39,163,189,251,"+"0,0,0,254,"+"0,0,0,33,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,8,"+"0,0,0,148,"+"0,1,3,255,"+"0,86,149,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,108,186,254,"+"0,23,45,255,"+"0,4,6,254,"+"37,158,185,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,21,"+"0,0,0,196,"+"0,11,27,255,"+"0,123,212,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,104,178,254,"+"0,3,9,255,"+"31,141,165,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,215,249,254,"+"0,6,7,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,67,"+"0,0,0,239,"+"0,32,62,254,"+"0,143,244,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,117,199,255,"+"0,3,7,255,"+"26,124,145,251,"+"54,216,251,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"22,113,131,251,"+"0,0,0,238,"+"0,0,0,25,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,49,"+"0,0,1,252,"+"0,85,146,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,128,219,255,"+"0,12,27,255,"+"19,103,122,251,"+"54,218,252,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,18,23,253,"+"0,0,0,159,"+"0,0,0,35,"+"0,0,0,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,6,"+"0,0,0,201,"+"0,67,117,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,128,220,255,"+"0,11,26,255,"+"10,67,79,251,"+"51,207,240,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,216,250,254,"+"0,6,9,255,"+"0,0,2,254,"+"0,0,1,255,"+"0,0,0,249,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,16,"+"0,0,0,191,"+"0,18,37,255,"+"0,143,244,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,143,244,255,"+"0,41,75,254,"+"1,16,22,253,"+"28,131,153,253,"+"52,209,242,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"26,124,146,252,"+"0,4,13,250,"+"0,131,225,247,"+"0,147,252,246,"+"0,23,45,247,"+"0,0,0,192,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,7,"+"0,0,0,201,"+"0,24,49,254,"+"0,143,244,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,115,194,254,"+"0,35,64,255,"+"1,16,22,253,"+"34,152,177,253,"+"54,218,252,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,219,254,254,"+"46,193,224,253,"+"6,54,65,255,"+"0,86,151,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,109,189,242,"+"0,0,1,252,"+"0,0,0,173,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,152,"+"0,14,32,255,"+"0,143,244,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,110,189,254,"+"0,12,27,255,"+"2,30,36,252,"+"24,117,137,250,"+"40,170,198,253,"+"42,175,203,255,"+"42,175,203,255,"+"8,62,73,250,"+"0,3,9,255,"+"0,51,92,255,"+"0,142,243,239,"+"0,149,255,247,"+"0,149,255,255,"+"0,149,255,255,"+"0,97,169,244,"+"0,0,0,255,"+"0,0,0,25,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,150,"+"0,4,12,255,"+"0,124,213,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,106,181,254,"+"0,51,90,255,"+"0,26,51,255,"+"0,26,51,255,"+"0,26,51,255,"+"0,64,113,254,"+"0,147,250,255,"+"0,146,247,255,"+"2,75,126,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,35,64,255,"+"0,0,0,137,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,99,"+"0,2,6,255,"+"0,124,213,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,98,168,255,"+"0,0,0,209,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,79,"+"0,0,0,253,"+"0,97,169,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,133,226,255,"+"0,0,0,255,"+"0,0,0,38,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,50,"+"0,0,0,251,"+"0,86,150,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,128,217,255,"+"1,28,52,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,20,"+"0,0,0,228,"+"0,64,110,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"1,63,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,17,33,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,57,101,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,0,0,65,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,65,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,128,218,254,"+"0,12,27,255,"+"0,148,252,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,33,61,255,"+"0,0,0,119,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,181,"+"0,34,63,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,87,152,255,"+"0,0,0,214,"+"0,0,0,9,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,80,"+"0,0,1,255,"+"0,134,227,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,250,255,"+"0,12,27,255,"+"0,0,0,105,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,0,0,253,"+"0,77,133,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,46,84,255,"+"0,101,175,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,109,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,5,"+"0,0,0,198,"+"0,61,105,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,127,217,255,"+"0,17,35,255,"+"0,146,250,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,66,116,255,"+"0,0,0,164,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,145,"+"0,12,27,255,"+"0,142,243,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,52,93,254,"+"0,82,143,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,113,191,255,"+"0,0,0,241,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,51,"+"0,1,3,255,"+"0,123,211,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,139,238,255,"+"0,3,10,255,"+"0,129,220,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,118,"+"0,32,60,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,84,147,255,"+"0,66,116,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,251,255,"+"0,5,14,255,"+"0,0,0,61,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,206,"+"0,84,147,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,112,190,255,"+"0,37,68,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,69,"+"0,2,6,255,"+"0,136,233,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,20,39,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,57,255,"+"0,0,0,120,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,205,"+"0,64,113,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,13,28,255,"+"0,141,240,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,64,112,255,"+"0,0,0,147,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,57,"+"0,0,1,255,"+"0,141,240,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"0,57,101,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"1,63,108,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"1,63,108,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"1,63,108,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"1,63,108,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,31,57,255,"+"0,113,193,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,12,"+"0,0,0,39,"+"0,0,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,185,"+"0,70,123,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,100,172,255,"+"0,57,100,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,78,136,255,"+"0,0,0,205,"+"0,0,0,41,"+"0,0,0,26,"+"0,0,0,20,"+"0,0,0,20,"+"0,0,0,20,"+"0,0,0,20,"+"0,0,0,20,"+"0,0,0,20,"+"0,0,0,20,"+"0,0,0,20,"+"0,0,0,19,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,35,"+"0,0,0,137,"+"0,0,0,249,"+"0,0,1,255,"+"0,0,0,130,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,141,240,255,"+"0,10,23,255,"+"0,146,249,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,125,213,255,"+"0,24,46,255,"+"0,11,25,255,"+"0,2,6,255,"+"0,2,6,255,"+"0,2,6,255,"+"0,2,6,255,"+"0,2,6,255,"+"0,2,6,255,"+"0,2,6,255,"+"0,2,6,255,"+"0,2,6,255,"+"0,1,3,255,"+"0,0,0,255,"+"0,0,0,247,"+"0,0,0,151,"+"0,0,0,147,"+"0,0,0,147,"+"0,0,0,147,"+"0,0,0,147,"+"0,0,0,147,"+"0,0,0,147,"+"0,0,0,147,"+"0,0,0,151,"+"0,0,0,247,"+"0,1,3,255,"+"0,23,46,254,"+"0,105,179,254,"+"0,99,170,255,"+"0,0,0,209,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,53,96,254,"+"0,78,136,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,146,250,255,"+"1,133,223,255,"+"1,99,169,255,"+"2,67,115,255,"+"2,67,115,255,"+"2,67,115,255,"+"2,67,115,255,"+"2,67,115,255,"+"2,67,115,255,"+"2,67,115,255,"+"2,67,115,255,"+"2,67,115,255,"+"1,99,169,255,"+"0,147,251,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,19,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,252,255,"+"0,132,226,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,138,235,255,"+"0,2,7,255,"+"0,133,226,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,146,250,255,"+"0,5,13,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,15,"+"0,0,0,34,"+"0,0,0,127,"+"0,0,0,255,"+"0,0,0,250,"+"0,0,0,82,"+"0,0,0,2,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,86,150,254,"+"0,39,69,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,96,164,255,"+"0,28,55,254,"+"0,144,247,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,0,0,77,"+"0,0,0,19,"+"0,0,0,33,"+"0,0,0,127,"+"0,0,0,254,"+"2,2,1,255,"+"18,17,12,255,"+"157,149,125,250,"+"119,113,95,250,"+"1,1,0,255,"+"0,0,0,122,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,135,230,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,51,91,254,"+"0,30,57,255,"+"0,143,244,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,252,255,"+"0,5,14,255,"+"1,1,0,255,"+"1,1,1,255,"+"1,1,1,255,"+"1,1,1,255,"+"0,0,0,255,"+"51,48,39,251,"+"217,206,173,252,"+"245,235,197,254,"+"255,243,205,255,"+"154,147,124,251,"+"0,0,0,255,"+"0,0,0,56,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,67,118,255,"+"0,49,87,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"192,183,154,252,"+"61,56,46,252,"+"7,6,5,255,"+"4,4,3,255,"+"75,70,57,252,"+"148,141,118,255,"+"8,8,5,251,"+"0,0,0,158,"+"0,0,0,39,"+"0,0,0,35,"+"0,0,0,31,"+"0,0,0,18,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,20,41,255,"+"0,117,199,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,143,244,255,"+"1,9,19,255,"+"219,209,177,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"192,183,154,252,"+"81,77,64,252,"+"70,65,54,255,"+"70,65,54,255,"+"34,32,25,255,"+"16,14,10,255,"+"16,14,10,255,"+"4,3,2,254,"+"1,1,0,255,"+"0,0,0,255,"+"0,0,0,254,"+"0,0,0,229,"+"0,0,0,103,"+"0,0,0,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,20,39,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,98,169,255,"+"0,56,100,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,55,98,255,"+"96,91,76,249,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"254,242,205,253,"+"192,183,153,250,"+"184,176,147,254,"+"98,93,76,248,"+"33,31,24,255,"+"6,6,4,255,"+"0,0,0,255,"+"0,0,0,100,"+"0,0,0,9,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"1,100,172,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,143,241,254,"+"0,6,16,255,"+"0,147,251,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,135,230,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,117,200,255,"+"12,11,7,254,"+"242,231,195,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"239,229,191,251,"+"152,144,120,254,"+"151,144,120,254,"+"202,193,163,251,"+"242,231,194,255,"+"244,234,196,255,"+"253,241,204,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"224,213,180,255,"+"9,7,5,255,"+"0,0,0,179,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,155,"+"0,39,71,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,128,218,255,"+"0,24,44,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,78,136,255,"+"103,98,82,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"208,198,167,252,"+"11,9,6,254,"+"6,6,3,254,"+"59,55,45,254,"+"10,9,6,255,"+"1,1,0,255,"+"0,0,0,255,"+"25,23,18,255,"+"76,71,58,252,"+"150,143,120,255,"+"200,190,160,252,"+"231,220,185,255,"+"245,234,197,255,"+"251,240,202,255,"+"255,243,205,255,"+"206,196,164,253,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,7,18,255,"+"0,147,251,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,57,101,255,"+"0,92,157,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,143,243,255,"+"0,5,14,255,"+"0,146,249,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,61,105,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"84,80,66,255,"+"80,76,63,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"229,218,183,252,"+"153,145,121,254,"+"0,0,0,255,"+"0,0,0,233,"+"0,0,0,210,"+"0,0,0,251,"+"0,0,0,255,"+"14,12,9,255,"+"10,9,6,255,"+"17,14,10,255,"+"0,0,0,238,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,116,198,255,"+"0,9,24,255,"+"0,140,239,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,23,44,255,"+"0,136,230,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,114,193,255,"+"0,0,0,255,"+"97,92,77,252,"+"236,225,189,255,"+"254,242,204,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"253,241,203,255,"+"77,73,60,255,"+"63,60,49,252,"+"233,222,187,255,"+"245,235,197,255,"+"245,235,197,255,"+"239,229,192,255,"+"178,169,142,247,"+"76,72,59,248,"+"0,0,0,209,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,27,"+"0,0,0,112,"+"0,0,0,89,"+"0,0,0,112,"+"0,0,0,53,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,245,"+"0,118,200,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,25,49,255,"+"0,117,200,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,83,145,254,"+"0,57,102,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,254,255,"+"0,147,251,255,"+"0,143,244,255,"+"0,139,237,255,"+"0,139,237,255,"+"0,89,152,254,"+"2,45,78,255,"+"2,45,78,255,"+"2,49,83,255,"+"0,131,224,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,108,255,"+"0,0,0,248,"+"0,0,0,252,"+"106,101,84,250,"+"244,234,196,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"137,131,108,250,"+"1,1,1,255,"+"11,10,6,255,"+"3,2,2,255,"+"1,1,0,255,"+"1,1,0,255,"+"1,1,1,255,"+"1,1,1,254,"+"0,0,0,231,"+"0,0,0,12,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,99,171,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,239,255,"+"0,3,10,255,"+"0,144,245,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,135,230,255,"+"0,19,36,255,"+"0,143,244,255,"+"0,147,251,255,"+"0,147,251,255,"+"0,147,251,255,"+"0,146,250,255,"+"0,112,193,254,"+"0,28,52,255,"+"0,0,0,255,"+"0,0,0,253,"+"0,0,0,243,"+"0,0,0,241,"+"0,0,0,229,"+"0,0,0,120,"+"0,0,0,113,"+"0,0,0,177,"+"0,0,0,254,"+"0,94,160,254,"+"0,148,252,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,109,255,"+"0,0,0,127,"+"0,0,0,86,"+"0,0,0,241,"+"15,13,9,252,"+"225,214,179,253,"+"247,236,199,255,"+"255,243,205,255,"+"254,242,204,255,"+"127,121,101,252,"+"81,77,64,255,"+"249,239,200,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"254,242,204,255,"+"88,84,69,249,"+"0,0,0,186,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,146,"+"0,54,96,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"1,63,108,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,23,44,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,245,"+"0,0,0,140,"+"0,0,0,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,91,"+"0,0,0,247,"+"0,21,43,255,"+"0,141,240,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,54,95,255,"+"0,0,0,124,"+"0,0,0,0,"+"0,0,0,25,"+"0,0,0,200,"+"0,0,0,254,"+"0,0,0,255,"+"146,140,117,250,"+"157,150,126,251,"+"0,0,0,255,"+"0,0,0,255,"+"5,4,3,255,"+"108,102,85,252,"+"155,148,123,254,"+"153,146,123,255,"+"128,122,101,255,"+"0,0,0,254,"+"0,0,0,88,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,65,"+"0,7,19,255,"+"0,145,248,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"1,63,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,108,255,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,203,"+"0,0,0,253,"+"1,76,130,255,"+"0,131,223,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,0,0,75,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,135,"+"0,0,0,243,"+"0,0,0,255,"+"60,55,45,252,"+"243,233,196,254,"+"192,184,153,251,"+"73,67,55,253,"+"63,59,49,254,"+"27,25,19,255,"+"0,0,0,254,"+"0,0,0,174,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,217,"+"0,32,60,255,"+"0,145,248,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"1,63,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,64,112,255,"+"0,0,0,145,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,59,"+"0,0,0,215,"+"0,0,0,253,"+"1,77,134,254,"+"0,136,233,255,"+"0,146,249,255,"+"0,27,51,254,"+"0,0,0,110,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,150,"+"0,0,0,243,"+"0,0,0,254,"+"107,102,84,253,"+"155,147,124,255,"+"118,113,94,252,"+"0,0,0,255,"+"0,0,0,176,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,217,"+"0,27,53,255,"+"0,146,250,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"1,63,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,104,177,255,"+"0,0,0,222,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,77,"+"0,0,0,221,"+"0,0,0,246,"+"0,0,0,255,"+"0,0,0,252,"+"0,0,0,69,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,93,"+"0,0,0,231,"+"0,0,0,231,"+"0,0,0,231,"+"0,0,0,104,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,221,"+"0,50,88,255,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"1,63,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,67,"+"0,0,0,205,"+"0,0,0,80,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,28,"+"0,0,0,248,"+"0,102,176,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"1,63,109,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,136,"+"0,37,68,255,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,102,174,255,"+"1,63,108,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,11,"+"0,0,0,251,"+"0,108,186,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,114,192,255,"+"0,31,56,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,111,"+"0,0,0,254,"+"0,119,203,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,137,"+"0,37,69,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,21,"+"0,0,0,255,"+"0,138,234,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,199,"+"0,90,153,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"1,63,108,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"1,63,108,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"0,60,104,255,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,119,202,255,"+"0,0,0,250,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,86,"+"0,0,0,251,"+"0,34,63,255,"+"0,132,224,255,"+"0,149,255,255,"+"0,140,237,255,"+"1,21,41,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,78,139,254,"+"0,0,0,186,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,15,"+"0,0,0,174,"+"0,0,0,254,"+"0,130,221,254,"+"0,140,237,255,"+"0,20,39,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,109,255,"+"0,0,0,144,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,159,"+"0,18,35,255,"+"0,147,250,255,"+"0,16,32,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,109,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,219,"+"1,53,94,254,"+"0,10,22,254,"+"0,121,206,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,39,71,255,"+"0,0,0,122,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,30,"+"0,0,0,246,"+"0,0,0,255,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,134,227,255,"+"0,0,0,254,"+"0,0,0,22,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,9,"+"0,0,0,207,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,96,164,255,"+"0,0,0,200,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,197,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,41,75,255,"+"0,0,0,135,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,135,229,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,14,31,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,119,204,255,"+"0,0,0,249,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,101,174,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,254,"+"0,119,203,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,62,108,255,"+"0,0,0,149,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,101,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,14,31,255,"+"0,0,0,92,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,164,"+"0,66,116,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,140,237,255,"+"0,0,0,255,"+"0,0,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,121,"+"0,40,74,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,120,204,255,"+"0,0,0,252,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,10,23,255,"+"0,149,254,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,63,109,255,"+"0,0,0,153,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,63,109,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,203,"+"0,102,175,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,32,57,255,"+"0,0,0,120,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,60,"+"0,0,0,253,"+"0,119,203,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,21,41,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,245,"+"0,77,136,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,251,255,"+"0,3,10,255,"+"0,0,0,61,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,82,"+"0,3,9,255,"+"0,147,250,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,112,189,255,"+"0,0,0,248,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,62,107,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,41,76,255,"+"0,0,0,157,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,189,"+"0,90,153,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,137,234,255,"+"0,3,10,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,197,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,139,234,253,"+"1,113,192,254,"+"1,37,68,255,"+"0,0,0,255,"+"0,0,0,214,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,254,"+"0,133,226,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,141,240,255,"+"1,94,160,254,"+"1,51,88,255,"+"0,1,3,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,253,"+"0,0,0,163,"+"0,0,0,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,95,"+"0,3,7,255,"+"0,148,252,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,148,253,255,"+"2,133,221,254,"+"1,41,73,255,"+"0,0,1,255,"+"5,48,58,249,"+"31,140,163,255,"+"44,183,213,249,"+"54,216,250,255,"+"27,127,148,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,118,"+"0,0,0,254,"+"0,105,181,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,113,193,254,"+"0,24,46,255,"+"0,0,1,255,"+"1,12,16,255,"+"18,99,116,251,"+"51,206,240,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,102,"+"0,0,0,254,"+"0,112,192,254,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,138,232,255,"+"2,131,219,255,"+"2,131,219,255,"+"2,131,219,255,"+"0,57,102,254,"+"0,1,2,255,"+"2,24,30,251,"+"40,168,194,251,"+"53,213,247,255,"+"55,219,254,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,189,"+"0,93,160,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,118,201,254,"+"0,9,24,255,"+"0,1,2,255,"+"0,0,1,255,"+"0,0,1,255,"+"1,12,17,255,"+"2,28,35,255,"+"2,28,35,255,"+"2,28,35,255,"+"11,74,88,250,"+"51,203,237,252,"+"55,219,254,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"0,102,174,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,143,242,255,"+"0,76,132,255,"+"0,0,0,254,"+"38,165,191,248,"+"52,209,242,255,"+"53,213,247,255,"+"54,215,250,255,"+"55,218,253,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,249,"+"0,119,203,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,147,250,255,"+"1,71,124,254,"+"0,2,6,255,"+"0,0,1,255,"+"3,41,49,251,"+"47,193,225,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,10,"+"0,0,0,255,"+"0,140,237,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,133,226,255,"+"2,62,106,255,"+"2,60,101,255,"+"2,60,101,255,"+"0,26,50,255,"+"0,0,1,255,"+"9,65,76,251,"+"46,193,224,250,"+"54,216,250,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,19,37,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,137,235,255,"+"0,48,85,254,"+"0,3,7,255,"+"0,1,2,255,"+"0,3,6,255,"+"17,94,110,252,"+"29,136,158,255,"+"29,136,158,255,"+"34,152,177,250,"+"53,213,246,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,107,"+"0,26,49,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"0,149,255,255,"+"1,139,235,254,"+"1,131,221,255,"+"1,131,221,255,"+"1,79,136,254,"+"0,10,25,255,"+"0,0,1,255,"+"14,83,98,248,"+"50,201,235,252,"+"52,209,241,254,"+"54,217,251,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,188,"+"0,13,28,255,"+"2,61,103,255,"+"2,61,103,255,"+"1,42,76,255,"+"0,2,5,255,"+"0,0,0,255,"+"1,22,27,254,"+"2,28,34,254,"+"6,54,65,248,"+"42,176,205,249,"+"53,215,249,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,71,"+"0,0,0,138,"+"0,0,0,138,"+"0,0,0,138,"+"0,0,0,133,"+"0,0,0,49,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,253,"+"35,153,177,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,193,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,166,"+"12,76,90,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,76,"+"0,1,1,255,"+"49,196,228,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,207,"+"11,73,85,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"0,0,0,254,"+"35,152,178,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,143,"+"1,20,25,253,"+"54,216,251,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"3,34,42,252,"+"31,137,159,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,12,"+"0,0,0,234,"+"19,102,119,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,216,250,252,"+"0,5,6,254,"+"39,167,193,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,84,"+"0,0,0,255,"+"43,180,209,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"40,170,197,252,"+"0,7,11,255,"+"54,219,253,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"0,0,0,198,"+"9,62,74,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,151,254,"+"10,69,82,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,50,"+"0,0,0,255,"+"45,188,220,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"13,78,91,254,"+"15,83,97,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,217,"+"9,63,74,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"8,61,73,252,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,220,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,71,"+"0,0,0,255,"+"41,174,202,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,254,"+"43,180,209,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,182,212,254,"+"0,0,0,255,"+"0,0,0,20,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,179,"+"12,78,92,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"47,192,224,252,"+"0,0,1,255,"+"49,199,232,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,218,252,254,"+"0,7,11,255,"+"0,0,0,63,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,81,"+"0,1,1,255,"+"35,154,179,249,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"29,134,156,251,"+"1,20,25,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,5,"+"0,0,0,194,"+"0,0,0,255,"+"34,149,173,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,217,252,252,"+"1,12,17,253,"+"30,137,160,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,6,"+"0,0,0,240,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,138,161,253,"+"1,23,29,251,"+"54,217,252,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,205,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,19,25,253,"+"22,111,131,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,192,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,18,"+"0,0,0,243,"+"31,139,162,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,215,249,252,"+"0,5,6,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,63,"+"0,6,10,255,"+"54,217,251,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"4,45,54,252,"+"30,137,159,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,67,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,173,"+"7,57,68,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"2,31,38,252,"+"31,139,162,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,221,"+"28,130,151,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"46,190,221,254,"+"0,4,6,255,"+"50,205,238,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"43,181,210,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"36,155,182,251,"+"1,12,16,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"18,99,116,250,"+"11,73,85,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"40,172,200,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"3,33,40,252,"+"30,135,157,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,200,"+"28,130,151,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"50,201,234,252,"+"0,1,1,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"41,175,205,253,"+"0,9,12,255,"+"54,219,253,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"34,149,174,253,"+"0,0,0,249,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,159,"+"12,76,90,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,152,254,"+"9,63,75,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,193,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"13,80,94,254,"+"20,103,121,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,105,"+"1,20,25,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"2,24,30,252,"+"33,144,168,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,22,"+"0,0,0,255,"+"45,187,217,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"53,213,247,253,"+"0,5,7,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"24,116,136,253,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,232,"+"31,139,161,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"36,157,184,250,"+"1,11,15,252,"+"54,218,253,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,254,"+"0,0,0,137,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,184,"+"18,96,113,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,151,254,"+"10,68,80,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,12,17,254,"+"0,0,0,85,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,131,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"19,101,118,250,"+"12,75,89,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,196,"+"11,71,84,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"2,24,31,253,"+"31,139,163,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"46,191,222,254,"+"0,0,0,255,"+"0,0,0,58,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,8,"+"0,0,0,149,"+"0,0,0,255,"+"1,13,18,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"45,184,214,252,"+"0,1,1,255,"+"50,202,236,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,184,214,255,"+"0,0,0,255,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,106,"+"0,0,0,235,"+"7,28,32,255,"+"45,142,160,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"24,116,136,253,"+"7,61,74,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"37,157,184,251,"+"0,0,0,253,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,12,"+"0,0,0,187,"+"0,0,0,254,"+"36,135,154,254,"+"55,215,249,255,"+"59,202,231,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"26,124,146,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,78,92,251,"+"0,0,0,185,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,123,"+"0,0,0,245,"+"10,44,50,255,"+"51,192,222,255,"+"55,220,255,255,"+"55,220,255,255,"+"59,202,231,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,219,254,253,"+"16,91,106,252,"+"0,0,0,254,"+"0,0,0,75,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,81,"+"0,0,0,223,"+"3,18,21,255,"+"42,151,174,254,"+"56,217,251,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"59,202,231,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"11,71,84,255,"+"28,129,150,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"9,63,75,251,"+"0,0,0,241,"+"0,0,0,69,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,102,"+"0,0,0,209,"+"0,2,2,254,"+"33,123,142,254,"+"55,212,245,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,191,219,255,"+"1,10,14,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"7,59,70,253,"+"28,130,152,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"16,90,105,252,"+"0,0,0,246,"+"0,0,0,45,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,103,"+"0,0,0,217,"+"2,9,10,255,"+"34,118,135,254,"+"53,204,237,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"10,66,78,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"43,180,209,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,218,253,253,"+"16,93,108,250,"+"0,0,0,252,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,228,"+"25,83,94,253,"+"43,141,159,254,"+"53,206,239,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,218,252,253,"+"0,5,7,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"35,156,181,249,"+"2,26,32,253,"+"0,0,0,240,"+"0,0,0,69,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,53,"+"0,0,0,255,"+"57,201,231,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,185,215,254,"+"0,6,7,255,"+"53,215,249,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"46,189,220,252,"+"6,49,60,253,"+"0,0,0,254,"+"0,0,0,153,"+"0,0,0,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,107,"+"0,0,0,237,"+"24,95,109,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"30,133,155,253,"+"4,42,51,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"52,207,241,252,"+"17,94,111,251,"+"0,3,5,254,"+"0,0,0,187,"+"0,0,0,41,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,152,"+"0,0,0,209,"+"0,0,0,173,"+"0,0,0,26,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"30,109,126,255,"+"55,218,253,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,67,80,251,"+"20,105,123,252,"+"55,220,255,255,"+"55,220,255,255,"+"27,126,147,250,"+"13,81,96,254,"+"0,9,12,254,"+"0,0,0,226,"+"0,0,0,93,"+"0,0,0,5,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,253,"+"65,24,23,254,"+"28,6,6,254,"+"0,0,0,246,"+"0,0,0,189,"+"0,0,0,179,"+"0,0,0,179,"+"0,0,0,179,"+"0,0,0,91,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"43,147,169,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,147,169,255,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"49,201,233,253,"+"0,2,2,254,"+"32,141,164,249,"+"17,93,108,253,"+"2,32,39,253,"+"0,0,0,251,"+"0,0,0,169,"+"0,0,0,94,"+"0,0,0,10,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,218,"+"6,1,1,255,"+"120,53,52,255,"+"112,49,48,254,"+"1,0,0,255,"+"10,9,6,253,"+"120,114,95,255,"+"120,114,95,255,"+"102,97,80,254,"+"4,1,1,255,"+"0,0,0,255,"+"0,0,0,232,"+"0,0,0,198,"+"0,0,0,207,"+"0,0,0,245,"+"40,141,161,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"31,103,118,255,"+"19,100,118,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"41,174,202,253,"+"0,0,0,255,"+"0,1,1,248,"+"0,0,0,248,"+"0,0,0,148,"+"0,0,0,31,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"3,0,0,255,"+"116,51,50,255,"+"123,56,55,255,"+"51,16,16,255,"+"71,67,55,252,"+"235,224,187,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"129,62,59,253,"+"204,179,151,253,"+"193,184,155,254,"+"125,119,99,254,"+"126,120,100,253,"+"141,135,113,253,"+"13,46,53,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"13,46,51,255,"+"36,158,183,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,151,254,"+"0,0,0,249,"+"0,0,0,142,"+"0,0,0,17,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"16,2,2,255,"+"123,56,55,255,"+"99,42,41,254,"+"3,3,2,255,"+"232,222,186,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"129,61,57,255,"+"229,202,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"10,32,34,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"10,32,34,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"14,84,99,254,"+"0,0,0,172,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"48,14,14,255,"+"123,56,55,255,"+"83,34,33,255,"+"79,75,61,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"131,63,60,253,"+"232,206,175,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"10,32,34,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"50,179,205,254,"+"2,6,7,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"7,57,69,253,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"51,17,17,255,"+"123,56,55,255,"+"83,34,33,255,"+"85,81,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"241,222,187,254,"+"129,60,57,255,"+"249,234,197,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"153,145,122,252,"+"12,51,57,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"13,45,51,255,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,10,14,255,"+"0,0,0,75,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"51,17,17,255,"+"123,56,55,255,"+"83,34,33,255,"+"85,81,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"203,166,143,254,"+"133,66,62,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"85,81,66,255,"+"42,142,161,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"37,142,163,254,"+"0,0,0,254,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"50,203,236,253,"+"0,1,2,255,"+"0,0,0,60,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"51,17,17,255,"+"123,56,55,255,"+"83,34,33,255,"+"85,81,66,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"139,75,69,253,"+"181,135,117,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"121,115,96,252,"+"5,26,31,255,"+"55,202,232,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"43,143,162,254,"+"1,7,10,255,"+"0,0,0,229,"+"0,10,13,253,"+"54,217,251,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"33,148,172,252,"+"0,0,0,248,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"51,17,17,255,"+"123,56,55,255,"+"88,36,35,255,"+"44,42,34,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"227,200,170,254,"+"126,57,56,255,"+"241,222,188,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"250,239,201,255,"+"95,90,75,252,"+"16,62,70,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,204,236,255,"+"27,91,102,254,"+"0,0,0,254,"+"0,0,0,101,"+"0,0,0,195,"+"12,77,91,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"12,75,87,254,"+"0,0,0,160,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"4,1,1,255,"+"120,53,52,255,"+"120,54,53,254,"+"3,1,1,255,"+"209,199,167,251,"+"255,243,205,255,"+"255,243,205,255,"+"157,102,91,253,"+"170,120,105,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"244,233,196,253,"+"38,36,30,254,"+"37,142,162,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,202,233,254,"+"5,27,31,255,"+"0,0,0,228,"+"0,0,0,120,"+"0,0,0,89,"+"0,0,0,253,"+"40,168,194,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,17,22,253,"+"0,0,0,98,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"75,28,28,254,"+"123,56,55,255,"+"46,14,14,255,"+"136,130,108,253,"+"255,243,205,255,"+"235,212,178,253,"+"125,56,54,255,"+"230,204,173,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"145,139,117,253,"+"27,91,103,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"25,90,102,255,"+"0,0,0,191,"+"0,0,0,22,"+"0,0,0,0,"+"0,0,0,127,"+"9,65,77,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,236,"+"24,5,4,255,"+"123,56,55,255,"+"90,36,36,254,"+"13,12,9,254,"+"200,165,141,252,"+"142,79,73,254,"+"174,124,108,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"150,143,120,255,"+"27,91,103,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"6,27,31,255,"+"0,0,0,83,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,65,"+"16,2,2,255,"+"123,56,55,255,"+"123,55,54,255,"+"18,3,3,254,"+"116,79,68,253,"+"222,192,162,253,"+"253,240,203,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"225,214,180,251,"+"81,77,62,253,"+"28,26,20,255,"+"27,91,103,255,"+"56,219,254,254,"+"61,198,225,254,"+"61,197,224,254,"+"61,197,224,254,"+"45,142,160,254,"+"0,0,0,251,"+"0,0,0,18,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"53,18,18,255,"+"52,50,39,252,"+"251,240,202,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"188,180,150,251,"+"30,27,22,253,"+"0,0,0,254,"+"0,0,0,170,"+"3,17,19,255,"+"2,18,21,255,"+"0,0,0,255,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,114,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,27,"+"0,0,0,255,"+"117,51,50,255,"+"123,56,55,255,"+"88,37,37,255,"+"0,0,0,255,"+"131,93,81,255,"+"164,116,103,255,"+"165,117,103,255,"+"214,180,153,255,"+"234,209,178,254,"+"255,243,205,255,"+"235,224,187,253,"+"6,5,3,254,"+"0,0,0,248,"+"0,0,0,104,"+"0,0,0,18,"+"0,0,0,87,"+"0,0,0,73,"+"0,0,0,15,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,138,"+"11,73,85,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"116,51,50,255,"+"123,56,55,255,"+"117,52,51,254,"+"1,0,0,255,"+"122,79,71,255,"+"155,103,93,255,"+"157,105,95,255,"+"133,64,61,255,"+"124,56,55,255,"+"127,58,56,255,"+"102,48,45,254,"+"0,0,0,229,"+"0,0,0,4,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,244,"+"26,126,147,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"116,51,50,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"239,218,184,254,"+"169,149,126,253,"+"7,1,1,255,"+"0,0,0,70,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,41,"+"0,0,0,255,"+"44,184,214,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,14,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"116,51,50,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"204,194,162,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"118,111,94,253,"+"0,0,0,199,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,171,"+"4,45,54,251,"+"54,217,251,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"41,171,200,250,"+"0,0,0,254,"+"0,0,0,37,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"116,51,50,255,"+"123,56,55,255,"+"123,56,55,255,"+"41,12,11,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"85,81,66,255,"+"0,0,0,131,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,40,"+"0,0,0,253,"+"40,169,197,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,130,152,254,"+"0,0,0,207,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,249,"+"93,39,38,254,"+"123,56,55,255,"+"123,56,55,255,"+"51,17,17,255,"+"150,143,120,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"85,81,66,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,1,"+"0,0,0,204,"+"4,44,53,251,"+"54,219,253,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"26,124,145,254,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,197,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"51,17,17,255,"+"65,62,50,255,"+"158,151,127,255,"+"176,169,141,255,"+"176,169,141,255,"+"149,142,120,255,"+"37,35,27,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,110,"+"0,2,2,255,"+"46,193,225,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"9,66,78,251,"+"0,0,0,157,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,186,"+"67,25,25,255,"+"123,56,55,255,"+"123,56,55,255,"+"51,17,17,255,"+"53,20,20,255,"+"37,11,11,255,"+"24,5,5,255,"+"24,5,5,255,"+"37,11,11,255,"+"23,6,6,255,"+"0,0,0,127,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,41,"+"0,0,0,247,"+"26,125,146,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"1,11,16,254,"+"0,0,0,88,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,131,"+"44,13,13,255,"+"123,56,55,255,"+"123,56,55,255,"+"51,17,17,255,"+"114,51,51,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"95,42,41,255,"+"0,0,0,167,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,160,"+"3,33,41,253,"+"55,220,255,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"54,219,253,253,"+"0,6,9,255,"+"0,0,0,64,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,85,"+"3,0,0,255,"+"120,54,53,255,"+"123,56,55,255,"+"51,17,17,255,"+"114,51,51,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"90,39,39,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,23,"+"0,0,0,239,"+"30,138,161,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"44,186,216,254,"+"0,0,0,255,"+"0,0,0,21,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,4,"+"0,0,0,254,"+"100,42,41,255,"+"123,56,55,255,"+"51,17,17,255,"+"6,1,1,255,"+"7,2,2,255,"+"9,2,2,255,"+"9,2,2,255,"+"9,2,2,255,"+"2,0,0,255,"+"0,0,0,208,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,167,"+"3,34,41,253,"+"53,215,250,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"32,145,169,254,"+"0,0,0,238,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,185,"+"60,21,20,255,"+"123,56,55,255,"+"51,17,17,255,"+"85,81,67,254,"+"189,180,151,255,"+"179,171,143,255,"+"172,164,138,255,"+"177,170,142,255,"+"171,163,137,252,"+"0,0,0,255,"+"0,0,0,115,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,65,"+"0,0,0,253,"+"39,167,195,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,127,"+"51,17,17,255,"+"123,56,55,255,"+"52,17,17,253,"+"15,13,10,253,"+"238,227,190,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"119,113,95,250,"+"2,2,1,255,"+"0,0,0,208,"+"0,0,0,52,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,176,"+"4,40,49,253,"+"53,215,249,253,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,116,"+"26,5,5,254,"+"123,56,55,255,"+"105,45,44,254,"+"5,1,1,255,"+"48,45,36,253,"+"205,195,165,255,"+"238,226,189,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"226,216,181,253,"+"79,75,62,254,"+"0,0,0,186,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,128,"+"0,0,0,254,"+"0,4,6,255,"+"0,6,9,255,"+"10,69,82,250,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,66,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"79,31,31,255,"+"0,0,0,255,"+"0,0,0,255,"+"38,35,27,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"194,184,155,253,"+"0,0,0,252,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,15,"+"0,0,0,51,"+"0,0,0,72,"+"0,0,0,248,"+"25,121,141,251,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"0,0,0,191,"+"0,0,0,32,"+"0,0,0,255,"+"177,169,142,250,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"216,206,174,254,"+"0,0,0,255,"+"0,0,0,48,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,243,"+"2,26,33,253,"+"53,214,247,254,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"16,2,2,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,160,"+"28,27,20,254,"+"207,198,166,254,"+"226,215,180,253,"+"212,202,170,252,"+"69,65,53,253,"+"0,0,0,250,"+"0,0,0,42,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"3,3,2,254,"+"7,52,63,253,"+"34,151,176,253,"+"52,209,243,252,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"55,220,255,255,"+"28,129,150,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,64,"+"10,1,1,255,"+"114,50,49,255,"+"108,46,45,255,"+"16,3,3,255,"+"0,0,0,171,"+"0,0,0,0,"+"0,0,0,16,"+"0,0,0,229,"+"0,0,0,254,"+"1,1,1,255,"+"1,1,1,255,"+"0,0,0,199,"+"0,0,0,55,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"190,181,152,254,"+"124,118,98,253,"+"22,19,15,253,"+"0,2,3,255,"+"3,39,46,253,"+"13,79,93,253,"+"31,138,161,252,"+"42,179,208,254,"+"42,179,208,254,"+"42,179,208,254,"+"42,179,208,254,"+"47,194,226,253,"+"55,220,255,255,"+"55,220,255,255,"+"5,46,55,253,"+"0,0,0,168,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,16,"+"0,0,0,229,"+"0,0,0,254,"+"0,0,0,254,"+"0,0,0,188,"+"0,0,0,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,42,"+"0,0,0,42,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"253,241,203,254,"+"216,206,173,253,"+"167,159,134,255,"+"107,102,85,253,"+"27,25,19,253,"+"18,17,12,254,"+"18,17,12,254,"+"18,17,12,254,"+"18,17,12,254,"+"0,1,1,255,"+"3,38,45,254,"+"6,51,61,254,"+"0,0,0,254,"+"0,0,0,36,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"16,13,10,254,"+"0,0,0,144,"+"0,0,0,107,"+"0,0,0,88,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,6,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"229,218,183,253,"+"1,1,1,255,"+"0,0,0,48,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,93,"+"6,5,3,255,"+"241,230,194,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,35,"+"0,0,0,237,"+"108,103,85,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,195,"+"57,55,45,252,"+"247,237,199,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"214,204,172,255,"+"0,0,0,255,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"32,5,5,56,"+"0,0,0,255,"+"196,187,158,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"232,221,185,253,"+"2,1,1,255,"+"0,0,0,51,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,2,"+"117,51,50,209,"+"127,87,77,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,12,9,255,"+"0,0,0,95,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,97,"+"0,0,0,215,"+"0,0,0,239,"+"0,0,0,103,"+"0,0,0,1,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,130,"+"86,36,35,255,"+"141,79,73,254,"+"251,236,199,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"106,101,84,252,"+"0,0,0,228,"+"0,0,0,141,"+"0,0,0,141,"+"0,0,0,141,"+"0,0,0,136,"+"0,0,0,73,"+"0,0,0,16,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,50,"+"0,0,0,147,"+"0,0,0,246,"+"118,111,93,253,"+"129,122,102,252,"+"2,1,1,254,"+"0,0,0,205,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,191,"+"131,118,99,254,"+"143,82,76,253,"+"145,86,79,253,"+"244,228,193,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"232,218,184,251,"+"85,41,39,252,"+"95,53,48,255,"+"93,88,73,255,"+"93,88,73,255,"+"43,41,32,253,"+"5,5,3,255,"+"0,0,0,226,"+"0,0,0,197,"+"0,0,0,197,"+"0,0,0,197,"+"0,0,0,225,"+"0,0,0,210,"+"0,0,0,177,"+"0,0,0,197,"+"25,23,18,255,"+"145,138,115,252,"+"254,242,204,254,"+"255,243,205,255,"+"187,178,149,252,"+"0,0,0,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,242,"+"175,167,140,253,"+"246,231,195,253,"+"147,92,82,253,"+"153,95,85,254,"+"246,231,195,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"250,235,198,255,"+"160,104,93,252,"+"139,75,69,254,"+"205,170,144,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"126,120,101,251,"+"56,19,18,254,"+"86,35,35,255,"+"86,35,35,255,"+"86,35,35,255,"+"44,13,13,255,"+"50,46,37,255,"+"104,99,82,252,"+"39,36,30,253,"+"91,85,71,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"123,117,98,253,"+"0,0,0,215,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,255,"+"214,204,172,255,"+"255,243,205,255,"+"242,224,188,253,"+"142,80,74,254,"+"162,108,95,251,"+"254,241,204,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"251,238,200,254,"+"164,112,99,252,"+"145,85,78,252,"+"240,221,186,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"84,80,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"83,34,33,255,"+"84,80,66,255,"+"255,243,205,255,"+"250,239,201,254,"+"242,232,195,253,"+"255,243,205,255,"+"255,243,205,255,"+"224,213,180,254,"+"25,23,17,254,"+"0,0,0,128,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,252,"+"171,163,137,253,"+"255,243,205,255,"+"255,243,205,255,"+"229,204,173,253,"+"133,67,64,254,"+"177,129,112,254,"+"244,227,191,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"166,114,100,252,"+"139,75,69,254,"+"237,215,182,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"84,80,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"96,40,39,255,"+"22,20,15,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"199,188,158,253,"+"9,7,5,254,"+"0,0,0,199,"+"0,0,0,24,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,190,"+"39,36,29,252,"+"254,242,204,253,"+"255,243,205,255,"+"255,243,205,255,"+"226,199,169,252,"+"140,76,70,254,"+"136,71,67,255,"+"159,105,94,255,"+"184,142,123,253,"+"245,228,192,254,"+"255,243,205,255,"+"255,243,205,255,"+"195,155,134,252,"+"129,62,59,254,"+"237,215,182,254,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"84,80,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"116,51,50,255,"+"14,13,9,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"80,76,63,252,"+"0,0,0,188,"+"0,0,0,13,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,3,"+"0,0,0,103,"+"0,0,0,255,"+"194,185,156,252,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"252,239,201,254,"+"210,177,151,254,"+"196,158,136,254,"+"140,76,70,254,"+"126,57,55,255,"+"185,141,122,253,"+"207,171,146,251,"+"124,56,55,255,"+"208,173,147,251,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"84,80,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"121,54,53,255,"+"6,1,1,255,"+"220,210,176,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"14,12,9,255,"+"0,0,0,93,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,147,"+"0,0,0,255,"+"0,0,0,255,"+"80,75,62,250,"+"211,202,170,255,"+"218,207,174,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"252,240,201,254,"+"212,177,151,253,"+"138,75,69,253,"+"123,56,55,255,"+"157,111,97,253,"+"211,202,170,255,"+"211,202,170,255,"+"211,202,170,255,"+"250,239,201,253,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"255,243,205,255,"+"84,80,66,255,"+"83,34,33,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"16,2,2,255,"+"128,122,101,253,"+"211,202,170,255,"+"211,202,170,255,"+"190,181,152,254,"+"1,1,1,255,"+"0,0,0,90,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,251,"+"48,15,13,253,"+"20,3,3,255,"+"17,2,2,255,"+"17,2,2,255,"+"6,1,1,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"13,12,7,255,"+"9,3,2,255,"+"80,32,31,255,"+"45,12,11,255,"+"17,2,2,255,"+"17,2,2,255,"+"6,1,1,255,"+"9,7,5,255,"+"19,17,13,254,"+"80,77,63,255,"+"18,17,12,254,"+"13,11,7,255,"+"1,1,1,255,"+"27,6,6,255,"+"48,16,16,255,"+"48,16,16,255,"+"48,16,16,255,"+"48,16,16,255,"+"1,0,0,255,"+"12,2,2,254,"+"17,2,2,255,"+"17,2,2,255,"+"17,2,2,255,"+"12,2,2,255,"+"0,0,0,239,"+"0,0,0,84,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,252,"+"102,43,42,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"121,54,53,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"116,51,50,255,"+"121,54,53,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"121,54,53,255,"+"116,51,50,255,"+"91,37,36,255,"+"73,27,27,254,"+"103,44,43,255,"+"116,51,50,255,"+"65,23,23,254,"+"67,25,24,254,"+"84,34,34,255,"+"84,34,34,255,"+"84,34,34,255,"+"84,34,34,255,"+"87,36,35,255,"+"122,55,54,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"122,55,54,255,"+"68,25,25,255,"+"0,0,0,246,"+"0,0,0,92,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,180,"+"41,11,11,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"64,24,23,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,53,"+"0,0,0,254,"+"100,42,41,254,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"79,31,31,255,"+"0,0,0,191,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,158,"+"3,0,0,255,"+"97,41,40,255,"+"115,50,49,255,"+"115,50,49,255,"+"103,43,43,254,"+"95,40,39,254,"+"123,55,54,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"123,56,55,255,"+"115,50,49,254,"+"41,11,11,254,"+"1,0,0,255,"+"0,0,0,149,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,7,"+"0,0,0,157,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"16,2,2,254,"+"63,23,22,254,"+"83,34,33,254,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"79,31,31,255,"+"51,17,16,255,"+"70,26,26,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"83,33,33,255,"+"54,18,18,254,"+"50,17,16,255,"+"50,17,16,255,"+"50,17,16,255,"+"3,0,0,255,"+"0,0,0,199,"+"0,0,0,62,"+"0,0,0,3,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"Pen,80,90,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"107,107,106,255,"+"99,99,97,255,"+"99,99,97,255,"+"104,104,102,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"73,72,70,255,"+"110,99,40,255,"+"175,152,23,255,"+"240,207,22,255,"+"240,207,22,255,"+"227,195,19,255,"+"130,115,36,255,"+"102,100,89,255,"+"179,179,179,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"113,115,117,255,"+"58,60,61,255,"+"75,87,96,255,"+"44,86,116,255,"+"48,66,65,255,"+"238,203,9,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"252,213,1,255,"+"252,213,1,255,"+"226,193,11,255,"+"130,115,36,255,"+"124,122,110,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"130,130,130,255,"+"32,76,109,255,"+"13,129,212,255,"+"9,145,243,255,"+"0,147,254,255,"+"50,118,155,255,"+"234,199,7,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"214,184,17,255,"+"98,92,58,255,"+"164,164,164,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"164,164,164,255,"+"40,87,122,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"40,124,179,255,"+"210,181,17,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"252,213,1,255,"+"248,212,10,255,"+"254,216,0,255,"+"241,206,11,255,"+"105,98,58,255,"+"179,179,179,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"53,78,96,255,"+"5,144,245,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"13,129,212,255,"+"181,162,42,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"227,195,19,255,"+"92,83,29,255,"+"41,38,20,255,"+"130,115,36,255,"+"238,203,9,255,"+"238,203,9,255,"+"140,124,38,255,"+"137,136,133,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"86,98,107,255,"+"21,128,205,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"11,141,235,255,"+"155,146,50,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"219,189,20,255,"+"37,37,34,255,"+"0,0,0,255,"+"19,19,19,255,"+"113,101,34,255,"+"254,216,0,255,"+"252,213,1,255,"+"158,140,37,255,"+"146,147,147,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"116,122,125,255,"+"20,122,195,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"9,145,243,255,"+"119,119,53,255,"+"252,213,1,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"252,213,1,255,"+"140,124,38,255,"+"26,25,21,255,"+"25,25,25,255,"+"153,133,24,255,"+"254,216,0,255,"+"254,216,0,255,"+"252,213,1,255,"+"115,106,57,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"44,90,123,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"50,102,128,255,"+"214,184,17,255,"+"252,213,1,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"242,208,21,255,"+"242,208,21,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"198,173,30,255,"+"146,147,147,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"61,76,86,255,"+"14,134,221,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"46,104,136,255,"+"148,136,43,255,"+"252,213,1,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"214,186,29,255,"+"139,140,140,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"116,122,125,255,"+"20,122,195,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"24,129,204,255,"+"109,114,59,255,"+"219,189,20,255,"+"246,209,1,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"252,213,1,255,"+"137,121,31,255,"+"155,155,156,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"172,172,172,255,"+"43,98,138,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"8,142,240,255,"+"40,124,179,255,"+"86,106,87,255,"+"162,148,46,255,"+"207,179,21,255,"+"245,210,11,255,"+"245,210,11,255,"+"241,206,11,255,"+"220,186,4,255,"+"173,151,31,255,"+"105,103,92,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"59,80,95,255,"+"9,145,243,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"17,137,224,255,"+"37,112,162,255,"+"54,80,84,255,"+"69,73,59,255,"+"43,40,24,255,"+"42,40,33,255,"+"146,147,147,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"72,84,93,255,"+"16,136,223,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"29,64,91,255,"+"73,73,73,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"139,140,140,255,"+"28,101,153,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"19,131,212,255,"+"58,60,61,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"75,87,96,255,"+"28,101,153,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"44,86,116,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"76,93,105,255,"+"16,134,218,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"11,141,235,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"5,144,245,255,"+"47,97,132,255,"+"164,164,164,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"116,122,125,255,"+"19,131,212,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"12,138,229,255,"+"35,97,141,255,"+"5,144,245,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"5,144,245,255,"+"25,79,118,255,"+"135,136,136,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"113,115,117,255,"+"33,102,153,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"37,90,128,255,"+"11,141,235,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"25,90,137,255,"+"99,99,97,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"107,110,113,255,"+"34,120,182,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"29,108,165,255,"+"24,88,135,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"20,125,202,255,"+"98,106,112,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"143,145,147,255,"+"35,100,147,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"16,134,218,255,"+"35,100,147,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"12,138,229,255,"+"81,92,100,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"139,140,140,255,"+"35,100,147,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"14,134,221,255,"+"26,55,76,255,"+"11,141,235,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"5,144,245,255,"+"44,86,116,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"139,140,140,255,"+"35,100,147,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"16,134,218,255,"+"35,80,112,255,"+"16,134,218,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"31,78,111,255,"+"159,159,160,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"139,140,140,255,"+"35,100,147,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"14,134,221,255,"+"35,100,147,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"35,104,155,255,"+"109,109,109,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"146,147,147,255,"+"35,104,155,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"13,135,224,255,"+"35,100,147,255,"+"5,144,245,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"27,120,188,255,"+"98,106,112,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"43,98,138,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"37,90,128,255,"+"11,144,239,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"19,116,186,255,"+"98,106,112,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"71,91,106,255,"+"11,141,235,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"33,102,153,255,"+"21,128,205,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"19,116,186,255,"+"46,54,60,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"122,126,128,255,"+"27,120,188,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"35,100,147,255,"+"19,131,212,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"25,123,194,255,"+"98,106,112,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"139,140,140,255,"+"35,104,155,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"35,100,147,255,"+"19,131,212,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"5,144,245,255,"+"66,86,101,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"44,90,123,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"35,100,147,255,"+"19,131,212,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"47,97,132,255,"+"179,179,179,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"60,83,100,255,"+"11,141,235,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"34,109,163,255,"+"19,131,212,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"25,117,184,255,"+"115,118,122,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"60,83,100,255,"+"12,138,229,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"20,122,195,255,"+"35,104,155,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"28,116,181,255,"+"107,110,113,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"60,85,104,255,"+"12,138,229,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"11,144,239,255,"+"35,104,155,255,"+"33,112,169,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"28,116,181,255,"+"111,117,121,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"59,91,114,255,"+"12,138,229,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"16,134,218,255,"+"36,95,136,255,"+"16,136,223,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"5,144,245,255,"+"35,104,155,255,"+"116,122,125,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"64,93,114,255,"+"12,138,229,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"16,134,218,255,"+"35,97,141,255,"+"5,144,245,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"35,100,147,255,"+"155,155,156,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"64,93,114,255,"+"12,138,229,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"19,131,212,255,"+"35,100,147,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"19,131,212,255,"+"111,117,121,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"83,90,95,255,"+"14,134,221,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"12,138,229,255,"+"35,100,147,255,"+"5,144,245,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"11,141,235,255,"+"60,90,111,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"116,122,125,255,"+"28,116,181,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"43,98,138,255,"+"11,141,235,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"7,143,241,255,"+"51,83,107,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"124,128,131,255,"+"34,109,163,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"33,102,153,255,"+"19,131,212,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"47,97,132,255,"+"179,179,179,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"155,155,156,255,"+"35,100,147,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"33,112,169,255,"+"20,125,202,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"28,112,172,255,"+"122,123,123,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"59,91,114,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"16,134,218,255,"+"33,102,153,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"28,112,172,255,"+"116,122,125,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"59,91,114,255,"+"11,141,235,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"42,94,131,255,"+"9,145,243,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"29,108,165,255,"+"124,128,131,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"76,93,105,255,"+"11,141,235,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"35,100,147,255,"+"20,125,202,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"29,108,165,255,"+"124,128,131,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"108,113,116,255,"+"25,123,194,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"25,123,194,255,"+"34,109,163,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"5,144,245,255,"+"34,109,163,255,"+"124,128,131,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"115,118,122,255,"+"28,116,181,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"21,128,205,255,"+"35,104,155,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"8,142,240,255,"+"51,83,107,255,"+"155,155,156,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"116,122,125,255,"+"28,112,172,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"21,128,205,255,"+"28,98,149,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"5,144,245,255,"+"51,83,107,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"164,164,164,255,"+"28,98,149,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"19,131,212,255,"+"28,101,153,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"51,83,107,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"71,89,102,255,"+"9,145,243,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"5,144,245,255,"+"42,94,131,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"41,102,146,255,"+"155,155,156,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"139,140,140,255,"+"28,116,181,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"29,108,165,255,"+"24,129,204,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"29,110,168,255,"+"122,126,128,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"44,86,116,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"20,122,195,255,"+"28,112,172,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"29,108,165,255,"+"124,128,131,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"81,92,100,255,"+"11,141,235,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"21,128,205,255,"+"34,109,163,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"27,120,188,255,"+"116,122,125,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"89,101,110,255,"+"20,125,202,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"11,141,235,255,"+"44,83,111,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"12,138,229,255,"+"76,90,101,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"108,113,116,255,"+"20,122,195,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"43,98,138,255,"+"11,141,235,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"51,92,122,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"166,167,168,255,"+"43,98,138,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"28,116,181,255,"+"28,116,181,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"27,120,188,255,"+"124,128,131,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"44,86,116,255,"+"5,144,245,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"16,134,218,255,"+"42,94,131,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"11,141,235,255,"+"76,93,105,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"51,83,107,255,"+"5,144,245,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"11,141,235,255,"+"37,90,128,255,"+"9,145,243,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"12,138,229,255,"+"60,83,100,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"75,87,96,255,"+"17,137,224,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"11,141,235,255,"+"35,100,147,255,"+"11,141,235,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"11,141,235,255,"+"60,83,100,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"86,98,107,255,"+"19,131,212,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"5,144,245,255,"+"36,95,136,255,"+"12,138,229,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"47,97,132,255,"+"179,179,179,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"108,113,116,255,"+"25,123,194,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"29,108,165,255,"+"25,123,194,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"41,102,146,255,"+"146,147,147,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"68,68,68,255,"+"41,102,146,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"27,120,188,255,"+"28,116,181,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"35,100,147,255,"+"143,145,147,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"146,147,147,255,"+"92,92,89,255,"+"0,0,0,0,"+"66,174,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"17,137,224,255,"+"44,90,123,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"35,104,155,255,"+"139,140,140,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"68,68,68,255,"+"0,0,0,0,"+"105,189,249,255,"+"75,179,255,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"36,95,136,255,"+"9,145,243,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"24,129,204,255,"+"113,115,117,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"139,140,140,255,"+"44,44,43,255,"+"73,73,73,255,"+"0,0,0,0,"+"57,171,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"9,145,243,255,"+"60,83,100,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"179,179,179,255,"+"80,69,7,255,"+"190,162,10,255,"+"189,181,135,255,"+"0,0,0,0,"+"44,149,224,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"41,102,146,255,"+"172,172,172,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"134,129,102,255,"+"235,201,5,255,"+"254,216,0,255,"+"229,194,5,255,"+"148,143,59,255,"+"50,140,186,255,"+"9,145,243,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"35,104,155,255,"+"141,143,144,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"173,152,32,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"235,201,5,255,"+"164,164,55,255,"+"63,141,168,255,"+"9,145,243,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"20,125,202,255,"+"109,109,109,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"169,165,142,255,"+"229,194,5,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"243,207,3,255,"+"163,160,46,255,"+"52,129,165,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"9,145,243,255,"+"68,82,93,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"135,127,85,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"200,172,10,255,"+"49,130,170,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"44,90,123,255,"+"179,179,179,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"143,129,51,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"171,172,56,255,"+"5,144,245,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"41,102,146,255,"+"155,155,156,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"195,167,11,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"235,201,5,255,"+"62,135,165,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"20,125,202,255,"+"107,110,113,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"177,171,140,255,"+"252,213,1,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"206,177,11,255,"+"55,114,137,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"0,147,254,255,"+"21,128,205,255,"+"89,101,110,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"146,137,84,255,"+"252,213,1,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"252,213,1,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"200,172,10,255,"+"89,138,123,255,"+"43,142,203,255,"+"32,134,207,255,"+"29,108,165,255,"+"76,90,101,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"189,164,25,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"252,213,1,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"246,209,1,255,"+"220,186,4,255,"+"149,131,33,255,"+"44,44,43,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"162,157,128,255,"+"243,207,3,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"246,209,1,255,"+"159,143,57,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"144,135,82,255,"+"252,213,1,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"252,213,1,255,"+"203,172,3,255,"+"111,99,33,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"170,147,21,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"154,133,15,255,"+"92,92,89,255,"+"172,172,172,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"200,172,10,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"252,213,1,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"199,170,9,255,"+"113,110,91,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"156,147,99,255,"+"252,213,1,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"246,209,1,255,"+"133,114,6,255,"+"95,92,78,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"190,165,33,255,"+"252,213,1,255,"+"254,216,0,255,"+"254,216,0,255,"+"252,213,1,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"226,193,11,255,"+"137,129,83,255,"+"139,140,140,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"235,201,5,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"252,213,1,255,"+"215,184,9,255,"+"137,132,101,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"156,144,77,255,"+"252,213,1,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"252,213,1,255,"+"175,155,44,255,"+"180,177,158,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"210,181,17,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"226,193,11,255,"+"166,150,65,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"122,123,123,255,"+"170,147,21,255,"+"168,143,4,255,"+"246,209,1,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"254,216,0,255,"+"252,213,1,255,"+"208,178,13,255,"+"168,162,128,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"44,44,43,255,"+"9,9,9,255,"+"10,9,3,255,"+"174,148,4,255,"+"254,216,0,255,"+"254,216,0,255,"+"252,213,1,255,"+"195,168,16,255,"+"161,150,83,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"44,44,43,255,"+"0,0,0,255,"+"37,37,34,255,"+"26,25,21,255,"+"144,126,22,255,"+"254,216,0,255,"+"189,164,25,255,"+"165,164,156,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"130,130,130,255,"+"44,44,43,255,"+"0,0,0,255,"+"25,25,25,255,"+"25,25,25,255,"+"42,40,33,255,"+"115,106,57,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"50,50,50,255,"+"25,25,25,255,"+"0,0,0,255,"+"9,9,9,255,"+"19,19,19,255,"+"25,25,25,255,"+"179,179,179,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"122,123,123,255,"+"9,9,9,255,"+"0,0,0,255,"+"0,0,0,255,"+"9,9,9,255,"+"44,44,43,255,"+"155,155,156,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"50,50,50,255,"+"9,9,9,255,"+"0,0,0,255,"+"50,50,50,255,"+"172,172,172,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"58,60,61,255,"+"19,19,19,255,"+"130,130,130,255,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"0,0,0,0,"+"SQLConnected,100,100,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"254,254,254,255,"+"253,253,253,255,"+"253,253,253,255,"+"252,252,252,255,"+"251,251,251,255,"+"251,251,251,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"251,251,251,255,"+"252,252,252,255,"+"253,253,253,255,"+"253,253,253,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"253,253,253,255,"+"251,251,251,255,"+"249,249,249,255,"+"247,247,247,255,"+"244,244,244,255,"+"241,241,241,255,"+"239,239,239,255,"+"237,237,237,255,"+"235,235,235,255,"+"233,233,233,255,"+"232,232,232,255,"+"231,231,231,255,"+"231,231,231,255,"+"230,230,230,255,"+"230,230,230,255,"+"229,229,229,255,"+"229,229,229,255,"+"228,228,228,255,"+"228,228,228,255,"+"227,227,227,255,"+"226,226,226,255,"+"225,225,226,255,"+"225,225,225,255,"+"224,224,225,255,"+"224,224,225,255,"+"224,224,225,255,"+"225,225,225,255,"+"226,226,227,255,"+"228,228,228,255,"+"230,230,231,255,"+"234,234,234,255,"+"237,237,237,255,"+"241,241,241,255,"+"245,245,245,255,"+"249,249,249,255,"+"252,252,252,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"252,252,252,255,"+"249,249,249,255,"+"245,245,245,255,"+"240,240,240,255,"+"236,236,236,255,"+"233,233,233,255,"+"230,230,230,255,"+"229,229,229,255,"+"228,228,228,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"223,223,223,255,"+"222,222,222,255,"+"221,221,221,255,"+"220,220,220,255,"+"218,218,219,255,"+"217,217,218,255,"+"216,216,216,255,"+"215,215,215,255,"+"213,213,214,255,"+"212,212,213,255,"+"211,211,212,255,"+"210,210,211,255,"+"209,209,210,255,"+"208,208,209,255,"+"208,208,209,255,"+"209,209,210,255,"+"211,211,212,255,"+"214,214,215,255,"+"219,219,220,255,"+"226,226,227,255,"+"235,235,235,255,"+"243,243,243,255,"+"249,249,249,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"252,252,252,255,"+"247,247,247,255,"+"242,242,242,255,"+"236,236,236,255,"+"231,231,231,255,"+"229,229,229,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"223,223,223,255,"+"221,221,222,255,"+"220,220,221,255,"+"219,219,219,255,"+"218,218,218,255,"+"217,217,217,255,"+"216,216,216,255,"+"214,214,215,255,"+"213,213,214,255,"+"212,212,213,255,"+"211,211,212,255,"+"210,210,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"205,205,206,255,"+"204,204,205,255,"+"202,202,204,255,"+"201,201,203,255,"+"200,200,201,255,"+"199,199,200,255,"+"198,198,199,255,"+"197,197,199,255,"+"199,199,200,255,"+"204,204,205,255,"+"212,212,213,255,"+"224,224,225,255,"+"237,237,238,255,"+"247,247,248,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"251,251,251,255,"+"245,245,245,255,"+"237,237,237,255,"+"231,231,231,255,"+"228,228,228,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,223,255,"+"221,221,221,255,"+"220,220,220,255,"+"219,219,219,255,"+"218,218,218,255,"+"216,216,217,255,"+"215,215,216,255,"+"214,214,215,255,"+"213,213,214,255,"+"212,212,213,255,"+"211,211,211,255,"+"209,209,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"205,205,206,255,"+"203,203,204,255,"+"202,202,203,255,"+"201,201,202,255,"+"200,200,201,255,"+"199,199,200,255,"+"197,197,199,255,"+"196,196,198,255,"+"195,195,197,255,"+"194,194,195,255,"+"193,193,194,255,"+"191,191,193,255,"+"190,190,192,255,"+"190,190,191,255,"+"191,191,193,255,"+"198,198,200,255,"+"211,211,212,255,"+"229,229,230,255,"+"245,245,245,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"247,247,247,255,"+"238,238,238,255,"+"231,231,231,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"223,223,223,255,"+"222,222,222,255,"+"221,221,221,255,"+"220,220,220,255,"+"218,218,219,255,"+"217,217,218,255,"+"216,216,217,255,"+"215,215,215,255,"+"214,214,214,255,"+"213,213,213,255,"+"211,211,212,255,"+"210,210,211,255,"+"209,209,210,255,"+"208,208,209,255,"+"206,206,208,255,"+"205,205,206,255,"+"204,204,205,255,"+"203,203,204,255,"+"202,202,203,255,"+"201,201,202,255,"+"199,199,201,255,"+"198,198,200,255,"+"197,197,198,255,"+"196,196,197,255,"+"195,195,196,255,"+"194,194,195,255,"+"192,192,194,255,"+"191,191,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"187,187,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"183,183,185,255,"+"183,183,186,255,"+"191,191,193,255,"+"209,209,210,255,"+"233,233,234,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"245,245,245,255,"+"235,235,235,255,"+"228,228,228,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"223,223,223,255,"+"222,222,222,255,"+"221,221,221,255,"+"219,219,220,255,"+"218,218,219,255,"+"217,217,218,255,"+"216,216,216,255,"+"215,215,215,255,"+"213,213,214,255,"+"212,212,213,255,"+"211,211,212,255,"+"210,210,211,255,"+"209,209,210,255,"+"208,208,208,255,"+"206,206,207,255,"+"205,205,206,255,"+"204,204,205,255,"+"203,203,204,255,"+"202,202,203,255,"+"200,200,202,255,"+"199,199,201,255,"+"198,198,199,255,"+"197,197,198,255,"+"196,196,197,255,"+"194,194,196,255,"+"193,193,195,255,"+"192,192,194,255,"+"191,191,193,255,"+"190,190,191,255,"+"188,188,190,255,"+"187,187,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"183,183,185,255,"+"181,181,183,255,"+"180,180,182,255,"+"179,179,181,255,"+"178,178,180,255,"+"177,177,179,255,"+"180,180,182,255,"+"197,197,198,255,"+"227,227,228,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,248,248,255,"+"235,235,235,255,"+"228,228,228,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"223,223,223,255,"+"221,221,222,255,"+"220,220,221,255,"+"219,219,219,255,"+"218,218,218,255,"+"217,217,217,255,"+"215,215,216,255,"+"214,214,215,255,"+"213,213,214,255,"+"212,212,213,255,"+"211,211,211,255,"+"210,210,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"205,205,206,255,"+"204,204,205,255,"+"202,202,204,255,"+"201,201,202,255,"+"200,200,201,255,"+"199,199,200,255,"+"198,198,199,255,"+"197,197,198,255,"+"195,195,197,255,"+"194,194,196,255,"+"193,193,194,255,"+"192,192,193,255,"+"191,191,192,255,"+"189,189,191,255,"+"188,188,190,255,"+"187,187,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"183,183,185,255,"+"182,182,184,255,"+"181,181,183,255,"+"180,180,182,255,"+"179,179,181,255,"+"177,177,180,255,"+"176,176,179,255,"+"175,175,177,255,"+"174,174,176,255,"+"173,173,175,255,"+"172,172,174,255,"+"174,174,177,255,"+"195,195,197,255,"+"234,234,235,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"243,243,243,255,"+"230,230,230,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,223,255,"+"221,221,221,255,"+"220,220,220,255,"+"219,219,219,255,"+"217,217,218,255,"+"216,216,217,255,"+"215,215,216,255,"+"214,214,215,255,"+"213,213,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"209,209,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"204,204,206,255,"+"203,203,204,255,"+"202,202,203,255,"+"201,201,202,255,"+"200,200,201,255,"+"199,199,200,255,"+"197,197,199,255,"+"196,196,198,255,"+"195,195,196,255,"+"194,194,195,255,"+"193,193,194,255,"+"191,191,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"188,188,190,255,"+"187,187,189,255,"+"185,185,187,255,"+"184,184,186,255,"+"183,183,185,255,"+"182,182,184,255,"+"181,181,183,255,"+"179,179,182,255,"+"178,178,181,255,"+"177,177,179,255,"+"176,176,178,255,"+"175,175,177,255,"+"174,174,176,255,"+"172,172,175,255,"+"171,171,174,255,"+"170,170,173,255,"+"169,169,172,255,"+"168,168,170,255,"+"167,167,169,255,"+"175,175,178,255,"+"218,218,219,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"242,242,242,255,"+"228,228,228,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,225,255,"+"223,223,224,255,"+"222,222,222,255,"+"221,221,221,255,"+"220,220,220,255,"+"219,219,219,255,"+"217,217,218,255,"+"216,216,217,255,"+"215,215,215,255,"+"214,214,214,255,"+"213,213,213,255,"+"211,211,212,255,"+"210,210,211,255,"+"209,209,210,255,"+"208,208,209,255,"+"207,207,207,255,"+"205,205,206,255,"+"204,204,205,255,"+"203,203,204,255,"+"202,202,203,255,"+"201,201,202,255,"+"199,199,201,255,"+"198,198,200,255,"+"197,197,198,255,"+"196,196,197,255,"+"195,195,196,255,"+"194,194,195,255,"+"192,192,194,255,"+"191,191,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"188,188,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"183,183,185,255,"+"182,182,184,255,"+"180,180,183,255,"+"179,179,182,255,"+"178,178,180,255,"+"177,177,179,255,"+"176,176,178,255,"+"174,174,177,255,"+"173,173,176,255,"+"172,172,175,255,"+"171,171,174,255,"+"170,170,172,255,"+"168,168,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"170,170,173,255,"+"215,215,216,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,248,248,255,"+"229,229,229,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"223,223,223,255,"+"222,222,222,255,"+"220,220,221,255,"+"219,219,220,255,"+"218,218,219,255,"+"217,217,217,255,"+"216,216,216,255,"+"215,215,215,255,"+"213,213,214,255,"+"212,212,213,255,"+"211,211,212,255,"+"210,210,211,255,"+"209,209,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"205,205,206,255,"+"204,204,205,255,"+"203,203,204,255,"+"202,202,203,255,"+"200,200,202,255,"+"199,199,200,255,"+"198,198,199,255,"+"197,197,198,255,"+"196,196,197,255,"+"194,194,196,255,"+"193,193,195,255,"+"192,192,194,255,"+"191,191,192,255,"+"190,190,191,255,"+"188,188,190,255,"+"187,187,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"182,182,185,255,"+"181,181,183,255,"+"180,180,182,255,"+"179,179,181,255,"+"178,178,180,255,"+"176,176,179,255,"+"175,175,178,255,"+"174,174,177,255,"+"173,173,175,255,"+"172,172,174,255,"+"171,171,173,255,"+"169,169,172,255,"+"168,168,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"172,172,175,255,"+"231,231,231,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"237,237,237,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"223,223,223,255,"+"222,222,222,255,"+"220,220,221,255,"+"219,219,219,255,"+"218,218,218,255,"+"217,217,217,255,"+"215,215,216,255,"+"214,214,215,255,"+"213,213,214,255,"+"212,212,213,255,"+"211,211,212,255,"+"210,210,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"205,205,206,255,"+"204,204,205,255,"+"202,202,204,255,"+"201,201,202,255,"+"200,200,201,255,"+"199,199,200,255,"+"198,198,199,255,"+"196,196,198,255,"+"195,195,197,255,"+"194,194,196,255,"+"193,193,195,255,"+"192,192,193,255,"+"191,191,192,255,"+"189,189,191,255,"+"188,188,190,255,"+"187,187,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"183,183,185,255,"+"182,182,184,255,"+"181,181,183,255,"+"180,180,182,255,"+"179,179,181,255,"+"177,177,180,255,"+"176,176,179,255,"+"175,175,178,255,"+"174,174,176,255,"+"173,173,175,255,"+"171,171,174,255,"+"170,170,173,255,"+"169,169,172,255,"+"168,168,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"198,198,200,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"233,233,233,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"221,221,221,255,"+"220,220,220,255,"+"219,219,219,255,"+"218,218,218,255,"+"216,216,217,255,"+"215,215,216,255,"+"214,214,215,255,"+"213,213,213,255,"+"212,212,212,255,"+"210,210,211,255,"+"209,209,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"204,204,205,255,"+"203,203,204,255,"+"202,202,203,255,"+"201,201,202,255,"+"200,200,201,255,"+"198,198,200,255,"+"197,197,199,255,"+"196,196,198,255,"+"195,195,196,255,"+"194,194,195,255,"+"193,193,194,255,"+"191,191,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"188,188,190,255,"+"187,187,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"183,183,185,255,"+"182,182,184,255,"+"181,181,183,255,"+"179,179,182,255,"+"178,178,181,255,"+"177,177,179,255,"+"176,176,178,255,"+"175,175,177,255,"+"173,173,176,255,"+"172,172,175,255,"+"171,171,174,255,"+"170,170,173,255,"+"169,169,172,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"184,184,186,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"230,230,230,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,225,255,"+"223,223,223,255,"+"222,222,222,255,"+"221,221,221,255,"+"220,220,220,255,"+"219,219,219,255,"+"217,217,218,255,"+"216,216,217,255,"+"215,215,215,255,"+"214,214,214,255,"+"213,213,213,255,"+"211,211,212,255,"+"210,210,211,255,"+"209,209,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"205,205,206,255,"+"204,204,205,255,"+"203,203,204,255,"+"202,202,203,255,"+"201,201,202,255,"+"199,199,201,255,"+"198,198,200,255,"+"197,197,198,255,"+"196,196,197,255,"+"195,195,196,255,"+"194,194,195,255,"+"192,192,194,255,"+"191,191,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"188,188,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"183,183,185,255,"+"182,182,184,255,"+"180,180,183,255,"+"179,179,181,255,"+"178,178,180,255,"+"177,177,179,255,"+"176,176,178,255,"+"174,174,177,255,"+"173,173,176,255,"+"172,172,175,255,"+"171,171,173,255,"+"170,170,172,255,"+"169,169,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"186,186,188,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"222,222,222,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"223,223,223,255,"+"222,222,222,255,"+"221,221,221,255,"+"219,219,220,255,"+"218,218,219,255,"+"217,217,217,255,"+"216,216,216,255,"+"215,215,215,255,"+"213,213,214,255,"+"212,212,213,255,"+"211,211,212,255,"+"210,210,211,255,"+"209,209,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"205,205,206,255,"+"204,204,205,255,"+"203,203,204,255,"+"201,201,203,255,"+"200,200,202,255,"+"199,199,200,255,"+"198,198,199,255,"+"197,197,198,255,"+"196,196,197,255,"+"194,194,196,255,"+"193,193,195,255,"+"192,192,194,255,"+"191,191,192,255,"+"190,190,191,255,"+"188,188,190,255,"+"187,187,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"182,182,185,255,"+"181,181,183,255,"+"180,180,182,255,"+"179,179,181,255,"+"178,178,180,255,"+"176,176,179,255,"+"175,175,178,255,"+"174,174,177,255,"+"173,173,175,255,"+"172,172,174,255,"+"170,170,173,255,"+"169,169,172,255,"+"168,168,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,168,255,"+"166,166,168,255,"+"167,167,170,255,"+"197,197,198,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"213,213,213,255,"+"219,219,219,255,"+"228,228,228,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"223,223,223,255,"+"221,221,222,255,"+"220,220,221,255,"+"219,219,219,255,"+"218,218,218,255,"+"217,217,217,255,"+"216,216,216,255,"+"214,214,215,255,"+"213,213,214,255,"+"212,212,213,255,"+"211,211,211,255,"+"210,210,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"205,205,206,255,"+"204,204,205,255,"+"202,202,204,255,"+"201,201,203,255,"+"200,200,201,255,"+"199,199,200,255,"+"198,198,199,255,"+"196,196,198,255,"+"195,195,197,255,"+"194,194,196,255,"+"193,193,194,255,"+"192,192,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"188,188,190,255,"+"187,187,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"183,183,185,255,"+"182,182,184,255,"+"181,181,183,255,"+"180,180,182,255,"+"179,179,181,255,"+"177,177,180,255,"+"176,176,179,255,"+"175,175,177,255,"+"174,174,176,255,"+"173,173,175,255,"+"171,171,174,255,"+"170,170,173,255,"+"169,169,172,255,"+"168,168,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"168,168,170,255,"+"169,169,172,255,"+"178,178,180,255,"+"209,209,209,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"205,205,205,255,"+"221,221,221,255,"+"228,228,228,255,"+"228,228,228,255,"+"227,227,227,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,223,255,"+"221,221,221,255,"+"220,220,220,255,"+"219,219,219,255,"+"217,217,218,255,"+"216,216,217,255,"+"215,215,216,255,"+"214,214,215,255,"+"213,213,213,255,"+"212,212,212,255,"+"210,210,211,255,"+"209,209,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"204,204,206,255,"+"203,203,204,255,"+"202,202,203,255,"+"201,201,202,255,"+"200,200,201,255,"+"199,199,200,255,"+"197,197,199,255,"+"196,196,198,255,"+"195,195,196,255,"+"194,194,195,255,"+"192,192,194,255,"+"191,191,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"188,188,190,255,"+"187,187,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"183,183,185,255,"+"182,182,184,255,"+"181,181,183,255,"+"179,179,182,255,"+"178,178,181,255,"+"177,177,179,255,"+"176,176,178,255,"+"175,175,177,255,"+"173,173,176,255,"+"172,172,175,255,"+"171,171,174,255,"+"170,170,173,255,"+"169,169,171,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"168,168,171,255,"+"171,171,174,255,"+"172,172,175,255,"+"181,181,183,255,"+"198,198,198,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"208,208,208,255,"+"219,219,219,255,"+"226,226,226,255,"+"227,227,227,255,"+"226,226,226,255,"+"223,223,223,255,"+"220,220,221,255,"+"219,219,219,255,"+"217,217,218,255,"+"216,216,217,255,"+"215,215,215,255,"+"214,214,214,255,"+"212,212,213,255,"+"211,211,212,255,"+"210,210,211,255,"+"209,209,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"205,205,206,255,"+"204,204,205,255,"+"203,203,204,255,"+"202,202,203,255,"+"201,201,202,255,"+"199,199,201,255,"+"198,198,200,255,"+"197,197,198,255,"+"196,196,197,255,"+"195,195,196,255,"+"193,193,195,255,"+"192,192,194,255,"+"191,191,193,255,"+"190,190,192,255,"+"189,189,190,255,"+"187,187,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"183,183,185,255,"+"182,182,184,255,"+"180,180,183,255,"+"179,179,181,255,"+"178,178,180,255,"+"177,177,179,255,"+"176,176,178,255,"+"174,174,177,255,"+"173,173,176,255,"+"172,172,175,255,"+"171,171,174,255,"+"170,170,172,255,"+"168,168,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"167,167,170,255,"+"171,171,173,255,"+"175,175,178,255,"+"176,176,179,255,"+"178,178,181,255,"+"191,191,192,255,"+"203,203,203,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"216,216,216,255,"+"222,222,222,255,"+"224,224,225,255,"+"224,224,225,255,"+"223,223,224,255,"+"221,221,221,255,"+"217,217,218,255,"+"215,215,215,255,"+"212,212,213,255,"+"211,211,212,255,"+"210,210,211,255,"+"209,209,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"205,205,206,255,"+"204,204,205,255,"+"203,203,204,255,"+"201,201,203,255,"+"200,200,201,255,"+"199,199,200,255,"+"198,198,199,255,"+"197,197,198,255,"+"195,195,197,255,"+"194,194,196,255,"+"193,193,195,255,"+"192,192,194,255,"+"191,191,193,255,"+"189,189,191,255,"+"188,188,190,255,"+"187,187,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"182,182,184,255,"+"181,181,183,255,"+"180,180,182,255,"+"179,179,181,255,"+"178,178,180,255,"+"176,176,179,255,"+"175,175,178,255,"+"174,174,177,255,"+"173,173,175,255,"+"172,172,174,255,"+"171,171,173,255,"+"169,169,172,255,"+"168,168,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,167,255,"+"164,164,167,255,"+"164,164,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,168,255,"+"167,167,170,255,"+"171,171,174,255,"+"176,176,179,255,"+"181,181,183,255,"+"181,181,184,255,"+"182,182,185,255,"+"191,191,193,255,"+"205,205,205,255,"+"209,209,209,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"223,223,224,255,"+"223,223,223,255,"+"222,222,223,255,"+"222,222,223,255,"+"221,221,221,255,"+"218,218,218,255,"+"214,214,215,255,"+"210,210,211,255,"+"207,207,208,255,"+"205,205,206,255,"+"204,204,205,255,"+"202,202,203,255,"+"201,201,202,255,"+"200,200,201,255,"+"199,199,200,255,"+"198,198,199,255,"+"196,196,198,255,"+"195,195,197,255,"+"194,194,196,255,"+"193,193,194,255,"+"192,192,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"188,188,190,255,"+"187,187,189,255,"+"186,186,188,255,"+"184,184,187,255,"+"183,183,185,255,"+"182,182,184,255,"+"181,181,183,255,"+"180,180,182,255,"+"178,178,181,255,"+"177,177,180,255,"+"176,176,179,255,"+"175,175,177,255,"+"174,174,176,255,"+"173,173,175,255,"+"171,171,174,255,"+"170,170,173,255,"+"169,169,172,255,"+"168,168,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"167,167,170,255,"+"170,170,173,255,"+"176,176,178,255,"+"182,182,184,255,"+"186,186,188,255,"+"188,188,190,255,"+"187,187,190,255,"+"190,190,192,255,"+"199,199,201,255,"+"211,211,211,255,"+"216,216,216,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"223,223,223,255,"+"221,221,222,255,"+"221,221,222,255,"+"221,221,222,255,"+"221,221,222,255,"+"220,220,221,255,"+"218,218,219,255,"+"215,215,216,255,"+"211,211,212,255,"+"206,206,208,255,"+"203,203,204,255,"+"199,199,201,255,"+"197,197,199,255,"+"195,195,197,255,"+"194,194,195,255,"+"193,193,194,255,"+"191,191,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"188,188,190,255,"+"187,187,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"183,183,185,255,"+"182,182,184,255,"+"181,181,183,255,"+"179,179,182,255,"+"178,178,181,255,"+"177,177,179,255,"+"176,176,178,255,"+"175,175,177,255,"+"174,174,176,255,"+"172,172,175,255,"+"171,171,174,255,"+"170,170,173,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"166,166,169,255,"+"168,168,171,255,"+"171,171,174,255,"+"176,176,179,255,"+"182,182,184,255,"+"188,188,190,255,"+"193,193,195,255,"+"195,195,197,255,"+"195,195,197,255,"+"195,195,197,255,"+"195,195,197,255,"+"199,199,201,255,"+"209,209,210,255,"+"220,220,220,255,"+"223,223,223,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"219,219,219,255,"+"218,218,219,255,"+"219,219,220,255,"+"220,220,221,255,"+"221,221,222,255,"+"222,222,223,255,"+"222,222,223,255,"+"221,221,222,255,"+"219,219,219,255,"+"215,215,217,255,"+"211,211,213,255,"+"207,207,208,255,"+"202,202,204,255,"+"198,198,200,255,"+"194,194,196,255,"+"191,191,193,255,"+"188,188,190,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"179,179,181,255,"+"178,178,180,255,"+"177,177,179,255,"+"175,175,178,255,"+"174,174,177,255,"+"173,173,176,255,"+"172,172,175,255,"+"171,171,173,255,"+"169,169,172,255,"+"168,168,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"172,172,174,255,"+"174,174,177,255,"+"178,178,181,255,"+"183,183,185,255,"+"188,188,190,255,"+"194,194,195,255,"+"199,199,200,255,"+"203,203,204,255,"+"205,205,207,255,"+"206,206,208,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,204,255,"+"202,202,203,255,"+"204,204,205,255,"+"209,209,210,255,"+"215,215,216,255,"+"221,221,221,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,215,255,"+"213,213,214,255,"+"213,213,214,255,"+"214,214,215,255,"+"217,217,218,255,"+"219,219,220,255,"+"221,221,222,255,"+"223,223,224,255,"+"225,225,226,255,"+"226,226,227,255,"+"227,227,228,255,"+"227,227,228,255,"+"226,226,227,255,"+"225,225,226,255,"+"223,223,224,255,"+"222,222,223,255,"+"220,220,221,255,"+"218,218,219,255,"+"215,215,216,255,"+"213,213,215,255,"+"211,211,213,255,"+"209,209,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"206,206,208,255,"+"206,206,208,255,"+"206,206,208,255,"+"206,206,208,255,"+"206,206,208,255,"+"207,207,209,255,"+"209,209,210,255,"+"211,211,212,255,"+"213,213,214,255,"+"215,215,216,255,"+"217,217,218,255,"+"219,219,220,255,"+"220,220,221,255,"+"221,221,222,255,"+"221,221,222,255,"+"221,221,222,255,"+"219,219,221,255,"+"218,218,219,255,"+"215,215,216,255,"+"212,212,213,255,"+"209,209,210,255,"+"207,207,208,255,"+"206,206,208,255,"+"207,207,209,255,"+"210,210,210,255,"+"212,212,213,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"205,205,206,255,"+"205,205,206,255,"+"206,206,207,255,"+"208,208,209,255,"+"211,211,212,255,"+"214,214,215,255,"+"218,218,218,255,"+"221,221,222,255,"+"224,224,225,255,"+"227,227,228,255,"+"230,230,231,255,"+"233,233,234,255,"+"236,236,236,255,"+"238,238,238,255,"+"240,240,241,255,"+"243,243,243,255,"+"245,245,245,255,"+"247,247,248,255,"+"249,249,249,255,"+"252,252,252,255,"+"254,254,254,255,"+"253,253,253,255,"+"251,251,251,255,"+"248,248,249,255,"+"246,246,246,255,"+"243,243,243,255,"+"240,240,240,255,"+"237,237,238,255,"+"234,234,235,255,"+"231,231,231,255,"+"227,227,228,255,"+"223,223,224,255,"+"219,219,220,255,"+"215,215,216,255,"+"211,211,212,255,"+"208,208,209,255,"+"205,205,206,255,"+"203,203,205,255,"+"203,203,204,255,"+"204,204,205,255,"+"206,206,206,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,196,255,"+"193,193,195,255,"+"192,192,194,255,"+"192,192,194,255,"+"193,193,194,255,"+"193,193,195,255,"+"195,195,196,255,"+"196,196,198,255,"+"198,198,200,255,"+"200,200,202,255,"+"202,202,203,255,"+"203,203,205,255,"+"204,204,206,255,"+"205,205,207,255,"+"206,206,207,255,"+"206,206,208,255,"+"207,207,208,255,"+"206,206,208,255,"+"204,204,206,255,"+"203,203,204,255,"+"201,201,203,255,"+"199,199,201,255,"+"197,197,199,255,"+"195,195,197,255,"+"194,194,195,255,"+"193,193,194,255,"+"192,192,194,255,"+"192,192,194,255,"+"193,193,194,255,"+"194,194,196,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"170,170,173,255,"+"168,168,171,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,171,255,"+"170,170,172,255,"+"172,172,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"205,205,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"205,205,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"208,208,208,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"210,210,210,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"164,164,164,255,"+"185,185,185,255,"+"205,205,205,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"178,178,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"205,205,205,255,"+"186,186,186,255,"+"170,170,170,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"152,152,152,255,"+"109,109,109,255,"+"160,160,160,255,"+"201,201,201,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"201,201,201,255,"+"161,161,161,255,"+"110,110,110,255,"+"160,160,160,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"195,195,195,255,"+"114,114,114,255,"+"92,92,92,255,"+"120,120,120,255,"+"172,172,172,255,"+"208,208,208,255,"+"220,220,220,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"220,220,220,255,"+"208,208,208,255,"+"172,172,172,255,"+"121,121,121,255,"+"93,93,93,255,"+"117,117,117,255,"+"199,199,199,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"210,210,210,255,"+"178,178,178,255,"+"116,116,116,255,"+"91,91,91,255,"+"92,92,92,255,"+"120,120,120,255,"+"168,168,168,255,"+"208,208,208,255,"+"224,224,224,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"224,224,224,255,"+"208,208,208,255,"+"169,169,169,255,"+"121,121,121,255,"+"93,93,93,255,"+"92,92,92,255,"+"119,119,119,255,"+"181,181,181,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"188,188,188,255,"+"137,137,137,255,"+"102,102,102,255,"+"91,91,91,255,"+"90,90,90,255,"+"107,107,107,255,"+"145,145,145,255,"+"185,185,185,255,"+"209,209,210,255,"+"218,218,218,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"218,218,218,255,"+"210,210,210,255,"+"186,186,186,255,"+"145,145,145,255,"+"108,108,108,255,"+"91,91,91,255,"+"92,92,92,255,"+"104,104,104,255,"+"141,141,141,255,"+"190,190,190,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"204,204,204,255,"+"173,173,173,255,"+"130,130,130,255,"+"105,105,105,255,"+"94,94,94,255,"+"88,88,88,255,"+"91,91,91,255,"+"111,111,111,255,"+"142,142,142,255,"+"174,174,174,255,"+"197,197,197,255,"+"208,208,208,255,"+"211,211,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"211,211,212,255,"+"208,208,209,255,"+"197,197,197,255,"+"175,175,175,255,"+"143,143,143,255,"+"112,112,112,255,"+"92,92,92,255,"+"89,89,89,255,"+"96,96,96,255,"+"108,108,108,255,"+"134,134,134,255,"+"177,177,177,255,"+"205,205,205,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"206,206,206,255,"+"179,179,179,255,"+"143,143,143,255,"+"118,118,118,255,"+"104,104,104,255,"+"95,95,95,255,"+"89,89,89,255,"+"90,90,90,255,"+"102,102,102,255,"+"121,121,121,255,"+"146,146,147,255,"+"170,170,170,255,"+"187,187,187,255,"+"197,197,198,255,"+"201,201,202,255,"+"201,201,202,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"201,201,203,255,"+"201,201,203,255,"+"197,197,198,255,"+"187,187,188,255,"+"171,171,171,255,"+"147,147,147,255,"+"122,122,122,255,"+"102,102,102,255,"+"91,91,91,255,"+"90,90,90,255,"+"97,97,97,255,"+"107,107,107,255,"+"122,122,122,255,"+"147,147,147,255,"+"182,182,182,255,"+"208,208,208,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"220,220,220,255,"+"218,218,218,255,"+"199,199,199,255,"+"168,168,168,255,"+"143,143,143,255,"+"126,126,126,255,"+"113,113,113,255,"+"102,102,102,255,"+"94,94,94,255,"+"89,89,89,255,"+"90,90,90,255,"+"97,97,98,255,"+"110,110,110,255,"+"125,125,126,255,"+"144,144,145,255,"+"160,160,160,255,"+"171,171,172,255,"+"179,179,181,255,"+"184,184,186,255,"+"187,187,188,255,"+"188,188,189,255,"+"187,187,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"173,173,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"187,187,189,255,"+"188,188,190,255,"+"187,187,189,255,"+"185,185,186,255,"+"180,180,181,255,"+"172,172,173,255,"+"160,160,161,255,"+"145,145,145,255,"+"126,126,126,255,"+"111,111,111,255,"+"98,98,98,255,"+"90,90,90,255,"+"90,90,90,255,"+"96,96,96,255,"+"105,105,105,255,"+"117,117,117,255,"+"130,130,130,255,"+"147,147,147,255,"+"171,171,171,255,"+"201,201,201,255,"+"219,219,219,255,"+"220,220,220,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"223,223,223,255,"+"213,213,213,255,"+"196,196,196,255,"+"176,176,176,255,"+"159,159,159,255,"+"145,145,145,255,"+"133,133,133,255,"+"123,123,123,255,"+"112,112,112,255,"+"102,102,102,255,"+"95,95,95,255,"+"90,90,90,255,"+"88,88,88,255,"+"92,92,92,255,"+"99,99,99,255,"+"106,106,106,255,"+"114,114,115,255,"+"124,124,125,255,"+"132,132,133,255,"+"140,140,141,255,"+"147,147,148,255,"+"152,152,153,255,"+"155,155,157,255,"+"158,158,159,255,"+"159,159,161,255,"+"159,159,161,255,"+"159,159,162,255,"+"159,159,161,255,"+"158,158,160,255,"+"157,157,159,255,"+"156,156,159,255,"+"158,158,160,255,"+"159,159,161,255,"+"159,159,162,255,"+"159,159,161,255,"+"159,159,161,255,"+"158,158,160,255,"+"155,155,157,255,"+"152,152,153,255,"+"147,147,148,255,"+"140,140,141,255,"+"132,132,133,255,"+"124,124,125,255,"+"115,115,115,255,"+"106,106,107,255,"+"99,99,99,255,"+"92,92,92,255,"+"89,89,89,255,"+"90,90,90,255,"+"96,96,96,255,"+"105,105,105,255,"+"116,116,116,255,"+"127,127,127,255,"+"139,139,139,255,"+"150,150,150,255,"+"163,163,163,255,"+"180,180,180,255,"+"198,198,198,255,"+"214,214,214,255,"+"223,223,223,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"217,217,217,255,"+"212,212,212,255,"+"203,203,204,255,"+"193,193,193,255,"+"182,182,182,255,"+"172,172,172,255,"+"165,165,165,255,"+"158,158,158,255,"+"151,151,151,255,"+"143,143,143,255,"+"133,133,133,255,"+"122,122,122,255,"+"114,114,114,255,"+"107,107,107,255,"+"101,101,101,255,"+"97,97,97,255,"+"94,94,94,255,"+"92,92,92,255,"+"91,91,91,255,"+"92,92,92,255,"+"93,93,93,255,"+"94,94,94,255,"+"95,95,95,255,"+"96,96,96,255,"+"96,96,97,255,"+"96,96,97,255,"+"97,97,97,255,"+"97,97,97,255,"+"96,96,97,255,"+"96,96,97,255,"+"96,96,96,255,"+"95,95,95,255,"+"94,94,94,255,"+"93,93,93,255,"+"92,92,92,255,"+"92,92,92,255,"+"92,92,92,255,"+"94,94,94,255,"+"98,98,98,255,"+"102,102,102,255,"+"109,109,109,255,"+"117,117,117,255,"+"126,126,126,255,"+"138,138,138,255,"+"148,148,148,255,"+"157,157,157,255,"+"164,164,164,255,"+"170,170,170,255,"+"176,176,177,255,"+"185,185,185,255,"+"195,195,195,255,"+"204,204,205,255,"+"213,213,213,255,"+"217,217,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"207,207,208,255,"+"202,202,203,255,"+"197,197,198,255,"+"193,193,193,255,"+"189,189,189,255,"+"187,187,188,255,"+"187,187,187,255,"+"186,186,186,255,"+"185,185,185,255,"+"183,183,183,255,"+"180,180,180,255,"+"178,178,178,255,"+"175,175,175,255,"+"171,171,171,255,"+"166,166,166,255,"+"162,162,162,255,"+"159,159,159,255,"+"156,156,156,255,"+"154,154,154,255,"+"152,152,152,255,"+"152,152,152,255,"+"153,153,153,255,"+"154,154,154,255,"+"155,155,155,255,"+"155,155,155,255,"+"157,157,157,255,"+"160,160,160,255,"+"163,163,163,255,"+"167,167,167,255,"+"171,171,171,255,"+"176,176,176,255,"+"181,181,181,255,"+"184,184,184,255,"+"186,186,187,255,"+"189,189,189,255,"+"191,191,191,255,"+"191,191,192,255,"+"192,192,192,255,"+"191,191,192,255,"+"192,192,193,255,"+"195,195,196,255,"+"198,198,199,255,"+"203,203,204,255,"+"207,207,208,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"195,195,197,255,"+"193,193,195,255,"+"191,191,193,255,"+"190,190,192,255,"+"190,190,191,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"199,199,200,255,"+"202,202,203,255,"+"205,205,206,255,"+"208,208,209,255,"+"211,211,212,255,"+"214,214,215,255,"+"216,216,217,255,"+"218,218,219,255,"+"218,218,219,255,"+"216,216,217,255,"+"213,213,214,255,"+"210,210,211,255,"+"207,207,208,255,"+"203,203,204,255,"+"200,200,201,255,"+"197,197,198,255,"+"194,194,196,255,"+"193,193,194,255,"+"192,192,193,255,"+"192,192,193,255,"+"192,192,194,255,"+"193,193,195,255,"+"195,195,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,217,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,179,255,"+"174,174,176,255,"+"172,172,175,255,"+"170,170,173,255,"+"168,168,171,255,"+"167,167,170,255,"+"167,167,170,255,"+"169,169,171,255,"+"170,170,173,255,"+"172,172,175,255,"+"174,174,177,255,"+"176,176,179,255,"+"178,178,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"173,173,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"208,208,208,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"209,209,209,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"159,159,159,255,"+"181,181,181,255,"+"205,205,205,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"205,205,205,255,"+"181,181,181,255,"+"165,165,165,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"156,156,156,255,"+"104,104,104,255,"+"153,153,153,255,"+"198,198,198,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"173,173,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"205,205,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,217,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"198,198,198,255,"+"153,153,153,255,"+"105,105,105,255,"+"162,162,162,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"197,197,197,255,"+"118,118,118,255,"+"91,91,91,255,"+"114,114,114,255,"+"164,164,164,255,"+"205,205,205,255,"+"220,220,220,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"220,220,220,255,"+"205,205,205,255,"+"165,165,165,255,"+"115,115,115,255,"+"92,92,92,255,"+"122,122,122,255,"+"201,201,201,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"210,210,210,255,"+"182,182,182,255,"+"121,121,121,255,"+"92,92,92,255,"+"91,91,91,255,"+"113,113,113,255,"+"159,159,159,255,"+"201,201,201,255,"+"221,221,221,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"178,178,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"222,222,222,255,"+"202,202,202,255,"+"159,159,159,255,"+"114,114,114,255,"+"91,91,91,255,"+"94,94,94,255,"+"125,125,125,255,"+"185,185,185,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"191,191,191,255,"+"143,143,143,255,"+"104,104,104,255,"+"92,92,92,255,"+"88,88,88,255,"+"102,102,102,255,"+"136,136,136,255,"+"177,177,177,255,"+"205,205,205,255,"+"217,217,217,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"217,217,218,255,"+"206,206,206,255,"+"178,178,178,255,"+"137,137,137,255,"+"103,103,103,255,"+"89,89,89,255,"+"93,93,93,255,"+"107,107,107,255,"+"147,147,147,255,"+"193,193,193,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"205,205,205,255,"+"179,179,179,255,"+"136,136,136,255,"+"109,109,109,255,"+"96,96,96,255,"+"89,89,89,255,"+"91,91,91,255,"+"106,106,106,255,"+"133,133,133,255,"+"166,166,167,255,"+"191,191,192,255,"+"205,205,205,255,"+"210,210,211,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"210,210,211,255,"+"205,205,206,255,"+"192,192,192,255,"+"167,167,168,255,"+"134,134,134,255,"+"106,106,106,255,"+"91,91,91,255,"+"91,91,91,255,"+"98,98,98,255,"+"112,112,112,255,"+"139,139,139,255,"+"182,182,182,255,"+"206,206,206,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"210,210,210,255,"+"186,186,186,255,"+"150,150,150,255,"+"123,123,123,255,"+"107,107,107,255,"+"97,97,97,255,"+"90,90,90,255,"+"88,88,88,255,"+"96,96,96,255,"+"113,113,113,255,"+"137,137,138,255,"+"161,161,162,255,"+"180,180,181,255,"+"193,193,194,255,"+"199,199,200,255,"+"201,201,202,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"201,201,202,255,"+"199,199,200,255,"+"193,193,194,255,"+"181,181,181,255,"+"162,162,162,255,"+"138,138,139,255,"+"114,114,114,255,"+"96,96,96,255,"+"88,88,88,255,"+"91,91,91,255,"+"99,99,99,255,"+"111,111,111,255,"+"127,127,127,255,"+"154,154,154,255,"+"189,189,189,255,"+"211,211,211,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"220,220,220,255,"+"204,204,204,255,"+"175,175,175,255,"+"148,148,148,255,"+"130,130,130,255,"+"117,117,117,255,"+"106,106,106,255,"+"96,96,96,255,"+"90,90,90,255,"+"89,89,89,255,"+"94,94,94,255,"+"105,105,105,255,"+"119,119,119,255,"+"135,135,136,255,"+"152,152,153,255,"+"165,165,166,255,"+"175,175,176,255,"+"181,181,183,255,"+"185,185,186,255,"+"187,187,189,255,"+"187,187,188,255,"+"185,185,187,255,"+"183,183,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"183,183,186,255,"+"185,185,187,255,"+"187,187,188,255,"+"187,187,189,255,"+"185,185,186,255,"+"181,181,183,255,"+"175,175,176,255,"+"166,166,167,255,"+"152,152,153,255,"+"136,136,136,255,"+"120,120,120,255,"+"105,105,106,255,"+"95,95,95,255,"+"89,89,89,255,"+"91,91,91,255,"+"99,99,99,255,"+"109,109,109,255,"+"121,121,121,255,"+"135,135,135,255,"+"152,152,153,255,"+"179,179,179,255,"+"206,206,206,255,"+"220,220,220,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"223,223,223,255,"+"216,216,216,255,"+"201,201,201,255,"+"182,182,182,255,"+"164,164,164,255,"+"150,150,150,255,"+"139,139,139,255,"+"128,128,128,255,"+"117,117,117,255,"+"107,107,107,255,"+"99,99,99,255,"+"93,93,93,255,"+"90,90,90,255,"+"90,90,91,255,"+"95,95,95,255,"+"100,100,101,255,"+"108,108,109,255,"+"116,116,117,255,"+"124,124,125,255,"+"133,133,134,255,"+"140,140,141,255,"+"145,145,146,255,"+"149,149,150,255,"+"152,152,154,255,"+"154,154,156,255,"+"155,155,157,255,"+"155,155,157,255,"+"154,154,157,255,"+"154,154,156,255,"+"152,152,155,255,"+"152,152,155,255,"+"153,153,156,255,"+"154,154,157,255,"+"155,155,157,255,"+"155,155,157,255,"+"154,154,156,255,"+"152,152,154,255,"+"149,149,150,255,"+"145,145,146,255,"+"140,140,142,255,"+"133,133,134,255,"+"124,124,125,255,"+"116,116,117,255,"+"108,108,109,255,"+"101,101,101,255,"+"95,95,95,255,"+"91,91,91,255,"+"91,91,91,255,"+"94,94,94,255,"+"101,101,101,255,"+"110,110,110,255,"+"121,121,121,255,"+"134,134,134,255,"+"144,144,145,255,"+"155,155,155,255,"+"168,168,168,255,"+"185,185,185,255,"+"203,203,203,255,"+"217,217,217,255,"+"223,223,223,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"214,214,214,255,"+"206,206,206,255,"+"196,196,196,255,"+"185,185,186,255,"+"177,177,177,255,"+"169,169,169,255,"+"162,162,162,255,"+"155,155,155,255,"+"147,147,147,255,"+"139,139,139,255,"+"130,130,130,255,"+"120,120,120,255,"+"112,112,112,255,"+"106,106,106,255,"+"100,100,100,255,"+"95,95,95,255,"+"92,92,92,255,"+"91,91,91,255,"+"90,90,90,255,"+"90,90,90,255,"+"90,90,90,255,"+"91,91,91,255,"+"92,92,92,255,"+"93,93,93,255,"+"93,93,93,255,"+"93,93,94,255,"+"93,93,94,255,"+"93,93,93,255,"+"93,93,93,255,"+"92,92,92,255,"+"91,91,91,255,"+"90,90,90,255,"+"90,90,90,255,"+"90,90,90,255,"+"91,91,91,255,"+"93,93,93,255,"+"96,96,96,255,"+"101,101,102,255,"+"107,107,107,255,"+"115,115,115,255,"+"124,124,124,255,"+"134,134,134,255,"+"144,144,144,255,"+"153,153,153,255,"+"161,161,161,255,"+"168,168,168,255,"+"174,174,174,255,"+"181,181,181,255,"+"188,188,189,255,"+"198,198,198,255,"+"207,207,207,255,"+"214,214,215,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"207,207,208,255,"+"203,203,204,255,"+"199,199,200,255,"+"194,194,195,255,"+"191,191,192,255,"+"188,188,189,255,"+"187,187,187,255,"+"186,186,187,255,"+"186,186,187,255,"+"185,185,186,255,"+"184,184,184,255,"+"183,183,183,255,"+"180,180,180,255,"+"178,178,178,255,"+"175,175,175,255,"+"173,173,173,255,"+"170,170,170,255,"+"168,168,168,255,"+"165,165,165,255,"+"164,164,164,255,"+"164,164,164,255,"+"165,165,165,255,"+"166,166,166,255,"+"167,167,167,255,"+"168,168,168,255,"+"169,169,169,255,"+"172,172,172,255,"+"175,175,175,255,"+"178,178,178,255,"+"181,181,181,255,"+"184,184,184,255,"+"187,187,187,255,"+"189,189,189,255,"+"190,190,191,255,"+"191,191,192,255,"+"192,192,193,255,"+"192,192,192,255,"+"191,191,192,255,"+"192,192,192,255,"+"193,193,194,255,"+"196,196,197,255,"+"200,200,201,255,"+"203,203,204,255,"+"207,207,208,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"191,191,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"189,189,191,255,"+"190,190,191,255,"+"191,191,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"199,199,200,255,"+"201,201,203,255,"+"204,204,205,255,"+"207,207,209,255,"+"210,210,211,255,"+"212,212,213,255,"+"214,214,215,255,"+"214,214,215,255,"+"212,212,213,255,"+"209,209,210,255,"+"206,206,207,255,"+"203,203,204,255,"+"199,199,201,255,"+"196,196,198,255,"+"194,194,195,255,"+"192,192,194,255,"+"191,191,192,255,"+"191,191,192,255,"+"191,191,193,255,"+"192,192,194,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"212,212,212,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"170,170,173,255,"+"168,168,171,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,171,255,"+"170,170,173,255,"+"172,172,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"212,212,212,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"212,212,212,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"212,212,212,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,254,255,"+"247,247,247,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"160,160,163,255,"+"134,134,136,255,"+"109,109,111,255,"+"102,102,103,255,"+"108,108,110,255,"+"132,132,134,255,"+"161,161,163,255,"+"175,175,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,217,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"212,212,212,255,"+"247,247,247,255,"+"253,253,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"250,250,250,255,"+"242,242,243,255,"+"212,212,212,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"167,167,169,255,"+"120,120,122,255,"+"49,49,50,255,"+"15,16,15,255,"+"5,14,4,255,"+"5,17,3,255,"+"5,15,4,255,"+"11,14,11,255,"+"39,39,40,255,"+"107,107,109,255,"+"167,167,169,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"212,212,212,255,"+"242,243,243,255,"+"250,250,250,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"252,252,252,255,"+"245,245,245,255,"+"232,233,233,255,"+"208,208,208,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"168,168,170,255,"+"92,92,94,255,"+"13,15,13,255,"+"5,40,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"8,56,0,255,"+"7,12,6,255,"+"70,70,71,255,"+"165,165,167,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"208,208,208,255,"+"232,233,233,255,"+"245,245,245,255,"+"252,252,252,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"248,249,249,255,"+"238,239,239,255,"+"221,222,222,255,"+"204,204,204,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"175,175,177,255,"+"114,114,116,255,"+"13,16,12,255,"+"11,83,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"6,16,4,255,"+"88,88,89,255,"+"178,178,180,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"204,204,204,255,"+"221,222,222,255,"+"238,239,239,255,"+"248,249,249,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"245,245,245,255,"+"231,231,231,255,"+"208,209,209,255,"+"189,191,191,255,"+"201,201,201,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"163,163,166,255,"+"45,45,45,255,"+"8,57,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"12,93,0,255,"+"22,24,22,255,"+"152,152,154,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"201,201,201,255,"+"189,191,191,255,"+"208,209,209,255,"+"231,231,231,255,"+"245,245,245,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"251,251,251,255,"+"242,242,242,255,"+"224,225,226,255,"+"197,199,199,255,"+"159,161,161,255,"+"172,173,173,255,"+"204,204,204,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"143,143,145,255,"+"15,15,16,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"4,11,3,255,"+"119,119,121,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"205,205,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"204,204,204,255,"+"171,173,173,255,"+"161,164,164,255,"+"197,199,199,255,"+"224,225,226,255,"+"242,242,242,255,"+"251,251,251,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"250,250,251,255,"+"240,240,241,255,"+"221,222,222,255,"+"192,194,194,255,"+"147,149,150,255,"+"110,111,112,255,"+"155,156,156,255,"+"203,203,203,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"137,137,140,255,"+"10,10,10,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"1,8,0,255,"+"111,111,113,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"203,203,203,255,"+"154,155,156,255,"+"112,114,114,255,"+"150,152,153,255,"+"192,194,194,255,"+"221,222,222,255,"+"240,240,241,255,"+"250,250,251,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"250,251,251,255,"+"241,241,241,255,"+"222,223,223,255,"+"194,195,196,255,"+"157,160,161,255,"+"114,117,117,255,"+"93,94,94,255,"+"130,131,131,255,"+"189,189,189,255,"+"215,215,215,255,"+"221,221,221,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"145,145,148,255,"+"18,18,18,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"6,13,5,255,"+"124,124,125,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"215,215,215,255,"+"189,189,189,255,"+"129,130,130,255,"+"93,95,95,255,"+"116,118,119,255,"+"158,160,161,255,"+"194,196,196,255,"+"222,223,223,255,"+"241,241,241,255,"+"250,251,251,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,255,255,"+"251,252,252,255,"+"243,244,244,255,"+"227,228,228,255,"+"201,203,204,255,"+"168,171,172,255,"+"133,136,137,255,"+"101,104,105,255,"+"88,89,89,255,"+"102,102,102,255,"+"144,144,144,255,"+"191,191,191,255,"+"219,219,219,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"166,166,169,255,"+"53,53,54,255,"+"13,92,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"30,34,30,255,"+"158,158,160,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"219,219,219,255,"+"192,192,192,255,"+"145,145,145,255,"+"102,102,102,255,"+"88,89,90,255,"+"102,105,106,255,"+"133,136,137,255,"+"168,171,172,255,"+"201,203,204,255,"+"227,228,228,255,"+"243,244,244,255,"+"251,252,252,255,"+"254,254,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"246,247,247,255,"+"234,235,235,255,"+"213,215,215,255,"+"185,187,188,255,"+"153,156,157,255,"+"122,125,127,255,"+"97,101,103,255,"+"86,88,89,255,"+"86,86,87,255,"+"97,97,97,255,"+"129,129,129,255,"+"173,173,173,255,"+"205,205,205,255,"+"218,218,218,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"175,175,178,255,"+"128,128,129,255,"+"22,37,20,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"14,45,9,255,"+"105,105,106,255,"+"179,179,181,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"219,219,219,255,"+"206,206,206,255,"+"175,175,175,255,"+"130,130,130,255,"+"98,98,98,255,"+"86,86,86,255,"+"85,88,89,255,"+"97,101,103,255,"+"122,125,127,255,"+"153,156,157,255,"+"185,187,188,255,"+"213,215,215,255,"+"234,235,235,255,"+"246,247,247,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"250,250,250,255,"+"241,242,242,255,"+"226,227,228,255,"+"205,206,207,255,"+"178,180,181,255,"+"149,152,153,255,"+"122,126,127,255,"+"100,104,105,255,"+"86,90,91,255,"+"82,85,85,255,"+"84,85,85,255,"+"88,89,89,255,"+"105,105,105,255,"+"135,135,136,255,"+"170,170,170,255,"+"196,196,196,255,"+"210,210,211,255,"+"213,213,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"171,171,173,255,"+"114,114,116,255,"+"27,42,25,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"18,46,14,255,"+"94,94,95,255,"+"172,172,174,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"211,211,211,255,"+"197,197,197,255,"+"171,171,172,255,"+"137,137,137,255,"+"106,106,106,255,"+"89,89,89,255,"+"83,84,85,255,"+"81,84,85,255,"+"85,89,91,255,"+"100,104,106,255,"+"122,126,127,255,"+"149,152,153,255,"+"178,180,181,255,"+"205,206,207,255,"+"226,227,228,255,"+"241,242,242,255,"+"250,250,250,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"248,248,248,255,"+"238,239,239,255,"+"224,224,225,255,"+"203,205,205,255,"+"180,182,183,255,"+"155,157,158,255,"+"131,134,135,255,"+"110,114,116,255,"+"94,98,99,255,"+"83,88,89,255,"+"80,83,84,255,"+"82,84,84,255,"+"84,85,85,255,"+"89,89,89,255,"+"100,100,100,255,"+"120,120,120,255,"+"146,146,147,255,"+"173,173,173,255,"+"190,190,191,255,"+"200,200,201,255,"+"204,204,205,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"170,170,172,255,"+"139,139,141,255,"+"73,75,74,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"118,255,0,255,"+"62,66,62,255,"+"129,130,131,255,"+"173,173,175,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"204,204,205,255,"+"200,200,201,255,"+"191,191,192,255,"+"174,174,174,255,"+"148,148,148,255,"+"121,121,121,255,"+"100,101,101,255,"+"89,89,89,255,"+"84,85,85,255,"+"81,83,84,255,"+"80,83,84,255,"+"83,87,89,255,"+"93,98,99,255,"+"110,114,115,255,"+"131,134,135,255,"+"155,158,158,255,"+"180,182,183,255,"+"203,205,206,255,"+"223,224,225,255,"+"238,239,239,255,"+"248,248,248,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"252,252,252,255,"+"247,247,247,255,"+"238,238,239,255,"+"225,226,226,255,"+"208,209,210,255,"+"188,190,191,255,"+"167,169,170,255,"+"146,149,150,255,"+"126,130,131,255,"+"109,113,115,255,"+"95,100,102,255,"+"85,89,91,255,"+"79,84,85,255,"+"79,82,83,255,"+"81,83,83,255,"+"83,84,84,255,"+"85,85,85,255,"+"89,89,89,255,"+"98,98,98,255,"+"113,113,113,255,"+"132,132,133,255,"+"151,151,152,255,"+"168,168,168,255,"+"179,179,180,255,"+"187,187,188,255,"+"191,191,192,255,"+"192,192,193,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"173,173,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"166,166,168,255,"+"149,149,152,255,"+"131,131,133,255,"+"124,124,126,255,"+"131,131,133,255,"+"150,150,152,255,"+"169,169,171,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"192,192,194,255,"+"191,191,192,255,"+"187,187,188,255,"+"180,180,181,255,"+"168,168,169,255,"+"152,152,152,255,"+"133,133,133,255,"+"113,113,114,255,"+"99,99,99,255,"+"89,89,89,255,"+"85,85,85,255,"+"83,84,84,255,"+"80,82,83,255,"+"78,81,82,255,"+"79,83,85,255,"+"85,89,91,255,"+"96,100,102,255,"+"109,113,115,255,"+"126,130,131,255,"+"146,149,150,255,"+"167,169,170,255,"+"188,190,191,255,"+"208,209,210,255,"+"225,226,226,255,"+"238,238,239,255,"+"247,247,247,255,"+"252,252,252,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"252,252,252,255,"+"248,248,248,255,"+"240,241,241,255,"+"230,230,231,255,"+"216,217,218,255,"+"200,202,202,255,"+"182,184,185,255,"+"164,167,168,255,"+"147,150,151,255,"+"130,134,135,255,"+"115,119,121,255,"+"103,107,109,255,"+"92,97,98,255,"+"84,89,90,255,"+"79,84,85,255,"+"77,81,82,255,"+"78,81,82,255,"+"80,82,83,255,"+"82,83,84,255,"+"84,84,85,255,"+"86,86,86,255,"+"90,90,90,255,"+"96,96,97,255,"+"105,105,105,255,"+"115,115,115,255,"+"125,125,126,255,"+"136,136,137,255,"+"147,147,147,255,"+"155,155,156,255,"+"160,160,162,255,"+"165,165,166,255,"+"167,167,169,255,"+"169,169,171,255,"+"169,169,172,255,"+"169,169,172,255,"+"169,169,171,255,"+"168,168,171,255,"+"167,167,170,255,"+"165,165,168,255,"+"164,164,167,255,"+"164,164,167,255,"+"165,165,168,255,"+"167,167,170,255,"+"168,168,171,255,"+"169,169,171,255,"+"169,169,172,255,"+"170,170,172,255,"+"169,169,171,255,"+"168,168,169,255,"+"165,165,166,255,"+"161,161,162,255,"+"155,155,156,255,"+"147,147,148,255,"+"136,136,137,255,"+"126,126,126,255,"+"115,115,116,255,"+"105,105,105,255,"+"97,97,97,255,"+"90,90,91,255,"+"86,86,87,255,"+"84,84,84,255,"+"82,83,83,255,"+"80,82,82,255,"+"77,80,81,255,"+"77,80,82,255,"+"79,83,85,255,"+"84,89,90,255,"+"92,97,98,255,"+"103,107,109,255,"+"115,119,121,255,"+"130,134,135,255,"+"147,150,151,255,"+"164,167,168,255,"+"182,184,185,255,"+"200,202,202,255,"+"216,217,218,255,"+"230,230,231,255,"+"240,241,241,255,"+"248,248,248,255,"+"252,252,252,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"253,253,253,255,"+"249,250,250,255,"+"244,244,244,255,"+"236,237,237,255,"+"226,227,227,255,"+"214,215,216,255,"+"200,202,203,255,"+"185,187,188,255,"+"170,173,174,255,"+"155,158,159,255,"+"141,144,145,255,"+"128,132,133,255,"+"116,120,122,255,"+"106,110,112,255,"+"97,102,103,255,"+"89,94,95,255,"+"83,88,89,255,"+"79,83,85,255,"+"77,81,82,255,"+"76,80,81,255,"+"77,80,81,255,"+"79,81,82,255,"+"80,82,83,255,"+"82,83,83,255,"+"83,84,84,255,"+"85,85,85,255,"+"86,86,86,255,"+"87,87,88,255,"+"90,90,90,255,"+"93,93,94,255,"+"96,96,96,255,"+"98,98,99,255,"+"102,102,102,255,"+"104,104,105,255,"+"106,106,107,255,"+"108,108,108,255,"+"108,108,109,255,"+"108,108,109,255,"+"109,109,109,255,"+"109,109,109,255,"+"108,108,109,255,"+"108,108,109,255,"+"108,108,108,255,"+"106,106,107,255,"+"104,104,105,255,"+"102,102,102,255,"+"98,98,99,255,"+"96,96,96,255,"+"93,93,93,255,"+"90,90,90,255,"+"87,88,88,255,"+"86,86,86,255,"+"85,85,85,255,"+"83,84,84,255,"+"82,83,83,255,"+"80,82,83,255,"+"79,81,82,255,"+"77,80,81,255,"+"76,80,81,255,"+"76,81,82,255,"+"79,84,85,255,"+"83,88,89,255,"+"89,94,95,255,"+"97,101,103,255,"+"106,110,112,255,"+"116,120,122,255,"+"128,132,133,255,"+"141,144,145,255,"+"155,158,159,255,"+"170,173,174,255,"+"185,187,188,255,"+"200,202,203,255,"+"214,215,216,255,"+"226,227,227,255,"+"236,237,237,255,"+"244,244,244,255,"+"249,250,250,255,"+"253,253,253,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"251,252,252,255,"+"248,248,248,255,"+"243,243,243,255,"+"236,236,236,255,"+"227,228,228,255,"+"217,218,218,255,"+"206,207,208,255,"+"193,195,196,255,"+"181,183,184,255,"+"169,171,172,255,"+"157,159,161,255,"+"145,148,149,255,"+"134,138,139,255,"+"124,128,129,255,"+"115,119,121,255,"+"107,111,113,255,"+"100,105,106,255,"+"94,98,100,255,"+"88,93,95,255,"+"84,89,90,255,"+"80,85,87,255,"+"78,82,84,255,"+"76,81,82,255,"+"75,80,81,255,"+"75,79,81,255,"+"76,79,80,255,"+"76,79,81,255,"+"77,80,81,255,"+"78,80,81,255,"+"79,81,81,255,"+"80,81,82,255,"+"80,82,82,255,"+"81,82,83,255,"+"81,82,83,255,"+"81,82,83,255,"+"81,83,83,255,"+"82,83,83,255,"+"82,83,83,255,"+"81,82,83,255,"+"81,82,83,255,"+"81,82,83,255,"+"81,82,83,255,"+"80,82,82,255,"+"79,81,82,255,"+"79,81,81,255,"+"78,80,81,255,"+"77,80,81,255,"+"76,79,80,255,"+"75,79,80,255,"+"75,79,80,255,"+"75,80,81,255,"+"76,81,82,255,"+"78,82,84,255,"+"80,85,87,255,"+"84,89,90,255,"+"88,93,94,255,"+"94,98,100,255,"+"100,105,106,255,"+"107,112,113,255,"+"115,119,120,255,"+"124,128,129,255,"+"134,138,139,255,"+"145,148,149,255,"+"157,159,161,255,"+"169,171,172,255,"+"181,183,184,255,"+"194,195,196,255,"+"206,207,207,255,"+"217,218,218,255,"+"227,228,228,255,"+"236,236,236,255,"+"243,243,243,255,"+"248,248,248,255,"+"251,252,252,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"253,253,253,255,"+"251,251,251,255,"+"248,248,248,255,"+"244,244,244,255,"+"238,239,239,255,"+"231,232,232,255,"+"224,225,225,255,"+"215,216,216,255,"+"206,207,208,255,"+"196,197,198,255,"+"186,188,189,255,"+"176,178,179,255,"+"166,169,170,255,"+"157,160,161,255,"+"148,151,152,255,"+"140,143,144,255,"+"132,135,136,255,"+"124,128,129,255,"+"118,122,123,255,"+"112,116,118,255,"+"107,111,113,255,"+"102,107,108,255,"+"98,103,104,255,"+"94,99,101,255,"+"91,96,97,255,"+"89,93,95,255,"+"86,91,92,255,"+"84,89,91,255,"+"82,87,89,255,"+"81,86,88,255,"+"80,85,87,255,"+"79,84,86,255,"+"78,83,85,255,"+"78,83,85,255,"+"78,83,84,255,"+"78,83,84,255,"+"78,83,84,255,"+"78,83,84,255,"+"78,83,85,255,"+"78,83,85,255,"+"79,84,86,255,"+"80,85,87,255,"+"81,86,88,255,"+"82,87,89,255,"+"84,89,91,255,"+"86,91,93,255,"+"88,93,95,255,"+"91,96,98,255,"+"94,99,101,255,"+"98,103,104,255,"+"102,107,108,255,"+"107,111,113,255,"+"112,116,118,255,"+"118,122,123,255,"+"124,128,129,255,"+"132,135,136,255,"+"140,143,144,255,"+"148,151,152,255,"+"157,160,161,255,"+"166,169,170,255,"+"176,178,179,255,"+"186,188,189,255,"+"196,198,198,255,"+"206,207,208,255,"+"215,216,217,255,"+"224,225,225,255,"+"231,232,232,255,"+"238,239,239,255,"+"244,244,244,255,"+"248,248,248,255,"+"251,251,251,255,"+"253,253,253,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"253,254,254,255,"+"252,252,252,255,"+"250,250,250,255,"+"246,247,247,255,"+"243,243,243,255,"+"238,238,238,255,"+"232,233,233,255,"+"226,227,227,255,"+"219,220,221,255,"+"212,213,214,255,"+"204,206,206,255,"+"197,199,199,255,"+"189,191,192,255,"+"182,184,185,255,"+"174,177,178,255,"+"167,170,171,255,"+"161,163,164,255,"+"154,157,158,255,"+"148,151,152,255,"+"143,146,147,255,"+"137,141,142,255,"+"133,136,138,255,"+"129,132,133,255,"+"125,128,130,255,"+"122,125,127,255,"+"119,122,124,255,"+"116,120,121,255,"+"114,118,119,255,"+"112,116,117,255,"+"111,115,116,255,"+"109,113,115,255,"+"109,112,114,255,"+"108,112,113,255,"+"107,112,113,255,"+"107,112,113,255,"+"108,112,114,255,"+"109,113,114,255,"+"109,113,115,255,"+"111,115,116,255,"+"112,116,117,255,"+"114,118,119,255,"+"116,120,121,255,"+"119,122,124,255,"+"122,125,127,255,"+"125,128,130,255,"+"129,132,133,255,"+"133,136,138,255,"+"137,141,142,255,"+"143,146,147,255,"+"148,151,152,255,"+"154,157,158,255,"+"161,163,164,255,"+"167,170,171,255,"+"174,177,177,255,"+"182,184,185,255,"+"190,191,192,255,"+"197,199,199,255,"+"205,206,206,255,"+"212,213,214,255,"+"219,220,221,255,"+"226,227,227,255,"+"232,233,233,255,"+"238,238,238,255,"+"243,243,243,255,"+"246,247,247,255,"+"250,250,250,255,"+"252,252,252,255,"+"253,254,254,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"253,253,253,255,"+"251,252,252,255,"+"249,250,250,255,"+"247,247,247,255,"+"243,244,244,255,"+"240,240,240,255,"+"236,236,236,255,"+"231,232,232,255,"+"226,227,227,255,"+"222,223,223,255,"+"216,217,218,255,"+"211,212,213,255,"+"205,206,207,255,"+"200,201,202,255,"+"195,196,197,255,"+"190,191,192,255,"+"184,186,187,255,"+"180,182,183,255,"+"176,178,179,255,"+"171,174,175,255,"+"168,170,171,255,"+"164,167,168,255,"+"161,164,164,255,"+"158,161,162,255,"+"156,159,159,255,"+"154,156,158,255,"+"152,155,156,255,"+"151,154,155,255,"+"150,153,154,255,"+"149,152,153,255,"+"149,152,153,255,"+"149,152,153,255,"+"149,152,153,255,"+"150,153,154,255,"+"151,154,155,255,"+"152,155,156,255,"+"154,156,158,255,"+"156,159,159,255,"+"158,161,162,255,"+"161,164,164,255,"+"164,167,168,255,"+"168,170,171,255,"+"171,174,175,255,"+"175,178,179,255,"+"180,182,183,255,"+"184,186,187,255,"+"190,191,192,255,"+"195,196,197,255,"+"200,201,202,255,"+"205,206,207,255,"+"211,212,212,255,"+"216,217,218,255,"+"222,223,223,255,"+"226,227,227,255,"+"231,232,232,255,"+"236,236,236,255,"+"240,240,240,255,"+"243,244,244,255,"+"247,247,247,255,"+"249,250,250,255,"+"251,252,252,255,"+"253,253,253,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"253,253,253,255,"+"252,252,252,255,"+"251,251,251,255,"+"249,249,249,255,"+"247,247,247,255,"+"244,245,245,255,"+"242,242,242,255,"+"239,239,239,255,"+"236,236,236,255,"+"232,233,233,255,"+"229,230,230,255,"+"226,226,227,255,"+"222,223,223,255,"+"219,220,220,255,"+"216,217,217,255,"+"212,213,214,255,"+"209,210,211,255,"+"206,208,208,255,"+"204,205,206,255,"+"201,203,203,255,"+"199,201,201,255,"+"197,199,199,255,"+"195,197,198,255,"+"194,196,196,255,"+"193,195,195,255,"+"192,193,194,255,"+"191,193,194,255,"+"191,193,193,255,"+"191,193,193,255,"+"191,193,194,255,"+"192,193,194,255,"+"193,195,195,255,"+"194,196,196,255,"+"195,197,198,255,"+"197,199,199,255,"+"199,201,201,255,"+"201,203,203,255,"+"204,205,206,255,"+"206,208,208,255,"+"209,210,211,255,"+"212,213,214,255,"+"216,217,217,255,"+"219,220,220,255,"+"222,223,223,255,"+"226,226,227,255,"+"229,230,230,255,"+"232,233,233,255,"+"236,236,236,255,"+"239,239,239,255,"+"242,242,242,255,"+"244,245,245,255,"+"247,247,247,255,"+"249,249,249,255,"+"251,251,251,255,"+"252,252,252,255,"+"253,253,253,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,255,255,255,"+"254,254,254,255,"+"253,254,254,255,"+"253,253,253,255,"+"251,252,252,255,"+"250,250,250,255,"+"249,249,249,255,"+"247,247,247,255,"+"245,246,246,255,"+"244,244,244,255,"+"242,242,243,255,"+"240,241,241,255,"+"238,239,239,255,"+"236,237,237,255,"+"234,235,235,255,"+"233,233,234,255,"+"231,232,232,255,"+"230,230,231,255,"+"228,229,229,255,"+"227,228,228,255,"+"226,227,227,255,"+"225,226,226,255,"+"224,225,226,255,"+"223,224,225,255,"+"223,224,225,255,"+"223,224,224,255,"+"223,224,224,255,"+"223,224,225,255,"+"223,224,225,255,"+"224,225,226,255,"+"225,226,226,255,"+"226,227,227,255,"+"227,228,228,255,"+"228,229,229,255,"+"230,230,231,255,"+"231,232,232,255,"+"233,233,234,255,"+"234,235,235,255,"+"236,237,237,255,"+"238,239,239,255,"+"240,241,241,255,"+"242,242,243,255,"+"244,244,244,255,"+"245,246,246,255,"+"247,247,247,255,"+"249,249,249,255,"+"250,250,250,255,"+"251,252,252,255,"+"253,253,253,255,"+"253,254,254,255,"+"254,254,254,255,"+"254,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"253,253,253,255,"+"253,253,253,255,"+"252,252,252,255,"+"251,251,251,255,"+"250,250,250,255,"+"249,250,250,255,"+"249,249,249,255,"+"248,248,248,255,"+"247,247,247,255,"+"246,247,247,255,"+"246,246,246,255,"+"245,245,245,255,"+"245,245,245,255,"+"244,244,245,255,"+"243,244,244,255,"+"243,243,244,255,"+"243,243,244,255,"+"243,243,244,255,"+"243,243,244,255,"+"243,243,244,255,"+"243,243,244,255,"+"243,244,244,255,"+"244,244,245,255,"+"245,245,245,255,"+"245,245,245,255,"+"246,246,246,255,"+"246,247,247,255,"+"247,247,247,255,"+"248,248,248,255,"+"249,249,249,255,"+"249,250,250,255,"+"250,250,250,255,"+"251,251,251,255,"+"252,252,252,255,"+"253,253,253,255,"+"253,253,253,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"253,254,254,255,"+"253,254,254,255,"+"253,253,253,255,"+"253,253,253,255,"+"253,253,253,255,"+"252,252,252,255,"+"252,252,252,255,"+"252,252,252,255,"+"252,252,252,255,"+"252,252,252,255,"+"252,252,252,255,"+"252,252,252,255,"+"252,252,252,255,"+"252,252,252,255,"+"252,252,252,255,"+"253,253,253,255,"+"253,253,253,255,"+"253,253,253,255,"+"253,254,254,255,"+"253,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"SQLDisconnected,100,100,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"254,254,254,255,"+"253,253,253,255,"+"253,253,253,255,"+"252,252,252,255,"+"251,251,251,255,"+"251,251,251,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"251,251,251,255,"+"252,252,252,255,"+"253,253,253,255,"+"253,253,253,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"253,253,253,255,"+"251,251,251,255,"+"249,249,249,255,"+"247,247,247,255,"+"244,244,244,255,"+"241,241,241,255,"+"239,239,239,255,"+"237,237,237,255,"+"235,235,235,255,"+"233,233,233,255,"+"232,232,232,255,"+"231,231,231,255,"+"231,231,231,255,"+"230,230,230,255,"+"230,230,230,255,"+"229,229,229,255,"+"229,229,229,255,"+"228,228,228,255,"+"228,228,228,255,"+"227,227,227,255,"+"226,226,226,255,"+"225,225,226,255,"+"225,225,225,255,"+"224,224,225,255,"+"224,224,225,255,"+"224,224,225,255,"+"225,225,225,255,"+"226,226,227,255,"+"228,228,228,255,"+"230,230,231,255,"+"234,234,234,255,"+"237,237,237,255,"+"241,241,241,255,"+"245,245,245,255,"+"249,249,249,255,"+"252,252,252,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"252,252,252,255,"+"249,249,249,255,"+"245,245,245,255,"+"240,240,240,255,"+"236,236,236,255,"+"233,233,233,255,"+"230,230,230,255,"+"229,229,229,255,"+"228,228,228,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"223,223,223,255,"+"222,222,222,255,"+"221,221,221,255,"+"220,220,220,255,"+"218,218,219,255,"+"217,217,218,255,"+"216,216,216,255,"+"215,215,215,255,"+"213,213,214,255,"+"212,212,213,255,"+"211,211,212,255,"+"210,210,211,255,"+"209,209,210,255,"+"208,208,209,255,"+"208,208,209,255,"+"209,209,210,255,"+"211,211,212,255,"+"214,214,215,255,"+"219,219,220,255,"+"226,226,227,255,"+"235,235,235,255,"+"243,243,243,255,"+"249,249,249,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"252,252,252,255,"+"247,247,247,255,"+"242,242,242,255,"+"236,236,236,255,"+"231,231,231,255,"+"229,229,229,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"223,223,223,255,"+"221,221,222,255,"+"220,220,221,255,"+"219,219,219,255,"+"218,218,218,255,"+"217,217,217,255,"+"216,216,216,255,"+"214,214,215,255,"+"213,213,214,255,"+"212,212,213,255,"+"211,211,212,255,"+"210,210,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"205,205,206,255,"+"204,204,205,255,"+"202,202,204,255,"+"201,201,203,255,"+"200,200,201,255,"+"199,199,200,255,"+"198,198,199,255,"+"197,197,199,255,"+"199,199,200,255,"+"204,204,205,255,"+"212,212,213,255,"+"224,224,225,255,"+"237,237,238,255,"+"247,247,248,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"251,251,251,255,"+"245,245,245,255,"+"237,237,237,255,"+"231,231,231,255,"+"228,228,228,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,223,255,"+"221,221,221,255,"+"220,220,220,255,"+"219,219,219,255,"+"218,218,218,255,"+"216,216,217,255,"+"215,215,216,255,"+"214,214,215,255,"+"213,213,214,255,"+"212,212,213,255,"+"211,211,211,255,"+"209,209,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"205,205,206,255,"+"203,203,204,255,"+"202,202,203,255,"+"201,201,202,255,"+"200,200,201,255,"+"199,199,200,255,"+"197,197,199,255,"+"196,196,198,255,"+"195,195,197,255,"+"194,194,195,255,"+"193,193,194,255,"+"191,191,193,255,"+"190,190,192,255,"+"190,190,191,255,"+"191,191,193,255,"+"198,198,200,255,"+"211,211,212,255,"+"229,229,230,255,"+"245,245,245,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"247,247,247,255,"+"238,238,238,255,"+"231,231,231,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"223,223,223,255,"+"222,222,222,255,"+"221,221,221,255,"+"220,220,220,255,"+"218,218,219,255,"+"217,217,218,255,"+"216,216,217,255,"+"215,215,215,255,"+"214,214,214,255,"+"213,213,213,255,"+"211,211,212,255,"+"210,210,211,255,"+"209,209,210,255,"+"208,208,209,255,"+"206,206,208,255,"+"205,205,206,255,"+"204,204,205,255,"+"203,203,204,255,"+"202,202,203,255,"+"201,201,202,255,"+"199,199,201,255,"+"198,198,200,255,"+"197,197,198,255,"+"196,196,197,255,"+"195,195,196,255,"+"194,194,195,255,"+"192,192,194,255,"+"191,191,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"187,187,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"183,183,185,255,"+"183,183,186,255,"+"191,191,193,255,"+"209,209,210,255,"+"233,233,234,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"245,245,245,255,"+"235,235,235,255,"+"228,228,228,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"223,223,223,255,"+"222,222,222,255,"+"221,221,221,255,"+"219,219,220,255,"+"218,218,219,255,"+"217,217,218,255,"+"216,216,216,255,"+"215,215,215,255,"+"213,213,214,255,"+"212,212,213,255,"+"211,211,212,255,"+"210,210,211,255,"+"209,209,210,255,"+"208,208,208,255,"+"206,206,207,255,"+"205,205,206,255,"+"204,204,205,255,"+"203,203,204,255,"+"202,202,203,255,"+"200,200,202,255,"+"199,199,201,255,"+"198,198,199,255,"+"197,197,198,255,"+"196,196,197,255,"+"194,194,196,255,"+"193,193,195,255,"+"192,192,194,255,"+"191,191,193,255,"+"190,190,191,255,"+"188,188,190,255,"+"187,187,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"183,183,185,255,"+"181,181,183,255,"+"180,180,182,255,"+"179,179,181,255,"+"178,178,180,255,"+"177,177,179,255,"+"180,180,182,255,"+"197,197,198,255,"+"227,227,228,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,248,248,255,"+"235,235,235,255,"+"228,228,228,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"223,223,223,255,"+"221,221,222,255,"+"220,220,221,255,"+"219,219,219,255,"+"218,218,218,255,"+"217,217,217,255,"+"215,215,216,255,"+"214,214,215,255,"+"213,213,214,255,"+"212,212,213,255,"+"211,211,211,255,"+"210,210,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"205,205,206,255,"+"204,204,205,255,"+"202,202,204,255,"+"201,201,202,255,"+"200,200,201,255,"+"199,199,200,255,"+"198,198,199,255,"+"197,197,198,255,"+"195,195,197,255,"+"194,194,196,255,"+"193,193,194,255,"+"192,192,193,255,"+"191,191,192,255,"+"189,189,191,255,"+"188,188,190,255,"+"187,187,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"183,183,185,255,"+"182,182,184,255,"+"181,181,183,255,"+"180,180,182,255,"+"179,179,181,255,"+"177,177,180,255,"+"176,176,179,255,"+"175,175,177,255,"+"174,174,176,255,"+"173,173,175,255,"+"172,172,174,255,"+"174,174,177,255,"+"195,195,197,255,"+"234,234,235,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"243,243,243,255,"+"230,230,230,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,223,255,"+"221,221,221,255,"+"220,220,220,255,"+"219,219,219,255,"+"217,217,218,255,"+"216,216,217,255,"+"215,215,216,255,"+"214,214,215,255,"+"213,213,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"209,209,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"204,204,206,255,"+"203,203,204,255,"+"202,202,203,255,"+"201,201,202,255,"+"200,200,201,255,"+"199,199,200,255,"+"197,197,199,255,"+"196,196,198,255,"+"195,195,196,255,"+"194,194,195,255,"+"193,193,194,255,"+"191,191,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"188,188,190,255,"+"187,187,189,255,"+"185,185,187,255,"+"184,184,186,255,"+"183,183,185,255,"+"182,182,184,255,"+"181,181,183,255,"+"179,179,182,255,"+"178,178,181,255,"+"177,177,179,255,"+"176,176,178,255,"+"175,175,177,255,"+"174,174,176,255,"+"172,172,175,255,"+"171,171,174,255,"+"170,170,173,255,"+"169,169,172,255,"+"168,168,170,255,"+"167,167,169,255,"+"175,175,178,255,"+"218,218,219,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"242,242,242,255,"+"228,228,228,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,225,255,"+"223,223,224,255,"+"222,222,222,255,"+"221,221,221,255,"+"220,220,220,255,"+"219,219,219,255,"+"217,217,218,255,"+"216,216,217,255,"+"215,215,215,255,"+"214,214,214,255,"+"213,213,213,255,"+"211,211,212,255,"+"210,210,211,255,"+"209,209,210,255,"+"208,208,209,255,"+"207,207,207,255,"+"205,205,206,255,"+"204,204,205,255,"+"203,203,204,255,"+"202,202,203,255,"+"201,201,202,255,"+"199,199,201,255,"+"198,198,200,255,"+"197,197,198,255,"+"196,196,197,255,"+"195,195,196,255,"+"194,194,195,255,"+"192,192,194,255,"+"191,191,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"188,188,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"183,183,185,255,"+"182,182,184,255,"+"180,180,183,255,"+"179,179,182,255,"+"178,178,180,255,"+"177,177,179,255,"+"176,176,178,255,"+"174,174,177,255,"+"173,173,176,255,"+"172,172,175,255,"+"171,171,174,255,"+"170,170,172,255,"+"168,168,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"170,170,173,255,"+"215,215,216,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,248,248,255,"+"229,229,229,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"223,223,223,255,"+"222,222,222,255,"+"220,220,221,255,"+"219,219,220,255,"+"218,218,219,255,"+"217,217,217,255,"+"216,216,216,255,"+"215,215,215,255,"+"213,213,214,255,"+"212,212,213,255,"+"211,211,212,255,"+"210,210,211,255,"+"209,209,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"205,205,206,255,"+"204,204,205,255,"+"203,203,204,255,"+"202,202,203,255,"+"200,200,202,255,"+"199,199,200,255,"+"198,198,199,255,"+"197,197,198,255,"+"196,196,197,255,"+"194,194,196,255,"+"193,193,195,255,"+"192,192,194,255,"+"191,191,192,255,"+"190,190,191,255,"+"188,188,190,255,"+"187,187,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"182,182,185,255,"+"181,181,183,255,"+"180,180,182,255,"+"179,179,181,255,"+"178,178,180,255,"+"176,176,179,255,"+"175,175,178,255,"+"174,174,177,255,"+"173,173,175,255,"+"172,172,174,255,"+"171,171,173,255,"+"169,169,172,255,"+"168,168,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"172,172,175,255,"+"231,231,231,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"237,237,237,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"223,223,223,255,"+"222,222,222,255,"+"220,220,221,255,"+"219,219,219,255,"+"218,218,218,255,"+"217,217,217,255,"+"215,215,216,255,"+"214,214,215,255,"+"213,213,214,255,"+"212,212,213,255,"+"211,211,212,255,"+"210,210,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"205,205,206,255,"+"204,204,205,255,"+"202,202,204,255,"+"201,201,202,255,"+"200,200,201,255,"+"199,199,200,255,"+"198,198,199,255,"+"196,196,198,255,"+"195,195,197,255,"+"194,194,196,255,"+"193,193,195,255,"+"192,192,193,255,"+"191,191,192,255,"+"189,189,191,255,"+"188,188,190,255,"+"187,187,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"183,183,185,255,"+"182,182,184,255,"+"181,181,183,255,"+"180,180,182,255,"+"179,179,181,255,"+"177,177,180,255,"+"176,176,179,255,"+"175,175,178,255,"+"174,174,176,255,"+"173,173,175,255,"+"171,171,174,255,"+"170,170,173,255,"+"169,169,172,255,"+"168,168,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"198,198,200,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"233,233,233,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"221,221,221,255,"+"220,220,220,255,"+"219,219,219,255,"+"218,218,218,255,"+"216,216,217,255,"+"215,215,216,255,"+"214,214,215,255,"+"213,213,213,255,"+"212,212,212,255,"+"210,210,211,255,"+"209,209,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"204,204,205,255,"+"203,203,204,255,"+"202,202,203,255,"+"201,201,202,255,"+"200,200,201,255,"+"198,198,200,255,"+"197,197,199,255,"+"196,196,198,255,"+"195,195,196,255,"+"194,194,195,255,"+"193,193,194,255,"+"191,191,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"188,188,190,255,"+"187,187,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"183,183,185,255,"+"182,182,184,255,"+"181,181,183,255,"+"179,179,182,255,"+"178,178,181,255,"+"177,177,179,255,"+"176,176,178,255,"+"175,175,177,255,"+"173,173,176,255,"+"172,172,175,255,"+"171,171,174,255,"+"170,170,173,255,"+"169,169,172,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"184,184,186,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"230,230,230,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"226,226,226,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,225,255,"+"223,223,223,255,"+"222,222,222,255,"+"221,221,221,255,"+"220,220,220,255,"+"219,219,219,255,"+"217,217,218,255,"+"216,216,217,255,"+"215,215,215,255,"+"214,214,214,255,"+"213,213,213,255,"+"211,211,212,255,"+"210,210,211,255,"+"209,209,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"205,205,206,255,"+"204,204,205,255,"+"203,203,204,255,"+"202,202,203,255,"+"201,201,202,255,"+"199,199,201,255,"+"198,198,200,255,"+"197,197,198,255,"+"196,196,197,255,"+"195,195,196,255,"+"194,194,195,255,"+"192,192,194,255,"+"191,191,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"188,188,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"183,183,185,255,"+"182,182,184,255,"+"180,180,183,255,"+"179,179,181,255,"+"178,178,180,255,"+"177,177,179,255,"+"176,176,178,255,"+"174,174,177,255,"+"173,173,176,255,"+"172,172,175,255,"+"171,171,173,255,"+"170,170,172,255,"+"169,169,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"186,186,188,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"222,222,222,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"223,223,223,255,"+"222,222,222,255,"+"221,221,221,255,"+"219,219,220,255,"+"218,218,219,255,"+"217,217,217,255,"+"216,216,216,255,"+"215,215,215,255,"+"213,213,214,255,"+"212,212,213,255,"+"211,211,212,255,"+"210,210,211,255,"+"209,209,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"205,205,206,255,"+"204,204,205,255,"+"203,203,204,255,"+"201,201,203,255,"+"200,200,202,255,"+"199,199,200,255,"+"198,198,199,255,"+"197,197,198,255,"+"196,196,197,255,"+"194,194,196,255,"+"193,193,195,255,"+"192,192,194,255,"+"191,191,192,255,"+"190,190,191,255,"+"188,188,190,255,"+"187,187,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"182,182,185,255,"+"181,181,183,255,"+"180,180,182,255,"+"179,179,181,255,"+"178,178,180,255,"+"176,176,179,255,"+"175,175,178,255,"+"174,174,177,255,"+"173,173,175,255,"+"172,172,174,255,"+"170,170,173,255,"+"169,169,172,255,"+"168,168,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,168,255,"+"166,166,168,255,"+"167,167,170,255,"+"197,197,198,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"213,213,213,255,"+"219,219,219,255,"+"228,228,228,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"226,226,226,255,"+"226,226,226,255,"+"225,225,225,255,"+"224,224,224,255,"+"223,223,223,255,"+"221,221,222,255,"+"220,220,221,255,"+"219,219,219,255,"+"218,218,218,255,"+"217,217,217,255,"+"216,216,216,255,"+"214,214,215,255,"+"213,213,214,255,"+"212,212,213,255,"+"211,211,211,255,"+"210,210,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"205,205,206,255,"+"204,204,205,255,"+"202,202,204,255,"+"201,201,203,255,"+"200,200,201,255,"+"199,199,200,255,"+"198,198,199,255,"+"196,196,198,255,"+"195,195,197,255,"+"194,194,196,255,"+"193,193,194,255,"+"192,192,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"188,188,190,255,"+"187,187,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"183,183,185,255,"+"182,182,184,255,"+"181,181,183,255,"+"180,180,182,255,"+"179,179,181,255,"+"177,177,180,255,"+"176,176,179,255,"+"175,175,177,255,"+"174,174,176,255,"+"173,173,175,255,"+"171,171,174,255,"+"170,170,173,255,"+"169,169,172,255,"+"168,168,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"168,168,170,255,"+"169,169,172,255,"+"178,178,180,255,"+"209,209,209,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"205,205,205,255,"+"221,221,221,255,"+"228,228,228,255,"+"228,228,228,255,"+"227,227,227,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,223,255,"+"221,221,221,255,"+"220,220,220,255,"+"219,219,219,255,"+"217,217,218,255,"+"216,216,217,255,"+"215,215,216,255,"+"214,214,215,255,"+"213,213,213,255,"+"212,212,212,255,"+"210,210,211,255,"+"209,209,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"204,204,206,255,"+"203,203,204,255,"+"202,202,203,255,"+"201,201,202,255,"+"200,200,201,255,"+"199,199,200,255,"+"197,197,199,255,"+"196,196,198,255,"+"195,195,196,255,"+"194,194,195,255,"+"192,192,194,255,"+"191,191,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"188,188,190,255,"+"187,187,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"183,183,185,255,"+"182,182,184,255,"+"181,181,183,255,"+"179,179,182,255,"+"178,178,181,255,"+"177,177,179,255,"+"176,176,178,255,"+"175,175,177,255,"+"173,173,176,255,"+"172,172,175,255,"+"171,171,174,255,"+"170,170,173,255,"+"169,169,171,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"168,168,171,255,"+"171,171,174,255,"+"172,172,175,255,"+"181,181,183,255,"+"198,198,198,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"208,208,208,255,"+"219,219,219,255,"+"226,226,226,255,"+"227,227,227,255,"+"226,226,226,255,"+"223,223,223,255,"+"220,220,221,255,"+"219,219,219,255,"+"217,217,218,255,"+"216,216,217,255,"+"215,215,215,255,"+"214,214,214,255,"+"212,212,213,255,"+"211,211,212,255,"+"210,210,211,255,"+"209,209,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"205,205,206,255,"+"204,204,205,255,"+"203,203,204,255,"+"202,202,203,255,"+"201,201,202,255,"+"199,199,201,255,"+"198,198,200,255,"+"197,197,198,255,"+"196,196,197,255,"+"195,195,196,255,"+"193,193,195,255,"+"192,192,194,255,"+"191,191,193,255,"+"190,190,192,255,"+"189,189,190,255,"+"187,187,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"183,183,185,255,"+"182,182,184,255,"+"180,180,183,255,"+"179,179,181,255,"+"178,178,180,255,"+"177,177,179,255,"+"176,176,178,255,"+"174,174,177,255,"+"173,173,176,255,"+"172,172,175,255,"+"171,171,174,255,"+"170,170,172,255,"+"168,168,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"167,167,170,255,"+"171,171,173,255,"+"175,175,178,255,"+"176,176,179,255,"+"178,178,181,255,"+"191,191,192,255,"+"203,203,203,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"216,216,216,255,"+"222,222,222,255,"+"224,224,225,255,"+"224,224,225,255,"+"223,223,224,255,"+"221,221,221,255,"+"217,217,218,255,"+"215,215,215,255,"+"212,212,213,255,"+"211,211,212,255,"+"210,210,211,255,"+"209,209,209,255,"+"207,207,208,255,"+"206,206,207,255,"+"205,205,206,255,"+"204,204,205,255,"+"203,203,204,255,"+"201,201,203,255,"+"200,200,201,255,"+"199,199,200,255,"+"198,198,199,255,"+"197,197,198,255,"+"195,195,197,255,"+"194,194,196,255,"+"193,193,195,255,"+"192,192,194,255,"+"191,191,193,255,"+"189,189,191,255,"+"188,188,190,255,"+"187,187,189,255,"+"186,186,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"182,182,184,255,"+"181,181,183,255,"+"180,180,182,255,"+"179,179,181,255,"+"178,178,180,255,"+"176,176,179,255,"+"175,175,178,255,"+"174,174,177,255,"+"173,173,175,255,"+"172,172,174,255,"+"171,171,173,255,"+"169,169,172,255,"+"168,168,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,167,255,"+"164,164,167,255,"+"164,164,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,168,255,"+"167,167,170,255,"+"171,171,174,255,"+"176,176,179,255,"+"181,181,183,255,"+"181,181,184,255,"+"182,182,185,255,"+"191,191,193,255,"+"205,205,205,255,"+"209,209,209,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"223,223,224,255,"+"223,223,223,255,"+"222,222,223,255,"+"222,222,223,255,"+"221,221,221,255,"+"218,218,218,255,"+"214,214,215,255,"+"210,210,211,255,"+"207,207,208,255,"+"205,205,206,255,"+"204,204,205,255,"+"202,202,203,255,"+"201,201,202,255,"+"200,200,201,255,"+"199,199,200,255,"+"198,198,199,255,"+"196,196,198,255,"+"195,195,197,255,"+"194,194,196,255,"+"193,193,194,255,"+"192,192,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"188,188,190,255,"+"187,187,189,255,"+"186,186,188,255,"+"184,184,187,255,"+"183,183,185,255,"+"182,182,184,255,"+"181,181,183,255,"+"180,180,182,255,"+"178,178,181,255,"+"177,177,180,255,"+"176,176,179,255,"+"175,175,177,255,"+"174,174,176,255,"+"173,173,175,255,"+"171,171,174,255,"+"170,170,173,255,"+"169,169,172,255,"+"168,168,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"167,167,170,255,"+"170,170,173,255,"+"176,176,178,255,"+"182,182,184,255,"+"186,186,188,255,"+"188,188,190,255,"+"187,187,190,255,"+"190,190,192,255,"+"199,199,201,255,"+"211,211,211,255,"+"216,216,216,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"223,223,223,255,"+"221,221,222,255,"+"221,221,222,255,"+"221,221,222,255,"+"221,221,222,255,"+"220,220,221,255,"+"218,218,219,255,"+"215,215,216,255,"+"211,211,212,255,"+"206,206,208,255,"+"203,203,204,255,"+"199,199,201,255,"+"197,197,199,255,"+"195,195,197,255,"+"194,194,195,255,"+"193,193,194,255,"+"191,191,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"188,188,190,255,"+"187,187,188,255,"+"185,185,187,255,"+"184,184,186,255,"+"183,183,185,255,"+"182,182,184,255,"+"181,181,183,255,"+"179,179,182,255,"+"178,178,181,255,"+"177,177,179,255,"+"176,176,178,255,"+"175,175,177,255,"+"174,174,176,255,"+"172,172,175,255,"+"171,171,174,255,"+"170,170,173,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,167,255,"+"165,165,168,255,"+"165,165,168,255,"+"165,165,168,255,"+"166,166,169,255,"+"168,168,171,255,"+"171,171,174,255,"+"176,176,179,255,"+"182,182,184,255,"+"188,188,190,255,"+"193,193,195,255,"+"195,195,197,255,"+"195,195,197,255,"+"195,195,197,255,"+"195,195,197,255,"+"199,199,201,255,"+"209,209,210,255,"+"220,220,220,255,"+"223,223,223,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"219,219,219,255,"+"218,218,219,255,"+"219,219,220,255,"+"220,220,221,255,"+"221,221,222,255,"+"222,222,223,255,"+"222,222,223,255,"+"221,221,222,255,"+"219,219,219,255,"+"215,215,217,255,"+"211,211,213,255,"+"207,207,208,255,"+"202,202,204,255,"+"198,198,200,255,"+"194,194,196,255,"+"191,191,193,255,"+"188,188,190,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"179,179,181,255,"+"178,178,180,255,"+"177,177,179,255,"+"175,175,178,255,"+"174,174,177,255,"+"173,173,176,255,"+"172,172,175,255,"+"171,171,173,255,"+"169,169,172,255,"+"168,168,171,255,"+"167,167,170,255,"+"166,166,169,255,"+"165,165,168,255,"+"165,165,168,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"172,172,174,255,"+"174,174,177,255,"+"178,178,181,255,"+"183,183,185,255,"+"188,188,190,255,"+"194,194,195,255,"+"199,199,200,255,"+"203,203,204,255,"+"205,205,207,255,"+"206,206,208,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,204,255,"+"202,202,203,255,"+"204,204,205,255,"+"209,209,210,255,"+"215,215,216,255,"+"221,221,221,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,215,255,"+"213,213,214,255,"+"213,213,214,255,"+"214,214,215,255,"+"217,217,218,255,"+"219,219,220,255,"+"221,221,222,255,"+"223,223,224,255,"+"225,225,226,255,"+"226,226,227,255,"+"227,227,228,255,"+"227,227,228,255,"+"226,226,227,255,"+"225,225,226,255,"+"223,223,224,255,"+"222,222,223,255,"+"220,220,221,255,"+"218,218,219,255,"+"215,215,216,255,"+"213,213,215,255,"+"211,211,213,255,"+"209,209,210,255,"+"208,208,209,255,"+"207,207,208,255,"+"206,206,208,255,"+"206,206,208,255,"+"206,206,208,255,"+"206,206,208,255,"+"206,206,208,255,"+"207,207,209,255,"+"209,209,210,255,"+"211,211,212,255,"+"213,213,214,255,"+"215,215,216,255,"+"217,217,218,255,"+"219,219,220,255,"+"220,220,221,255,"+"221,221,222,255,"+"221,221,222,255,"+"221,221,222,255,"+"219,219,221,255,"+"218,218,219,255,"+"215,215,216,255,"+"212,212,213,255,"+"209,209,210,255,"+"207,207,208,255,"+"206,206,208,255,"+"207,207,209,255,"+"210,210,210,255,"+"212,212,213,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"205,205,206,255,"+"205,205,206,255,"+"206,206,207,255,"+"208,208,209,255,"+"211,211,212,255,"+"214,214,215,255,"+"218,218,218,255,"+"221,221,222,255,"+"224,224,225,255,"+"227,227,228,255,"+"230,230,231,255,"+"233,233,234,255,"+"236,236,236,255,"+"238,238,238,255,"+"240,240,241,255,"+"243,243,243,255,"+"245,245,245,255,"+"247,247,248,255,"+"249,249,249,255,"+"252,252,252,255,"+"254,254,254,255,"+"253,253,253,255,"+"251,251,251,255,"+"248,248,249,255,"+"246,246,246,255,"+"243,243,243,255,"+"240,240,240,255,"+"237,237,238,255,"+"234,234,235,255,"+"231,231,231,255,"+"227,227,228,255,"+"223,223,224,255,"+"219,219,220,255,"+"215,215,216,255,"+"211,211,212,255,"+"208,208,209,255,"+"205,205,206,255,"+"203,203,205,255,"+"203,203,204,255,"+"204,204,205,255,"+"206,206,206,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,196,255,"+"193,193,195,255,"+"192,192,194,255,"+"192,192,194,255,"+"193,193,194,255,"+"193,193,195,255,"+"195,195,196,255,"+"196,196,198,255,"+"198,198,200,255,"+"200,200,202,255,"+"202,202,203,255,"+"203,203,205,255,"+"204,204,206,255,"+"205,205,207,255,"+"206,206,207,255,"+"206,206,208,255,"+"207,207,208,255,"+"206,206,208,255,"+"204,204,206,255,"+"203,203,204,255,"+"201,201,203,255,"+"199,199,201,255,"+"197,197,199,255,"+"195,195,197,255,"+"194,194,195,255,"+"193,193,194,255,"+"192,192,194,255,"+"192,192,194,255,"+"193,193,194,255,"+"194,194,196,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"170,170,173,255,"+"168,168,171,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,171,255,"+"170,170,172,255,"+"172,172,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"205,205,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"205,205,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"208,208,208,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"210,210,210,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"164,164,164,255,"+"185,185,185,255,"+"205,205,205,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"178,178,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"205,205,205,255,"+"186,186,186,255,"+"170,170,170,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"152,152,152,255,"+"109,109,109,255,"+"160,160,160,255,"+"201,201,201,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"201,201,201,255,"+"161,161,161,255,"+"110,110,110,255,"+"160,160,160,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"195,195,195,255,"+"114,114,114,255,"+"92,92,92,255,"+"120,120,120,255,"+"172,172,172,255,"+"208,208,208,255,"+"220,220,220,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"220,220,220,255,"+"208,208,208,255,"+"172,172,172,255,"+"121,121,121,255,"+"93,93,93,255,"+"117,117,117,255,"+"199,199,199,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"210,210,210,255,"+"178,178,178,255,"+"116,116,116,255,"+"91,91,91,255,"+"92,92,92,255,"+"120,120,120,255,"+"168,168,168,255,"+"208,208,208,255,"+"224,224,224,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"224,224,224,255,"+"208,208,208,255,"+"169,169,169,255,"+"121,121,121,255,"+"93,93,93,255,"+"92,92,92,255,"+"119,119,119,255,"+"181,181,181,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"188,188,188,255,"+"137,137,137,255,"+"102,102,102,255,"+"91,91,91,255,"+"90,90,90,255,"+"107,107,107,255,"+"145,145,145,255,"+"185,185,185,255,"+"209,209,210,255,"+"218,218,218,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"218,218,218,255,"+"210,210,210,255,"+"186,186,186,255,"+"145,145,145,255,"+"108,108,108,255,"+"91,91,91,255,"+"92,92,92,255,"+"104,104,104,255,"+"141,141,141,255,"+"190,190,190,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"204,204,204,255,"+"173,173,173,255,"+"130,130,130,255,"+"105,105,105,255,"+"94,94,94,255,"+"88,88,88,255,"+"91,91,91,255,"+"111,111,111,255,"+"142,142,142,255,"+"174,174,174,255,"+"197,197,197,255,"+"208,208,208,255,"+"211,211,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"211,211,212,255,"+"208,208,209,255,"+"197,197,197,255,"+"175,175,175,255,"+"143,143,143,255,"+"112,112,112,255,"+"92,92,92,255,"+"89,89,89,255,"+"96,96,96,255,"+"108,108,108,255,"+"134,134,134,255,"+"177,177,177,255,"+"205,205,205,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"206,206,206,255,"+"179,179,179,255,"+"143,143,143,255,"+"118,118,118,255,"+"104,104,104,255,"+"95,95,95,255,"+"89,89,89,255,"+"90,90,90,255,"+"102,102,102,255,"+"121,121,121,255,"+"146,146,147,255,"+"170,170,170,255,"+"187,187,187,255,"+"197,197,198,255,"+"201,201,202,255,"+"201,201,202,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"201,201,203,255,"+"201,201,203,255,"+"197,197,198,255,"+"187,187,188,255,"+"171,171,171,255,"+"147,147,147,255,"+"122,122,122,255,"+"102,102,102,255,"+"91,91,91,255,"+"90,90,90,255,"+"97,97,97,255,"+"107,107,107,255,"+"122,122,122,255,"+"147,147,147,255,"+"182,182,182,255,"+"208,208,208,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"220,220,220,255,"+"218,218,218,255,"+"199,199,199,255,"+"168,168,168,255,"+"143,143,143,255,"+"126,126,126,255,"+"113,113,113,255,"+"102,102,102,255,"+"94,94,94,255,"+"89,89,89,255,"+"90,90,90,255,"+"97,97,98,255,"+"110,110,110,255,"+"125,125,126,255,"+"144,144,145,255,"+"160,160,160,255,"+"171,171,172,255,"+"179,179,181,255,"+"184,184,186,255,"+"187,187,188,255,"+"188,188,189,255,"+"187,187,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"173,173,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"187,187,189,255,"+"188,188,190,255,"+"187,187,189,255,"+"185,185,186,255,"+"180,180,181,255,"+"172,172,173,255,"+"160,160,161,255,"+"145,145,145,255,"+"126,126,126,255,"+"111,111,111,255,"+"98,98,98,255,"+"90,90,90,255,"+"90,90,90,255,"+"96,96,96,255,"+"105,105,105,255,"+"117,117,117,255,"+"130,130,130,255,"+"147,147,147,255,"+"171,171,171,255,"+"201,201,201,255,"+"219,219,219,255,"+"220,220,220,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"223,223,223,255,"+"213,213,213,255,"+"196,196,196,255,"+"176,176,176,255,"+"159,159,159,255,"+"145,145,145,255,"+"133,133,133,255,"+"123,123,123,255,"+"112,112,112,255,"+"102,102,102,255,"+"95,95,95,255,"+"90,90,90,255,"+"88,88,88,255,"+"92,92,92,255,"+"99,99,99,255,"+"106,106,106,255,"+"114,114,115,255,"+"124,124,125,255,"+"132,132,133,255,"+"140,140,141,255,"+"147,147,148,255,"+"152,152,153,255,"+"155,155,157,255,"+"158,158,159,255,"+"159,159,161,255,"+"159,159,161,255,"+"159,159,162,255,"+"159,159,161,255,"+"158,158,160,255,"+"157,157,159,255,"+"156,156,159,255,"+"158,158,160,255,"+"159,159,161,255,"+"159,159,162,255,"+"159,159,161,255,"+"159,159,161,255,"+"158,158,160,255,"+"155,155,157,255,"+"152,152,153,255,"+"147,147,148,255,"+"140,140,141,255,"+"132,132,133,255,"+"124,124,125,255,"+"115,115,115,255,"+"106,106,107,255,"+"99,99,99,255,"+"92,92,92,255,"+"89,89,89,255,"+"90,90,90,255,"+"96,96,96,255,"+"105,105,105,255,"+"116,116,116,255,"+"127,127,127,255,"+"139,139,139,255,"+"150,150,150,255,"+"163,163,163,255,"+"180,180,180,255,"+"198,198,198,255,"+"214,214,214,255,"+"223,223,223,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"217,217,217,255,"+"212,212,212,255,"+"203,203,204,255,"+"193,193,193,255,"+"182,182,182,255,"+"172,172,172,255,"+"165,165,165,255,"+"158,158,158,255,"+"151,151,151,255,"+"143,143,143,255,"+"133,133,133,255,"+"122,122,122,255,"+"114,114,114,255,"+"107,107,107,255,"+"101,101,101,255,"+"97,97,97,255,"+"94,94,94,255,"+"92,92,92,255,"+"91,91,91,255,"+"92,92,92,255,"+"93,93,93,255,"+"94,94,94,255,"+"95,95,95,255,"+"96,96,96,255,"+"96,96,97,255,"+"96,96,97,255,"+"97,97,97,255,"+"97,97,97,255,"+"96,96,97,255,"+"96,96,97,255,"+"96,96,96,255,"+"95,95,95,255,"+"94,94,94,255,"+"93,93,93,255,"+"92,92,92,255,"+"92,92,92,255,"+"92,92,92,255,"+"94,94,94,255,"+"98,98,98,255,"+"102,102,102,255,"+"109,109,109,255,"+"117,117,117,255,"+"126,126,126,255,"+"138,138,138,255,"+"148,148,148,255,"+"157,157,157,255,"+"164,164,164,255,"+"170,170,170,255,"+"176,176,177,255,"+"185,185,185,255,"+"195,195,195,255,"+"204,204,205,255,"+"213,213,213,255,"+"217,217,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"207,207,208,255,"+"202,202,203,255,"+"197,197,198,255,"+"193,193,193,255,"+"189,189,189,255,"+"187,187,188,255,"+"187,187,187,255,"+"186,186,186,255,"+"185,185,185,255,"+"183,183,183,255,"+"180,180,180,255,"+"178,178,178,255,"+"175,175,175,255,"+"171,171,171,255,"+"166,166,166,255,"+"162,162,162,255,"+"159,159,159,255,"+"156,156,156,255,"+"154,154,154,255,"+"152,152,152,255,"+"152,152,152,255,"+"153,153,153,255,"+"154,154,154,255,"+"155,155,155,255,"+"155,155,155,255,"+"157,157,157,255,"+"160,160,160,255,"+"163,163,163,255,"+"167,167,167,255,"+"171,171,171,255,"+"176,176,176,255,"+"181,181,181,255,"+"184,184,184,255,"+"186,186,187,255,"+"189,189,189,255,"+"191,191,191,255,"+"191,191,192,255,"+"192,192,192,255,"+"191,191,192,255,"+"192,192,193,255,"+"195,195,196,255,"+"198,198,199,255,"+"203,203,204,255,"+"207,207,208,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"195,195,197,255,"+"193,193,195,255,"+"191,191,193,255,"+"190,190,192,255,"+"190,190,191,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"199,199,200,255,"+"202,202,203,255,"+"205,205,206,255,"+"208,208,209,255,"+"211,211,212,255,"+"214,214,215,255,"+"216,216,217,255,"+"218,218,219,255,"+"218,218,219,255,"+"216,216,217,255,"+"213,213,214,255,"+"210,210,211,255,"+"207,207,208,255,"+"203,203,204,255,"+"200,200,201,255,"+"197,197,198,255,"+"194,194,196,255,"+"193,193,194,255,"+"192,192,193,255,"+"192,192,193,255,"+"192,192,194,255,"+"193,193,195,255,"+"195,195,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,217,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,179,255,"+"174,174,176,255,"+"172,172,175,255,"+"170,170,173,255,"+"168,168,171,255,"+"167,167,170,255,"+"167,167,170,255,"+"169,169,171,255,"+"170,170,173,255,"+"172,172,175,255,"+"174,174,177,255,"+"176,176,179,255,"+"178,178,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"173,173,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"208,208,208,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"209,209,209,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"159,159,159,255,"+"181,181,181,255,"+"205,205,205,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"205,205,205,255,"+"181,181,181,255,"+"165,165,165,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"156,156,156,255,"+"104,104,104,255,"+"153,153,153,255,"+"198,198,198,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"173,173,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"205,205,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,217,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"198,198,198,255,"+"153,153,153,255,"+"105,105,105,255,"+"162,162,162,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"197,197,197,255,"+"118,118,118,255,"+"91,91,91,255,"+"114,114,114,255,"+"164,164,164,255,"+"205,205,205,255,"+"220,220,220,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"220,220,220,255,"+"205,205,205,255,"+"165,165,165,255,"+"115,115,115,255,"+"92,92,92,255,"+"122,122,122,255,"+"201,201,201,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"210,210,210,255,"+"182,182,182,255,"+"121,121,121,255,"+"92,92,92,255,"+"91,91,91,255,"+"113,113,113,255,"+"159,159,159,255,"+"201,201,201,255,"+"221,221,221,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"178,178,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"222,222,222,255,"+"202,202,202,255,"+"159,159,159,255,"+"114,114,114,255,"+"91,91,91,255,"+"94,94,94,255,"+"125,125,125,255,"+"185,185,185,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"191,191,191,255,"+"143,143,143,255,"+"104,104,104,255,"+"92,92,92,255,"+"88,88,88,255,"+"102,102,102,255,"+"136,136,136,255,"+"177,177,177,255,"+"205,205,205,255,"+"217,217,217,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"217,217,218,255,"+"206,206,206,255,"+"178,178,178,255,"+"137,137,137,255,"+"103,103,103,255,"+"89,89,89,255,"+"93,93,93,255,"+"107,107,107,255,"+"147,147,147,255,"+"193,193,193,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"205,205,205,255,"+"179,179,179,255,"+"136,136,136,255,"+"109,109,109,255,"+"96,96,96,255,"+"89,89,89,255,"+"91,91,91,255,"+"106,106,106,255,"+"133,133,133,255,"+"166,166,167,255,"+"191,191,192,255,"+"205,205,205,255,"+"210,210,211,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"210,210,211,255,"+"205,205,206,255,"+"192,192,192,255,"+"167,167,168,255,"+"134,134,134,255,"+"106,106,106,255,"+"91,91,91,255,"+"91,91,91,255,"+"98,98,98,255,"+"112,112,112,255,"+"139,139,139,255,"+"182,182,182,255,"+"206,206,206,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"210,210,210,255,"+"186,186,186,255,"+"150,150,150,255,"+"123,123,123,255,"+"107,107,107,255,"+"97,97,97,255,"+"90,90,90,255,"+"88,88,88,255,"+"96,96,96,255,"+"113,113,113,255,"+"137,137,138,255,"+"161,161,162,255,"+"180,180,181,255,"+"193,193,194,255,"+"199,199,200,255,"+"201,201,202,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"201,201,202,255,"+"199,199,200,255,"+"193,193,194,255,"+"181,181,181,255,"+"162,162,162,255,"+"138,138,139,255,"+"114,114,114,255,"+"96,96,96,255,"+"88,88,88,255,"+"91,91,91,255,"+"99,99,99,255,"+"111,111,111,255,"+"127,127,127,255,"+"154,154,154,255,"+"189,189,189,255,"+"211,211,211,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"220,220,220,255,"+"204,204,204,255,"+"175,175,175,255,"+"148,148,148,255,"+"130,130,130,255,"+"117,117,117,255,"+"106,106,106,255,"+"96,96,96,255,"+"90,90,90,255,"+"89,89,89,255,"+"94,94,94,255,"+"105,105,105,255,"+"119,119,119,255,"+"135,135,136,255,"+"152,152,153,255,"+"165,165,166,255,"+"175,175,176,255,"+"181,181,183,255,"+"185,185,186,255,"+"187,187,189,255,"+"187,187,188,255,"+"185,185,187,255,"+"183,183,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"183,183,186,255,"+"185,185,187,255,"+"187,187,188,255,"+"187,187,189,255,"+"185,185,186,255,"+"181,181,183,255,"+"175,175,176,255,"+"166,166,167,255,"+"152,152,153,255,"+"136,136,136,255,"+"120,120,120,255,"+"105,105,106,255,"+"95,95,95,255,"+"89,89,89,255,"+"91,91,91,255,"+"99,99,99,255,"+"109,109,109,255,"+"121,121,121,255,"+"135,135,135,255,"+"152,152,153,255,"+"179,179,179,255,"+"206,206,206,255,"+"220,220,220,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"223,223,223,255,"+"216,216,216,255,"+"201,201,201,255,"+"182,182,182,255,"+"164,164,164,255,"+"150,150,150,255,"+"139,139,139,255,"+"128,128,128,255,"+"117,117,117,255,"+"107,107,107,255,"+"99,99,99,255,"+"93,93,93,255,"+"90,90,90,255,"+"90,90,91,255,"+"95,95,95,255,"+"100,100,101,255,"+"108,108,109,255,"+"116,116,117,255,"+"124,124,125,255,"+"133,133,134,255,"+"140,140,141,255,"+"145,145,146,255,"+"149,149,150,255,"+"152,152,154,255,"+"154,154,156,255,"+"155,155,157,255,"+"155,155,157,255,"+"154,154,157,255,"+"154,154,156,255,"+"152,152,155,255,"+"152,152,155,255,"+"153,153,156,255,"+"154,154,157,255,"+"155,155,157,255,"+"155,155,157,255,"+"154,154,156,255,"+"152,152,154,255,"+"149,149,150,255,"+"145,145,146,255,"+"140,140,142,255,"+"133,133,134,255,"+"124,124,125,255,"+"116,116,117,255,"+"108,108,109,255,"+"101,101,101,255,"+"95,95,95,255,"+"91,91,91,255,"+"91,91,91,255,"+"94,94,94,255,"+"101,101,101,255,"+"110,110,110,255,"+"121,121,121,255,"+"134,134,134,255,"+"144,144,145,255,"+"155,155,155,255,"+"168,168,168,255,"+"185,185,185,255,"+"203,203,203,255,"+"217,217,217,255,"+"223,223,223,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"214,214,214,255,"+"206,206,206,255,"+"196,196,196,255,"+"185,185,186,255,"+"177,177,177,255,"+"169,169,169,255,"+"162,162,162,255,"+"155,155,155,255,"+"147,147,147,255,"+"139,139,139,255,"+"130,130,130,255,"+"120,120,120,255,"+"112,112,112,255,"+"106,106,106,255,"+"100,100,100,255,"+"95,95,95,255,"+"92,92,92,255,"+"91,91,91,255,"+"90,90,90,255,"+"90,90,90,255,"+"90,90,90,255,"+"91,91,91,255,"+"92,92,92,255,"+"93,93,93,255,"+"93,93,93,255,"+"93,93,94,255,"+"93,93,94,255,"+"93,93,93,255,"+"93,93,93,255,"+"92,92,92,255,"+"91,91,91,255,"+"90,90,90,255,"+"90,90,90,255,"+"90,90,90,255,"+"91,91,91,255,"+"93,93,93,255,"+"96,96,96,255,"+"101,101,102,255,"+"107,107,107,255,"+"115,115,115,255,"+"124,124,124,255,"+"134,134,134,255,"+"144,144,144,255,"+"153,153,153,255,"+"161,161,161,255,"+"168,168,168,255,"+"174,174,174,255,"+"181,181,181,255,"+"188,188,189,255,"+"198,198,198,255,"+"207,207,207,255,"+"214,214,215,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"207,207,208,255,"+"203,203,204,255,"+"199,199,200,255,"+"194,194,195,255,"+"191,191,192,255,"+"188,188,189,255,"+"187,187,187,255,"+"186,186,187,255,"+"186,186,187,255,"+"185,185,186,255,"+"184,184,184,255,"+"183,183,183,255,"+"180,180,180,255,"+"178,178,178,255,"+"175,175,175,255,"+"173,173,173,255,"+"170,170,170,255,"+"168,168,168,255,"+"165,165,165,255,"+"164,164,164,255,"+"164,164,164,255,"+"165,165,165,255,"+"166,166,166,255,"+"167,167,167,255,"+"168,168,168,255,"+"169,169,169,255,"+"172,172,172,255,"+"175,175,175,255,"+"178,178,178,255,"+"181,181,181,255,"+"184,184,184,255,"+"187,187,187,255,"+"189,189,189,255,"+"190,190,191,255,"+"191,191,192,255,"+"192,192,193,255,"+"192,192,192,255,"+"191,191,192,255,"+"192,192,192,255,"+"193,193,194,255,"+"196,196,197,255,"+"200,200,201,255,"+"203,203,204,255,"+"207,207,208,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"191,191,193,255,"+"190,190,192,255,"+"189,189,191,255,"+"189,189,191,255,"+"190,190,191,255,"+"191,191,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"199,199,200,255,"+"201,201,203,255,"+"204,204,205,255,"+"207,207,209,255,"+"210,210,211,255,"+"212,212,213,255,"+"214,214,215,255,"+"214,214,215,255,"+"212,212,213,255,"+"209,209,210,255,"+"206,206,207,255,"+"203,203,204,255,"+"199,199,201,255,"+"196,196,198,255,"+"194,194,195,255,"+"192,192,194,255,"+"191,191,192,255,"+"191,191,192,255,"+"191,191,193,255,"+"192,192,194,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"212,212,212,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"170,170,173,255,"+"168,168,171,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,171,255,"+"170,170,173,255,"+"172,172,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"212,212,212,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"212,212,212,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"168,168,170,255,"+"166,166,169,255,"+"166,166,169,255,"+"168,168,170,255,"+"169,169,172,255,"+"171,171,174,255,"+"174,174,176,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"212,212,212,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,254,255,"+"247,247,247,255,"+"211,211,211,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"172,172,174,255,"+"169,169,172,255,"+"160,160,163,255,"+"134,134,136,255,"+"109,109,111,255,"+"102,102,103,255,"+"108,108,110,255,"+"132,132,134,255,"+"161,161,163,255,"+"175,175,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,217,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"212,212,212,255,"+"247,247,247,255,"+"253,253,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"250,250,250,255,"+"242,242,243,255,"+"212,212,212,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"167,167,169,255,"+"120,120,122,255,"+"49,49,50,255,"+"15,16,15,255,"+"5,14,4,255,"+"5,17,3,255,"+"5,15,4,255,"+"11,14,11,255,"+"39,39,40,255,"+"107,107,109,255,"+"167,167,169,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"212,212,212,255,"+"242,243,243,255,"+"250,250,250,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"252,252,252,255,"+"245,245,245,255,"+"232,233,233,255,"+"208,208,208,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"222,222,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"176,176,178,255,"+"168,168,170,255,"+"92,92,94,255,"+"13,15,13,255,"+"5,40,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"8,56,0,255,"+"7,12,6,255,"+"70,70,71,255,"+"165,165,167,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"208,208,208,255,"+"232,233,233,255,"+"245,245,245,255,"+"252,252,252,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"248,249,249,255,"+"238,239,239,255,"+"221,222,222,255,"+"204,204,204,255,"+"202,202,202,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"175,175,177,255,"+"114,114,116,255,"+"13,16,12,255,"+"11,83,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"6,16,4,255,"+"88,88,89,255,"+"178,178,180,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"202,202,202,255,"+"204,204,204,255,"+"221,222,222,255,"+"238,239,239,255,"+"248,249,249,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"245,245,245,255,"+"231,231,231,255,"+"208,209,209,255,"+"189,191,191,255,"+"201,201,201,255,"+"206,206,206,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"163,163,166,255,"+"45,45,45,255,"+"8,57,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"12,93,0,255,"+"22,24,22,255,"+"152,152,154,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"206,206,206,255,"+"201,201,201,255,"+"189,191,191,255,"+"208,209,209,255,"+"231,231,231,255,"+"245,245,245,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"251,251,251,255,"+"242,242,242,255,"+"224,225,226,255,"+"197,199,199,255,"+"159,161,161,255,"+"172,173,173,255,"+"204,204,204,255,"+"210,210,210,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"143,143,145,255,"+"15,15,16,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"4,11,3,255,"+"119,119,121,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"205,205,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"210,210,210,255,"+"204,204,204,255,"+"171,173,173,255,"+"161,164,164,255,"+"197,199,199,255,"+"224,225,226,255,"+"242,242,242,255,"+"251,251,251,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"250,250,251,255,"+"240,240,241,255,"+"221,222,222,255,"+"192,194,194,255,"+"147,149,150,255,"+"110,111,112,255,"+"155,156,156,255,"+"203,203,203,255,"+"213,213,213,255,"+"217,217,217,255,"+"221,221,221,255,"+"224,224,224,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"137,137,140,255,"+"10,10,10,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"1,8,0,255,"+"111,111,113,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"217,217,217,255,"+"213,213,213,255,"+"203,203,203,255,"+"154,155,156,255,"+"112,114,114,255,"+"150,152,153,255,"+"192,194,194,255,"+"221,222,222,255,"+"240,240,241,255,"+"250,250,251,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"250,251,251,255,"+"241,241,241,255,"+"222,223,223,255,"+"194,195,196,255,"+"157,160,161,255,"+"114,117,117,255,"+"93,94,94,255,"+"130,131,131,255,"+"189,189,189,255,"+"215,215,215,255,"+"221,221,221,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"178,178,180,255,"+"145,145,148,255,"+"18,18,18,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"6,13,5,255,"+"124,124,125,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"224,224,224,255,"+"221,221,221,255,"+"215,215,215,255,"+"189,189,189,255,"+"129,130,130,255,"+"93,95,95,255,"+"116,118,119,255,"+"158,160,161,255,"+"194,196,196,255,"+"222,223,223,255,"+"241,241,241,255,"+"250,251,251,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,255,255,"+"251,252,252,255,"+"243,244,244,255,"+"227,228,228,255,"+"201,203,204,255,"+"168,171,172,255,"+"133,136,137,255,"+"101,104,105,255,"+"88,89,89,255,"+"102,102,102,255,"+"144,144,144,255,"+"191,191,191,255,"+"219,219,219,255,"+"225,225,225,255,"+"224,224,224,255,"+"221,221,222,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"166,166,169,255,"+"53,53,54,255,"+"13,92,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"30,34,30,255,"+"158,158,160,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"222,222,222,255,"+"224,224,224,255,"+"226,226,226,255,"+"219,219,219,255,"+"192,192,192,255,"+"145,145,145,255,"+"102,102,102,255,"+"88,89,90,255,"+"102,105,106,255,"+"133,136,137,255,"+"168,171,172,255,"+"201,203,204,255,"+"227,228,228,255,"+"243,244,244,255,"+"251,252,252,255,"+"254,254,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"246,247,247,255,"+"234,235,235,255,"+"213,215,215,255,"+"185,187,188,255,"+"153,156,157,255,"+"122,125,127,255,"+"97,101,103,255,"+"86,88,89,255,"+"86,86,87,255,"+"97,97,97,255,"+"129,129,129,255,"+"173,173,173,255,"+"205,205,205,255,"+"218,218,218,255,"+"220,220,220,255,"+"218,218,218,255,"+"216,216,216,255,"+"214,214,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"201,201,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"175,175,178,255,"+"128,128,129,255,"+"22,37,20,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"14,45,9,255,"+"105,105,106,255,"+"179,179,181,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"216,216,216,255,"+"218,218,218,255,"+"220,220,220,255,"+"219,219,219,255,"+"206,206,206,255,"+"175,175,175,255,"+"130,130,130,255,"+"98,98,98,255,"+"86,86,86,255,"+"85,88,89,255,"+"97,101,103,255,"+"122,125,127,255,"+"153,156,157,255,"+"185,187,188,255,"+"213,215,215,255,"+"234,235,235,255,"+"246,247,247,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"250,250,250,255,"+"241,242,242,255,"+"226,227,228,255,"+"205,206,207,255,"+"178,180,181,255,"+"149,152,153,255,"+"122,126,127,255,"+"100,104,105,255,"+"86,90,91,255,"+"82,85,85,255,"+"84,85,85,255,"+"88,89,89,255,"+"105,105,105,255,"+"135,135,136,255,"+"170,170,170,255,"+"196,196,196,255,"+"210,210,211,255,"+"213,213,214,255,"+"212,212,212,255,"+"210,210,211,255,"+"208,208,209,255,"+"206,206,207,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"194,194,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"171,171,173,255,"+"114,114,116,255,"+"27,42,25,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"18,46,14,255,"+"94,94,95,255,"+"172,172,174,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"193,193,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"206,206,207,255,"+"208,208,209,255,"+"210,210,211,255,"+"212,212,212,255,"+"214,214,214,255,"+"211,211,211,255,"+"197,197,197,255,"+"171,171,172,255,"+"137,137,137,255,"+"106,106,106,255,"+"89,89,89,255,"+"83,84,85,255,"+"81,84,85,255,"+"85,89,91,255,"+"100,104,106,255,"+"122,126,127,255,"+"149,152,153,255,"+"178,180,181,255,"+"205,206,207,255,"+"226,227,228,255,"+"241,242,242,255,"+"250,250,250,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"248,248,248,255,"+"238,239,239,255,"+"224,224,225,255,"+"203,205,205,255,"+"180,182,183,255,"+"155,157,158,255,"+"131,134,135,255,"+"110,114,116,255,"+"94,98,99,255,"+"83,88,89,255,"+"80,83,84,255,"+"82,84,84,255,"+"84,85,85,255,"+"89,89,89,255,"+"100,100,100,255,"+"120,120,120,255,"+"146,146,147,255,"+"173,173,173,255,"+"190,190,191,255,"+"200,200,201,255,"+"204,204,205,255,"+"204,204,205,255,"+"202,202,203,255,"+"200,200,201,255,"+"198,198,199,255,"+"196,196,197,255,"+"193,193,195,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,186,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"174,174,176,255,"+"170,170,172,255,"+"139,139,141,255,"+"73,75,74,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"62,66,62,255,"+"129,130,131,255,"+"173,173,175,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"194,194,195,255,"+"196,196,197,255,"+"198,198,199,255,"+"200,200,201,255,"+"202,202,203,255,"+"204,204,205,255,"+"204,204,205,255,"+"200,200,201,255,"+"191,191,192,255,"+"174,174,174,255,"+"148,148,148,255,"+"121,121,121,255,"+"100,101,101,255,"+"89,89,89,255,"+"84,85,85,255,"+"81,83,84,255,"+"80,83,84,255,"+"83,87,89,255,"+"93,98,99,255,"+"110,114,115,255,"+"131,134,135,255,"+"155,158,158,255,"+"180,182,183,255,"+"203,205,206,255,"+"223,224,225,255,"+"238,239,239,255,"+"248,248,248,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"252,252,252,255,"+"247,247,247,255,"+"238,238,239,255,"+"225,226,226,255,"+"208,209,210,255,"+"188,190,191,255,"+"167,169,170,255,"+"146,149,150,255,"+"126,130,131,255,"+"109,113,115,255,"+"95,100,102,255,"+"85,89,91,255,"+"79,84,85,255,"+"79,82,83,255,"+"81,83,83,255,"+"83,84,84,255,"+"85,85,85,255,"+"89,89,89,255,"+"98,98,98,255,"+"113,113,113,255,"+"132,132,133,255,"+"151,151,152,255,"+"168,168,168,255,"+"179,179,180,255,"+"187,187,188,255,"+"191,191,192,255,"+"192,192,193,255,"+"192,192,193,255,"+"190,190,192,255,"+"188,188,189,255,"+"186,186,188,255,"+"184,184,185,255,"+"182,182,184,255,"+"180,180,182,255,"+"177,177,180,255,"+"176,176,178,255,"+"173,173,176,255,"+"171,171,174,255,"+"169,169,172,255,"+"166,166,168,255,"+"149,149,152,255,"+"131,131,133,255,"+"124,124,126,255,"+"131,131,133,255,"+"150,150,152,255,"+"169,169,171,255,"+"176,176,178,255,"+"177,177,180,255,"+"180,180,182,255,"+"182,182,184,255,"+"184,184,186,255,"+"186,186,188,255,"+"188,188,189,255,"+"190,190,192,255,"+"192,192,193,255,"+"192,192,194,255,"+"191,191,192,255,"+"187,187,188,255,"+"180,180,181,255,"+"168,168,169,255,"+"152,152,152,255,"+"133,133,133,255,"+"113,113,114,255,"+"99,99,99,255,"+"89,89,89,255,"+"85,85,85,255,"+"83,84,84,255,"+"80,82,83,255,"+"78,81,82,255,"+"79,83,85,255,"+"85,89,91,255,"+"96,100,102,255,"+"109,113,115,255,"+"126,130,131,255,"+"146,149,150,255,"+"167,169,170,255,"+"188,190,191,255,"+"208,209,210,255,"+"225,226,226,255,"+"238,238,239,255,"+"247,247,247,255,"+"252,252,252,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"252,252,252,255,"+"248,248,248,255,"+"240,241,241,255,"+"230,230,231,255,"+"216,217,218,255,"+"200,202,202,255,"+"182,184,185,255,"+"164,167,168,255,"+"147,150,151,255,"+"130,134,135,255,"+"115,119,121,255,"+"103,107,109,255,"+"92,97,98,255,"+"84,89,90,255,"+"79,84,85,255,"+"77,81,82,255,"+"78,81,82,255,"+"80,82,83,255,"+"82,83,84,255,"+"84,84,85,255,"+"86,86,86,255,"+"90,90,90,255,"+"96,96,97,255,"+"105,105,105,255,"+"115,115,115,255,"+"125,125,126,255,"+"136,136,137,255,"+"147,147,147,255,"+"155,155,156,255,"+"160,160,162,255,"+"165,165,166,255,"+"167,167,169,255,"+"169,169,171,255,"+"169,169,172,255,"+"169,169,172,255,"+"169,169,171,255,"+"168,168,171,255,"+"167,167,170,255,"+"165,165,168,255,"+"164,164,167,255,"+"164,164,167,255,"+"165,165,168,255,"+"167,167,170,255,"+"168,168,171,255,"+"169,169,171,255,"+"169,169,172,255,"+"170,170,172,255,"+"169,169,171,255,"+"168,168,169,255,"+"165,165,166,255,"+"161,161,162,255,"+"155,155,156,255,"+"147,147,148,255,"+"136,136,137,255,"+"126,126,126,255,"+"115,115,116,255,"+"105,105,105,255,"+"97,97,97,255,"+"90,90,91,255,"+"86,86,87,255,"+"84,84,84,255,"+"82,83,83,255,"+"80,82,82,255,"+"77,80,81,255,"+"77,80,82,255,"+"79,83,85,255,"+"84,89,90,255,"+"92,97,98,255,"+"103,107,109,255,"+"115,119,121,255,"+"130,134,135,255,"+"147,150,151,255,"+"164,167,168,255,"+"182,184,185,255,"+"200,202,202,255,"+"216,217,218,255,"+"230,230,231,255,"+"240,241,241,255,"+"248,248,248,255,"+"252,252,252,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"253,253,253,255,"+"249,250,250,255,"+"244,244,244,255,"+"236,237,237,255,"+"226,227,227,255,"+"214,215,216,255,"+"200,202,203,255,"+"185,187,188,255,"+"170,173,174,255,"+"155,158,159,255,"+"141,144,145,255,"+"128,132,133,255,"+"116,120,122,255,"+"106,110,112,255,"+"97,102,103,255,"+"89,94,95,255,"+"83,88,89,255,"+"79,83,85,255,"+"77,81,82,255,"+"76,80,81,255,"+"77,80,81,255,"+"79,81,82,255,"+"80,82,83,255,"+"82,83,83,255,"+"83,84,84,255,"+"85,85,85,255,"+"86,86,86,255,"+"87,87,88,255,"+"90,90,90,255,"+"93,93,94,255,"+"96,96,96,255,"+"98,98,99,255,"+"102,102,102,255,"+"104,104,105,255,"+"106,106,107,255,"+"108,108,108,255,"+"108,108,109,255,"+"108,108,109,255,"+"109,109,109,255,"+"109,109,109,255,"+"108,108,109,255,"+"108,108,109,255,"+"108,108,108,255,"+"106,106,107,255,"+"104,104,105,255,"+"102,102,102,255,"+"98,98,99,255,"+"96,96,96,255,"+"93,93,93,255,"+"90,90,90,255,"+"87,88,88,255,"+"86,86,86,255,"+"85,85,85,255,"+"83,84,84,255,"+"82,83,83,255,"+"80,82,83,255,"+"79,81,82,255,"+"77,80,81,255,"+"76,80,81,255,"+"76,81,82,255,"+"79,84,85,255,"+"83,88,89,255,"+"89,94,95,255,"+"97,101,103,255,"+"106,110,112,255,"+"116,120,122,255,"+"128,132,133,255,"+"141,144,145,255,"+"155,158,159,255,"+"170,173,174,255,"+"185,187,188,255,"+"200,202,203,255,"+"214,215,216,255,"+"226,227,227,255,"+"236,237,237,255,"+"244,244,244,255,"+"249,250,250,255,"+"253,253,253,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"251,252,252,255,"+"248,248,248,255,"+"243,243,243,255,"+"236,236,236,255,"+"227,228,228,255,"+"217,218,218,255,"+"206,207,208,255,"+"193,195,196,255,"+"181,183,184,255,"+"169,171,172,255,"+"157,159,161,255,"+"145,148,149,255,"+"134,138,139,255,"+"124,128,129,255,"+"115,119,121,255,"+"107,111,113,255,"+"100,105,106,255,"+"94,98,100,255,"+"88,93,95,255,"+"84,89,90,255,"+"80,85,87,255,"+"78,82,84,255,"+"76,81,82,255,"+"75,80,81,255,"+"75,79,81,255,"+"76,79,80,255,"+"76,79,81,255,"+"77,80,81,255,"+"78,80,81,255,"+"79,81,81,255,"+"80,81,82,255,"+"80,82,82,255,"+"81,82,83,255,"+"81,82,83,255,"+"81,82,83,255,"+"81,83,83,255,"+"82,83,83,255,"+"82,83,83,255,"+"81,82,83,255,"+"81,82,83,255,"+"81,82,83,255,"+"81,82,83,255,"+"80,82,82,255,"+"79,81,82,255,"+"79,81,81,255,"+"78,80,81,255,"+"77,80,81,255,"+"76,79,80,255,"+"75,79,80,255,"+"75,79,80,255,"+"75,80,81,255,"+"76,81,82,255,"+"78,82,84,255,"+"80,85,87,255,"+"84,89,90,255,"+"88,93,94,255,"+"94,98,100,255,"+"100,105,106,255,"+"107,112,113,255,"+"115,119,120,255,"+"124,128,129,255,"+"134,138,139,255,"+"145,148,149,255,"+"157,159,161,255,"+"169,171,172,255,"+"181,183,184,255,"+"194,195,196,255,"+"206,207,207,255,"+"217,218,218,255,"+"227,228,228,255,"+"236,236,236,255,"+"243,243,243,255,"+"248,248,248,255,"+"251,252,252,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"253,253,253,255,"+"251,251,251,255,"+"248,248,248,255,"+"244,244,244,255,"+"238,239,239,255,"+"231,232,232,255,"+"224,225,225,255,"+"215,216,216,255,"+"206,207,208,255,"+"196,197,198,255,"+"186,188,189,255,"+"176,178,179,255,"+"166,169,170,255,"+"157,160,161,255,"+"148,151,152,255,"+"140,143,144,255,"+"132,135,136,255,"+"124,128,129,255,"+"118,122,123,255,"+"112,116,118,255,"+"107,111,113,255,"+"102,107,108,255,"+"98,103,104,255,"+"94,99,101,255,"+"91,96,97,255,"+"89,93,95,255,"+"86,91,92,255,"+"84,89,91,255,"+"82,87,89,255,"+"81,86,88,255,"+"80,85,87,255,"+"79,84,86,255,"+"78,83,85,255,"+"78,83,85,255,"+"78,83,84,255,"+"78,83,84,255,"+"78,83,84,255,"+"78,83,84,255,"+"78,83,85,255,"+"78,83,85,255,"+"79,84,86,255,"+"80,85,87,255,"+"81,86,88,255,"+"82,87,89,255,"+"84,89,91,255,"+"86,91,93,255,"+"88,93,95,255,"+"91,96,98,255,"+"94,99,101,255,"+"98,103,104,255,"+"102,107,108,255,"+"107,111,113,255,"+"112,116,118,255,"+"118,122,123,255,"+"124,128,129,255,"+"132,135,136,255,"+"140,143,144,255,"+"148,151,152,255,"+"157,160,161,255,"+"166,169,170,255,"+"176,178,179,255,"+"186,188,189,255,"+"196,198,198,255,"+"206,207,208,255,"+"215,216,217,255,"+"224,225,225,255,"+"231,232,232,255,"+"238,239,239,255,"+"244,244,244,255,"+"248,248,248,255,"+"251,251,251,255,"+"253,253,253,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"253,254,254,255,"+"252,252,252,255,"+"250,250,250,255,"+"246,247,247,255,"+"243,243,243,255,"+"238,238,238,255,"+"232,233,233,255,"+"226,227,227,255,"+"219,220,221,255,"+"212,213,214,255,"+"204,206,206,255,"+"197,199,199,255,"+"189,191,192,255,"+"182,184,185,255,"+"174,177,178,255,"+"167,170,171,255,"+"161,163,164,255,"+"154,157,158,255,"+"148,151,152,255,"+"143,146,147,255,"+"137,141,142,255,"+"133,136,138,255,"+"129,132,133,255,"+"125,128,130,255,"+"122,125,127,255,"+"119,122,124,255,"+"116,120,121,255,"+"114,118,119,255,"+"112,116,117,255,"+"111,115,116,255,"+"109,113,115,255,"+"109,112,114,255,"+"108,112,113,255,"+"107,112,113,255,"+"107,112,113,255,"+"108,112,114,255,"+"109,113,114,255,"+"109,113,115,255,"+"111,115,116,255,"+"112,116,117,255,"+"114,118,119,255,"+"116,120,121,255,"+"119,122,124,255,"+"122,125,127,255,"+"125,128,130,255,"+"129,132,133,255,"+"133,136,138,255,"+"137,141,142,255,"+"143,146,147,255,"+"148,151,152,255,"+"154,157,158,255,"+"161,163,164,255,"+"167,170,171,255,"+"174,177,177,255,"+"182,184,185,255,"+"190,191,192,255,"+"197,199,199,255,"+"205,206,206,255,"+"212,213,214,255,"+"219,220,221,255,"+"226,227,227,255,"+"232,233,233,255,"+"238,238,238,255,"+"243,243,243,255,"+"246,247,247,255,"+"250,250,250,255,"+"252,252,252,255,"+"253,254,254,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"253,253,253,255,"+"251,252,252,255,"+"249,250,250,255,"+"247,247,247,255,"+"243,244,244,255,"+"240,240,240,255,"+"236,236,236,255,"+"231,232,232,255,"+"226,227,227,255,"+"222,223,223,255,"+"216,217,218,255,"+"211,212,213,255,"+"205,206,207,255,"+"200,201,202,255,"+"195,196,197,255,"+"190,191,192,255,"+"184,186,187,255,"+"180,182,183,255,"+"176,178,179,255,"+"171,174,175,255,"+"168,170,171,255,"+"164,167,168,255,"+"161,164,164,255,"+"158,161,162,255,"+"156,159,159,255,"+"154,156,158,255,"+"152,155,156,255,"+"151,154,155,255,"+"150,153,154,255,"+"149,152,153,255,"+"149,152,153,255,"+"149,152,153,255,"+"149,152,153,255,"+"150,153,154,255,"+"151,154,155,255,"+"152,155,156,255,"+"154,156,158,255,"+"156,159,159,255,"+"158,161,162,255,"+"161,164,164,255,"+"164,167,168,255,"+"168,170,171,255,"+"171,174,175,255,"+"175,178,179,255,"+"180,182,183,255,"+"184,186,187,255,"+"190,191,192,255,"+"195,196,197,255,"+"200,201,202,255,"+"205,206,207,255,"+"211,212,212,255,"+"216,217,218,255,"+"222,223,223,255,"+"226,227,227,255,"+"231,232,232,255,"+"236,236,236,255,"+"240,240,240,255,"+"243,244,244,255,"+"247,247,247,255,"+"249,250,250,255,"+"251,252,252,255,"+"253,253,253,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"253,253,253,255,"+"252,252,252,255,"+"251,251,251,255,"+"249,249,249,255,"+"247,247,247,255,"+"244,245,245,255,"+"242,242,242,255,"+"239,239,239,255,"+"236,236,236,255,"+"232,233,233,255,"+"229,230,230,255,"+"226,226,227,255,"+"222,223,223,255,"+"219,220,220,255,"+"216,217,217,255,"+"212,213,214,255,"+"209,210,211,255,"+"206,208,208,255,"+"204,205,206,255,"+"201,203,203,255,"+"199,201,201,255,"+"197,199,199,255,"+"195,197,198,255,"+"194,196,196,255,"+"193,195,195,255,"+"192,193,194,255,"+"191,193,194,255,"+"191,193,193,255,"+"191,193,193,255,"+"191,193,194,255,"+"192,193,194,255,"+"193,195,195,255,"+"194,196,196,255,"+"195,197,198,255,"+"197,199,199,255,"+"199,201,201,255,"+"201,203,203,255,"+"204,205,206,255,"+"206,208,208,255,"+"209,210,211,255,"+"212,213,214,255,"+"216,217,217,255,"+"219,220,220,255,"+"222,223,223,255,"+"226,226,227,255,"+"229,230,230,255,"+"232,233,233,255,"+"236,236,236,255,"+"239,239,239,255,"+"242,242,242,255,"+"244,245,245,255,"+"247,247,247,255,"+"249,249,249,255,"+"251,251,251,255,"+"252,252,252,255,"+"253,253,253,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,255,255,255,"+"254,254,254,255,"+"253,254,254,255,"+"253,253,253,255,"+"251,252,252,255,"+"250,250,250,255,"+"249,249,249,255,"+"247,247,247,255,"+"245,246,246,255,"+"244,244,244,255,"+"242,242,243,255,"+"240,241,241,255,"+"238,239,239,255,"+"236,237,237,255,"+"234,235,235,255,"+"233,233,234,255,"+"231,232,232,255,"+"230,230,231,255,"+"228,229,229,255,"+"227,228,228,255,"+"226,227,227,255,"+"225,226,226,255,"+"224,225,226,255,"+"223,224,225,255,"+"223,224,225,255,"+"223,224,224,255,"+"223,224,224,255,"+"223,224,225,255,"+"223,224,225,255,"+"224,225,226,255,"+"225,226,226,255,"+"226,227,227,255,"+"227,228,228,255,"+"228,229,229,255,"+"230,230,231,255,"+"231,232,232,255,"+"233,233,234,255,"+"234,235,235,255,"+"236,237,237,255,"+"238,239,239,255,"+"240,241,241,255,"+"242,242,243,255,"+"244,244,244,255,"+"245,246,246,255,"+"247,247,247,255,"+"249,249,249,255,"+"250,250,250,255,"+"251,252,252,255,"+"253,253,253,255,"+"253,254,254,255,"+"254,254,254,255,"+"254,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"253,253,253,255,"+"253,253,253,255,"+"252,252,252,255,"+"251,251,251,255,"+"250,250,250,255,"+"249,250,250,255,"+"249,249,249,255,"+"248,248,248,255,"+"247,247,247,255,"+"246,247,247,255,"+"246,246,246,255,"+"245,245,245,255,"+"245,245,245,255,"+"244,244,245,255,"+"243,244,244,255,"+"243,243,244,255,"+"243,243,244,255,"+"243,243,244,255,"+"243,243,244,255,"+"243,243,244,255,"+"243,243,244,255,"+"243,244,244,255,"+"244,244,245,255,"+"245,245,245,255,"+"245,245,245,255,"+"246,246,246,255,"+"246,247,247,255,"+"247,247,247,255,"+"248,248,248,255,"+"249,249,249,255,"+"249,250,250,255,"+"250,250,250,255,"+"251,251,251,255,"+"252,252,252,255,"+"253,253,253,255,"+"253,253,253,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"253,254,254,255,"+"253,254,254,255,"+"253,253,253,255,"+"253,253,253,255,"+"253,253,253,255,"+"252,252,252,255,"+"252,252,252,255,"+"252,252,252,255,"+"252,252,252,255,"+"252,252,252,255,"+"252,252,252,255,"+"252,252,252,255,"+"252,252,252,255,"+"252,252,252,255,"+"252,252,252,255,"+"253,253,253,255,"+"253,253,253,255,"+"253,253,253,255,"+"253,254,254,255,"+"253,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"DataIcon,100,100,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"214,214,214,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"196,196,196,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"43,43,43,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"12,12,12,255,"+"56,56,56,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"29,29,29,255,"+"0,0,0,255,"+"43,43,43,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"50,50,50,255,"+"242,242,242,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"126,126,126,255,"+"0,0,0,255,"+"43,43,43,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"129,129,129,255,"+"0,0,0,255,"+"43,43,43,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"129,129,129,255,"+"0,0,0,255,"+"43,43,43,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"129,129,129,255,"+"0,0,0,255,"+"43,43,43,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"129,129,129,255,"+"0,0,0,255,"+"43,43,43,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"241,241,241,255,"+"222,222,222,255,"+"202,202,202,255,"+"209,209,209,255,"+"231,231,231,255,"+"247,247,247,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"229,229,229,255,"+"207,207,207,255,"+"204,204,204,255,"+"225,225,225,255,"+"242,242,242,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"219,219,219,255,"+"197,197,197,255,"+"241,241,241,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"234,234,234,255,"+"198,198,198,255,"+"227,227,227,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"245,245,245,255,"+"226,226,226,255,"+"204,204,204,255,"+"204,204,204,255,"+"228,228,228,255,"+"244,244,244,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"129,129,129,255,"+"0,0,0,255,"+"43,43,43,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"185,185,185,255,"+"80,80,80,255,"+"39,39,39,255,"+"29,29,29,255,"+"32,32,32,255,"+"49,49,49,255,"+"116,116,116,255,"+"219,219,219,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"211,211,211,255,"+"106,106,106,255,"+"46,46,46,255,"+"31,31,31,255,"+"30,30,30,255,"+"41,41,41,255,"+"89,89,89,255,"+"195,195,195,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,237,237,255,"+"86,86,86,255,"+"27,27,27,255,"+"193,193,193,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"136,136,136,255,"+"31,31,31,255,"+"134,134,134,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"198,198,198,255,"+"102,102,102,255,"+"42,42,42,255,"+"30,30,30,255,"+"30,30,30,255,"+"43,43,43,255,"+"101,101,101,255,"+"198,198,198,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"129,129,129,255,"+"0,0,0,255,"+"43,43,43,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"253,253,253,255,"+"170,170,170,255,"+"32,32,32,255,"+"6,6,6,255,"+"50,50,50,255,"+"92,92,92,255,"+"80,80,80,255,"+"26,26,26,255,"+"4,4,4,255,"+"77,77,77,255,"+"225,225,225,255,"+"255,255,255,255,"+"255,255,255,255,"+"215,215,215,255,"+"62,62,62,255,"+"3,3,3,255,"+"32,32,32,255,"+"84,84,84,255,"+"90,90,90,255,"+"44,44,44,255,"+"4,4,4,255,"+"41,41,41,255,"+"186,186,186,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"247,247,247,255,"+"224,224,224,255,"+"125,125,125,255,"+"11,11,11,255,"+"3,3,3,255,"+"185,185,185,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"249,249,249,255,"+"236,236,236,255,"+"163,163,163,255,"+"31,31,31,255,"+"0,0,0,255,"+"119,119,119,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"200,200,200,255,"+"44,44,44,255,"+"3,3,3,255,"+"39,39,39,255,"+"89,89,89,255,"+"89,89,89,255,"+"35,35,35,255,"+"4,4,4,255,"+"46,46,46,255,"+"207,207,207,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"129,129,129,255,"+"0,0,0,255,"+"43,43,43,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"229,229,229,255,"+"60,60,60,255,"+"1,1,1,255,"+"86,86,86,255,"+"223,223,223,255,"+"253,253,253,255,"+"248,248,248,255,"+"179,179,179,255,"+"33,33,33,255,"+"7,7,7,255,"+"137,137,137,255,"+"251,251,251,255,"+"247,247,247,255,"+"118,118,118,255,"+"4,4,4,255,"+"44,44,44,255,"+"192,192,192,255,"+"250,250,250,255,"+"252,252,252,255,"+"214,214,214,255,"+"70,70,70,255,"+"1,1,1,255,"+"79,79,79,255,"+"236,236,236,255,"+"255,255,255,255,"+"240,240,240,255,"+"126,126,126,255,"+"78,78,78,255,"+"42,42,42,255,"+"6,6,6,255,"+"0,0,0,255,"+"3,3,3,255,"+"185,185,185,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"156,156,156,255,"+"87,87,87,255,"+"54,54,54,255,"+"13,13,13,255,"+"0,0,0,255,"+"0,0,0,255,"+"119,119,119,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"90,90,90,255,"+"3,3,3,255,"+"51,51,51,255,"+"207,207,207,255,"+"252,252,252,255,"+"252,252,252,255,"+"199,199,199,255,"+"53,53,53,255,"+"1,1,1,255,"+"102,102,102,255,"+"246,246,246,255,"+"255,255,255,255,"+"255,255,255,255,"+"129,129,129,255,"+"0,0,0,255,"+"43,43,43,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"186,186,186,255,"+"12,12,12,255,"+"19,19,19,255,"+"195,195,195,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,248,248,255,"+"123,123,123,255,"+"0,0,0,255,"+"71,71,71,255,"+"232,232,232,255,"+"224,224,224,255,"+"51,51,51,255,"+"1,1,1,255,"+"145,145,145,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"180,180,180,255,"+"10,10,10,255,"+"20,20,20,255,"+"204,204,204,255,"+"255,255,255,255,"+"233,233,233,255,"+"77,77,77,255,"+"42,42,42,255,"+"42,42,42,255,"+"37,37,37,255,"+"8,8,8,255,"+"3,3,3,255,"+"185,185,185,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"116,116,116,255,"+"42,42,42,255,"+"42,42,42,255,"+"41,41,41,255,"+"16,16,16,255,"+"0,0,0,255,"+"120,120,120,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"217,217,217,255,"+"36,36,36,255,"+"12,12,12,255,"+"152,152,152,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"151,151,151,255,"+"12,12,12,255,"+"40,40,40,255,"+"219,219,219,255,"+"255,255,255,255,"+"255,255,255,255,"+"129,129,129,255,"+"0,0,0,255,"+"43,43,43,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"145,145,145,255,"+"5,5,5,255,"+"54,54,54,255,"+"231,231,231,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"181,181,181,255,"+"7,7,7,255,"+"34,34,34,255,"+"217,217,217,255,"+"206,206,206,255,"+"19,19,19,255,"+"17,17,17,255,"+"196,196,196,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"219,219,219,255,"+"40,40,40,255,"+"6,6,6,255,"+"169,169,169,255,"+"255,255,255,255,"+"253,253,253,255,"+"235,235,235,255,"+"231,231,231,255,"+"231,231,231,255,"+"207,207,207,255,"+"46,46,46,255,"+"3,3,3,255,"+"185,185,185,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"240,240,240,255,"+"231,231,231,255,"+"231,231,231,255,"+"230,230,230,255,"+"91,91,91,255,"+"0,0,0,255,"+"120,120,120,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"189,189,189,255,"+"15,15,15,255,"+"27,27,27,255,"+"210,210,210,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"205,205,205,255,"+"31,31,31,255,"+"23,23,23,255,"+"185,185,185,255,"+"255,255,255,255,"+"255,255,255,255,"+"129,129,129,255,"+"0,0,0,255,"+"43,43,43,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"122,122,122,255,"+"3,3,3,255,"+"71,71,71,255,"+"245,245,245,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"199,199,199,255,"+"20,20,20,255,"+"17,17,17,255,"+"208,208,208,255,"+"186,186,186,255,"+"13,13,13,255,"+"32,32,32,255,"+"212,212,212,255,"+"252,252,252,255,"+"213,213,213,255,"+"203,203,203,255,"+"203,203,203,255,"+"185,185,185,255,"+"44,44,44,255,"+"4,4,4,255,"+"117,117,117,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"181,181,181,255,"+"40,40,40,255,"+"2,2,2,255,"+"147,147,147,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"202,202,202,255,"+"80,80,80,255,"+"0,0,0,255,"+"95,95,95,255,"+"201,201,201,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"140,140,140,255,"+"3,3,3,255,"+"35,35,35,255,"+"177,177,177,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"180,180,180,255,"+"31,31,31,255,"+"12,12,12,255,"+"133,133,133,255,"+"203,203,203,255,"+"203,203,203,255,"+"103,103,103,255,"+"0,0,0,255,"+"34,34,34,255,"+"188,188,188,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"203,203,203,255,"+"204,204,204,255,"+"244,244,244,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"116,116,116,255,"+"3,3,3,255,"+"76,76,76,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"204,204,204,255,"+"25,25,25,255,"+"15,15,15,255,"+"201,201,201,255,"+"180,180,180,255,"+"13,13,13,255,"+"36,36,36,255,"+"216,216,216,255,"+"243,243,243,255,"+"57,57,57,255,"+"12,12,12,255,"+"12,12,12,255,"+"11,11,11,255,"+"3,3,3,255,"+"0,0,0,255,"+"6,6,6,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"10,10,10,255,"+"2,2,2,255,"+"0,0,0,255,"+"8,8,8,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"5,5,5,255,"+"0,0,0,255,"+"5,5,5,255,"+"11,11,11,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"8,8,8,255,"+"0,0,0,255,"+"2,2,2,255,"+"10,10,10,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"10,10,10,255,"+"2,2,2,255,"+"1,1,1,255,"+"7,7,7,255,"+"12,12,12,255,"+"12,12,12,255,"+"6,6,6,255,"+"0,0,0,255,"+"2,2,2,255,"+"11,11,11,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"12,12,12,255,"+"16,16,16,255,"+"204,204,204,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"117,117,117,255,"+"3,3,3,255,"+"74,74,74,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"202,202,202,255,"+"23,23,23,255,"+"15,15,15,255,"+"202,202,202,255,"+"181,181,181,255,"+"13,13,13,255,"+"35,35,35,255,"+"214,214,214,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"18,18,18,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"40,40,40,255,"+"30,30,30,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"125,125,125,255,"+"4,4,4,255,"+"66,66,66,255,"+"241,241,241,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"193,193,193,255,"+"15,15,15,255,"+"20,20,20,255,"+"210,210,210,255,"+"189,189,189,255,"+"14,14,14,255,"+"28,28,28,255,"+"207,207,207,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"107,107,107,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"231,231,231,255,"+"173,173,173,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"153,153,153,255,"+"5,5,5,255,"+"42,42,42,255,"+"222,222,222,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"166,166,166,255,"+"2,2,2,255,"+"40,40,40,255,"+"220,220,220,255,"+"210,210,210,255,"+"23,23,23,255,"+"9,9,9,255,"+"183,183,183,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"195,195,195,255,"+"18,18,18,255,"+"12,12,12,255,"+"169,169,169,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,237,237,255,"+"96,96,96,255,"+"0,0,0,255,"+"82,82,82,255,"+"236,236,236,255,"+"229,229,229,255,"+"62,62,62,255,"+"0,0,0,255,"+"116,116,116,255,"+"231,231,231,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"234,234,234,255,"+"77,77,77,255,"+"2,2,2,255,"+"54,54,54,255,"+"198,198,198,255,"+"240,240,240,255,"+"233,233,233,255,"+"141,141,141,255,"+"19,19,19,255,"+"14,14,14,255,"+"153,153,153,255,"+"253,253,253,255,"+"249,249,249,255,"+"135,135,135,255,"+"9,9,9,255,"+"26,26,26,255,"+"145,145,145,255,"+"39,39,39,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"254,254,254,255,"+"191,191,191,255,"+"52,52,52,255,"+"6,6,6,255,"+"30,30,30,255,"+"58,58,58,255,"+"49,49,49,255,"+"15,15,15,255,"+"10,10,10,255,"+"102,102,102,255,"+"236,236,236,255,"+"255,255,255,255,"+"255,255,255,255,"+"228,228,228,255,"+"87,87,87,255,"+"8,8,8,255,"+"15,15,15,255,"+"6,6,6,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"215,215,215,255,"+"117,117,117,255,"+"68,68,68,255,"+"51,51,51,255,"+"56,56,56,255,"+"81,81,81,255,"+"154,154,154,255,"+"238,238,238,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"233,233,233,255,"+"144,144,144,255,"+"75,75,75,255,"+"12,12,12,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"249,249,249,255,"+"236,236,236,255,"+"240,240,240,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"240,240,240,255,"+"46,46,46,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"247,247,247,255,"+"246,246,246,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"198,198,198,255,"+"123,123,123,255,"+"117,117,117,255,"+"117,117,117,255,"+"117,117,117,255,"+"129,129,129,255,"+"220,220,220,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"203,203,203,255,"+"121,121,121,255,"+"117,117,117,255,"+"117,117,117,255,"+"117,117,117,255,"+"117,117,117,255,"+"119,119,119,255,"+"135,135,135,255,"+"169,169,169,255,"+"221,221,221,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"226,226,226,255,"+"153,153,153,255,"+"100,100,100,255,"+"70,70,70,255,"+"68,68,68,255,"+"94,94,94,255,"+"134,134,134,255,"+"101,101,101,255,"+"173,173,173,255,"+"251,251,251,255,"+"249,249,249,255,"+"162,162,162,255,"+"118,118,118,255,"+"117,117,117,255,"+"117,117,117,255,"+"117,117,117,255,"+"120,120,120,255,"+"147,147,147,255,"+"182,182,182,255,"+"225,225,225,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"151,151,151,255,"+"37,37,37,255,"+"30,30,30,255,"+"8,8,8,255,"+"3,3,3,255,"+"6,6,6,255,"+"106,106,106,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"158,158,158,255,"+"35,35,35,255,"+"10,10,10,255,"+"7,7,7,255,"+"29,29,29,255,"+"35,35,35,255,"+"34,34,34,255,"+"24,24,24,255,"+"11,11,11,255,"+"48,48,48,255,"+"175,175,175,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"178,178,178,255,"+"60,60,60,255,"+"15,15,15,255,"+"39,39,39,255,"+"68,68,68,255,"+"69,69,69,255,"+"28,28,28,255,"+"6,6,6,255,"+"2,2,2,255,"+"104,104,104,255,"+"247,247,247,255,"+"242,242,242,255,"+"92,92,92,255,"+"18,18,18,255,"+"3,3,3,255,"+"26,26,26,255,"+"36,36,36,255,"+"29,29,29,255,"+"19,19,19,255,"+"11,11,11,255,"+"51,51,51,255,"+"164,164,164,255,"+"242,242,242,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"213,213,213,255,"+"155,155,155,255,"+"18,18,18,255,"+"43,43,43,255,"+"21,21,21,255,"+"33,33,33,255,"+"210,210,210,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"243,243,243,255,"+"193,193,193,255,"+"46,46,46,255,"+"26,26,26,255,"+"174,174,174,255,"+"210,210,210,255,"+"207,207,207,255,"+"184,184,184,255,"+"103,103,103,255,"+"7,7,7,255,"+"53,53,53,255,"+"223,223,223,255,"+"255,255,255,255,"+"254,254,254,255,"+"200,200,200,255,"+"37,37,37,255,"+"19,19,19,255,"+"114,114,114,255,"+"217,217,217,255,"+"241,241,241,255,"+"240,240,240,255,"+"189,189,189,255,"+"56,56,56,255,"+"1,1,1,255,"+"97,97,97,255,"+"246,246,246,255,"+"254,254,254,255,"+"225,225,225,255,"+"91,91,91,255,"+"0,0,0,255,"+"145,145,145,255,"+"212,212,212,255,"+"198,198,198,255,"+"171,171,171,255,"+"103,103,103,255,"+"25,25,25,255,"+"22,22,22,255,"+"150,150,150,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"121,121,121,255,"+"12,12,12,255,"+"150,150,150,255,"+"108,108,108,255,"+"5,5,5,255,"+"131,131,131,255,"+"247,247,247,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"229,229,229,255,"+"56,56,56,255,"+"32,32,32,255,"+"212,212,212,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"210,210,210,255,"+"32,32,32,255,"+"23,23,23,255,"+"198,198,198,255,"+"255,255,255,255,"+"235,235,235,255,"+"86,86,86,255,"+"6,6,6,255,"+"109,109,109,255,"+"236,236,236,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"155,155,155,255,"+"16,16,16,255,"+"103,103,103,255,"+"247,247,247,255,"+"255,255,255,255,"+"247,247,247,255,"+"109,109,109,255,"+"0,0,0,255,"+"173,173,173,255,"+"254,254,254,255,"+"255,255,255,255,"+"254,254,254,255,"+"243,243,243,255,"+"154,154,154,255,"+"13,13,13,255,"+"41,41,41,255,"+"211,211,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"211,211,211,255,"+"45,45,45,255,"+"47,47,47,255,"+"226,226,226,255,"+"195,195,195,255,"+"27,27,27,255,"+"48,48,48,255,"+"212,212,212,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"229,229,229,255,"+"56,56,56,255,"+"30,30,30,255,"+"200,200,200,255,"+"241,241,241,255,"+"239,239,239,255,"+"227,227,227,255,"+"151,151,151,255,"+"16,16,16,255,"+"48,48,48,255,"+"219,219,219,255,"+"255,255,255,255,"+"200,200,200,255,"+"30,30,30,255,"+"27,27,27,255,"+"197,197,197,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"232,232,232,255,"+"143,143,143,255,"+"185,185,185,255,"+"252,252,252,255,"+"255,255,255,255,"+"247,247,247,255,"+"109,109,109,255,"+"0,0,0,255,"+"173,173,173,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"239,239,239,255,"+"66,66,66,255,"+"7,7,7,255,"+"161,161,161,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"246,246,246,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"241,241,241,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"135,135,135,255,"+"13,13,13,255,"+"120,120,120,255,"+"254,254,254,255,"+"246,246,246,255,"+"92,92,92,255,"+"10,10,10,255,"+"132,132,132,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"229,229,229,255,"+"56,56,56,255,"+"10,10,10,255,"+"72,72,72,255,"+"88,88,88,255,"+"80,80,80,255,"+"54,54,54,255,"+"18,18,18,255,"+"10,10,10,255,"+"135,135,135,255,"+"244,244,244,255,"+"255,255,255,255,"+"164,164,164,255,"+"17,17,17,255,"+"44,44,44,255,"+"232,232,232,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"109,109,109,255,"+"0,0,0,255,"+"173,173,173,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"103,103,103,255,"+"7,7,7,255,"+"122,122,122,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"214,214,214,255,"+"111,111,111,255,"+"168,168,168,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,248,248,255,"+"199,199,199,255,"+"144,144,144,255,"+"26,26,26,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"231,231,231,255,"+"57,57,57,255,"+"7,7,7,255,"+"139,139,139,255,"+"188,188,188,255,"+"188,188,188,255,"+"124,124,124,255,"+"1,1,1,255,"+"51,51,51,255,"+"225,225,225,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"229,229,229,255,"+"56,56,56,255,"+"11,11,11,255,"+"74,74,74,255,"+"90,90,90,255,"+"87,87,87,255,"+"76,76,76,255,"+"49,49,49,255,"+"13,13,13,255,"+"54,54,54,255,"+"176,176,176,255,"+"254,254,254,255,"+"154,154,154,255,"+"14,14,14,255,"+"45,45,45,255,"+"235,235,235,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"109,109,109,255,"+"0,0,0,255,"+"173,173,173,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"111,111,111,255,"+"8,8,8,255,"+"113,113,113,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"234,234,234,255,"+"112,112,112,255,"+"1,1,1,255,"+"100,100,100,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"244,244,244,255,"+"140,140,140,255,"+"30,30,30,255,"+"5,5,5,255,"+"1,1,1,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"174,174,174,255,"+"9,9,9,255,"+"6,6,6,255,"+"22,22,22,255,"+"26,26,26,255,"+"26,26,26,255,"+"21,21,21,255,"+"4,4,4,255,"+"6,6,6,255,"+"157,157,157,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"229,229,229,255,"+"56,56,56,255,"+"31,31,31,255,"+"206,206,206,255,"+"249,249,249,255,"+"247,247,247,255,"+"241,241,241,255,"+"225,225,225,255,"+"112,112,112,255,"+"3,3,3,255,"+"62,62,62,255,"+"233,233,233,255,"+"186,186,186,255,"+"24,24,24,255,"+"30,30,30,255,"+"204,204,204,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"109,109,109,255,"+"0,0,0,255,"+"173,173,173,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"82,82,82,255,"+"6,6,6,255,"+"153,153,153,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"228,228,228,255,"+"201,201,201,255,"+"167,167,167,255,"+"84,84,84,255,"+"11,11,11,255,"+"0,0,0,255,"+"100,100,100,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"168,168,168,255,"+"20,20,20,255,"+"12,12,12,255,"+"94,94,94,255,"+"29,29,29,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"244,244,244,255,"+"85,85,85,255,"+"17,17,17,255,"+"130,130,130,255,"+"175,175,175,255,"+"175,175,175,255,"+"175,175,175,255,"+"175,175,175,255,"+"118,118,118,255,"+"13,13,13,255,"+"65,65,65,255,"+"241,241,241,255,"+"255,255,255,255,"+"255,255,255,255,"+"229,229,229,255,"+"56,56,56,255,"+"32,32,32,255,"+"212,212,212,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"193,193,193,255,"+"5,5,5,255,"+"34,34,34,255,"+"216,216,216,255,"+"223,223,223,255,"+"51,51,51,255,"+"5,5,5,255,"+"122,122,122,255,"+"244,244,244,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"246,246,246,255,"+"244,244,244,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"109,109,109,255,"+"0,0,0,255,"+"173,173,173,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"198,198,198,255,"+"29,29,29,255,"+"22,22,22,255,"+"200,200,200,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"254,254,254,255,"+"125,125,125,255,"+"17,17,17,255,"+"3,3,3,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"236,236,236,255,"+"81,81,81,255,"+"0,0,0,255,"+"94,94,94,255,"+"225,225,225,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"193,193,193,255,"+"25,25,25,255,"+"69,69,69,255,"+"232,232,232,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"225,225,225,255,"+"64,64,64,255,"+"14,14,14,255,"+"177,177,177,255,"+"253,253,253,255,"+"255,255,255,255,"+"229,229,229,255,"+"56,56,56,255,"+"32,32,32,255,"+"212,212,212,255,"+"255,255,255,255,"+"254,254,254,255,"+"246,246,246,255,"+"224,224,224,255,"+"106,106,106,255,"+"2,2,2,255,"+"58,58,58,255,"+"232,232,232,255,"+"251,251,251,255,"+"162,162,162,255,"+"13,13,13,255,"+"21,21,21,255,"+"131,131,131,255,"+"233,233,233,255,"+"254,254,254,255,"+"255,255,255,255,"+"234,234,234,255,"+"172,172,172,255,"+"77,77,77,255,"+"94,94,94,255,"+"242,242,242,255,"+"255,255,255,255,"+"247,247,247,255,"+"109,109,109,255,"+"0,0,0,255,"+"173,173,173,255,"+"254,254,254,255,"+"250,250,250,255,"+"231,231,231,255,"+"174,174,174,255,"+"58,58,58,255,"+"8,8,8,255,"+"121,121,121,255,"+"246,246,246,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"193,193,193,255,"+"144,144,144,255,"+"144,144,144,255,"+"141,141,141,255,"+"79,79,79,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"215,215,215,255,"+"30,30,30,255,"+"7,7,7,255,"+"178,178,178,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"249,249,249,255,"+"140,140,140,255,"+"48,48,48,255,"+"2,2,2,255,"+"30,30,30,255,"+"78,78,78,255,"+"164,164,164,255,"+"255,255,255,255,"+"254,254,254,255,"+"175,175,175,255,"+"77,77,77,255,"+"31,31,31,255,"+"0,0,0,255,"+"39,39,39,255,"+"131,131,131,255,"+"160,160,160,255,"+"70,70,70,255,"+"16,16,16,255,"+"8,8,8,255,"+"59,59,59,255,"+"73,73,73,255,"+"68,68,68,255,"+"58,58,58,255,"+"35,35,35,255,"+"5,5,5,255,"+"44,44,44,255,"+"177,177,177,255,"+"254,254,254,255,"+"255,255,255,255,"+"246,246,246,255,"+"124,124,124,255,"+"21,21,21,255,"+"6,6,6,255,"+"45,45,45,255,"+"79,79,79,255,"+"83,83,83,255,"+"47,47,47,255,"+"10,10,10,255,"+"16,16,16,255,"+"124,124,124,255,"+"246,246,246,255,"+"245,245,245,255,"+"126,126,126,255,"+"32,32,32,255,"+"0,0,0,255,"+"53,53,53,255,"+"78,78,78,255,"+"63,63,63,255,"+"43,43,43,255,"+"10,10,10,255,"+"19,19,19,255,"+"112,112,112,255,"+"232,232,232,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"248,248,248,255,"+"139,139,139,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"195,195,195,255,"+"15,15,15,255,"+"26,26,26,255,"+"205,205,205,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"250,250,250,255,"+"124,124,124,255,"+"57,57,57,255,"+"54,54,54,255,"+"54,54,54,255,"+"58,58,58,255,"+"144,144,144,255,"+"255,255,255,255,"+"253,253,253,255,"+"165,165,165,255,"+"59,59,59,255,"+"54,54,54,255,"+"54,54,54,255,"+"56,56,56,255,"+"120,120,120,255,"+"148,148,148,255,"+"56,56,56,255,"+"54,54,54,255,"+"54,54,54,255,"+"54,54,54,255,"+"54,54,54,255,"+"54,54,54,255,"+"56,56,56,255,"+"69,69,69,255,"+"122,122,122,255,"+"209,209,209,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,248,248,255,"+"186,186,186,255,"+"92,92,92,255,"+"48,48,48,255,"+"32,32,32,255,"+"33,33,33,255,"+"49,49,49,255,"+"105,105,105,255,"+"188,188,188,255,"+"246,246,246,255,"+"255,255,255,255,"+"244,244,244,255,"+"112,112,112,255,"+"55,55,55,255,"+"54,54,54,255,"+"53,53,53,255,"+"51,51,51,255,"+"54,54,54,255,"+"71,71,71,255,"+"111,111,111,255,"+"190,190,190,255,"+"247,247,247,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"140,140,140,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"182,182,182,255,"+"13,13,13,255,"+"35,35,35,255,"+"215,215,215,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"249,249,249,255,"+"245,245,245,255,"+"245,245,245,255,"+"245,245,245,255,"+"245,245,245,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"245,245,245,255,"+"245,245,245,255,"+"245,245,245,255,"+"245,245,245,255,"+"249,249,249,255,"+"251,251,251,255,"+"245,245,245,255,"+"245,245,245,255,"+"245,245,245,255,"+"245,245,245,255,"+"245,245,245,255,"+"245,245,245,255,"+"245,245,245,255,"+"246,246,246,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"248,248,248,255,"+"234,234,234,255,"+"212,212,212,255,"+"213,213,213,255,"+"233,233,233,255,"+"248,248,248,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,248,248,255,"+"245,245,245,255,"+"245,245,245,255,"+"243,243,243,255,"+"241,241,241,255,"+"243,243,243,255,"+"246,246,246,255,"+"250,250,250,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"140,140,140,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"180,180,180,255,"+"13,13,13,255,"+"36,36,36,255,"+"215,215,215,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"140,140,140,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"183,183,183,255,"+"13,13,13,255,"+"33,33,33,255,"+"212,212,212,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"140,140,140,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"199,199,199,255,"+"16,16,16,255,"+"19,19,19,255,"+"198,198,198,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"140,140,140,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"218,218,218,255,"+"38,38,38,255,"+"3,3,3,255,"+"160,160,160,255,"+"240,240,240,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"140,140,140,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"240,240,240,255,"+"93,93,93,255,"+"1,1,1,255,"+"66,66,66,255,"+"205,205,205,255,"+"46,46,46,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"140,140,140,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"183,183,183,255,"+"31,31,31,255,"+"7,7,7,255,"+"69,69,69,255,"+"23,23,23,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"141,141,141,255,"+"3,3,3,255,"+"103,103,103,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"249,249,249,255,"+"166,166,166,255,"+"48,48,48,255,"+"8,8,8,255,"+"1,1,1,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"228,228,228,255,"+"195,195,195,255,"+"219,219,219,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"228,228,228,255,"+"184,184,184,255,"+"34,34,34,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"243,243,243,255,"+"245,245,245,255,"+"254,254,254,255,"+"255,255,255,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"241,241,241,255,"+"156,156,156,255,"+"126,126,126,255,"+"126,126,126,255,"+"126,126,126,255,"+"126,126,126,255,"+"126,126,126,255,"+"126,126,126,255,"+"126,126,126,255,"+"126,126,126,255,"+"126,126,126,255,"+"152,152,152,255,"+"241,241,241,255,"+"255,255,255,255,"+"209,209,209,255,"+"130,130,130,255,"+"126,126,126,255,"+"126,126,126,255,"+"126,126,126,255,"+"126,126,126,255,"+"126,126,126,255,"+"126,126,126,255,"+"126,126,126,255,"+"126,126,126,255,"+"128,128,128,255,"+"179,179,179,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"211,211,211,255,"+"140,140,140,255,"+"86,86,86,255,"+"71,71,71,255,"+"75,75,75,255,"+"102,102,102,255,"+"135,135,135,255,"+"103,103,103,255,"+"190,190,190,255,"+"253,253,253,255,"+"250,250,250,255,"+"168,168,168,255,"+"127,127,127,255,"+"126,126,126,255,"+"127,127,127,255,"+"147,147,147,255,"+"234,234,234,255,"+"196,196,196,255,"+"133,133,133,255,"+"126,126,126,255,"+"126,126,126,255,"+"133,133,133,255,"+"210,210,210,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"225,225,225,255,"+"70,70,70,255,"+"28,28,28,255,"+"7,7,7,255,"+"11,11,11,255,"+"30,30,30,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"32,32,32,255,"+"16,16,16,255,"+"32,32,32,255,"+"205,205,205,255,"+"255,255,255,255,"+"161,161,161,255,"+"35,35,35,255,"+"18,18,18,255,"+"5,5,5,255,"+"22,22,22,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"29,29,29,255,"+"9,9,9,255,"+"74,74,74,255,"+"242,242,242,255,"+"255,255,255,255,"+"250,250,250,255,"+"157,157,157,255,"+"42,42,42,255,"+"14,14,14,255,"+"39,39,39,255,"+"65,65,65,255,"+"52,52,52,255,"+"19,19,19,255,"+"7,7,7,255,"+"2,2,2,255,"+"123,123,123,255,"+"249,249,249,255,"+"242,242,242,255,"+"90,90,90,255,"+"18,18,18,255,"+"5,5,5,255,"+"24,24,24,255,"+"53,53,53,255,"+"209,209,209,255,"+"136,136,136,255,"+"39,39,39,255,"+"13,13,13,255,"+"7,7,7,255,"+"32,32,32,255,"+"164,164,164,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"251,251,251,255,"+"221,221,221,255,"+"165,165,165,255,"+"17,17,17,255,"+"43,43,43,255,"+"181,181,181,255,"+"204,204,204,255,"+"204,204,204,255,"+"204,204,204,255,"+"193,193,193,255,"+"85,85,85,255,"+"24,24,24,255,"+"200,200,200,255,"+"255,255,255,255,"+"241,241,241,255,"+"201,201,201,255,"+"99,99,99,255,"+"0,0,0,255,"+"125,125,125,255,"+"204,204,204,255,"+"204,204,204,255,"+"204,204,204,255,"+"204,204,204,255,"+"173,173,173,255,"+"27,27,27,255,"+"66,66,66,255,"+"239,239,239,255,"+"253,253,253,255,"+"186,186,186,255,"+"29,29,29,255,"+"24,24,24,255,"+"124,124,124,255,"+"219,219,219,255,"+"237,237,237,255,"+"231,231,231,255,"+"162,162,162,255,"+"35,35,35,255,"+"1,1,1,255,"+"116,116,116,255,"+"248,248,248,255,"+"254,254,254,255,"+"221,221,221,255,"+"88,88,88,255,"+"0,0,0,255,"+"138,138,138,255,"+"217,217,217,255,"+"249,249,249,255,"+"237,237,237,255,"+"201,201,201,255,"+"60,60,60,255,"+"18,18,18,255,"+"152,152,152,255,"+"242,242,242,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"206,206,206,255,"+"23,23,23,255,"+"55,55,55,255,"+"228,228,228,255,"+"255,255,255,255,"+"219,219,219,255,"+"180,180,180,255,"+"235,235,235,255,"+"114,114,114,255,"+"28,28,28,255,"+"204,204,204,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"126,126,126,255,"+"0,0,0,255,"+"157,157,157,255,"+"255,255,255,255,"+"247,247,247,255,"+"186,186,186,255,"+"208,208,208,255,"+"220,220,220,255,"+"41,41,41,255,"+"70,70,70,255,"+"241,241,241,255,"+"227,227,227,255,"+"72,72,72,255,"+"8,8,8,255,"+"126,126,126,255,"+"241,241,241,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"249,249,249,255,"+"158,158,158,255,"+"39,39,39,255,"+"144,144,144,255,"+"250,250,250,255,"+"255,255,255,255,"+"247,247,247,255,"+"109,109,109,255,"+"0,0,0,255,"+"173,173,173,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"76,76,76,255,"+"23,23,23,255,"+"182,182,182,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"206,206,206,255,"+"23,23,23,255,"+"49,49,49,255,"+"202,202,202,255,"+"222,222,222,255,"+"124,124,124,255,"+"46,46,46,255,"+"213,213,213,255,"+"191,191,191,255,"+"140,140,140,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"126,126,126,255,"+"0,0,0,255,"+"139,139,139,255,"+"226,226,226,255,"+"198,198,198,255,"+"47,47,47,255,"+"109,109,109,255,"+"241,241,241,255,"+"148,148,148,255,"+"165,165,165,255,"+"252,252,252,255,"+"182,182,182,255,"+"23,23,23,255,"+"35,35,35,255,"+"215,215,215,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"215,215,215,255,"+"238,238,238,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"109,109,109,255,"+"0,0,0,255,"+"159,159,159,255,"+"235,235,235,255,"+"235,235,235,255,"+"235,235,235,255,"+"227,227,227,255,"+"70,70,70,255,"+"23,23,23,255,"+"182,182,182,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"248,248,248,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"241,241,241,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"206,206,206,255,"+"23,23,23,255,"+"10,10,10,255,"+"41,41,41,255,"+"45,45,45,255,"+"22,22,22,255,"+"31,31,31,255,"+"210,210,210,255,"+"255,255,255,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"126,126,126,255,"+"0,0,0,255,"+"28,28,28,255,"+"46,46,46,255,"+"39,39,39,255,"+"7,7,7,255,"+"95,95,95,255,"+"255,255,255,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"144,144,144,255,"+"11,11,11,255,"+"58,58,58,255,"+"244,244,244,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"253,253,253,255,"+"253,253,253,255,"+"253,253,253,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"109,109,109,255,"+"0,0,0,255,"+"37,37,37,255,"+"55,55,55,255,"+"55,55,55,255,"+"55,55,55,255,"+"53,53,53,255,"+"15,15,15,255,"+"23,23,23,255,"+"182,182,182,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"217,217,217,255,"+"119,119,119,255,"+"172,172,172,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"206,206,206,255,"+"153,153,153,255,"+"28,28,28,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"206,206,206,255,"+"23,23,23,255,"+"31,31,31,255,"+"129,129,129,255,"+"141,141,141,255,"+"71,71,71,255,"+"32,32,32,255,"+"211,211,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"126,126,126,255,"+"0,0,0,255,"+"90,90,90,255,"+"146,146,146,255,"+"124,124,124,255,"+"20,20,20,255,"+"96,96,96,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"130,130,130,255,"+"6,6,6,255,"+"61,61,61,255,"+"245,245,245,255,"+"255,255,255,255,"+"255,255,255,255,"+"214,214,214,255,"+"156,156,156,255,"+"150,150,150,255,"+"150,150,150,255,"+"150,150,150,255,"+"152,152,152,255,"+"203,203,203,255,"+"253,253,253,255,"+"247,247,247,255,"+"109,109,109,255,"+"0,0,0,255,"+"60,60,60,255,"+"89,89,89,255,"+"89,89,89,255,"+"89,89,89,255,"+"86,86,86,255,"+"27,27,27,255,"+"23,23,23,255,"+"182,182,182,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"238,238,238,255,"+"117,117,117,255,"+"2,2,2,255,"+"100,100,100,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"146,146,146,255,"+"32,32,32,255,"+"4,4,4,255,"+"0,0,0,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"206,206,206,255,"+"23,23,23,255,"+"55,55,55,255,"+"228,228,228,255,"+"253,253,253,255,"+"172,172,172,255,"+"97,97,97,255,"+"230,230,230,255,"+"223,223,223,255,"+"195,195,195,255,"+"247,247,247,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"126,126,126,255,"+"0,0,0,255,"+"157,157,157,255,"+"255,255,255,255,"+"234,234,234,255,"+"106,106,106,255,"+"150,150,150,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"162,162,162,255,"+"16,16,16,255,"+"40,40,40,255,"+"224,224,224,255,"+"255,255,255,255,"+"255,255,255,255,"+"156,156,156,255,"+"38,38,38,255,"+"30,30,30,255,"+"21,21,21,255,"+"3,3,3,255,"+"11,11,11,255,"+"130,130,130,255,"+"248,248,248,255,"+"247,247,247,255,"+"109,109,109,255,"+"0,0,0,255,"+"172,172,172,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"246,246,246,255,"+"76,76,76,255,"+"23,23,23,255,"+"182,182,182,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"232,232,232,255,"+"207,207,207,255,"+"174,174,174,255,"+"88,88,88,255,"+"12,12,12,255,"+"0,0,0,255,"+"100,100,100,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"171,171,171,255,"+"21,21,21,255,"+"10,10,10,255,"+"88,88,88,255,"+"27,27,27,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"206,206,206,255,"+"23,23,23,255,"+"55,55,55,255,"+"228,228,228,255,"+"255,255,255,255,"+"253,253,253,255,"+"249,249,249,255,"+"245,245,245,255,"+"120,120,120,255,"+"35,35,35,255,"+"209,209,209,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"126,126,126,255,"+"0,0,0,255,"+"157,157,157,255,"+"255,255,255,255,"+"255,255,255,255,"+"249,249,249,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"204,204,204,255,"+"35,35,35,255,"+"10,10,10,255,"+"146,146,146,255,"+"249,249,249,255,"+"255,255,255,255,"+"243,243,243,255,"+"219,219,219,255,"+"216,216,216,255,"+"158,158,158,255,"+"21,21,21,255,"+"74,74,74,255,"+"230,230,230,255,"+"255,255,255,255,"+"247,247,247,255,"+"109,109,109,255,"+"0,0,0,255,"+"173,173,173,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"76,76,76,255,"+"23,23,23,255,"+"182,182,182,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"254,254,254,255,"+"126,126,126,255,"+"19,19,19,255,"+"4,4,4,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,237,237,255,"+"83,83,83,255,"+"0,0,0,255,"+"92,92,92,255,"+"224,224,224,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"206,206,206,255,"+"23,23,23,255,"+"55,55,55,255,"+"228,228,228,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"108,108,108,255,"+"24,24,24,255,"+"200,200,200,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"126,126,126,255,"+"0,0,0,255,"+"157,157,157,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"136,136,136,255,"+"7,7,7,255,"+"32,32,32,255,"+"156,156,156,255,"+"244,244,244,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"177,177,177,255,"+"22,22,22,255,"+"87,87,87,255,"+"245,245,245,255,"+"255,255,255,255,"+"247,247,247,255,"+"109,109,109,255,"+"0,0,0,255,"+"173,173,173,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"76,76,76,255,"+"23,23,23,255,"+"182,182,182,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"189,189,189,255,"+"137,137,137,255,"+"137,137,137,255,"+"134,134,134,255,"+"75,75,75,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"216,216,216,255,"+"31,31,31,255,"+"6,6,6,255,"+"176,176,176,255,"+"241,241,241,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"233,233,233,255,"+"115,115,115,255,"+"66,66,66,255,"+"7,7,7,255,"+"16,16,16,255,"+"71,71,71,255,"+"80,80,80,255,"+"80,80,80,255,"+"80,80,80,255,"+"76,76,76,255,"+"32,32,32,255,"+"24,24,24,255,"+"200,200,200,255,"+"255,255,255,255,"+"189,189,189,255,"+"83,83,83,255,"+"38,38,38,255,"+"0,0,0,255,"+"50,50,50,255,"+"80,80,80,255,"+"85,85,85,255,"+"186,186,186,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,237,237,255,"+"102,102,102,255,"+"15,15,15,255,"+"11,11,11,255,"+"71,71,71,255,"+"117,117,117,255,"+"136,136,136,255,"+"104,104,104,255,"+"44,44,44,255,"+"4,4,4,255,"+"90,90,90,255,"+"245,245,245,255,"+"245,245,245,255,"+"132,132,132,255,"+"36,36,36,255,"+"0,0,0,255,"+"55,55,55,255,"+"105,105,105,255,"+"225,225,225,255,"+"168,168,168,255,"+"86,86,86,255,"+"24,24,24,255,"+"7,7,7,255,"+"65,65,65,255,"+"192,192,192,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"252,252,252,255,"+"252,252,252,255,"+"247,247,247,255,"+"138,138,138,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"196,196,196,255,"+"15,15,15,255,"+"26,26,26,255,"+"205,205,205,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"229,229,229,255,"+"89,89,89,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"83,83,83,255,"+"225,225,225,255,"+"255,255,255,255,"+"173,173,173,255,"+"53,53,53,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"54,54,54,255,"+"172,172,172,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"171,171,171,255,"+"81,81,81,255,"+"43,43,43,255,"+"32,32,32,255,"+"30,30,30,255,"+"35,35,35,255,"+"46,46,46,255,"+"86,86,86,255,"+"188,188,188,255,"+"252,252,252,255,"+"244,244,244,255,"+"108,108,108,255,"+"50,50,50,255,"+"49,49,49,255,"+"49,49,49,255,"+"72,72,72,255,"+"215,215,215,255,"+"151,151,151,255,"+"59,59,59,255,"+"49,49,49,255,"+"49,49,49,255,"+"58,58,58,255,"+"176,176,176,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"140,140,140,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"182,182,182,255,"+"13,13,13,255,"+"35,35,35,255,"+"215,215,215,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"254,254,254,255,"+"244,244,244,255,"+"240,240,240,255,"+"240,240,240,255,"+"240,240,240,255,"+"240,240,240,255,"+"240,240,240,255,"+"240,240,240,255,"+"240,240,240,255,"+"240,240,240,255,"+"240,240,240,255,"+"243,243,243,255,"+"254,254,254,255,"+"255,255,255,255,"+"250,250,250,255,"+"240,240,240,255,"+"240,240,240,255,"+"240,240,240,255,"+"240,240,240,255,"+"240,240,240,255,"+"241,241,241,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"244,244,244,255,"+"228,228,228,255,"+"206,206,206,255,"+"200,200,200,255,"+"213,213,213,255,"+"230,230,230,255,"+"244,244,244,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"240,240,240,255,"+"240,240,240,255,"+"240,240,240,255,"+"242,242,242,255,"+"253,253,253,255,"+"249,249,249,255,"+"241,241,241,255,"+"240,240,240,255,"+"240,240,240,255,"+"241,241,241,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"140,140,140,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"180,180,180,255,"+"13,13,13,255,"+"36,36,36,255,"+"215,215,215,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"140,140,140,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"183,183,183,255,"+"13,13,13,255,"+"33,33,33,255,"+"213,213,213,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"140,140,140,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"198,198,198,255,"+"16,16,16,255,"+"20,20,20,255,"+"199,199,199,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"140,140,140,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"218,218,218,255,"+"36,36,36,255,"+"3,3,3,255,"+"163,163,163,255,"+"240,240,240,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"140,140,140,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"239,239,239,255,"+"90,90,90,255,"+"1,1,1,255,"+"70,70,70,255,"+"209,209,209,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"140,140,140,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"179,179,179,255,"+"27,27,27,255,"+"7,7,7,255,"+"74,74,74,255,"+"24,24,24,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"140,140,140,255,"+"0,0,0,255,"+"101,101,101,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"249,249,249,255,"+"161,161,161,255,"+"42,42,42,255,"+"4,4,4,255,"+"0,0,0,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"226,226,226,255,"+"191,191,191,255,"+"216,216,216,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"226,226,226,255,"+"180,180,180,255,"+"33,33,33,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"193,193,193,255,"+"136,136,136,255,"+"134,134,134,255,"+"134,134,134,255,"+"134,134,134,255,"+"134,134,134,255,"+"134,134,134,255,"+"134,134,134,255,"+"136,136,136,255,"+"197,197,197,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"219,219,219,255,"+"140,140,140,255,"+"134,134,134,255,"+"134,134,134,255,"+"134,134,134,255,"+"134,134,134,255,"+"134,134,134,255,"+"134,134,134,255,"+"141,141,141,255,"+"225,225,225,255,"+"213,213,213,255,"+"144,144,144,255,"+"134,134,134,255,"+"134,134,134,255,"+"134,134,134,255,"+"150,150,150,255,"+"225,225,225,255,"+"199,199,199,255,"+"136,136,136,255,"+"134,134,134,255,"+"134,134,134,255,"+"151,151,151,255,"+"229,229,229,255,"+"228,228,228,255,"+"144,144,144,255,"+"134,134,134,255,"+"134,134,134,255,"+"134,134,134,255,"+"134,134,134,255,"+"134,134,134,255,"+"149,149,149,255,"+"223,223,223,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"52,52,52,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"121,121,121,255,"+"33,33,33,255,"+"32,32,32,255,"+"28,28,28,255,"+"10,10,10,255,"+"10,10,10,255,"+"28,28,28,255,"+"32,32,32,255,"+"34,34,34,255,"+"128,128,128,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"174,174,174,255,"+"35,35,35,255,"+"32,32,32,255,"+"31,31,31,255,"+"23,23,23,255,"+"8,8,8,255,"+"14,14,14,255,"+"31,31,31,255,"+"36,36,36,255,"+"185,185,185,255,"+"161,161,161,255,"+"44,44,44,255,"+"18,18,18,255,"+"7,7,7,255,"+"19,19,19,255,"+"51,51,51,255,"+"182,182,182,255,"+"135,135,135,255,"+"14,14,14,255,"+"6,6,6,255,"+"13,13,13,255,"+"53,53,53,255,"+"192,192,192,255,"+"194,194,194,255,"+"41,41,41,255,"+"31,31,31,255,"+"14,14,14,255,"+"8,8,8,255,"+"23,23,23,255,"+"32,32,32,255,"+"49,49,49,255,"+"178,178,178,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"46,46,46,255,"+"219,219,219,255,"+"225,225,225,255,"+"225,225,225,255,"+"225,225,225,255,"+"225,225,225,255,"+"225,225,225,255,"+"225,225,225,255,"+"225,225,225,255,"+"225,225,225,255,"+"225,225,225,255,"+"225,225,225,255,"+"225,225,225,255,"+"225,225,225,255,"+"225,225,225,255,"+"225,225,225,255,"+"225,225,225,255,"+"225,225,225,255,"+"225,225,225,255,"+"213,213,213,255,"+"42,42,42,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"231,231,231,255,"+"200,200,200,255,"+"197,197,197,255,"+"168,168,168,255,"+"27,27,27,255,"+"33,33,33,255,"+"171,171,171,255,"+"197,197,197,255,"+"200,200,200,255,"+"232,232,232,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"203,203,203,255,"+"198,198,198,255,"+"197,197,197,255,"+"131,131,131,255,"+"15,15,15,255,"+"60,60,60,255,"+"194,194,194,255,"+"204,204,204,255,"+"243,243,243,255,"+"239,239,239,255,"+"206,206,206,255,"+"94,94,94,255,"+"9,9,9,255,"+"100,100,100,255,"+"210,210,210,255,"+"240,240,240,255,"+"173,173,173,255,"+"22,22,22,255,"+"19,19,19,255,"+"115,115,115,255,"+"209,209,209,255,"+"246,246,246,255,"+"245,245,245,255,"+"207,207,207,255,"+"189,189,189,255,"+"64,64,64,255,"+"15,15,15,255,"+"134,134,134,255,"+"197,197,197,255,"+"207,207,207,255,"+"242,242,242,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"106,106,106,255,"+"0,0,0,255,"+"7,7,7,255,"+"32,32,32,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"32,32,32,255,"+"6,6,6,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"218,218,218,255,"+"36,36,36,255,"+"43,43,43,255,"+"222,222,222,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"171,171,171,255,"+"19,19,19,255,"+"79,79,79,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"123,123,123,255,"+"12,12,12,255,"+"131,131,131,255,"+"247,247,247,255,"+"169,169,169,255,"+"47,47,47,255,"+"32,32,32,255,"+"148,148,148,255,"+"239,239,239,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"84,84,84,255,"+"20,20,20,255,"+"174,174,174,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"117,117,117,255,"+"18,18,18,255,"+"18,18,18,255,"+"18,18,18,255,"+"18,18,18,255,"+"18,18,18,255,"+"18,18,18,255,"+"18,18,18,255,"+"18,18,18,255,"+"18,18,18,255,"+"18,18,18,255,"+"18,18,18,255,"+"18,18,18,255,"+"18,18,18,255,"+"18,18,18,255,"+"18,18,18,255,"+"18,18,18,255,"+"18,18,18,255,"+"18,18,18,255,"+"18,18,18,255,"+"18,18,18,255,"+"17,17,17,255,"+"3,3,3,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"218,218,218,255,"+"36,36,36,255,"+"43,43,43,255,"+"222,222,222,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"171,171,171,255,"+"19,19,19,255,"+"79,79,79,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"123,123,123,255,"+"11,11,11,255,"+"119,119,119,255,"+"146,146,146,255,"+"29,29,29,255,"+"40,40,40,255,"+"175,175,175,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"84,84,84,255,"+"20,20,20,255,"+"174,174,174,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"228,228,228,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"199,199,199,255,"+"39,39,39,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"218,218,218,255,"+"36,36,36,255,"+"43,43,43,255,"+"222,222,222,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"171,171,171,255,"+"19,19,19,255,"+"79,79,79,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"123,123,123,255,"+"7,7,7,255,"+"36,36,36,255,"+"15,15,15,255,"+"8,8,8,255,"+"114,114,114,255,"+"238,238,238,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"84,84,84,255,"+"20,20,20,255,"+"174,174,174,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"218,218,218,255,"+"36,36,36,255,"+"43,43,43,255,"+"222,222,222,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,248,248,255,"+"225,225,225,255,"+"246,246,246,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"171,171,171,255,"+"19,19,19,255,"+"79,79,79,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"123,123,123,255,"+"4,4,4,255,"+"4,4,4,255,"+"45,45,45,255,"+"25,25,25,255,"+"13,13,13,255,"+"118,118,118,255,"+"238,238,238,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"84,84,84,255,"+"20,20,20,255,"+"174,174,174,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"244,244,244,255,"+"205,205,205,255,"+"233,233,233,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"218,218,218,255,"+"36,36,36,255,"+"43,43,43,255,"+"222,222,222,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"188,188,188,255,"+"48,48,48,255,"+"163,163,163,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"169,169,169,255,"+"19,19,19,255,"+"80,80,80,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"123,123,123,255,"+"7,7,7,255,"+"81,81,81,255,"+"223,223,223,255,"+"188,188,188,255,"+"54,54,54,255,"+"11,11,11,255,"+"140,140,140,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"84,84,84,255,"+"20,20,20,255,"+"174,174,174,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"186,186,186,255,"+"38,38,38,255,"+"134,134,134,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"218,218,218,255,"+"36,36,36,255,"+"43,43,43,255,"+"222,222,222,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"166,166,166,255,"+"8,8,8,255,"+"126,126,126,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"150,150,150,255,"+"13,13,13,255,"+"93,93,93,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"123,123,123,255,"+"12,12,12,255,"+"131,131,131,255,"+"255,255,255,255,"+"253,253,253,255,"+"194,194,194,255,"+"28,28,28,255,"+"29,29,29,255,"+"185,185,185,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"84,84,84,255,"+"20,20,20,255,"+"174,174,174,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"169,169,169,255,"+"17,17,17,255,"+"112,112,112,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"218,218,218,255,"+"36,36,36,255,"+"43,43,43,255,"+"222,222,222,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"165,165,165,255,"+"1,1,1,255,"+"60,60,60,255,"+"226,226,226,255,"+"255,255,255,255,"+"255,255,255,255,"+"241,241,241,255,"+"89,89,89,255,"+"3,3,3,255,"+"129,129,129,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"123,123,123,255,"+"12,12,12,255,"+"131,131,131,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"129,129,129,255,"+"9,9,9,255,"+"66,66,66,255,"+"233,233,233,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"84,84,84,255,"+"20,20,20,255,"+"174,174,174,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"169,169,169,255,"+"17,17,17,255,"+"112,112,112,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"163,163,163,255,"+"93,93,93,255,"+"90,90,90,255,"+"76,76,76,255,"+"12,12,12,255,"+"15,15,15,255,"+"78,78,78,255,"+"90,90,90,255,"+"95,95,95,255,"+"171,171,171,255,"+"255,255,255,255,"+"255,255,255,255,"+"179,179,179,255,"+"5,5,5,255,"+"3,3,3,255,"+"78,78,78,255,"+"158,158,158,255,"+"161,161,161,255,"+"96,96,96,255,"+"13,13,13,255,"+"27,27,27,255,"+"199,199,199,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"195,195,195,255,"+"104,104,104,255,"+"42,42,42,255,"+"4,4,4,255,"+"45,45,45,255,"+"111,111,111,255,"+"216,216,216,255,"+"255,255,255,255,"+"225,225,225,255,"+"65,65,65,255,"+"8,8,8,255,"+"75,75,75,255,"+"174,174,174,255,"+"210,210,210,255,"+"101,101,101,255,"+"86,86,86,255,"+"29,29,29,255,"+"6,6,6,255,"+"60,60,60,255,"+"90,90,90,255,"+"90,90,90,255,"+"90,90,90,255,"+"90,90,90,255,"+"58,58,58,255,"+"8,8,8,255,"+"113,113,113,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"136,136,136,255,"+"46,46,46,255,"+"44,44,44,255,"+"44,44,44,255,"+"44,44,44,255,"+"44,44,44,255,"+"44,44,44,255,"+"44,44,44,255,"+"48,48,48,255,"+"140,140,140,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,237,237,255,"+"145,145,145,255,"+"78,78,78,255,"+"38,38,38,255,"+"34,34,34,255,"+"33,33,33,255,"+"36,36,36,255,"+"74,74,74,255,"+"170,170,170,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"174,174,174,255,"+"58,58,58,255,"+"44,44,44,255,"+"44,44,44,255,"+"44,44,44,255,"+"70,70,70,255,"+"199,199,199,255,"+"255,255,255,255,"+"253,253,253,255,"+"182,182,182,255,"+"62,62,62,255,"+"48,48,48,255,"+"148,148,148,255,"+"196,196,196,255,"+"56,56,56,255,"+"44,44,44,255,"+"44,44,44,255,"+"44,44,44,255,"+"44,44,44,255,"+"44,44,44,255,"+"44,44,44,255,"+"44,44,44,255,"+"44,44,44,255,"+"44,44,44,255,"+"51,51,51,255,"+"162,162,162,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"235,235,235,255,"+"235,235,235,255,"+"235,235,235,255,"+"235,235,235,255,"+"235,235,235,255,"+"235,235,235,255,"+"235,235,235,255,"+"236,236,236,255,"+"246,246,246,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"240,240,240,255,"+"217,217,217,255,"+"198,198,198,255,"+"195,195,195,255,"+"213,213,213,255,"+"237,237,237,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"249,249,249,255,"+"237,237,237,255,"+"235,235,235,255,"+"235,235,235,255,"+"235,235,235,255,"+"238,238,238,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"238,238,238,255,"+"236,236,236,255,"+"246,246,246,255,"+"251,251,251,255,"+"237,237,237,255,"+"235,235,235,255,"+"235,235,235,255,"+"235,235,235,255,"+"235,235,235,255,"+"235,235,235,255,"+"235,235,235,255,"+"235,235,235,255,"+"235,235,235,255,"+"235,235,235,255,"+"236,236,236,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"118,118,118,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"191,191,191,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"115,115,115,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"187,187,187,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"27,27,27,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"58,58,58,255,"+"43,43,43,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"47,47,47,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"5,5,5,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"197,197,197,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"184,184,184,255,"+"186,186,186,255,"+"240,240,240,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"MathIcon,132,100,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"240,240,240,255,"+"201,201,201,255,"+"186,186,186,255,"+"196,196,196,255,"+"228,228,228,255,"+"254,254,254,255,"+"255,255,255,255,"+"247,247,247,255,"+"215,215,215,255,"+"190,190,190,255,"+"192,192,192,255,"+"222,222,222,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"244,244,244,255,"+"204,204,204,255,"+"190,190,190,255,"+"199,199,199,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"238,238,238,255,"+"139,139,139,255,"+"81,81,81,255,"+"54,54,54,255,"+"47,47,47,255,"+"115,115,115,255,"+"208,208,208,255,"+"247,247,247,255,"+"182,182,182,255,"+"83,83,83,255,"+"32,32,32,255,"+"37,37,37,255,"+"95,95,95,255,"+"200,200,200,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"232,232,232,255,"+"131,131,131,255,"+"42,42,42,255,"+"87,87,87,255,"+"230,230,230,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"160,160,160,255,"+"54,54,54,255,"+"154,154,154,255,"+"151,151,151,255,"+"74,74,74,255,"+"20,20,20,255,"+"93,93,93,255,"+"158,158,158,255,"+"86,86,86,255,"+"73,73,73,255,"+"103,103,103,255,"+"82,82,82,255,"+"19,19,19,255,"+"79,79,79,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"190,190,190,255,"+"28,28,28,255,"+"113,113,113,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"249,249,249,255,"+"71,71,71,255,"+"122,122,122,255,"+"255,255,255,255,"+"250,250,250,255,"+"199,199,199,255,"+"77,77,77,255,"+"19,19,19,255,"+"43,43,43,255,"+"111,111,111,255,"+"205,205,205,255,"+"244,244,244,255,"+"220,220,220,255,"+"91,91,91,255,"+"16,16,16,255,"+"215,215,215,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"249,249,249,255,"+"170,170,170,255,"+"35,35,35,255,"+"157,157,157,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"243,243,243,255,"+"30,30,30,255,"+"138,138,138,255,"+"255,255,255,255,"+"255,255,255,255,"+"249,249,249,255,"+"178,178,178,255,"+"47,47,47,255,"+"17,17,17,255,"+"153,153,153,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"177,177,177,255,"+"21,21,21,255,"+"177,177,177,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"245,245,245,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"240,240,240,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"245,245,245,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,237,237,255,"+"120,120,120,255,"+"63,63,63,255,"+"222,222,222,255,"+"250,250,250,255,"+"244,244,244,255,"+"244,244,244,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"28,28,28,255,"+"81,81,81,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"204,204,204,255,"+"69,69,69,255,"+"5,5,5,255,"+"87,87,87,255,"+"214,214,214,255,"+"255,255,255,255,"+"255,255,255,255,"+"211,211,211,255,"+"26,26,26,255,"+"187,187,187,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"197,197,197,255,"+"132,132,132,255,"+"226,226,226,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"182,182,182,255,"+"109,109,109,255,"+"169,169,169,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"229,229,229,255,"+"145,145,145,255,"+"164,164,164,255,"+"240,240,240,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"223,223,223,255,"+"68,68,68,255,"+"86,86,86,255,"+"238,238,238,255,"+"160,160,160,255,"+"93,93,93,255,"+"124,124,124,255,"+"210,210,210,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"76,76,76,255,"+"24,24,24,255,"+"138,138,138,255,"+"203,203,203,255,"+"182,182,182,255,"+"100,100,100,255,"+"79,79,79,255,"+"67,67,67,255,"+"22,22,22,255,"+"109,109,109,255,"+"223,223,223,255,"+"254,254,254,255,"+"158,158,158,255,"+"53,53,53,255,"+"229,229,229,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"168,168,168,255,"+"75,75,75,255,"+"144,144,144,255,"+"242,242,242,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"190,190,190,255,"+"103,103,103,255,"+"44,44,44,255,"+"18,18,18,255,"+"133,133,133,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"243,243,243,255,"+"160,160,160,255,"+"76,76,76,255,"+"146,146,146,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"205,205,205,255,"+"32,32,32,255,"+"120,120,120,255,"+"225,225,225,255,"+"112,112,112,255,"+"89,89,89,255,"+"181,181,181,255,"+"234,234,234,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"171,171,171,255,"+"21,21,21,255,"+"22,22,22,255,"+"45,45,45,255,"+"37,37,37,255,"+"65,65,65,255,"+"178,178,178,255,"+"194,194,194,255,"+"70,70,70,255,"+"20,20,20,255,"+"68,68,68,255,"+"96,96,96,255,"+"57,57,57,255,"+"159,159,159,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"147,147,147,255,"+"48,48,48,255,"+"135,135,135,255,"+"236,236,236,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"154,154,154,255,"+"116,116,116,255,"+"79,79,79,255,"+"5,5,5,255,"+"12,12,12,255,"+"133,133,133,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"239,239,239,255,"+"155,155,155,255,"+"64,64,64,255,"+"139,139,139,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,248,248,255,"+"160,160,160,255,"+"33,33,33,255,"+"141,141,141,255,"+"140,140,140,255,"+"135,135,135,255,"+"217,217,217,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"243,243,243,255,"+"182,182,182,255,"+"91,91,91,255,"+"86,86,86,255,"+"145,145,145,255,"+"208,208,208,255,"+"246,246,246,255,"+"250,250,250,255,"+"215,215,215,255,"+"149,149,149,255,"+"93,93,93,255,"+"113,113,113,255,"+"180,180,180,255,"+"240,240,240,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"201,201,201,255,"+"33,33,33,255,"+"90,90,90,255,"+"239,239,239,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"230,230,230,255,"+"226,226,226,255,"+"200,200,200,255,"+"13,13,13,255,"+"12,12,12,255,"+"133,133,133,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"119,119,119,255,"+"41,41,41,255,"+"178,178,178,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"238,238,238,255,"+"102,102,102,255,"+"17,17,17,255,"+"60,60,60,255,"+"104,104,104,255,"+"231,231,231,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"237,237,237,255,"+"236,236,236,255,"+"245,245,245,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"246,246,246,255,"+"237,237,237,255,"+"239,239,239,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"244,244,244,255,"+"68,68,68,255,"+"23,23,23,255,"+"213,213,213,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"234,234,234,255,"+"15,15,15,255,"+"12,12,12,255,"+"133,133,133,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"214,214,214,255,"+"57,57,57,255,"+"56,56,56,255,"+"221,221,221,255,"+"255,255,255,255,"+"255,255,255,255,"+"229,229,229,255,"+"44,44,44,255,"+"13,13,13,255,"+"33,33,33,255,"+"74,74,74,255,"+"222,222,222,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"128,128,128,255,"+"14,14,14,255,"+"110,110,110,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"235,235,235,255,"+"15,15,15,255,"+"12,12,12,255,"+"133,133,133,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"132,132,132,255,"+"22,22,22,255,"+"127,127,127,255,"+"244,244,244,255,"+"253,253,253,255,"+"200,200,200,255,"+"19,19,19,255,"+"115,115,115,255,"+"138,138,138,255,"+"32,32,32,255,"+"155,155,155,255,"+"252,252,252,255,"+"251,251,251,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"250,250,250,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"249,249,249,255,"+"250,250,250,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"236,236,236,255,"+"43,43,43,255,"+"3,3,3,255,"+"179,179,179,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"235,235,235,255,"+"15,15,15,255,"+"12,12,12,255,"+"133,133,133,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"187,187,187,255,"+"36,36,36,255,"+"38,38,38,255,"+"228,228,228,255,"+"248,248,248,255,"+"136,136,136,255,"+"31,31,31,255,"+"187,187,187,255,"+"200,200,200,255,"+"50,50,50,255,"+"80,80,80,255,"+"177,177,177,255,"+"176,176,176,255,"+"227,227,227,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"230,230,230,255,"+"182,182,182,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"165,165,165,255,"+"184,184,184,255,"+"239,239,239,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"173,173,173,255,"+"25,25,25,255,"+"8,8,8,255,"+"232,232,232,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"235,235,235,255,"+"15,15,15,255,"+"12,12,12,255,"+"133,133,133,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"229,229,229,255,"+"51,51,51,255,"+"0,0,0,255,"+"176,176,176,255,"+"242,242,242,255,"+"98,98,98,255,"+"65,65,65,255,"+"237,237,237,255,"+"241,241,241,255,"+"143,143,143,255,"+"34,34,34,255,"+"63,63,63,255,"+"177,177,177,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"242,242,242,255,"+"232,232,232,255,"+"228,228,228,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"227,227,227,255,"+"230,230,230,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"211,211,211,255,"+"80,80,80,255,"+"6,6,6,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"52,52,52,255,"+"206,206,206,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"121,121,121,255,"+"14,14,14,255,"+"31,31,31,255,"+"244,244,244,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"235,235,235,255,"+"15,15,15,255,"+"12,12,12,255,"+"133,133,133,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"66,66,66,255,"+"2,2,2,255,"+"111,111,111,255,"+"244,244,244,255,"+"186,186,186,255,"+"189,189,189,255,"+"255,255,255,255,"+"255,255,255,255,"+"229,229,229,255,"+"169,169,169,255,"+"189,189,189,255,"+"245,245,245,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"235,235,235,255,"+"192,192,192,255,"+"142,142,142,255,"+"112,112,112,255,"+"99,99,99,255,"+"98,98,98,255,"+"98,98,98,255,"+"98,98,98,255,"+"98,98,98,255,"+"98,98,98,255,"+"117,117,117,255,"+"195,195,195,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"177,177,177,255,"+"48,48,48,255,"+"2,2,2,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"7,7,7,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"33,33,33,255,"+"32,32,32,255,"+"28,28,28,255,"+"20,20,20,255,"+"3,3,3,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"52,52,52,255,"+"206,206,206,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"97,97,97,255,"+"9,9,9,255,"+"44,44,44,255,"+"245,245,245,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"249,249,249,255,"+"226,226,226,255,"+"211,211,211,255,"+"211,211,211,255,"+"211,211,211,255,"+"211,211,211,255,"+"211,211,211,255,"+"211,211,211,255,"+"211,211,211,255,"+"211,211,211,255,"+"211,211,211,255,"+"211,211,211,255,"+"211,211,211,255,"+"211,211,211,255,"+"211,211,211,255,"+"226,226,226,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"235,235,235,255,"+"15,15,15,255,"+"12,12,12,255,"+"133,133,133,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"77,77,77,255,"+"4,4,4,255,"+"79,79,79,255,"+"247,247,247,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"230,230,230,255,"+"139,139,139,255,"+"41,41,41,255,"+"4,4,4,255,"+"0,0,0,255,"+"8,8,8,255,"+"10,10,10,255,"+"1,1,1,255,"+"1,1,1,255,"+"7,7,7,255,"+"10,10,10,255,"+"50,50,50,255,"+"186,186,186,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,248,248,255,"+"139,139,139,255,"+"25,25,25,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"1,1,1,255,"+"25,25,25,255,"+"141,141,141,255,"+"163,163,163,255,"+"163,163,163,255,"+"163,163,163,255,"+"163,163,163,255,"+"163,163,163,255,"+"163,163,163,255,"+"163,163,163,255,"+"163,163,163,255,"+"160,160,160,255,"+"152,152,152,255,"+"134,134,134,255,"+"86,86,86,255,"+"23,23,23,255,"+"0,0,0,255,"+"0,0,0,255,"+"52,52,52,255,"+"206,206,206,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"79,79,79,255,"+"4,4,4,255,"+"56,56,56,255,"+"246,246,246,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"227,227,227,255,"+"133,133,133,255,"+"70,70,70,255,"+"70,70,70,255,"+"70,70,70,255,"+"70,70,70,255,"+"70,70,70,255,"+"70,70,70,255,"+"70,70,70,255,"+"70,70,70,255,"+"70,70,70,255,"+"70,70,70,255,"+"70,70,70,255,"+"70,70,70,255,"+"70,70,70,255,"+"134,134,134,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"235,235,235,255,"+"15,15,15,255,"+"12,12,12,255,"+"133,133,133,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"87,87,87,255,"+"6,6,6,255,"+"51,51,51,255,"+"245,245,245,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"241,241,241,255,"+"153,153,153,255,"+"85,85,85,255,"+"94,94,94,255,"+"32,32,32,255,"+"10,10,10,255,"+"102,102,102,255,"+"124,124,124,255,"+"34,34,34,255,"+"11,11,11,255,"+"105,105,105,255,"+"124,124,124,255,"+"152,152,152,255,"+"233,233,233,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"231,231,231,255,"+"100,100,100,255,"+"12,12,12,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"17,17,17,255,"+"140,140,140,255,"+"247,247,247,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"234,234,234,255,"+"133,133,133,255,"+"21,21,21,255,"+"0,0,0,255,"+"52,52,52,255,"+"206,206,206,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"77,77,77,255,"+"4,4,4,255,"+"57,57,57,255,"+"246,246,246,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"224,224,224,255,"+"118,118,118,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"49,49,49,255,"+"119,119,119,255,"+"241,241,241,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"235,235,235,255,"+"15,15,15,255,"+"12,12,12,255,"+"133,133,133,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"91,91,91,255,"+"7,7,7,255,"+"41,41,41,255,"+"245,245,245,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"225,225,225,255,"+"159,159,159,255,"+"186,186,186,255,"+"198,198,198,255,"+"58,58,58,255,"+"53,53,53,255,"+"220,220,220,255,"+"244,244,244,255,"+"49,49,49,255,"+"40,40,40,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"206,206,206,255,"+"63,63,63,255,"+"4,4,4,255,"+"0,0,0,255,"+"0,0,0,255,"+"2,2,2,255,"+"40,40,40,255,"+"179,179,179,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"238,238,238,255,"+"109,109,109,255,"+"1,1,1,255,"+"52,52,52,255,"+"206,206,206,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"99,99,99,255,"+"9,9,9,255,"+"46,46,46,255,"+"245,245,245,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"244,244,244,255,"+"208,208,208,255,"+"183,183,183,255,"+"183,183,183,255,"+"183,183,183,255,"+"183,183,183,255,"+"183,183,183,255,"+"183,183,183,255,"+"183,183,183,255,"+"183,183,183,255,"+"183,183,183,255,"+"183,183,183,255,"+"183,183,183,255,"+"183,183,183,255,"+"183,183,183,255,"+"208,208,208,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"235,235,235,255,"+"15,15,15,255,"+"12,12,12,255,"+"133,133,133,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"83,83,83,255,"+"5,5,5,255,"+"58,58,58,255,"+"246,246,246,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"235,235,235,255,"+"250,250,250,255,"+"144,144,144,255,"+"25,25,25,255,"+"117,117,117,255,"+"236,236,236,255,"+"189,189,189,255,"+"16,16,16,255,"+"92,92,92,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"173,173,173,255,"+"31,31,31,255,"+"1,1,1,255,"+"0,0,0,255,"+"0,0,0,255,"+"6,6,6,255,"+"73,73,73,255,"+"210,210,210,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"200,200,200,255,"+"28,28,28,255,"+"52,52,52,255,"+"206,206,206,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"125,125,125,255,"+"15,15,15,255,"+"32,32,32,255,"+"244,244,244,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"235,235,235,255,"+"15,15,15,255,"+"12,12,12,255,"+"133,133,133,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"72,72,72,255,"+"3,3,3,255,"+"82,82,82,255,"+"247,247,247,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"232,232,232,255,"+"88,88,88,255,"+"12,12,12,255,"+"174,174,174,255,"+"250,250,250,255,"+"105,105,105,255,"+"13,13,13,255,"+"162,162,162,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"132,132,132,255,"+"10,10,10,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"15,15,15,255,"+"110,110,110,255,"+"234,234,234,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"231,231,231,255,"+"87,87,87,255,"+"52,52,52,255,"+"206,206,206,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"165,165,165,255,"+"23,23,23,255,"+"12,12,12,255,"+"232,232,232,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"232,232,232,255,"+"15,15,15,255,"+"12,12,12,255,"+"133,133,133,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"59,59,59,255,"+"1,1,1,255,"+"130,130,130,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"179,179,179,255,"+"45,45,45,255,"+"46,46,46,255,"+"207,207,207,255,"+"230,230,230,255,"+"42,42,42,255,"+"16,16,16,255,"+"226,226,226,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"232,232,232,255,"+"82,82,82,255,"+"2,2,2,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"30,30,30,255,"+"149,149,149,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"243,243,243,255,"+"141,141,141,255,"+"52,52,52,255,"+"206,206,206,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"226,226,226,255,"+"45,45,45,255,"+"3,3,3,255,"+"189,189,189,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"192,192,192,255,"+"12,12,12,255,"+"9,9,9,255,"+"113,113,113,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"211,211,211,255,"+"44,44,44,255,"+"4,4,4,255,"+"197,197,197,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"243,243,243,255,"+"116,116,116,255,"+"11,11,11,255,"+"104,104,104,255,"+"229,229,229,255,"+"166,166,166,255,"+"19,19,19,255,"+"57,57,57,255,"+"250,250,250,255,"+"243,243,243,255,"+"224,224,224,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"207,207,207,255,"+"35,35,35,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"3,3,3,255,"+"55,55,55,255,"+"185,185,185,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"192,192,192,255,"+"96,96,96,255,"+"218,218,218,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"110,110,110,255,"+"10,10,10,255,"+"128,128,128,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"235,235,235,255,"+"196,196,196,255,"+"85,85,85,255,"+"5,5,5,255,"+"2,2,2,255,"+"47,47,47,255,"+"186,186,186,255,"+"226,226,226,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"163,163,163,255,"+"29,29,29,255,"+"66,66,66,255,"+"233,233,233,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"163,163,163,255,"+"42,42,42,255,"+"13,13,13,255,"+"168,168,168,255,"+"250,250,250,255,"+"103,103,103,255,"+"9,9,9,255,"+"92,92,92,255,"+"241,241,241,255,"+"145,145,145,255,"+"170,170,170,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"165,165,165,255,"+"6,6,6,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"7,7,7,255,"+"89,89,89,255,"+"216,216,216,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"226,226,226,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"204,204,204,255,"+"28,28,28,255,"+"43,43,43,255,"+"238,238,238,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"192,192,192,255,"+"131,131,131,255,"+"98,98,98,255,"+"88,88,88,255,"+"87,87,87,255,"+"93,93,93,255,"+"121,121,121,255,"+"160,160,160,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"244,244,244,255,"+"94,94,94,255,"+"26,26,26,255,"+"181,181,181,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"230,230,230,255,"+"124,124,124,255,"+"26,26,26,255,"+"4,4,4,255,"+"70,70,70,255,"+"210,210,210,255,"+"255,255,255,255,"+"69,69,69,255,"+"3,3,3,255,"+"20,20,20,255,"+"68,68,68,255,"+"63,63,63,255,"+"231,231,231,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"239,239,239,255,"+"112,112,112,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"14,14,14,255,"+"128,128,128,255,"+"240,240,240,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"144,144,144,255,"+"16,16,16,255,"+"136,136,136,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"244,244,244,255,"+"235,235,235,255,"+"234,234,234,255,"+"234,234,234,255,"+"234,234,234,255,"+"234,234,234,255,"+"234,234,234,255,"+"239,239,239,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"167,167,167,255,"+"36,36,36,255,"+"124,124,124,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"190,190,190,255,"+"50,50,50,255,"+"1,1,1,255,"+"26,26,26,255,"+"164,164,164,255,"+"249,249,249,255,"+"255,255,255,255,"+"98,98,98,255,"+"10,10,10,255,"+"3,3,3,255,"+"23,23,23,255,"+"155,155,155,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"222,222,222,255,"+"65,65,65,255,"+"1,1,1,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"30,30,30,255,"+"164,164,164,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"86,86,86,255,"+"34,34,34,255,"+"193,193,193,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"209,209,209,255,"+"72,72,72,255,"+"76,76,76,255,"+"215,215,215,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"221,221,221,255,"+"106,106,106,255,"+"44,44,44,255,"+"146,146,146,255,"+"240,240,240,255,"+"255,255,255,255,"+"255,255,255,255,"+"210,210,210,255,"+"95,95,95,255,"+"88,88,88,255,"+"177,177,177,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"196,196,196,255,"+"33,33,33,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"1,1,1,255,"+"58,58,58,255,"+"193,193,193,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"232,232,232,255,"+"87,87,87,255,"+"51,51,51,255,"+"190,190,190,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"203,203,203,255,"+"84,84,84,255,"+"102,102,102,255,"+"220,220,220,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"156,156,156,255,"+"16,16,16,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"95,95,95,255,"+"220,220,220,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"241,241,241,255,"+"132,132,132,255,"+"84,84,84,255,"+"225,225,225,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"227,227,227,255,"+"119,119,119,255,"+"135,135,135,255,"+"233,233,233,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"254,254,254,255,"+"254,254,254,255,"+"207,207,207,255,"+"193,193,193,255,"+"193,193,193,255,"+"193,193,193,255,"+"193,193,193,255,"+"193,193,193,255,"+"193,193,193,255,"+"193,193,193,255,"+"193,193,193,255,"+"193,193,193,255,"+"193,193,193,255,"+"193,193,193,255,"+"231,231,231,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"229,229,229,255,"+"110,110,110,255,"+"9,9,9,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"9,9,9,255,"+"137,137,137,255,"+"239,239,239,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"216,216,216,255,"+"245,245,245,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"243,243,243,255,"+"227,227,227,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"252,252,252,255,"+"248,248,248,255,"+"57,57,57,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"156,156,156,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"206,206,206,255,"+"70,70,70,255,"+"3,3,3,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"32,32,32,255,"+"177,177,177,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"253,253,253,255,"+"250,250,250,255,"+"119,119,119,255,"+"80,80,80,255,"+"80,80,80,255,"+"80,80,80,255,"+"80,80,80,255,"+"80,80,80,255,"+"80,80,80,255,"+"80,80,80,255,"+"80,80,80,255,"+"80,80,80,255,"+"80,80,80,255,"+"80,80,80,255,"+"187,187,187,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"249,249,249,255,"+"174,174,174,255,"+"41,41,41,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"1,1,1,255,"+"119,119,119,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,237,237,255,"+"165,165,165,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"178,178,178,255,"+"233,233,233,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"241,241,241,255,"+"241,241,241,255,"+"241,241,241,255,"+"241,241,241,255,"+"241,241,241,255,"+"241,241,241,255,"+"241,241,241,255,"+"241,241,241,255,"+"241,241,241,255,"+"241,241,241,255,"+"241,241,241,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,237,237,255,"+"125,125,125,255,"+"11,11,11,255,"+"0,0,0,255,"+"0,0,0,255,"+"41,41,41,255,"+"179,179,179,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"195,195,195,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"228,228,228,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"214,214,214,255,"+"48,48,48,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"78,78,78,255,"+"205,205,205,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"239,239,239,255,"+"131,131,131,255,"+"14,14,14,255,"+"0,0,0,255,"+"24,24,24,255,"+"145,145,145,255,"+"240,240,240,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"117,117,117,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"21,21,21,255,"+"192,192,192,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,237,237,255,"+"165,165,165,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"178,178,178,255,"+"233,233,233,255,"+"255,255,255,255,"+"254,254,254,255,"+"254,254,254,255,"+"253,253,253,255,"+"197,197,197,255,"+"179,179,179,255,"+"179,179,179,255,"+"179,179,179,255,"+"179,179,179,255,"+"179,179,179,255,"+"179,179,179,255,"+"179,179,179,255,"+"179,179,179,255,"+"179,179,179,255,"+"179,179,179,255,"+"179,179,179,255,"+"225,225,225,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,248,248,255,"+"177,177,177,255,"+"47,47,47,255,"+"0,0,0,255,"+"11,11,11,255,"+"111,111,111,255,"+"227,227,227,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"195,195,195,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"153,153,153,255,"+"227,227,227,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"252,252,252,255,"+"250,250,250,255,"+"93,93,93,255,"+"46,46,46,255,"+"46,46,46,255,"+"46,46,46,255,"+"46,46,46,255,"+"46,46,46,255,"+"46,46,46,255,"+"46,46,46,255,"+"46,46,46,255,"+"46,46,46,255,"+"46,46,46,255,"+"46,46,46,255,"+"173,173,173,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"205,205,205,255,"+"73,73,73,255,"+"3,3,3,255,"+"2,2,2,255,"+"80,80,80,255,"+"207,207,207,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"253,253,253,255,"+"251,251,251,255,"+"114,114,114,255,"+"73,73,73,255,"+"73,73,73,255,"+"73,73,73,255,"+"73,73,73,255,"+"73,73,73,255,"+"73,73,73,255,"+"73,73,73,255,"+"73,73,73,255,"+"73,73,73,255,"+"73,73,73,255,"+"73,73,73,255,"+"184,184,184,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"227,227,227,255,"+"106,106,106,255,"+"10,10,10,255,"+"0,0,0,255,"+"53,53,53,255,"+"181,181,181,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"255,255,255,255,"+"254,254,254,255,"+"224,224,224,255,"+"214,214,214,255,"+"214,214,214,255,"+"214,214,214,255,"+"214,214,214,255,"+"214,214,214,255,"+"214,214,214,255,"+"214,214,214,255,"+"214,214,214,255,"+"214,214,214,255,"+"214,214,214,255,"+"214,214,214,255,"+"239,239,239,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"241,241,241,255,"+"144,144,144,255,"+"19,19,19,255,"+"0,0,0,255,"+"31,31,31,255,"+"149,149,149,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"184,184,184,255,"+"32,32,32,255,"+"0,0,0,255,"+"14,14,14,255,"+"115,115,115,255,"+"234,234,234,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"249,249,249,255,"+"214,214,214,255,"+"182,182,182,255,"+"188,188,188,255,"+"230,230,230,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"235,235,235,255,"+"200,200,200,255,"+"160,160,160,255,"+"178,178,178,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"213,213,213,255,"+"225,225,225,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"217,217,217,255,"+"166,166,166,255,"+"238,238,238,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"219,219,219,255,"+"54,54,54,255,"+"1,1,1,255,"+"4,4,4,255,"+"81,81,81,255,"+"219,219,219,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"212,212,212,255,"+"77,77,77,255,"+"33,33,33,255,"+"26,26,26,255,"+"27,27,27,255,"+"40,40,40,255,"+"106,106,106,255,"+"221,221,221,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"114,114,114,255,"+"46,46,46,255,"+"30,30,30,255,"+"29,29,29,255,"+"133,133,133,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"195,195,195,255,"+"89,89,89,255,"+"62,62,62,255,"+"173,173,173,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"239,239,239,255,"+"68,68,68,255,"+"25,25,25,255,"+"206,206,206,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"240,240,240,255,"+"89,89,89,255,"+"3,3,3,255,"+"1,1,1,255,"+"54,54,54,255,"+"195,195,195,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"251,251,251,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"212,212,212,255,"+"42,42,42,255,"+"9,9,9,255,"+"10,10,10,255,"+"9,9,9,255,"+"3,3,3,255,"+"1,1,1,255,"+"9,9,9,255,"+"89,89,89,255,"+"215,215,215,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"238,238,238,255,"+"177,177,177,255,"+"15,15,15,255,"+"15,15,15,255,"+"182,182,182,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"208,208,208,255,"+"92,92,92,255,"+"21,21,21,255,"+"6,6,6,255,"+"35,35,35,255,"+"165,165,165,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"249,249,249,255,"+"114,114,114,255,"+"12,12,12,255,"+"10,10,10,255,"+"203,203,203,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,248,248,255,"+"136,136,136,255,"+"3,3,3,255,"+"1,1,1,255,"+"36,36,36,255,"+"163,163,163,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"212,212,212,255,"+"92,92,92,255,"+"138,138,138,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"79,79,79,255,"+"39,39,39,255,"+"176,176,176,255,"+"244,244,244,255,"+"234,234,234,255,"+"163,163,163,255,"+"46,46,46,255,"+"1,1,1,255,"+"17,17,17,255,"+"143,143,143,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"173,173,173,255,"+"14,14,14,255,"+"26,26,26,255,"+"240,240,240,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"241,241,241,255,"+"238,238,238,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"134,134,134,255,"+"165,165,165,255,"+"109,109,109,255,"+"0,0,0,255,"+"35,35,35,255,"+"165,165,165,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"165,165,165,255,"+"34,34,34,255,"+"1,1,1,255,"+"9,9,9,255,"+"203,203,203,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"182,182,182,255,"+"11,11,11,255,"+"0,0,0,255,"+"20,20,20,255,"+"128,128,128,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"177,177,177,255,"+"44,44,44,255,"+"146,146,146,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"194,194,194,255,"+"44,44,44,255,"+"187,187,187,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"179,179,179,255,"+"25,25,25,255,"+"0,0,0,255,"+"106,106,106,255,"+"238,238,238,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"116,116,116,255,"+"10,10,10,255,"+"78,78,78,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"76,76,76,255,"+"42,42,42,255,"+"188,188,188,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"181,181,181,255,"+"0,0,0,255,"+"35,35,35,255,"+"165,165,165,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"207,207,207,255,"+"62,62,62,255,"+"81,81,81,255,"+"12,12,12,255,"+"9,9,9,255,"+"203,203,203,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"215,215,215,255,"+"43,43,43,255,"+"1,1,1,255,"+"9,9,9,255,"+"93,93,93,255,"+"239,239,239,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,237,237,255,"+"126,126,126,255,"+"40,40,40,255,"+"171,171,171,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"155,155,155,255,"+"121,121,121,255,"+"240,240,240,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"216,216,216,255,"+"82,82,82,255,"+"0,0,0,255,"+"86,86,86,255,"+"220,220,220,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"249,249,249,255,"+"60,60,60,255,"+"6,6,6,255,"+"141,141,141,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"61,61,61,255,"+"27,27,27,255,"+"180,180,180,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"185,185,185,255,"+"0,0,0,255,"+"35,35,35,255,"+"165,165,165,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"232,232,232,255,"+"98,98,98,255,"+"85,85,85,255,"+"176,176,176,255,"+"25,25,25,255,"+"9,9,9,255,"+"203,203,203,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"232,232,232,255,"+"86,86,86,255,"+"5,5,5,255,"+"3,3,3,255,"+"62,62,62,255,"+"216,216,216,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"184,184,184,255,"+"42,42,42,255,"+"60,60,60,255,"+"197,197,197,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"215,215,215,255,"+"227,227,227,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"224,224,224,255,"+"97,97,97,255,"+"1,1,1,255,"+"101,101,101,255,"+"232,232,232,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"214,214,214,255,"+"30,30,30,255,"+"8,8,8,255,"+"201,201,201,255,"+"243,243,243,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"229,229,229,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"61,61,61,255,"+"27,27,27,255,"+"180,180,180,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"185,185,185,255,"+"0,0,0,255,"+"35,35,35,255,"+"165,165,165,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"142,142,142,255,"+"67,67,67,255,"+"188,188,188,255,"+"203,203,203,255,"+"26,26,26,255,"+"9,9,9,255,"+"203,203,203,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"128,128,128,255,"+"15,15,15,255,"+"1,1,1,255,"+"36,36,36,255,"+"183,183,183,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"244,244,244,255,"+"188,188,188,255,"+"81,81,81,255,"+"0,0,0,255,"+"79,79,79,255,"+"223,223,223,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"215,215,215,255,"+"79,79,79,255,"+"13,13,13,255,"+"134,134,134,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"157,157,157,255,"+"20,20,20,255,"+"31,31,31,255,"+"242,242,242,255,"+"223,223,223,255,"+"113,113,113,255,"+"58,58,58,255,"+"68,68,68,255,"+"103,103,103,255,"+"180,180,180,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"61,61,61,255,"+"27,27,27,255,"+"180,180,180,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"185,185,185,255,"+"0,0,0,255,"+"35,35,35,255,"+"165,165,165,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"185,185,185,255,"+"70,70,70,255,"+"143,143,143,255,"+"239,239,239,255,"+"208,208,208,255,"+"26,26,26,255,"+"9,9,9,255,"+"203,203,203,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"165,165,165,255,"+"31,31,31,255,"+"0,0,0,255,"+"2,2,2,255,"+"87,87,87,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"191,191,191,255,"+"174,174,174,255,"+"139,139,139,255,"+"55,55,55,255,"+"2,2,2,255,"+"2,2,2,255,"+"100,100,100,255,"+"245,245,245,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"191,191,191,255,"+"38,38,38,255,"+"59,59,59,255,"+"193,193,193,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"100,100,100,255,"+"9,9,9,255,"+"89,89,89,255,"+"250,250,250,255,"+"241,241,241,255,"+"136,136,136,255,"+"28,28,28,255,"+"101,101,101,255,"+"185,185,185,255,"+"238,238,238,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"61,61,61,255,"+"27,27,27,255,"+"180,180,180,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"185,185,185,255,"+"0,0,0,255,"+"35,35,35,255,"+"165,165,165,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"215,215,215,255,"+"93,93,93,255,"+"104,104,104,255,"+"222,222,222,255,"+"255,255,255,255,"+"208,208,208,255,"+"26,26,26,255,"+"9,9,9,255,"+"203,203,203,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"194,194,194,255,"+"57,57,57,255,"+"4,4,4,255,"+"0,0,0,255,"+"1,1,1,255,"+"49,49,49,255,"+"60,60,60,255,"+"60,60,60,255,"+"60,60,60,255,"+"60,60,60,255,"+"60,60,60,255,"+"60,60,60,255,"+"60,60,60,255,"+"60,60,60,255,"+"60,60,60,255,"+"60,60,60,255,"+"60,60,60,255,"+"60,60,60,255,"+"60,60,60,255,"+"50,50,50,255,"+"27,27,27,255,"+"6,6,6,255,"+"0,0,0,255,"+"0,0,0,255,"+"12,12,12,255,"+"125,125,125,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"238,238,238,255,"+"130,130,130,255,"+"27,27,27,255,"+"135,135,135,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,237,237,255,"+"57,57,57,255,"+"2,2,2,255,"+"152,152,152,255,"+"242,242,242,255,"+"160,160,160,255,"+"79,79,79,255,"+"139,139,139,255,"+"229,229,229,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"61,61,61,255,"+"27,27,27,255,"+"180,180,180,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"185,185,185,255,"+"0,0,0,255,"+"35,35,35,255,"+"165,165,165,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"236,236,236,255,"+"129,129,129,255,"+"79,79,79,255,"+"192,192,192,255,"+"252,252,252,255,"+"255,255,255,255,"+"208,208,208,255,"+"26,26,26,255,"+"9,9,9,255,"+"203,203,203,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"218,218,218,255,"+"89,89,89,255,"+"10,10,10,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"29,29,29,255,"+"153,153,153,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"187,187,187,255,"+"54,54,54,255,"+"99,99,99,255,"+"220,220,220,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"192,192,192,255,"+"36,36,36,255,"+"7,7,7,255,"+"191,191,191,255,"+"140,140,140,255,"+"83,83,83,255,"+"162,162,162,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"204,204,204,255,"+"157,157,157,255,"+"152,152,152,255,"+"152,152,152,255,"+"152,152,152,255,"+"152,152,152,255,"+"146,146,146,255,"+"34,34,34,255,"+"16,16,16,255,"+"106,106,106,255,"+"152,152,152,255,"+"152,152,152,255,"+"152,152,152,255,"+"152,152,152,255,"+"152,152,152,255,"+"182,182,182,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"185,185,185,255,"+"0,0,0,255,"+"35,35,35,255,"+"165,165,165,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"249,249,249,255,"+"170,170,170,255,"+"71,71,71,255,"+"152,152,152,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"208,208,208,255,"+"26,26,26,255,"+"9,9,9,255,"+"203,203,203,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"236,236,236,255,"+"123,123,123,255,"+"20,20,20,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"46,46,46,255,"+"182,182,182,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"215,215,215,255,"+"86,86,86,255,"+"79,79,79,255,"+"206,206,206,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"140,140,140,255,"+"20,20,20,255,"+"9,9,9,255,"+"94,94,94,255,"+"35,35,35,255,"+"164,164,164,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"140,140,140,255,"+"34,34,34,255,"+"23,23,23,255,"+"23,23,23,255,"+"23,23,23,255,"+"23,23,23,255,"+"22,22,22,255,"+"4,4,4,255,"+"2,2,2,255,"+"15,15,15,255,"+"23,23,23,255,"+"23,23,23,255,"+"23,23,23,255,"+"23,23,23,255,"+"23,23,23,255,"+"90,90,90,255,"+"213,213,213,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"185,185,185,255,"+"0,0,0,255,"+"35,35,35,255,"+"165,165,165,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"207,207,207,255,"+"75,75,75,255,"+"78,78,78,255,"+"182,182,182,255,"+"209,209,209,255,"+"209,209,209,255,"+"209,209,209,255,"+"169,169,169,255,"+"21,21,21,255,"+"8,8,8,255,"+"165,165,165,255,"+"209,209,209,255,"+"221,221,221,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,248,248,255,"+"157,157,157,255,"+"35,35,35,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"63,63,63,255,"+"210,210,210,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"230,230,230,255,"+"102,102,102,255,"+"73,73,73,255,"+"198,198,198,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"89,89,89,255,"+"6,6,6,255,"+"2,2,2,255,"+"6,6,6,255,"+"13,13,13,255,"+"167,167,167,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"182,182,182,255,"+"115,115,115,255,"+"108,108,108,255,"+"108,108,108,255,"+"108,108,108,255,"+"108,108,108,255,"+"104,104,104,255,"+"23,23,23,255,"+"11,11,11,255,"+"74,74,74,255,"+"108,108,108,255,"+"108,108,108,255,"+"108,108,108,255,"+"108,108,108,255,"+"108,108,108,255,"+"151,151,151,255,"+"229,229,229,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"185,185,185,255,"+"0,0,0,255,"+"35,35,35,255,"+"165,165,165,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"172,172,172,255,"+"24,24,24,255,"+"27,27,27,255,"+"54,54,54,255,"+"55,55,55,255,"+"55,55,55,255,"+"55,55,55,255,"+"44,44,44,255,"+"5,5,5,255,"+"2,2,2,255,"+"43,43,43,255,"+"55,55,55,255,"+"100,100,100,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"215,215,215,255,"+"106,106,106,255,"+"46,46,46,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"43,43,43,255,"+"107,107,107,255,"+"238,238,238,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"241,241,241,255,"+"108,108,108,255,"+"68,68,68,255,"+"195,195,195,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"222,222,222,255,"+"57,57,57,255,"+"1,1,1,255,"+"110,110,110,255,"+"67,67,67,255,"+"6,6,6,255,"+"77,77,77,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"243,243,243,255,"+"231,231,231,255,"+"229,229,229,255,"+"229,229,229,255,"+"229,229,229,255,"+"229,229,229,255,"+"221,221,221,255,"+"53,53,53,255,"+"24,24,24,255,"+"161,161,161,255,"+"229,229,229,255,"+"229,229,229,255,"+"229,229,229,255,"+"229,229,229,255,"+"229,229,229,255,"+"237,237,237,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"185,185,185,255,"+"0,0,0,255,"+"35,35,35,255,"+"165,165,165,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"182,182,182,255,"+"56,56,56,255,"+"42,42,42,255,"+"42,42,42,255,"+"42,42,42,255,"+"42,42,42,255,"+"42,42,42,255,"+"32,32,32,255,"+"4,4,4,255,"+"1,1,1,255,"+"31,31,31,255,"+"42,42,42,255,"+"90,90,90,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"218,218,218,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"208,208,208,255,"+"223,223,223,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"118,118,118,255,"+"56,56,56,255,"+"193,193,193,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"234,234,234,255,"+"173,173,173,255,"+"211,211,211,255,"+"175,175,175,255,"+"37,37,37,255,"+"13,13,13,255,"+"204,204,204,255,"+"169,169,169,255,"+"5,5,5,255,"+"29,29,29,255,"+"189,189,189,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"61,61,61,255,"+"27,27,27,255,"+"180,180,180,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"185,185,185,255,"+"0,0,0,255,"+"35,35,35,255,"+"165,165,165,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"243,243,243,255,"+"222,222,222,255,"+"219,219,219,255,"+"219,219,219,255,"+"219,219,219,255,"+"219,219,219,255,"+"219,219,219,255,"+"178,178,178,255,"+"22,22,22,255,"+"8,8,8,255,"+"174,174,174,255,"+"219,219,219,255,"+"227,227,227,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"131,131,131,255,"+"39,39,39,255,"+"183,183,183,255,"+"242,242,242,255,"+"246,246,246,255,"+"246,246,246,255,"+"243,243,243,255,"+"217,217,217,255,"+"125,125,125,255,"+"106,106,106,255,"+"212,212,212,255,"+"126,126,126,255,"+"17,17,17,255,"+"61,61,61,255,"+"228,228,228,255,"+"239,239,239,255,"+"44,44,44,255,"+"8,8,8,255,"+"93,93,93,255,"+"250,250,250,255,"+"202,202,202,255,"+"151,151,151,255,"+"244,244,244,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"61,61,61,255,"+"27,27,27,255,"+"180,180,180,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"175,175,175,255,"+"0,0,0,255,"+"35,35,35,255,"+"165,165,165,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"208,208,208,255,"+"26,26,26,255,"+"9,9,9,255,"+"203,203,203,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"142,142,142,255,"+"22,22,22,255,"+"3,3,3,255,"+"25,25,25,255,"+"29,29,29,255,"+"29,29,29,255,"+"29,29,29,255,"+"28,28,28,255,"+"25,25,25,255,"+"17,17,17,255,"+"134,134,134,255,"+"236,236,236,255,"+"84,84,84,255,"+"2,2,2,255,"+"118,118,118,255,"+"239,239,239,255,"+"252,252,252,255,"+"148,148,148,255,"+"1,1,1,255,"+"28,28,28,255,"+"124,124,124,255,"+"113,113,113,255,"+"145,145,145,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"61,61,61,255,"+"27,27,27,255,"+"180,180,180,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"240,240,240,255,"+"118,118,118,255,"+"0,0,0,255,"+"19,19,19,255,"+"132,132,132,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"208,208,208,255,"+"26,26,26,255,"+"9,9,9,255,"+"203,203,203,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"164,164,164,255,"+"36,36,36,255,"+"11,11,11,255,"+"10,10,10,255,"+"10,10,10,255,"+"10,10,10,255,"+"10,10,10,255,"+"10,10,10,255,"+"10,10,10,255,"+"10,10,10,255,"+"56,56,56,255,"+"187,187,187,255,"+"207,207,207,255,"+"65,65,65,255,"+"11,11,11,255,"+"179,179,179,255,"+"250,250,250,255,"+"255,255,255,255,"+"235,235,235,255,"+"63,63,63,255,"+"9,9,9,255,"+"20,20,20,255,"+"99,99,99,255,"+"234,234,234,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"61,61,61,255,"+"27,27,27,255,"+"180,180,180,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"183,183,183,255,"+"107,107,107,255,"+"25,25,25,255,"+"10,10,10,255,"+"11,11,11,255,"+"48,48,48,255,"+"128,128,128,255,"+"197,197,197,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"212,212,212,255,"+"45,45,45,255,"+"30,30,30,255,"+"208,208,208,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"213,213,213,255,"+"181,181,181,255,"+"177,177,177,255,"+"177,177,177,255,"+"177,177,177,255,"+"177,177,177,255,"+"177,177,177,255,"+"177,177,177,255,"+"177,177,177,255,"+"177,177,177,255,"+"203,203,203,255,"+"243,243,243,255,"+"236,236,236,255,"+"192,192,192,255,"+"180,180,180,255,"+"240,240,240,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"226,226,226,255,"+"140,140,140,255,"+"152,152,152,255,"+"234,234,234,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"74,74,74,255,"+"42,42,42,255,"+"186,186,186,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"203,203,203,255,"+"177,177,177,255,"+"177,177,177,255,"+"177,177,177,255,"+"177,177,177,255,"+"177,177,177,255,"+"177,177,177,255,"+"211,211,211,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"244,244,244,255,"+"190,190,190,255,"+"186,186,186,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"183,183,183,255,"+"168,168,168,255,"+"229,229,229,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"224,224,224,255,"+"199,199,199,255,"+"174,174,174,255,"+"232,232,232,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"230,230,230,255,"+"206,206,206,255,"+"200,200,200,255,"+"207,207,207,255,"+"232,232,232,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"241,241,241,255,"+"167,167,167,255,"+"49,49,49,255,"+"19,19,19,255,"+"201,201,201,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"223,223,223,255,"+"114,114,114,255,"+"95,95,95,255,"+"110,110,110,255,"+"91,91,91,255,"+"125,125,125,255,"+"224,224,224,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"239,239,239,255,"+"76,76,76,255,"+"63,63,63,255,"+"220,220,220,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"112,112,112,255,"+"34,34,34,255,"+"201,201,201,255,"+"250,250,250,255,"+"178,178,178,255,"+"52,52,52,255,"+"129,129,129,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"205,205,205,255,"+"57,57,57,255,"+"115,115,115,255,"+"235,235,235,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"214,214,214,255,"+"24,24,24,255,"+"86,86,86,255,"+"255,255,255,255,"+"255,255,255,255,"+"223,223,223,255,"+"94,94,94,255,"+"60,60,60,255,"+"197,197,197,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"162,162,162,255,"+"38,38,38,255,"+"164,164,164,255,"+"228,228,228,255,"+"225,225,225,255,"+"224,224,224,255,"+"230,230,230,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"144,144,144,255,"+"15,15,15,255,"+"140,140,140,255,"+"255,255,255,255,"+"255,255,255,255,"+"241,241,241,255,"+"135,135,135,255,"+"22,22,22,255,"+"149,149,149,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"119,119,119,255,"+"42,42,42,255,"+"197,197,197,255,"+"200,200,200,255,"+"101,101,101,255,"+"111,111,111,255,"+"186,186,186,255,"+"246,246,246,255,"+"194,194,194,255,"+"194,194,194,255,"+"194,194,194,255,"+"194,194,194,255,"+"194,194,194,255,"+"194,194,194,255,"+"194,194,194,255,"+"194,194,194,255,"+"194,194,194,255,"+"240,240,240,255,"+"255,255,255,255,"+"102,102,102,255,"+"13,13,13,255,"+"171,171,171,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"158,158,158,255,"+"4,4,4,255,"+"124,124,124,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"230,230,230,255,"+"84,84,84,255,"+"79,79,79,255,"+"215,215,215,255,"+"146,146,146,255,"+"75,75,75,255,"+"165,165,165,255,"+"223,223,223,255,"+"225,225,225,255,"+"55,55,55,255,"+"55,55,55,255,"+"55,55,55,255,"+"55,55,55,255,"+"55,55,55,255,"+"55,55,55,255,"+"55,55,55,255,"+"55,55,55,255,"+"55,55,55,255,"+"205,205,205,255,"+"255,255,255,255,"+"79,79,79,255,"+"12,12,12,255,"+"186,186,186,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"166,166,166,255,"+"2,2,2,255,"+"110,110,110,255,"+"245,245,245,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"192,192,192,255,"+"55,55,55,255,"+"116,116,116,255,"+"136,136,136,255,"+"127,127,127,255,"+"196,196,196,255,"+"249,249,249,255,"+"255,255,255,255,"+"241,241,241,255,"+"160,160,160,255,"+"160,160,160,255,"+"160,160,160,255,"+"160,160,160,255,"+"160,160,160,255,"+"160,160,160,255,"+"160,160,160,255,"+"160,160,160,255,"+"160,160,160,255,"+"231,231,231,255,"+"255,255,255,255,"+"79,79,79,255,"+"12,12,12,255,"+"187,187,187,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"168,168,168,255,"+"3,3,3,255,"+"107,107,107,255,"+"242,242,242,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"152,152,152,255,"+"26,26,26,255,"+"47,47,47,255,"+"65,65,65,255,"+"193,193,193,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"250,250,250,255,"+"254,254,254,255,"+"255,255,255,255,"+"98,98,98,255,"+"13,13,13,255,"+"176,176,176,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"161,161,161,255,"+"2,2,2,255,"+"117,117,117,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,248,248,255,"+"114,114,114,255,"+"24,24,24,255,"+"42,42,42,255,"+"23,23,23,255,"+"184,184,184,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"238,238,238,255,"+"143,143,143,255,"+"143,143,143,255,"+"143,143,143,255,"+"143,143,143,255,"+"143,143,143,255,"+"143,143,143,255,"+"143,143,143,255,"+"143,143,143,255,"+"143,143,143,255,"+"227,227,227,255,"+"255,255,255,255,"+"134,134,134,255,"+"15,15,15,255,"+"153,153,153,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"145,145,145,255,"+"13,13,13,255,"+"136,136,136,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"218,218,218,255,"+"81,81,81,255,"+"83,83,83,255,"+"149,149,149,255,"+"42,42,42,255,"+"100,100,100,255,"+"236,236,236,255,"+"253,253,253,255,"+"255,255,255,255,"+"220,220,220,255,"+"24,24,24,255,"+"24,24,24,255,"+"24,24,24,255,"+"24,24,24,255,"+"24,24,24,255,"+"24,24,24,255,"+"24,24,24,255,"+"24,24,24,255,"+"24,24,24,255,"+"197,197,197,255,"+"255,255,255,255,"+"205,205,205,255,"+"17,17,17,255,"+"102,102,102,255,"+"255,255,255,255,"+"255,255,255,255,"+"229,229,229,255,"+"107,107,107,255,"+"47,47,47,255,"+"181,181,181,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"180,180,180,255,"+"47,47,47,255,"+"133,133,133,255,"+"237,237,237,255,"+"94,94,94,255,"+"21,21,21,255,"+"185,185,185,255,"+"128,128,128,255,"+"223,223,223,255,"+"252,252,252,255,"+"238,238,238,255,"+"238,238,238,255,"+"238,238,238,255,"+"238,238,238,255,"+"238,238,238,255,"+"238,238,238,255,"+"238,238,238,255,"+"238,238,238,255,"+"238,238,238,255,"+"251,251,251,255,"+"255,255,255,255,"+"252,252,252,255,"+"79,79,79,255,"+"40,40,40,255,"+"225,225,225,255,"+"250,250,250,255,"+"195,195,195,255,"+"50,50,50,255,"+"102,102,102,255,"+"236,236,236,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"155,155,155,255,"+"50,50,50,255,"+"175,175,175,255,"+"255,255,255,255,"+"202,202,202,255,"+"53,53,53,255,"+"31,31,31,255,"+"122,122,122,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"230,230,230,255,"+"64,64,64,255,"+"89,89,89,255,"+"156,156,156,255,"+"88,88,88,255,"+"89,89,89,255,"+"219,219,219,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"226,226,226,255,"+"205,205,205,255,"+"239,239,239,255,"+"255,255,255,255,"+"255,255,255,255,"+"201,201,201,255,"+"186,186,186,255,"+"247,247,247,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"193,193,193,255,"+"155,155,155,255,"+"197,197,197,255,"+"244,244,244,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"GraphPadIcon,100,100,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"222,222,222,255,"+"169,170,170,255,"+"121,125,123,255,"+"106,110,108,255,"+"107,110,108,255,"+"134,137,135,255,"+"184,184,184,255,"+"235,235,235,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"235,235,235,255,"+"155,155,155,255,"+"72,102,86,255,"+"53,145,97,255,"+"25,194,105,255,"+"30,215,118,255,"+"27,212,115,255,"+"39,180,106,255,"+"56,129,91,255,"+"84,103,93,255,"+"185,186,185,255,"+"246,246,246,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"219,219,219,255,"+"98,103,100,255,"+"52,132,90,255,"+"30,224,122,255,"+"1,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"5,252,122,255,"+"19,209,109,255,"+"53,110,80,255,"+"127,133,130,255,"+"238,238,238,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"107,113,110,255,"+"58,163,108,255,"+"11,246,122,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"1,255,121,255,"+"9,240,118,255,"+"36,133,82,255,"+"148,149,148,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"155,155,155,255,"+"55,129,90,255,"+"7,249,122,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"17,229,117,255,"+"54,103,77,255,"+"196,196,196,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"226,226,226,255,"+"70,98,83,255,"+"22,223,118,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"33,187,106,255,"+"106,111,108,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"179,179,179,255,"+"48,130,87,255,"+"4,250,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"22,237,124,255,"+"72,100,86,255,"+"225,225,225,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"147,147,147,255,"+"22,172,93,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"2,253,121,255,"+"60,128,92,255,"+"192,192,192,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"147,147,147,255,"+"28,178,99,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"2,253,121,255,"+"71,138,103,255,"+"184,184,184,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"155,155,155,255,"+"23,163,89,255,"+"1,254,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"5,251,121,255,"+"55,117,84,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"195,195,195,255,"+"54,119,85,255,"+"4,248,120,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"23,230,121,255,"+"80,98,89,255,"+"234,234,234,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"236,236,236,255,"+"89,104,96,255,"+"30,199,111,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"7,251,123,255,"+"49,156,100,255,"+"130,133,131,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"192,192,192,255,"+"59,105,81,255,"+"16,235,120,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"2,254,122,255,"+"37,201,114,255,"+"85,98,91,255,"+"225,225,225,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"141,142,142,255,"+"59,123,90,255,"+"18,229,118,255,"+"1,254,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"3,252,121,255,"+"40,204,118,255,"+"75,100,87,255,"+"183,183,183,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"239,239,239,255,"+"148,149,148,255,"+"67,105,85,255,"+"35,181,104,255,"+"8,240,118,255,"+"2,253,121,255,"+"0,255,121,255,"+"0,255,121,255,"+"5,250,121,255,"+"13,232,117,255,"+"52,152,99,255,"+"83,102,92,255,"+"183,183,183,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"244,244,244,255,"+"246,246,246,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"205,205,205,255,"+"99,109,104,255,"+"41,87,63,255,"+"28,138,80,255,"+"31,155,90,255,"+"29,152,88,255,"+"40,126,81,255,"+"71,103,86,255,"+"129,132,130,255,"+"225,225,225,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"204,204,204,255,"+"151,150,150,255,"+"115,103,103,255,"+"111,97,97,255,"+"110,95,95,255,"+"131,125,125,255,"+"179,179,179,255,"+"231,231,231,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"171,171,171,255,"+"120,120,120,255,"+"189,189,189,255,"+"180,180,180,255,"+"180,180,180,255,"+"195,195,195,255,"+"229,229,229,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"221,221,221,255,"+"130,130,130,255,"+"108,58,58,255,"+"164,41,41,255,"+"212,19,19,255,"+"229,25,25,255,"+"223,20,20,255,"+"189,34,34,255,"+"134,43,43,255,"+"101,91,91,255,"+"182,182,182,255,"+"246,246,246,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"120,120,120,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"193,193,193,255,"+"97,87,87,255,"+"158,48,48,255,"+"236,21,21,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"251,5,5,255,"+"201,39,39,255,"+"111,64,64,255,"+"132,132,132,255,"+"242,242,242,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"223,223,223,255,"+"108,108,108,255,"+"241,241,241,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"223,223,223,255,"+"99,84,84,255,"+"190,53,53,255,"+"251,6,6,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,1,1,255,"+"233,28,28,255,"+"116,59,59,255,"+"160,159,159,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"171,171,171,255,"+"150,150,150,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,248,248,255,"+"125,123,123,255,"+"157,54,54,255,"+"252,4,4,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"225,27,27,255,"+"96,75,75,255,"+"208,208,208,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"121,121,121,255,"+"201,201,201,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"208,208,208,255,"+"107,59,59,255,"+"240,15,15,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"254,3,3,255,"+"176,36,36,255,"+"127,127,127,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"218,218,218,255,"+"111,111,111,255,"+"238,238,238,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"153,153,153,255,"+"156,44,44,255,"+"254,1,1,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"226,20,20,255,"+"102,81,81,255,"+"233,233,233,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"166,166,166,255,"+"149,149,149,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"114,114,114,255,"+"200,26,26,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"247,5,5,255,"+"114,64,64,255,"+"206,206,206,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"120,120,120,255,"+"203,203,203,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"109,109,109,255,"+"207,33,33,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"249,7,7,255,"+"122,73,73,255,"+"198,198,198,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"220,220,220,255,"+"109,109,109,255,"+"239,239,239,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"128,128,128,255,"+"184,25,25,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"241,8,8,255,"+"104,62,62,255,"+"219,219,219,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"169,169,169,255,"+"148,148,148,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"179,179,179,255,"+"130,54,54,255,"+"252,2,2,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"207,24,24,255,"+"106,101,101,255,"+"244,244,244,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"115,115,115,255,"+"209,209,209,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"230,230,230,255,"+"97,77,77,255,"+"207,35,35,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"247,11,11,255,"+"126,51,51,255,"+"159,159,159,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"220,220,220,255,"+"111,111,111,255,"+"247,247,247,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"175,175,175,255,"+"109,55,55,255,"+"237,19,19,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"253,5,5,255,"+"177,39,39,255,"+"69,63,63,255,"+"223,223,223,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"166,166,166,255,"+"155,155,155,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"135,133,133,255,"+"126,66,66,255,"+"227,20,20,255,"+"254,3,3,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"255,0,0,255,"+"246,9,9,255,"+"181,48,48,255,"+"94,81,81,255,"+"130,130,130,255,"+"113,113,113,255,"+"202,202,202,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"116,116,116,255,"+"210,210,210,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"240,240,240,255,"+"151,151,151,255,"+"100,70,70,255,"+"178,38,38,255,"+"237,14,14,255,"+"253,3,3,255,"+"255,0,0,255,"+"255,0,0,255,"+"246,10,10,255,"+"216,19,19,255,"+"126,58,58,255,"+"111,103,103,255,"+"206,206,206,255,"+"251,251,251,255,"+"198,198,198,255,"+"107,107,107,255,"+"156,156,156,255,"+"240,240,240,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"212,212,212,255,"+"114,114,114,255,"+"244,244,244,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"205,205,205,255,"+"119,110,110,255,"+"106,69,69,255,"+"128,38,38,255,"+"154,56,56,255,"+"143,45,45,255,"+"114,53,53,255,"+"105,84,84,255,"+"163,162,162,255,"+"239,239,239,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"231,231,231,255,"+"142,142,142,255,"+"119,119,119,255,"+"214,214,214,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"159,159,159,255,"+"159,159,159,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,248,248,255,"+"225,225,225,255,"+"193,193,193,255,"+"172,172,172,255,"+"179,179,179,255,"+"211,211,211,255,"+"240,240,240,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"248,248,248,255,"+"187,187,187,255,"+"107,107,107,255,"+"170,170,170,255,"+"244,244,244,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"243,243,243,255,"+"117,117,117,255,"+"208,208,208,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"224,224,224,255,"+"128,128,128,255,"+"124,124,124,255,"+"226,226,226,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"211,211,211,255,"+"114,114,114,255,"+"242,242,242,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"172,172,172,255,"+"106,106,106,255,"+"184,184,184,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"158,158,158,255,"+"158,158,158,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"214,214,214,255,"+"120,120,120,255,"+"138,138,138,255,"+"230,230,230,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"244,244,244,255,"+"111,111,111,255,"+"217,217,217,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"241,241,241,255,"+"160,160,160,255,"+"111,111,111,255,"+"196,196,196,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"213,213,213,255,"+"114,114,114,255,"+"247,247,247,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"202,202,202,255,"+"114,114,114,255,"+"152,152,152,255,"+"237,237,237,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"155,155,155,255,"+"162,162,162,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"236,236,236,255,"+"146,146,146,255,"+"116,116,116,255,"+"210,210,210,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"244,244,244,255,"+"110,110,110,255,"+"218,218,218,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"191,191,191,255,"+"108,108,108,255,"+"165,165,165,255,"+"242,242,242,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"205,205,205,255,"+"118,118,118,255,"+"247,247,247,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"228,228,228,255,"+"133,133,133,255,"+"124,124,124,255,"+"219,219,219,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"150,150,150,255,"+"168,168,168,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"178,178,178,255,"+"106,106,106,255,"+"180,180,180,255,"+"247,247,247,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"250,250,250,255,"+"232,232,232,255,"+"225,225,225,255,"+"226,226,226,255,"+"229,229,229,255,"+"111,111,111,255,"+"215,215,215,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"247,247,247,255,"+"229,229,229,255,"+"226,226,226,255,"+"230,230,230,255,"+"247,247,247,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"218,218,218,255,"+"123,123,123,255,"+"132,132,132,255,"+"226,226,226,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"232,232,232,255,"+"162,162,162,255,"+"102,102,117,255,"+"76,76,105,255,"+"45,45,121,255,"+"50,50,116,255,"+"76,76,95,255,"+"67,67,70,255,"+"195,195,195,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"216,216,216,255,"+"145,144,145,255,"+"111,100,108,255,"+"107,86,101,255,"+"122,73,108,255,"+"108,88,102,255,"+"112,101,109,255,"+"150,150,150,255,"+"222,222,222,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"244,244,244,255,"+"166,166,166,255,"+"105,105,105,255,"+"190,190,190,255,"+"251,251,251,255,"+"250,250,250,255,"+"192,192,192,255,"+"94,94,101,255,"+"43,43,134,255,"+"20,20,210,255,"+"19,19,237,255,"+"3,3,253,255,"+"6,6,249,255,"+"20,20,223,255,"+"49,49,171,255,"+"66,66,102,255,"+"144,144,145,255,"+"234,234,234,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"163,163,163,255,"+"99,81,94,255,"+"159,88,138,255,"+"219,93,182,255,"+"242,101,201,255,"+"254,95,208,255,"+"241,101,200,255,"+"217,92,181,255,"+"153,84,133,255,"+"99,83,95,255,"+"170,170,170,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"206,206,206,255,"+"116,116,116,255,"+"144,144,144,255,"+"152,152,153,255,"+"62,62,103,255,"+"34,34,195,255,"+"8,8,248,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"3,3,254,255,"+"17,17,231,255,"+"56,56,142,255,"+"102,102,113,255,"+"228,228,228,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"243,243,243,255,"+"132,127,130,255,"+"122,76,109,255,"+"218,90,181,255,"+"253,94,207,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"252,94,206,255,"+"215,90,179,255,"+"113,80,103,255,"+"133,132,132,255,"+"246,246,246,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,237,237,255,"+"123,123,123,255,"+"43,43,75,255,"+"24,24,221,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"10,10,248,255,"+"57,57,144,255,"+"131,131,134,255,"+"247,247,247,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"166,165,165,255,"+"120,75,107,255,"+"242,96,199,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"234,101,195,255,"+"111,73,100,255,"+"175,175,175,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"238,238,238,255,"+"99,99,108,255,"+"42,42,183,255,"+"1,1,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"20,20,234,255,"+"66,66,105,255,"+"188,188,188,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"216,216,216,255,"+"97,82,93,255,"+"222,94,185,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"216,91,180,255,"+"96,83,92,255,"+"224,224,224,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"189,189,189,255,"+"65,65,116,255,"+"9,9,245,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"2,2,254,255,"+"25,25,196,255,"+"106,106,115,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"143,143,143,255,"+"157,91,138,255,"+"254,94,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"253,94,207,255,"+"148,86,130,255,"+"156,156,156,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"142,142,142,255,"+"35,35,162,255,"+"2,2,254,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"24,24,235,255,"+"76,76,98,255,"+"231,231,231,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"243,243,243,255,"+"107,102,106,255,"+"211,90,176,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"200,90,168,255,"+"105,105,105,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"101,101,121,255,"+"16,16,209,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"4,4,253,255,"+"47,47,113,255,"+"144,144,144,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"157,157,157,255,"+"98,69,89,255,"+"241,91,198,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"230,94,191,255,"+"95,77,89,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"99,99,120,255,"+"17,17,211,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"4,4,253,255,"+"48,48,114,255,"+"143,143,143,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"174,174,174,255,"+"157,157,157,255,"+"97,69,89,255,"+"241,92,198,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"230,94,191,255,"+"95,77,89,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"142,142,142,255,"+"37,37,164,255,"+"2,2,254,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"24,24,236,255,"+"76,76,98,255,"+"230,230,230,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"243,243,243,255,"+"107,102,105,255,"+"213,92,178,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"201,91,169,255,"+"106,106,106,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"187,187,187,255,"+"64,64,115,255,"+"9,9,245,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"24,24,199,255,"+"104,104,114,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"142,142,142,255,"+"157,91,138,255,"+"254,94,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"253,94,207,255,"+"148,86,130,255,"+"156,156,156,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"238,238,238,255,"+"99,99,108,255,"+"43,43,184,255,"+"1,1,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"11,11,238,255,"+"45,45,112,255,"+"182,182,182,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"212,212,212,255,"+"93,78,89,255,"+"222,94,185,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"216,91,180,255,"+"94,81,90,255,"+"220,220,220,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"239,239,239,255,"+"128,128,128,255,"+"46,46,79,255,"+"27,27,224,255,"+"1,1,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"10,10,248,255,"+"56,56,143,255,"+"125,125,128,255,"+"246,246,246,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"163,162,163,255,"+"120,75,107,255,"+"242,96,200,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"239,95,197,255,"+"113,72,101,255,"+"175,174,175,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"211,211,211,255,"+"118,118,118,255,"+"140,140,140,255,"+"147,147,147,255,"+"65,65,105,255,"+"38,38,198,255,"+"8,8,249,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"0,0,255,255,"+"3,3,254,255,"+"19,19,233,255,"+"57,57,143,255,"+"100,100,111,255,"+"228,228,228,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"130,126,129,255,"+"127,80,113,255,"+"220,92,183,255,"+"253,94,207,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"255,93,208,255,"+"253,94,207,255,"+"216,90,179,255,"+"119,74,106,255,"+"135,131,134,255,"+"246,246,246,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"245,245,245,255,"+"170,170,170,255,"+"105,105,105,255,"+"188,188,188,255,"+"250,250,250,255,"+"249,249,249,255,"+"187,187,187,255,"+"95,95,101,255,"+"49,49,141,255,"+"22,22,212,255,"+"21,21,239,255,"+"4,4,254,255,"+"7,7,250,255,"+"15,15,228,255,"+"30,30,182,255,"+"68,68,104,255,"+"138,138,139,255,"+"231,231,231,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"241,241,241,255,"+"161,161,161,255,"+"98,80,93,255,"+"160,89,139,255,"+"221,95,184,255,"+"247,96,203,255,"+"255,93,208,255,"+"246,96,202,255,"+"219,94,183,255,"+"157,88,137,255,"+"100,84,96,255,"+"164,164,164,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"221,221,221,255,"+"125,125,125,255,"+"129,129,129,255,"+"224,224,224,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"231,231,231,255,"+"159,159,159,255,"+"98,98,113,255,"+"77,77,106,255,"+"53,53,130,255,"+"52,52,118,255,"+"75,75,96,255,"+"61,61,71,255,"+"190,190,190,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"213,213,213,255,"+"139,138,139,255,"+"107,96,104,255,"+"113,77,103,255,"+"132,79,116,255,"+"113,77,103,255,"+"108,98,105,255,"+"144,143,144,255,"+"218,218,218,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"249,249,249,255,"+"183,183,183,255,"+"107,107,107,255,"+"174,174,174,255,"+"246,246,246,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"249,249,249,255,"+"228,228,228,255,"+"217,217,217,255,"+"220,220,220,255,"+"227,227,227,255,"+"111,111,111,255,"+"217,217,217,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"245,245,245,255,"+"222,222,222,255,"+"217,217,217,255,"+"224,224,224,255,"+"246,246,246,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"230,230,230,255,"+"138,138,138,255,"+"121,121,121,255,"+"216,216,216,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"147,147,147,255,"+"171,171,171,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"195,195,195,255,"+"109,109,109,255,"+"161,161,161,255,"+"240,240,240,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"205,205,205,255,"+"118,118,118,255,"+"247,247,247,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"238,238,238,255,"+"151,151,151,255,"+"114,114,114,255,"+"205,205,205,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"244,244,244,255,"+"110,110,110,255,"+"218,218,218,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"206,206,206,255,"+"116,116,116,255,"+"147,147,147,255,"+"235,235,235,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"155,155,155,255,"+"166,166,166,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"164,164,164,255,"+"110,110,110,255,"+"193,193,193,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"210,210,210,255,"+"116,116,116,255,"+"248,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"218,218,218,255,"+"122,122,122,255,"+"132,132,132,255,"+"228,228,228,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"244,244,244,255,"+"111,111,111,255,"+"217,217,217,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"179,179,179,255,"+"105,105,105,255,"+"179,179,179,255,"+"246,246,246,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"158,158,158,255,"+"158,158,158,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"226,226,226,255,"+"131,131,131,255,"+"122,122,122,255,"+"222,222,222,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"211,211,211,255,"+"117,117,117,255,"+"243,243,243,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"249,249,249,255,"+"229,229,229,255,"+"202,202,202,255,"+"195,195,195,255,"+"197,197,197,255,"+"216,216,216,255,"+"242,242,242,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"189,189,189,255,"+"108,108,108,255,"+"165,165,165,255,"+"242,242,242,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"117,117,117,255,"+"213,213,213,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"206,206,206,255,"+"116,116,116,255,"+"71,71,71,255,"+"38,38,38,255,"+"44,44,44,255,"+"40,40,40,255,"+"54,54,54,255,"+"89,89,89,255,"+"163,163,163,255,"+"240,240,240,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"235,235,235,255,"+"146,146,146,255,"+"119,119,119,255,"+"211,211,211,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"157,157,157,255,"+"159,159,159,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"241,241,241,255,"+"155,155,155,255,"+"67,67,67,255,"+"40,40,40,255,"+"18,18,18,255,"+"8,8,8,255,"+"6,6,6,255,"+"6,6,6,255,"+"15,15,15,255,"+"22,22,22,255,"+"56,56,56,255,"+"106,106,106,255,"+"209,209,209,255,"+"251,251,251,255,"+"202,202,202,255,"+"110,110,110,255,"+"152,152,152,255,"+"238,238,238,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"212,212,212,255,"+"114,114,114,255,"+"244,244,244,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"134,134,134,255,"+"64,64,64,255,"+"22,22,22,255,"+"9,9,9,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"13,13,13,255,"+"47,47,47,255,"+"81,81,81,255,"+"134,134,134,255,"+"110,110,110,255,"+"198,198,198,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"116,116,116,255,"+"211,211,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"180,180,180,255,"+"56,56,56,255,"+"24,24,24,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"10,10,10,255,"+"42,42,42,255,"+"63,63,63,255,"+"222,222,222,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"159,159,159,255,"+"159,159,159,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"233,233,233,255,"+"80,80,80,255,"+"39,39,39,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"17,17,17,255,"+"53,53,53,255,"+"165,165,165,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"218,218,218,255,"+"110,110,110,255,"+"247,247,247,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"179,179,179,255,"+"54,54,54,255,"+"8,8,8,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"27,27,27,255,"+"102,102,102,255,"+"244,244,244,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"115,115,115,255,"+"209,209,209,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"127,127,127,255,"+"28,28,28,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"14,14,14,255,"+"63,63,63,255,"+"219,219,219,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"169,169,169,255,"+"149,149,149,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"108,108,108,255,"+"37,37,37,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"13,13,13,255,"+"73,73,73,255,"+"198,198,198,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"217,217,217,255,"+"111,111,111,255,"+"242,242,242,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"112,112,112,255,"+"30,30,30,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"11,11,11,255,"+"66,66,66,255,"+"206,206,206,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"118,118,118,255,"+"203,203,203,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"151,151,151,255,"+"49,49,49,255,"+"7,7,7,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"25,25,25,255,"+"81,81,81,255,"+"232,232,232,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"166,166,166,255,"+"149,149,149,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"207,207,207,255,"+"59,59,59,255,"+"20,20,20,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"9,9,9,255,"+"39,39,39,255,"+"125,125,125,255,"+"252,252,252,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"218,218,218,255,"+"111,111,111,255,"+"238,238,238,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"119,119,119,255,"+"56,56,56,255,"+"9,9,9,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"32,32,32,255,"+"75,75,75,255,"+"206,206,206,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"247,247,247,255,"+"120,120,120,255,"+"204,204,204,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"223,223,223,255,"+"84,84,84,255,"+"58,58,58,255,"+"12,12,12,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"7,7,7,255,"+"34,34,34,255,"+"64,64,64,255,"+"159,159,159,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"166,166,166,255,"+"150,150,150,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"193,193,193,255,"+"85,85,85,255,"+"40,40,40,255,"+"15,15,15,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"6,6,6,255,"+"10,10,10,255,"+"23,23,23,255,"+"62,62,62,255,"+"131,131,131,255,"+"242,242,242,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"223,223,223,255,"+"108,108,108,255,"+"241,241,241,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"217,217,217,255,"+"119,119,119,255,"+"55,55,55,255,"+"49,49,49,255,"+"27,27,27,255,"+"31,31,31,255,"+"26,26,26,255,"+"41,41,41,255,"+"48,48,48,255,"+"78,78,78,255,"+"177,177,177,255,"+"244,244,244,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"120,120,120,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"246,246,246,255,"+"199,199,199,255,"+"144,144,144,255,"+"101,101,101,255,"+"98,98,98,255,"+"96,96,96,255,"+"120,120,120,255,"+"173,173,173,255,"+"228,228,228,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"171,171,171,255,"+"125,125,125,255,"+"192,192,192,255,"+"180,180,180,255,"+"181,181,181,255,"+"199,199,199,255,"+"231,231,231,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,250,250,255,"+"244,244,244,255,"+"246,246,246,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,253,253,255,"+"210,210,210,255,"+"108,108,108,255,"+"74,74,74,255,"+"112,112,112,255,"+"127,127,127,255,"+"124,124,124,255,"+"104,104,104,255,"+"98,98,98,255,"+"138,138,138,255,"+"228,228,228,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"242,242,242,255,"+"155,155,155,255,"+"94,94,94,255,"+"145,145,145,255,"+"187,187,187,255,"+"196,196,196,255,"+"198,198,198,255,"+"198,198,198,255,"+"194,194,194,255,"+"182,182,182,255,"+"130,130,130,255,"+"96,96,96,255,"+"184,184,184,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"148,148,148,255,"+"106,106,106,255,"+"180,180,180,255,"+"197,197,197,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"196,196,196,255,"+"163,163,163,255,"+"91,91,91,255,"+"186,186,186,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"192,192,192,255,"+"92,92,92,255,"+"184,184,184,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"160,160,160,255,"+"92,92,92,255,"+"225,225,225,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"236,236,236,255,"+"98,98,98,255,"+"158,158,158,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"196,196,196,255,"+"131,131,131,255,"+"132,132,132,255,"+"253,253,253,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"197,197,197,255,"+"103,103,103,255,"+"193,193,193,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"183,183,183,255,"+"95,95,95,255,"+"235,235,235,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"155,155,155,255,"+"130,130,130,255,"+"197,197,197,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"196,196,196,255,"+"104,104,104,255,"+"202,202,202,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"147,147,147,255,"+"144,144,144,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"197,197,197,255,"+"123,123,123,255,"+"184,184,184,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"148,148,148,255,"+"139,139,139,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"197,197,197,255,"+"112,112,112,255,"+"191,191,191,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"177,177,177,255,"+"112,112,112,255,"+"195,195,195,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"190,190,190,255,"+"94,94,94,255,"+"224,224,224,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"224,224,224,255,"+"93,93,93,255,"+"180,180,180,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"156,156,156,255,"+"109,109,109,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,251,251,255,"+"148,148,148,255,"+"114,114,114,255,"+"195,195,195,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"182,182,182,255,"+"94,94,94,255,"+"193,193,193,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"240,240,240,255,"+"108,108,108,255,"+"141,141,141,255,"+"194,194,194,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"189,189,189,255,"+"113,113,113,255,"+"144,144,144,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"218,218,218,255,"+"103,103,103,255,"+"115,115,115,255,"+"182,182,182,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"198,198,198,255,"+"197,197,197,255,"+"169,169,169,255,"+"101,101,101,255,"+"130,130,130,255,"+"236,236,236,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,254,254,255,"+"233,233,233,255,"+"150,150,150,255,"+"94,94,94,255,"+"129,129,129,255,"+"159,159,159,255,"+"175,175,175,255,"+"172,172,172,255,"+"151,151,151,255,"+"117,117,117,255,"+"99,99,99,255,"+"181,181,181,255,"+"245,245,245,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,252,252,255,"+"218,218,218,255,"+"164,164,164,255,"+"120,120,120,255,"+"110,110,110,255,"+"109,109,109,255,"+"131,131,131,255,"+"178,178,178,255,"+"231,231,231,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"NeuralNetIcon,100,100,"+"0,0,16,255,"+"0,0,16,255,"+"0,0,16,255,"+"0,0,16,255,"+"0,0,14,255,"+"0,0,8,255,"+"0,0,3,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,0,0,255,"+"16,25,34,255,"+"156,172,221,255,"+"91,140,246,255,"+"11,210,229,255,"+"0,40,51,255,"+"0,23,43,255,"+"0,153,204,255,"+"0,245,255,255,"+"0,237,251,255,"+"0,101,143,255,"+"0,5,17,255,"+"0,0,17,255,"+"0,0,19,255,"+"0,0,21,255,"+"0,0,23,255,"+"0,0,25,255,"+"0,0,27,255,"+"0,0,30,255,"+"0,1,31,255,"+"0,2,33,255,"+"0,2,35,255,"+"0,5,37,255,"+"0,9,40,255,"+"0,12,46,255,"+"0,15,51,255,"+"0,18,56,255,"+"0,20,59,255,"+"0,21,60,255,"+"0,20,61,255,"+"0,20,63,255,"+"0,20,62,255,"+"0,19,62,255,"+"0,20,64,255,"+"0,22,66,255,"+"0,23,68,255,"+"0,22,67,255,"+"0,21,63,255,"+"0,19,56,255,"+"0,14,42,255,"+"0,13,39,255,"+"0,15,39,255,"+"0,16,40,255,"+"0,19,41,255,"+"0,21,43,255,"+"0,22,44,255,"+"0,22,45,255,"+"0,23,47,255,"+"0,26,57,255,"+"0,32,69,255,"+"0,33,73,255,"+"0,27,66,255,"+"0,20,59,255,"+"0,18,55,255,"+"0,18,57,255,"+"0,17,58,255,"+"0,12,52,255,"+"0,8,46,255,"+"0,5,41,255,"+"0,3,40,255,"+"0,2,37,255,"+"0,5,32,255,"+"0,43,67,255,"+"0,146,177,255,"+"0,215,227,255,"+"0,137,150,255,"+"0,22,42,255,"+"0,1,26,255,"+"0,2,34,255,"+"0,9,44,255,"+"0,6,35,255,"+"0,5,31,255,"+"0,6,29,255,"+"0,9,35,255,"+"0,19,52,255,"+"0,23,59,255,"+"0,22,58,255,"+"0,20,55,255,"+"0,15,50,255,"+"0,5,32,255,"+"0,0,15,255,"+"0,1,17,255,"+"0,16,57,255,"+"0,42,102,255,"+"0,51,115,255,"+"0,51,114,255,"+"0,43,102,255,"+"0,23,71,255,"+"0,3,19,255,"+"0,0,5,255,"+"0,0,3,255,"+"0,0,18,255,"+"0,0,20,255,"+"0,0,20,255,"+"0,0,21,255,"+"0,0,21,255,"+"0,0,20,255,"+"0,0,16,255,"+"0,0,9,255,"+"0,0,3,255,"+"0,0,0,255,"+"27,26,37,255,"+"206,172,221,255,"+"200,132,244,255,"+"75,207,229,255,"+"0,41,52,255,"+"0,62,98,255,"+"0,203,240,255,"+"0,253,255,255,"+"0,206,235,255,"+"0,51,80,255,"+"0,0,14,255,"+"0,0,20,255,"+"0,0,20,255,"+"0,0,23,255,"+"0,0,24,255,"+"0,0,24,255,"+"0,0,27,255,"+"0,0,31,255,"+"0,1,32,255,"+"0,2,34,255,"+"0,5,36,255,"+"0,6,38,255,"+"0,8,38,255,"+"0,9,40,255,"+"0,11,46,255,"+"0,14,51,255,"+"0,17,55,255,"+"0,18,57,255,"+"0,19,59,255,"+"0,18,62,255,"+"0,19,62,255,"+"0,19,63,255,"+"0,21,68,255,"+"0,23,70,255,"+"0,24,73,255,"+"0,25,74,255,"+"0,26,73,255,"+"0,25,70,255,"+"0,20,58,255,"+"0,16,44,255,"+"0,16,43,255,"+"0,18,45,255,"+"0,20,44,255,"+"0,21,45,255,"+"0,22,46,255,"+"0,29,58,255,"+"0,44,83,255,"+"0,52,97,255,"+"0,48,94,255,"+"0,38,81,255,"+"0,26,66,255,"+"0,17,55,255,"+"0,14,51,255,"+"0,13,49,255,"+"0,11,47,255,"+"0,9,46,255,"+"0,8,45,255,"+"0,7,43,255,"+"0,4,36,255,"+"0,21,46,255,"+"0,100,128,255,"+"0,189,213,255,"+"0,158,178,255,"+"0,61,79,255,"+"0,8,31,255,"+"0,1,30,255,"+"0,0,32,255,"+"0,1,32,255,"+"0,10,50,255,"+"0,6,37,255,"+"0,4,30,255,"+"0,4,29,255,"+"0,11,41,255,"+"0,22,59,255,"+"0,25,66,255,"+"0,26,67,255,"+"0,22,62,255,"+"0,16,51,255,"+"0,4,29,255,"+"0,0,16,255,"+"0,7,38,255,"+"0,37,95,255,"+"0,55,122,255,"+"0,58,127,255,"+"0,51,117,255,"+"0,36,91,255,"+"0,10,38,255,"+"0,0,7,255,"+"0,0,5,255,"+"0,0,4,255,"+"0,0,17,255,"+"0,0,20,255,"+"0,0,22,255,"+"0,0,25,255,"+"0,0,26,255,"+"0,0,27,255,"+"0,0,26,255,"+"0,0,23,255,"+"0,0,17,255,"+"0,0,8,255,"+"31,26,43,255,"+"222,167,220,255,"+"247,133,236,255,"+"113,206,228,255,"+"1,45,60,255,"+"0,114,162,255,"+"0,235,253,255,"+"0,251,255,255,"+"0,161,198,255,"+"0,19,37,255,"+"0,0,17,255,"+"0,0,21,255,"+"0,0,23,255,"+"0,0,24,255,"+"0,0,26,255,"+"0,0,27,255,"+"0,0,29,255,"+"0,0,31,255,"+"0,0,33,255,"+"0,2,34,255,"+"0,4,36,255,"+"0,6,39,255,"+"0,7,41,255,"+"0,10,41,255,"+"0,10,43,255,"+"0,11,44,255,"+"0,12,47,255,"+"0,14,50,255,"+"0,15,52,255,"+"0,16,54,255,"+"0,16,56,255,"+"0,17,58,255,"+"0,19,64,255,"+"0,22,70,255,"+"0,25,75,255,"+"0,28,79,255,"+"0,30,80,255,"+"0,29,78,255,"+"0,28,73,255,"+"0,22,58,255,"+"0,17,46,255,"+"0,19,46,255,"+"0,20,46,255,"+"0,24,52,255,"+"0,46,84,255,"+"0,71,120,255,"+"0,74,127,255,"+"0,60,110,255,"+"0,40,84,255,"+"0,25,64,255,"+"0,17,55,255,"+"0,14,51,255,"+"0,13,50,255,"+"0,12,48,255,"+"0,12,48,255,"+"0,10,47,255,"+"0,8,42,255,"+"0,11,40,255,"+"0,62,92,255,"+"0,161,185,255,"+"0,181,194,255,"+"0,91,104,255,"+"0,17,39,255,"+"0,0,30,255,"+"0,1,33,255,"+"0,1,31,255,"+"0,0,31,255,"+"0,2,31,255,"+"0,19,60,255,"+"0,8,40,255,"+"0,2,30,255,"+"0,3,28,255,"+"0,13,47,255,"+"0,25,68,255,"+"0,30,75,255,"+"0,30,74,255,"+"0,25,67,255,"+"0,16,52,255,"+"0,3,25,255,"+"0,2,23,255,"+"0,25,75,255,"+"0,56,124,255,"+"0,64,137,255,"+"0,61,133,255,"+"0,48,113,255,"+"0,21,63,255,"+"0,2,14,255,"+"0,0,6,255,"+"0,0,4,255,"+"0,0,2,255,"+"0,0,13,255,"+"0,0,17,255,"+"0,0,21,255,"+"0,0,25,255,"+"0,0,28,255,"+"0,0,30,255,"+"0,0,31,255,"+"0,0,31,255,"+"0,0,29,255,"+"0,0,23,255,"+"32,30,55,255,"+"223,168,224,255,"+"255,137,236,255,"+"154,203,227,255,"+"9,55,80,255,"+"0,165,209,255,"+"0,249,255,255,"+"0,240,252,255,"+"0,110,149,255,"+"0,5,17,255,"+"0,0,20,255,"+"0,1,21,255,"+"0,0,23,255,"+"0,0,25,255,"+"0,0,27,255,"+"0,0,29,255,"+"0,0,30,255,"+"0,0,31,255,"+"0,1,34,255,"+"0,2,37,255,"+"0,4,38,255,"+"0,6,40,255,"+"0,6,43,255,"+"0,10,43,255,"+"0,11,46,255,"+"0,12,47,255,"+"0,12,46,255,"+"0,12,47,255,"+"0,12,48,255,"+"0,10,46,255,"+"0,11,46,255,"+"0,12,48,255,"+"0,11,50,255,"+"0,14,57,255,"+"0,22,70,255,"+"0,28,79,255,"+"0,31,81,255,"+"0,33,82,255,"+"0,32,81,255,"+"0,30,73,255,"+"0,22,56,255,"+"0,18,48,255,"+"0,33,67,255,"+"0,72,121,255,"+"0,97,155,255,"+"0,90,147,255,"+"0,61,110,255,"+"0,32,73,255,"+"0,20,57,255,"+"0,18,53,255,"+"0,15,53,255,"+"0,14,51,255,"+"0,13,51,255,"+"0,13,50,255,"+"0,11,46,255,"+"0,10,40,255,"+"0,49,76,255,"+"0,139,162,255,"+"0,182,200,255,"+"0,107,124,255,"+"0,30,48,255,"+"0,6,30,255,"+"0,4,33,255,"+"0,1,33,255,"+"0,2,32,255,"+"0,0,31,255,"+"0,0,30,255,"+"0,2,31,255,"+"0,34,80,255,"+"0,14,46,255,"+"0,1,28,255,"+"0,2,30,255,"+"0,17,55,255,"+"0,30,77,255,"+"0,34,81,255,"+"0,34,80,255,"+"0,27,70,255,"+"0,15,51,255,"+"0,2,24,255,"+"0,11,49,255,"+"0,46,113,255,"+"0,67,142,255,"+"0,70,146,255,"+"0,60,132,255,"+"0,36,93,255,"+"0,6,29,255,"+"0,0,8,255,"+"0,0,6,255,"+"0,0,4,255,"+"0,0,2,255,"+"0,0,5,255,"+"0,0,11,255,"+"0,0,18,255,"+"0,0,23,255,"+"0,0,28,255,"+"0,0,31,255,"+"0,0,32,255,"+"0,1,33,255,"+"0,2,34,255,"+"0,2,32,255,"+"32,37,71,255,"+"223,170,229,255,"+"255,144,241,255,"+"174,202,232,255,"+"15,94,137,255,"+"0,207,238,255,"+"0,254,255,255,"+"0,219,242,255,"+"0,65,96,255,"+"0,1,11,255,"+"0,0,19,255,"+"0,1,23,255,"+"0,0,24,255,"+"0,1,27,255,"+"0,1,28,255,"+"0,0,31,255,"+"0,0,32,255,"+"0,1,33,255,"+"0,2,36,255,"+"0,3,38,255,"+"0,5,40,255,"+"0,7,42,255,"+"0,8,44,255,"+"0,10,45,255,"+"0,12,47,255,"+"0,12,48,255,"+"0,12,48,255,"+"0,12,48,255,"+"0,12,48,255,"+"0,10,46,255,"+"0,9,45,255,"+"0,9,46,255,"+"0,8,45,255,"+"0,8,45,255,"+"0,13,54,255,"+"0,24,72,255,"+"0,31,81,255,"+"0,34,84,255,"+"0,36,86,255,"+"0,34,82,255,"+"0,29,69,255,"+"0,47,89,255,"+"0,99,159,255,"+"0,120,187,255,"+"0,94,152,255,"+"0,50,95,255,"+"0,24,61,255,"+"0,19,55,255,"+"0,18,56,255,"+"0,18,54,255,"+"0,16,53,255,"+"0,15,52,255,"+"0,14,51,255,"+"0,11,43,255,"+"0,29,58,255,"+"0,104,134,255,"+"0,177,198,255,"+"0,135,148,255,"+"0,45,64,255,"+"0,9,33,255,"+"0,5,34,255,"+"0,5,35,255,"+"0,3,34,255,"+"0,1,32,255,"+"0,1,31,255,"+"0,1,31,255,"+"0,0,31,255,"+"0,2,27,255,"+"0,46,94,255,"+"0,21,52,255,"+"0,0,27,255,"+"0,2,32,255,"+"0,21,64,255,"+"0,35,84,255,"+"0,37,87,255,"+"0,37,85,255,"+"0,28,74,255,"+"0,13,50,255,"+"0,3,30,255,"+"0,28,84,255,"+"0,62,138,255,"+"0,74,156,255,"+"0,72,151,255,"+"0,55,124,255,"+"0,19,60,255,"+"0,1,13,255,"+"0,0,9,255,"+"0,0,7,255,"+"0,0,4,255,"+"0,0,3,255,"+"0,0,0,255,"+"0,0,3,255,"+"0,0,10,255,"+"0,0,18,255,"+"0,0,24,255,"+"0,0,29,255,"+"0,0,32,255,"+"0,1,35,255,"+"0,3,37,255,"+"0,4,37,255,"+"32,48,86,255,"+"223,169,233,255,"+"255,144,240,255,"+"169,210,245,255,"+"14,153,210,255,"+"0,234,250,255,"+"0,254,255,255,"+"0,187,221,255,"+"0,33,54,255,"+"0,0,12,255,"+"0,0,19,255,"+"0,1,24,255,"+"0,2,26,255,"+"0,2,27,255,"+"0,2,30,255,"+"0,1,33,255,"+"0,2,33,255,"+"0,2,35,255,"+"0,2,38,255,"+"0,4,40,255,"+"0,5,42,255,"+"0,8,44,255,"+"0,10,46,255,"+"0,12,47,255,"+"0,13,48,255,"+"0,13,49,255,"+"0,14,49,255,"+"0,13,49,255,"+"0,11,48,255,"+"0,11,47,255,"+"0,10,46,255,"+"0,9,46,255,"+"0,10,46,255,"+"0,10,45,255,"+"0,10,46,255,"+"0,17,59,255,"+"0,28,78,255,"+"0,34,84,255,"+"0,36,87,255,"+"0,40,91,255,"+"0,77,136,255,"+"0,127,198,255,"+"0,133,206,255,"+"0,91,149,255,"+"0,38,77,255,"+"0,20,57,255,"+"0,20,57,255,"+"0,20,56,255,"+"0,18,56,255,"+"0,18,56,255,"+"0,16,54,255,"+"0,12,49,255,"+"0,22,52,255,"+"0,88,111,255,"+"0,164,184,255,"+"0,144,158,255,"+"0,58,75,255,"+"0,13,38,255,"+"0,8,38,255,"+"0,7,38,255,"+"0,4,36,255,"+"0,5,35,255,"+"0,2,34,255,"+"0,0,33,255,"+"0,1,31,255,"+"0,1,31,255,"+"0,0,31,255,"+"0,2,26,255,"+"0,56,107,255,"+"0,28,63,255,"+"0,0,26,255,"+"0,4,36,255,"+"0,26,74,255,"+"0,39,92,255,"+"0,41,96,255,"+"0,40,92,255,"+"0,29,79,255,"+"0,10,47,255,"+"0,8,47,255,"+"0,47,119,255,"+"0,72,157,255,"+"0,78,164,255,"+"0,71,151,255,"+"0,42,104,255,"+"0,6,29,255,"+"0,0,10,255,"+"0,0,9,255,"+"0,0,6,255,"+"0,0,4,255,"+"0,0,3,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,6,255,"+"0,0,16,255,"+"0,0,23,255,"+"0,0,29,255,"+"0,1,32,255,"+"0,3,37,255,"+"0,4,38,255,"+"32,59,102,255,"+"223,171,239,255,"+"255,147,246,255,"+"145,223,254,255,"+"6,205,250,255,"+"0,246,255,255,"+"0,249,255,255,"+"0,149,187,255,"+"0,13,27,255,"+"0,0,13,255,"+"0,0,19,255,"+"0,3,24,255,"+"0,4,27,255,"+"0,4,28,255,"+"0,4,31,255,"+"0,3,34,255,"+"0,3,35,255,"+"0,2,38,255,"+"0,4,40,255,"+"0,5,42,255,"+"0,7,44,255,"+"0,10,46,255,"+"0,12,48,255,"+"0,13,49,255,"+"0,14,50,255,"+"0,14,50,255,"+"0,14,50,255,"+"0,13,50,255,"+"0,13,49,255,"+"0,11,48,255,"+"0,11,47,255,"+"0,9,46,255,"+"0,10,46,255,"+"0,10,46,255,"+"0,8,47,255,"+"0,9,51,255,"+"0,22,69,255,"+"0,31,82,255,"+"0,45,98,255,"+"0,97,163,255,"+"0,155,232,255,"+"0,145,224,255,"+"0,81,137,255,"+"0,30,67,255,"+"0,21,56,255,"+"0,21,58,255,"+"0,20,58,255,"+"0,18,56,255,"+"0,17,56,255,"+"0,14,52,255,"+"0,20,51,255,"+"0,70,100,255,"+"0,145,173,255,"+"0,150,169,255,"+"0,68,89,255,"+"0,18,45,255,"+"0,11,42,255,"+"0,11,41,255,"+"0,9,38,255,"+"0,5,37,255,"+"0,4,36,255,"+"0,4,34,255,"+"0,1,34,255,"+"0,2,33,255,"+"0,1,32,255,"+"0,0,32,255,"+"0,0,30,255,"+"0,0,25,255,"+"0,62,115,255,"+"0,38,73,255,"+"0,0,23,255,"+"0,7,43,255,"+"0,32,85,255,"+"0,44,103,255,"+"0,46,107,255,"+"0,44,101,255,"+"0,32,83,255,"+"0,9,46,255,"+"0,18,70,255,"+"0,62,142,255,"+"0,79,168,255,"+"0,80,168,255,"+"0,66,145,255,"+"0,27,75,255,"+"0,1,16,255,"+"0,0,11,255,"+"0,0,10,255,"+"0,0,6,255,"+"0,0,3,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,3,255,"+"0,0,10,255,"+"0,0,20,255,"+"0,0,27,255,"+"0,1,33,255,"+"0,2,33,255,"+"32,74,121,255,"+"223,176,247,255,"+"240,152,254,255,"+"103,237,255,255,"+"1,243,255,255,"+"0,247,255,255,"+"0,240,253,255,"+"0,116,161,255,"+"0,13,36,255,"+"0,7,28,255,"+"0,4,24,255,"+"0,4,25,255,"+"0,4,27,255,"+"0,5,30,255,"+"0,6,33,255,"+"0,4,35,255,"+"0,5,38,255,"+"0,5,41,255,"+"0,6,42,255,"+"0,7,44,255,"+"0,10,46,255,"+"0,12,48,255,"+"0,12,49,255,"+"0,13,50,255,"+"0,14,50,255,"+"0,14,51,255,"+"0,14,50,255,"+"0,15,50,255,"+"0,13,50,255,"+"0,12,49,255,"+"0,12,48,255,"+"0,10,47,255,"+"0,8,47,255,"+"0,7,48,255,"+"0,7,48,255,"+"0,10,47,255,"+"0,15,56,255,"+"0,46,100,255,"+"0,117,183,255,"+"0,175,244,255,"+"0,154,229,255,"+"0,85,147,255,"+"0,33,77,255,"+"0,21,57,255,"+"0,21,58,255,"+"0,21,57,255,"+"0,20,58,255,"+"0,17,55,255,"+"0,21,53,255,"+"0,65,93,255,"+"0,137,165,255,"+"0,146,168,255,"+"0,75,98,255,"+"0,24,51,255,"+"0,13,46,255,"+"0,15,49,255,"+"0,13,44,255,"+"0,11,41,255,"+"0,8,39,255,"+"0,4,36,255,"+"0,3,35,255,"+"0,3,34,255,"+"0,1,33,255,"+"0,2,31,255,"+"0,1,31,255,"+"0,0,30,255,"+"0,0,28,255,"+"0,0,24,255,"+"0,70,123,255,"+"0,53,88,255,"+"0,0,23,255,"+"0,10,52,255,"+"0,37,96,255,"+"0,49,112,255,"+"0,52,117,255,"+"0,47,110,255,"+"0,34,88,255,"+"0,9,49,255,"+"0,32,96,255,"+"0,72,160,255,"+"0,86,178,255,"+"0,83,172,255,"+"0,58,132,255,"+"0,14,50,255,"+"0,0,13,255,"+"0,0,12,255,"+"0,0,8,255,"+"0,0,5,255,"+"0,0,2,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,6,255,"+"0,0,15,255,"+"0,0,26,255,"+"0,3,27,255,"+"42,95,144,255,"+"212,175,253,255,"+"151,161,255,255,"+"31,245,255,255,"+"0,249,255,255,"+"0,244,255,255,"+"0,222,245,255,"+"0,85,130,255,"+"0,27,61,255,"+"0,26,59,255,"+"0,21,51,255,"+"0,15,42,255,"+"0,10,35,255,"+"0,8,33,255,"+"0,7,35,255,"+"0,7,37,255,"+"0,6,41,255,"+"0,7,44,255,"+"0,8,44,255,"+"0,9,46,255,"+"0,11,47,255,"+"0,13,49,255,"+"0,13,51,255,"+"0,15,51,255,"+"0,15,52,255,"+"0,16,52,255,"+"0,16,52,255,"+"0,16,52,255,"+"0,15,51,255,"+"0,13,50,255,"+"0,11,49,255,"+"0,10,48,255,"+"0,9,48,255,"+"0,7,49,255,"+"0,8,45,255,"+"0,11,49,255,"+"0,48,98,255,"+"0,132,198,255,"+"0,182,246,255,"+"0,150,219,255,"+"0,80,141,255,"+"0,48,100,255,"+"0,42,91,255,"+"0,28,68,255,"+"0,21,58,255,"+"0,20,54,255,"+"0,24,54,255,"+"0,66,92,255,"+"0,136,159,255,"+"0,147,168,255,"+"0,80,103,255,"+"0,27,54,255,"+"0,17,50,255,"+"0,17,53,255,"+"0,15,51,255,"+"0,14,49,255,"+"0,13,44,255,"+"0,11,40,255,"+"0,8,39,255,"+"0,4,36,255,"+"0,4,35,255,"+"0,2,34,255,"+"0,2,32,255,"+"0,2,30,255,"+"0,1,31,255,"+"0,0,29,255,"+"0,1,28,255,"+"0,0,24,255,"+"0,78,125,255,"+"0,68,106,255,"+"0,0,22,255,"+"0,15,60,255,"+"0,43,106,255,"+"0,55,125,255,"+"0,58,131,255,"+"0,53,122,255,"+"0,35,93,255,"+"0,11,60,255,"+"0,46,121,255,"+"0,80,174,255,"+"0,91,187,255,"+"0,84,172,255,"+"0,48,115,255,"+"0,7,32,255,"+"0,0,13,255,"+"0,0,12,255,"+"0,0,8,255,"+"0,0,5,255,"+"0,0,2,255,"+"0,0,1,255,"+"0,22,41,255,"+"0,5,11,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,2,255,"+"0,0,9,255,"+"0,8,22,255,"+"53,130,171,255,"+"138,174,255,255,"+"36,180,255,255,"+"1,248,255,255,"+"0,245,255,255,"+"0,244,255,255,"+"0,196,228,255,"+"0,59,102,255,"+"0,37,76,255,"+"0,40,79,255,"+"0,41,79,255,"+"0,37,75,255,"+"0,32,66,255,"+"0,23,57,255,"+"0,17,49,255,"+"0,12,44,255,"+"0,9,44,255,"+"0,9,45,255,"+"0,10,46,255,"+"0,11,47,255,"+"0,13,49,255,"+"0,14,51,255,"+"0,15,52,255,"+"0,17,53,255,"+"0,18,54,255,"+"0,19,54,255,"+"0,17,54,255,"+"0,16,53,255,"+"0,16,52,255,"+"0,14,52,255,"+"0,12,50,255,"+"0,10,50,255,"+"0,9,48,255,"+"0,8,46,255,"+"0,22,63,255,"+"0,77,134,255,"+"0,157,219,255,"+"0,179,244,255,"+"0,129,196,255,"+"0,64,122,255,"+"0,47,101,255,"+"0,51,106,255,"+"0,49,104,255,"+"0,36,86,255,"+"0,29,62,255,"+"0,69,94,255,"+"0,132,152,255,"+"0,136,156,255,"+"0,71,99,255,"+"0,27,57,255,"+"0,17,52,255,"+"0,20,56,255,"+"0,20,55,255,"+"0,18,54,255,"+"0,15,51,255,"+"0,13,50,255,"+"0,12,45,255,"+"0,11,40,255,"+"0,6,37,255,"+"0,3,35,255,"+"0,3,34,255,"+"0,2,32,255,"+"0,2,30,255,"+"0,1,30,255,"+"0,1,29,255,"+"0,1,28,255,"+"0,1,29,255,"+"0,1,23,255,"+"0,85,129,255,"+"0,86,127,255,"+"0,1,21,255,"+"0,17,66,255,"+"0,48,117,255,"+"0,62,139,255,"+"0,67,144,255,"+"0,60,136,255,"+"0,38,100,255,"+"0,20,75,255,"+"0,59,141,255,"+"0,88,186,255,"+"0,94,192,255,"+"0,80,168,255,"+"0,37,95,255,"+"0,3,23,255,"+"0,0,14,255,"+"0,0,12,255,"+"0,0,6,255,"+"0,0,4,255,"+"0,0,2,255,"+"0,0,0,255,"+"0,140,202,255,"+"0,91,142,255,"+"0,41,67,255,"+"0,10,19,255,"+"0,1,2,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,2,5,255,"+"5,50,67,255,"+"68,193,220,255,"+"54,173,254,255,"+"1,188,255,255,"+"0,249,255,255,"+"0,246,255,255,"+"0,248,255,255,"+"0,161,198,255,"+"0,44,84,255,"+"0,42,83,255,"+"0,48,88,255,"+"0,50,92,255,"+"0,52,94,255,"+"0,51,94,255,"+"0,47,90,255,"+"0,41,82,255,"+"0,32,72,255,"+"0,23,63,255,"+"0,17,55,255,"+"0,13,50,255,"+"0,12,50,255,"+"0,14,50,255,"+"0,16,52,255,"+"0,17,54,255,"+"0,18,55,255,"+"0,20,56,255,"+"0,20,56,255,"+"0,20,56,255,"+"0,19,55,255,"+"0,17,54,255,"+"0,16,53,255,"+"0,13,52,255,"+"0,10,49,255,"+"0,14,55,255,"+"0,45,96,255,"+"0,118,178,255,"+"0,182,240,255,"+"0,171,230,255,"+"0,93,151,255,"+"0,36,85,255,"+"0,38,90,255,"+"0,48,103,255,"+"0,49,108,255,"+"0,55,112,255,"+"0,83,137,255,"+"0,132,165,255,"+"0,129,147,255,"+"0,67,89,255,"+"0,25,56,255,"+"0,18,56,255,"+"0,20,60,255,"+"0,20,58,255,"+"0,22,58,255,"+"0,20,57,255,"+"0,18,54,255,"+"0,15,51,255,"+"0,14,50,255,"+"0,12,44,255,"+"0,9,39,255,"+"0,5,37,255,"+"0,2,34,255,"+"0,1,33,255,"+"0,1,30,255,"+"0,1,30,255,"+"0,1,30,255,"+"0,2,29,255,"+"0,2,29,255,"+"0,2,29,255,"+"0,1,24,255,"+"0,82,123,255,"+"0,99,130,255,"+"0,1,20,255,"+"0,19,69,255,"+"0,52,125,255,"+"0,67,149,255,"+"0,73,156,255,"+"0,67,148,255,"+"0,44,112,255,"+"0,32,96,255,"+"0,70,159,255,"+"0,94,193,255,"+"0,96,194,255,"+"0,77,162,255,"+"0,29,77,255,"+"0,2,19,255,"+"0,0,14,255,"+"0,0,10,255,"+"0,0,6,255,"+"0,0,4,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,155,252,255,"+"0,168,249,255,"+"0,156,225,255,"+"0,107,164,255,"+"0,48,83,255,"+"0,13,27,255,"+"0,6,11,255,"+"1,24,37,255,"+"14,90,116,255,"+"79,196,213,255,"+"106,232,251,255,"+"14,151,244,255,"+"0,186,254,255,"+"0,249,255,255,"+"0,254,255,255,"+"0,245,254,255,"+"0,124,169,255,"+"0,35,72,255,"+"0,43,84,255,"+"0,50,91,255,"+"0,54,97,255,"+"0,57,102,255,"+"0,60,106,255,"+"0,62,108,255,"+"0,61,108,255,"+"0,57,105,255,"+"0,50,98,255,"+"0,42,88,255,"+"0,32,76,255,"+"0,24,67,255,"+"0,19,60,255,"+"0,19,55,255,"+"0,19,55,255,"+"0,20,57,255,"+"0,22,58,255,"+"0,22,58,255,"+"0,22,58,255,"+"0,21,57,255,"+"0,19,55,255,"+"0,17,53,255,"+"0,20,59,255,"+"0,41,90,255,"+"0,97,158,255,"+"0,166,223,255,"+"0,191,245,255,"+"0,144,205,255,"+"0,62,113,255,"+"0,17,55,255,"+"0,16,54,255,"+"0,32,81,255,"+"0,51,106,255,"+"0,86,147,255,"+"0,125,185,255,"+"0,112,170,255,"+"0,72,124,255,"+"0,35,79,255,"+"0,21,60,255,"+"0,20,60,255,"+"0,20,61,255,"+"0,21,61,255,"+"0,21,59,255,"+"0,22,58,255,"+"0,21,58,255,"+"0,19,55,255,"+"0,15,52,255,"+"0,13,49,255,"+"0,11,45,255,"+"0,8,39,255,"+"0,6,36,255,"+"0,3,35,255,"+"0,2,32,255,"+"0,1,29,255,"+"0,0,29,255,"+"0,2,29,255,"+"0,2,29,255,"+"0,2,30,255,"+"0,2,30,255,"+"0,1,25,255,"+"0,71,106,255,"+"0,109,136,255,"+"0,3,21,255,"+"0,18,69,255,"+"0,56,131,255,"+"0,73,158,255,"+"0,79,168,255,"+"0,74,160,255,"+"0,54,129,255,"+"0,47,122,255,"+"0,80,175,255,"+"0,100,201,255,"+"0,97,196,255,"+"0,71,152,255,"+"0,22,63,255,"+"0,1,16,255,"+"0,0,14,255,"+"0,0,11,255,"+"0,0,7,255,"+"0,0,4,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,169,252,255,"+"0,145,248,255,"+"0,151,250,255,"+"0,170,251,255,"+"0,159,230,255,"+"0,120,178,255,"+"18,129,160,255,"+"57,183,207,255,"+"100,237,247,255,"+"115,251,255,255,"+"42,196,243,255,"+"1,125,226,255,"+"0,175,253,255,"+"0,243,255,255,"+"0,255,255,255,"+"0,239,248,255,"+"0,91,134,255,"+"0,26,61,255,"+"0,39,78,255,"+"0,47,87,255,"+"0,55,96,255,"+"0,60,103,255,"+"0,64,110,255,"+"0,68,116,255,"+"0,69,119,255,"+"0,69,120,255,"+"0,67,120,255,"+"0,65,118,255,"+"0,60,112,255,"+"0,52,104,255,"+"0,44,93,255,"+"0,37,81,255,"+"0,30,72,255,"+"0,27,65,255,"+"0,24,60,255,"+"0,23,59,255,"+"0,23,58,255,"+"0,24,60,255,"+"0,30,70,255,"+"0,53,103,255,"+"0,97,157,255,"+"0,161,217,255,"+"0,199,247,255,"+"0,173,228,255,"+"0,101,159,255,"+"0,35,80,255,"+"0,11,50,255,"+"0,14,53,255,"+"0,23,62,255,"+"0,44,91,255,"+"0,79,136,255,"+"0,84,144,255,"+"0,63,125,255,"+"0,57,119,255,"+"0,58,121,255,"+"0,53,114,255,"+"0,37,87,255,"+"0,23,66,255,"+"0,22,64,255,"+"0,22,62,255,"+"0,23,61,255,"+"0,22,59,255,"+"0,22,58,255,"+"0,20,56,255,"+"0,16,52,255,"+"0,14,50,255,"+"0,11,46,255,"+"0,8,40,255,"+"0,6,36,255,"+"0,4,34,255,"+"0,2,32,255,"+"0,1,30,255,"+"0,0,29,255,"+"0,1,29,255,"+"0,1,29,255,"+"0,2,29,255,"+"0,1,29,255,"+"0,1,26,255,"+"0,57,85,255,"+"0,126,152,255,"+"0,9,26,255,"+"0,17,64,255,"+"0,57,132,255,"+"0,78,167,255,"+"0,84,178,255,"+"0,80,170,255,"+"0,66,149,255,"+"0,64,150,255,"+"0,89,187,255,"+"0,104,206,255,"+"0,98,197,255,"+"0,65,142,255,"+"0,16,53,255,"+"0,0,16,255,"+"0,0,15,255,"+"0,0,10,255,"+"0,0,6,255,"+"0,0,3,255,"+"0,0,1,255,"+"0,0,0,255,"+"1,193,233,255,"+"2,204,252,255,"+"1,167,249,255,"+"0,142,245,255,"+"0,153,247,255,"+"8,205,253,255,"+"107,248,255,255,"+"150,255,255,255,"+"86,255,255,255,"+"25,234,254,255,"+"1,156,228,255,"+"0,125,224,255,"+"0,175,253,255,"+"0,237,255,255,"+"0,255,255,255,"+"0,233,240,255,"+"0,64,93,255,"+"0,12,39,255,"+"0,28,61,255,"+"0,45,81,255,"+"0,61,102,255,"+"0,69,114,255,"+"0,67,113,255,"+"0,68,116,255,"+"0,71,122,255,"+"0,73,126,255,"+"0,74,129,255,"+"0,75,133,255,"+"0,74,132,255,"+"0,73,131,255,"+"0,71,127,255,"+"0,65,120,255,"+"0,58,109,255,"+"0,51,98,255,"+"0,45,90,255,"+"0,46,90,255,"+"0,58,108,255,"+"0,82,139,255,"+"0,124,184,255,"+"0,176,228,255,"+"0,203,248,255,"+"0,188,237,255,"+"0,126,183,255,"+"0,54,101,255,"+"0,17,57,255,"+"0,17,59,255,"+"0,22,66,255,"+"0,24,65,255,"+"0,31,72,255,"+"0,27,67,255,"+"0,29,73,255,"+"0,44,100,255,"+"0,57,118,255,"+"0,63,128,255,"+"0,65,134,255,"+"0,62,131,255,"+"0,55,119,255,"+"0,39,93,255,"+"0,24,70,255,"+"0,22,64,255,"+"0,22,63,255,"+"0,21,62,255,"+"0,22,59,255,"+"0,21,57,255,"+"0,18,53,255,"+"0,15,51,255,"+"0,12,48,255,"+"0,8,43,255,"+"0,6,38,255,"+"0,3,34,255,"+"0,1,32,255,"+"0,0,31,255,"+"0,0,29,255,"+"0,0,28,255,"+"0,1,28,255,"+"0,1,28,255,"+"0,2,28,255,"+"0,2,24,255,"+"0,44,68,255,"+"0,148,176,255,"+"0,16,34,255,"+"0,13,57,255,"+"0,55,131,255,"+"0,82,173,255,"+"0,90,187,255,"+"0,87,180,255,"+"0,82,171,255,"+"0,86,181,255,"+"0,98,199,255,"+"0,106,210,255,"+"0,98,196,255,"+"0,59,130,255,"+"0,12,43,255,"+"0,0,16,255,"+"0,0,14,255,"+"0,0,10,255,"+"0,0,5,255,"+"0,0,2,255,"+"0,0,1,255,"+"0,0,0,255,"+"1,60,90,255,"+"9,152,189,255,"+"21,219,247,255,"+"10,197,250,255,"+"1,172,246,255,"+"31,231,254,255,"+"141,255,255,255,"+"119,255,255,255,"+"34,248,255,255,"+"1,205,251,255,"+"0,144,221,255,"+"0,131,226,255,"+"0,176,252,255,"+"0,237,255,255,"+"0,255,255,255,"+"0,235,240,255,"+"0,68,86,255,"+"0,3,14,255,"+"0,29,55,255,"+"0,80,120,255,"+"0,86,129,255,"+"0,78,122,255,"+"0,67,113,255,"+"0,64,109,255,"+"0,69,118,255,"+"0,73,125,255,"+"0,75,130,255,"+"0,77,135,255,"+"0,79,138,255,"+"0,82,140,255,"+"0,86,144,255,"+"0,90,152,255,"+"0,98,164,255,"+"0,110,177,255,"+"0,126,194,255,"+"0,150,211,255,"+"0,180,232,255,"+"0,203,245,255,"+"0,205,245,255,"+"0,178,225,255,"+"0,126,180,255,"+"0,72,117,255,"+"0,45,87,255,"+"0,52,95,255,"+"0,53,103,255,"+"0,43,90,255,"+"0,24,68,255,"+"0,18,58,255,"+"0,17,57,255,"+"0,19,58,255,"+"0,22,62,255,"+"0,35,85,255,"+"0,52,112,255,"+"0,62,127,255,"+"0,66,138,255,"+"0,69,142,255,"+"0,68,140,255,"+"0,61,131,255,"+"0,46,106,255,"+"0,31,78,255,"+"0,24,66,255,"+"0,23,64,255,"+"0,22,62,255,"+"0,22,59,255,"+"0,20,56,255,"+"0,17,53,255,"+"0,13,49,255,"+"0,9,46,255,"+"0,6,41,255,"+"0,4,35,255,"+"0,3,33,255,"+"0,1,32,255,"+"0,0,30,255,"+"0,0,29,255,"+"0,0,29,255,"+"0,0,27,255,"+"0,2,28,255,"+"0,2,25,255,"+"0,34,51,255,"+"0,174,194,255,"+"0,26,41,255,"+"0,10,49,255,"+"0,51,125,255,"+"0,84,176,255,"+"0,95,193,255,"+"0,94,190,255,"+"0,97,198,255,"+"0,107,214,255,"+"0,107,213,255,"+"0,108,215,255,"+"0,96,192,255,"+"0,52,117,255,"+"0,8,35,255,"+"0,0,16,255,"+"0,0,15,255,"+"0,0,13,255,"+"0,0,7,255,"+"0,0,3,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,1,5,255,"+"1,27,43,255,"+"17,120,156,255,"+"45,223,244,255,"+"43,243,255,255,"+"80,252,255,255,"+"178,255,255,255,"+"129,254,255,255,"+"22,224,253,255,"+"0,170,240,255,"+"0,133,214,255,"+"0,119,211,255,"+"0,153,242,255,"+"0,228,255,255,"+"0,255,255,255,"+"0,250,253,255,"+"0,155,181,255,"+"0,34,56,255,"+"0,85,124,255,"+"0,149,202,255,"+"0,144,194,255,"+"0,117,164,255,"+"0,77,120,255,"+"0,51,90,255,"+"0,57,101,255,"+"0,65,113,255,"+"0,72,124,255,"+"0,80,137,255,"+"0,91,153,255,"+"0,106,174,255,"+"0,120,195,255,"+"0,141,220,255,"+"0,168,239,255,"+"0,192,249,255,"+"0,210,254,255,"+"0,210,254,255,"+"0,193,241,255,"+"0,162,217,255,"+"0,130,184,255,"+"0,113,165,255,"+"0,105,157,255,"+"0,112,162,255,"+"0,94,148,255,"+"0,60,107,255,"+"0,30,72,255,"+"0,20,60,255,"+"0,19,59,255,"+"0,19,59,255,"+"0,19,60,255,"+"0,21,61,255,"+"0,21,62,255,"+"0,25,68,255,"+"0,40,93,255,"+"0,57,120,255,"+"0,66,137,255,"+"0,71,146,255,"+"0,74,151,255,"+"0,74,151,255,"+"0,69,144,255,"+"0,57,122,255,"+"0,40,93,255,"+"0,28,72,255,"+"0,23,64,255,"+"0,23,61,255,"+"0,22,57,255,"+"0,19,55,255,"+"0,16,52,255,"+"0,12,48,255,"+"0,8,45,255,"+"0,8,39,255,"+"0,5,35,255,"+"0,2,33,255,"+"0,1,31,255,"+"0,0,28,255,"+"0,0,28,255,"+"0,0,28,255,"+"0,1,27,255,"+"0,2,25,255,"+"0,27,42,255,"+"0,176,195,255,"+"0,35,46,255,"+"0,7,41,255,"+"0,45,115,255,"+"0,86,176,255,"+"0,99,199,255,"+"0,100,201,255,"+"0,114,224,255,"+"0,129,243,255,"+"0,117,228,255,"+"0,111,218,255,"+"0,94,187,255,"+"0,45,103,255,"+"0,5,30,255,"+"0,0,17,255,"+"0,0,16,255,"+"0,0,13,255,"+"0,0,9,255,"+"0,0,4,255,"+"0,0,0,255,"+"0,0,0,255,"+"9,25,32,255,"+"16,55,71,255,"+"21,114,141,255,"+"60,214,233,255,"+"129,254,255,255,"+"166,255,255,255,"+"206,255,255,255,"+"102,250,255,255,"+"7,187,244,255,"+"0,134,215,255,"+"0,120,204,255,"+"0,113,204,255,"+"0,130,230,255,"+"0,203,253,255,"+"0,253,255,255,"+"0,255,255,255,"+"0,242,250,255,"+"0,174,206,255,"+"0,163,215,255,"+"0,202,250,255,"+"0,188,239,255,"+"0,136,187,255,"+"0,76,119,255,"+"0,48,89,255,"+"0,61,111,255,"+"0,81,142,255,"+"0,101,171,255,"+"0,120,197,255,"+"0,139,220,255,"+"0,161,237,255,"+"0,184,249,255,"+"0,204,254,255,"+"0,219,255,255,"+"0,217,255,255,"+"0,207,255,255,"+"0,195,251,255,"+"0,187,236,255,"+"0,181,226,255,"+"0,173,223,255,"+"0,157,203,255,"+"0,125,181,255,"+"0,91,143,255,"+"0,67,116,255,"+"0,54,100,255,"+"0,44,88,255,"+"0,33,77,255,"+"0,25,68,255,"+"0,22,63,255,"+"0,20,62,255,"+"0,22,63,255,"+"0,23,64,255,"+"0,24,66,255,"+"0,27,71,255,"+"0,42,98,255,"+"0,59,127,255,"+"0,68,143,255,"+"0,74,153,255,"+"0,78,158,255,"+"0,78,159,255,"+"0,76,155,255,"+"0,69,142,255,"+"0,54,116,255,"+"0,38,88,255,"+"0,28,70,255,"+"0,22,61,255,"+"0,21,57,255,"+"0,19,55,255,"+"0,15,51,255,"+"0,13,49,255,"+"0,11,44,255,"+"0,7,38,255,"+"0,4,35,255,"+"0,2,33,255,"+"0,0,31,255,"+"0,0,29,255,"+"0,0,28,255,"+"0,0,28,255,"+"0,1,27,255,"+"0,18,40,255,"+"0,157,195,255,"+"0,54,69,255,"+"0,4,33,255,"+"0,39,104,255,"+"0,84,175,255,"+"0,103,202,255,"+"0,108,211,255,"+"0,133,242,255,"+"0,150,254,255,"+"0,127,239,255,"+"0,113,221,255,"+"0,90,181,255,"+"0,37,88,255,"+"0,3,26,255,"+"0,0,19,255,"+"0,0,17,255,"+"0,0,13,255,"+"0,0,10,255,"+"0,0,7,255,"+"0,0,1,255,"+"0,0,0,255,"+"33,202,212,255,"+"27,231,236,255,"+"15,246,251,255,"+"18,254,255,255,"+"38,255,255,255,"+"50,255,255,255,"+"38,255,255,255,"+"9,253,255,255,"+"0,197,248,255,"+"0,120,209,255,"+"0,112,199,255,"+"0,112,203,255,"+"0,119,221,255,"+"0,164,248,255,"+"0,242,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,250,255,255,"+"0,218,254,255,"+"0,216,255,255,"+"0,212,253,255,"+"0,166,228,255,"+"0,140,204,255,"+"0,140,203,255,"+"0,151,218,255,"+"0,170,238,255,"+"0,177,248,255,"+"5,192,252,255,"+"10,198,255,255,"+"12,209,255,255,"+"9,225,255,255,"+"5,227,255,255,"+"2,222,251,255,"+"0,219,242,255,"+"0,204,236,255,"+"0,178,218,255,"+"0,154,201,255,"+"0,132,185,255,"+"0,115,171,255,"+"0,109,168,255,"+"0,109,167,255,"+"0,110,168,255,"+"0,105,164,255,"+"0,97,155,255,"+"0,87,141,255,"+"0,72,124,255,"+"0,56,105,255,"+"0,42,87,255,"+"0,31,76,255,"+"0,25,69,255,"+"0,24,67,255,"+"0,25,68,255,"+"0,26,70,255,"+"0,28,74,255,"+"0,43,99,255,"+"0,60,128,255,"+"0,71,148,255,"+"0,78,159,255,"+"0,81,167,255,"+"0,84,172,255,"+"0,84,170,255,"+"0,80,162,255,"+"0,69,146,255,"+"0,56,121,255,"+"0,40,94,255,"+"0,29,74,255,"+"0,22,61,255,"+"0,19,55,255,"+"0,17,52,255,"+"0,14,49,255,"+"0,11,45,255,"+"0,10,40,255,"+"0,6,37,255,"+"0,3,35,255,"+"0,2,33,255,"+"0,1,31,255,"+"0,1,29,255,"+"0,1,28,255,"+"0,12,36,255,"+"0,148,187,255,"+"0,85,107,255,"+"0,2,29,255,"+"0,33,91,255,"+"0,84,171,255,"+"0,106,204,255,"+"0,119,223,255,"+"0,153,251,255,"+"0,168,255,255,"+"0,136,245,255,"+"0,113,221,255,"+"0,84,170,255,"+"0,30,75,255,"+"0,2,25,255,"+"0,0,20,255,"+"0,0,18,255,"+"0,0,15,255,"+"0,0,12,255,"+"0,0,8,255,"+"0,0,4,255,"+"0,0,1,255,"+"2,255,255,255,"+"0,255,255,255,"+"2,255,255,255,"+"2,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,213,251,255,"+"0,127,218,255,"+"0,115,204,255,"+"0,111,204,255,"+"0,112,217,255,"+"0,129,234,255,"+"0,205,249,255,"+"0,254,255,255,"+"0,255,255,255,"+"0,254,255,255,"+"1,248,255,255,"+"5,241,255,255,"+"9,237,255,255,"+"18,229,255,255,"+"27,225,255,255,"+"34,232,255,255,"+"42,232,255,255,"+"48,235,255,255,"+"46,233,254,255,"+"55,229,244,255,"+"52,211,231,255,"+"45,178,205,255,"+"27,154,177,255,"+"14,131,161,255,"+"4,108,151,255,"+"0,95,139,255,"+"0,89,138,255,"+"0,91,145,255,"+"0,98,153,255,"+"0,105,162,255,"+"0,110,168,255,"+"0,113,171,255,"+"0,115,177,255,"+"0,117,180,255,"+"0,118,181,255,"+"0,120,183,255,"+"0,119,181,255,"+"0,112,174,255,"+"0,100,160,255,"+"0,84,141,255,"+"0,67,121,255,"+"0,52,101,255,"+"0,37,84,255,"+"0,29,74,255,"+"0,27,71,255,"+"0,27,71,255,"+"0,29,76,255,"+"0,42,96,255,"+"0,59,127,255,"+"0,73,151,255,"+"0,80,165,255,"+"0,86,174,255,"+"0,88,179,255,"+"0,89,180,255,"+"0,87,178,255,"+"0,81,170,255,"+"0,70,156,255,"+"7,53,135,255,"+"20,34,108,255,"+"16,26,84,255,"+"3,24,68,255,"+"0,20,57,255,"+"0,15,51,255,"+"0,13,47,255,"+"0,12,43,255,"+"0,9,40,255,"+"0,7,37,255,"+"0,5,35,255,"+"0,3,31,255,"+"0,2,30,255,"+"0,7,30,255,"+"0,142,172,255,"+"0,114,130,255,"+"0,2,23,255,"+"0,29,81,255,"+"0,82,167,255,"+"0,109,206,255,"+"0,131,234,255,"+"0,172,254,255,"+"0,182,255,255,"+"0,144,247,255,"+"0,114,220,255,"+"0,75,155,255,"+"0,23,62,255,"+"0,1,25,255,"+"0,0,22,255,"+"0,0,20,255,"+"0,0,17,255,"+"0,0,13,255,"+"0,0,10,255,"+"0,0,6,255,"+"0,0,4,255,"+"49,255,255,255,"+"52,255,255,255,"+"50,255,255,255,"+"44,255,255,255,"+"12,255,255,255,"+"1,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,213,253,255,"+"0,145,236,255,"+"0,128,219,255,"+"0,115,209,255,"+"0,120,231,255,"+"0,129,239,255,"+"0,168,244,255,"+"0,235,255,255,"+"1,247,255,255,"+"13,250,255,255,"+"36,253,255,255,"+"63,252,255,255,"+"72,252,255,255,"+"67,252,255,255,"+"61,251,255,255,"+"53,245,253,255,"+"43,227,243,255,"+"29,189,218,255,"+"16,141,176,255,"+"13,89,127,255,"+"7,57,93,255,"+"3,39,77,255,"+"0,33,75,255,"+"0,37,77,255,"+"0,43,83,255,"+"0,51,92,255,"+"0,62,104,255,"+"0,71,116,255,"+"0,79,128,255,"+"0,88,139,255,"+"0,97,150,255,"+"0,103,159,255,"+"0,110,167,255,"+"0,115,175,255,"+"0,120,182,255,"+"0,124,189,255,"+"0,127,195,255,"+"0,129,197,255,"+"0,130,198,255,"+"0,125,193,255,"+"0,114,180,255,"+"0,98,160,255,"+"0,79,136,255,"+"0,60,112,255,"+"0,43,90,255,"+"0,31,76,255,"+"0,29,74,255,"+"0,30,77,255,"+"0,37,90,255,"+"0,54,120,255,"+"0,70,147,255,"+"0,80,164,255,"+"0,87,176,255,"+"0,91,184,255,"+"0,93,188,255,"+"0,90,191,255,"+"4,82,190,255,"+"26,70,185,255,"+"47,56,174,255,"+"47,47,155,255,"+"18,46,132,255,"+"1,44,106,255,"+"0,35,83,255,"+"0,25,65,255,"+"0,19,53,255,"+"0,14,46,255,"+"0,12,42,255,"+"0,10,39,255,"+"0,7,35,255,"+"0,5,33,255,"+"0,5,25,255,"+"0,127,153,255,"+"0,135,149,255,"+"0,5,24,255,"+"0,25,75,255,"+"0,81,163,255,"+"0,114,210,255,"+"0,145,244,255,"+"0,188,255,255,"+"0,194,255,255,"+"0,150,249,255,"+"0,111,215,255,"+"0,66,137,255,"+"0,16,50,255,"+"0,1,27,255,"+"0,1,25,255,"+"0,0,22,255,"+"0,0,20,255,"+"0,0,15,255,"+"0,0,12,255,"+"0,0,9,255,"+"0,0,5,255,"+"38,155,175,255,"+"19,133,155,255,"+"15,145,175,255,"+"16,210,234,255,"+"57,254,255,255,"+"43,255,255,255,"+"2,255,255,255,"+"0,251,255,255,"+"0,211,255,255,"+"0,178,253,255,"+"0,153,238,255,"+"0,124,223,255,"+"0,145,248,255,"+"0,157,254,255,"+"0,168,254,255,"+"0,214,255,255,"+"9,242,255,255,"+"46,254,255,255,"+"52,255,255,255,"+"34,255,255,255,"+"16,251,255,255,"+"8,232,250,255,"+"2,191,224,255,"+"1,136,179,255,"+"2,87,129,255,"+"2,53,93,255,"+"0,38,75,255,"+"0,36,73,255,"+"0,38,77,255,"+"0,40,80,255,"+"0,40,82,255,"+"0,42,83,255,"+"0,44,84,255,"+"0,45,85,255,"+"0,48,87,255,"+"0,51,90,255,"+"0,55,96,255,"+"0,62,104,255,"+"0,70,114,255,"+"0,79,126,255,"+"0,88,138,255,"+"0,98,151,255,"+"0,107,163,255,"+"0,115,175,255,"+"0,123,187,255,"+"0,129,196,255,"+"0,135,204,255,"+"0,138,209,255,"+"0,141,212,255,"+"0,137,208,255,"+"0,127,195,255,"+"0,109,173,255,"+"0,87,146,255,"+"0,63,116,255,"+"0,42,90,255,"+"0,31,78,255,"+"0,30,77,255,"+"0,33,84,255,"+"0,45,105,255,"+"0,62,134,255,"+"0,76,159,255,"+"0,85,175,255,"+"0,90,187,255,"+"0,89,196,255,"+"10,83,200,255,"+"33,77,204,255,"+"44,72,202,255,"+"42,72,198,255,"+"20,75,190,255,"+"1,79,177,255,"+"0,75,157,255,"+"0,63,131,255,"+"0,50,103,255,"+"0,34,80,255,"+"0,23,60,255,"+"0,15,47,255,"+"0,11,42,255,"+"0,9,38,255,"+"0,5,28,255,"+"0,98,139,255,"+"0,159,185,255,"+"0,15,35,255,"+"0,24,73,255,"+"0,81,162,255,"+"0,120,216,255,"+"0,160,250,255,"+"0,206,255,255,"+"0,204,255,255,"+"0,154,249,255,"+"0,107,206,255,"+"0,57,120,255,"+"0,12,42,255,"+"0,2,28,255,"+"0,2,27,255,"+"0,0,24,255,"+"0,0,21,255,"+"0,0,18,255,"+"0,0,15,255,"+"0,0,11,255,"+"0,0,8,255,"+"0,65,109,255,"+"0,86,141,255,"+"1,139,190,255,"+"40,215,242,255,"+"167,254,255,255,"+"186,255,255,255,"+"69,255,255,255,"+"11,249,255,255,"+"1,227,255,255,"+"0,221,255,255,"+"0,181,249,255,"+"0,147,241,255,"+"0,185,254,255,"+"0,186,255,255,"+"0,178,255,255,"+"0,216,255,255,"+"10,251,255,255,"+"24,255,255,255,"+"3,255,255,255,"+"0,246,253,255,"+"0,191,225,255,"+"4,114,157,255,"+"6,63,97,255,"+"5,42,73,255,"+"2,39,74,255,"+"1,40,76,255,"+"0,41,78,255,"+"0,41,80,255,"+"0,41,81,255,"+"0,40,83,255,"+"0,42,84,255,"+"0,44,85,255,"+"0,45,86,255,"+"0,45,87,255,"+"0,46,88,255,"+"0,47,88,255,"+"0,48,88,255,"+"0,49,90,255,"+"0,51,92,255,"+"0,56,97,255,"+"1,62,103,255,"+"1,70,113,255,"+"0,79,124,255,"+"0,88,138,255,"+"0,100,154,255,"+"0,110,170,255,"+"0,121,186,255,"+"0,131,200,255,"+"0,141,213,255,"+"0,150,222,255,"+"0,156,230,255,"+"0,152,226,255,"+"0,138,209,255,"+"0,114,180,255,"+"0,86,145,255,"+"0,59,110,255,"+"0,38,86,255,"+"0,31,79,255,"+"0,32,81,255,"+"0,38,91,255,"+"0,50,114,255,"+"0,65,141,255,"+"0,77,165,255,"+"1,81,184,255,"+"15,78,195,255,"+"39,75,204,255,"+"44,78,210,255,"+"34,83,214,255,"+"12,90,213,255,"+"0,99,211,255,"+"0,103,205,255,"+"0,100,194,255,"+"0,92,178,255,"+"0,80,154,255,"+"0,62,123,255,"+"0,43,91,255,"+"0,28,65,255,"+"0,16,48,255,"+"0,8,33,255,"+"0,78,124,255,"+"0,188,215,255,"+"0,27,46,255,"+"0,26,73,255,"+"0,84,164,255,"+"0,129,225,255,"+"0,178,253,255,"+"0,221,255,255,"+"0,211,255,255,"+"0,156,248,255,"+"0,102,195,255,"+"0,46,102,255,"+"0,9,40,255,"+"0,6,31,255,"+"0,4,29,255,"+"0,2,25,255,"+"0,1,23,255,"+"0,0,20,255,"+"0,0,17,255,"+"0,0,13,255,"+"0,0,11,255,"+"0,194,243,255,"+"0,224,251,255,"+"7,247,255,255,"+"93,255,255,255,"+"181,255,255,255,"+"218,255,255,255,"+"171,255,255,255,"+"72,254,255,255,"+"21,252,255,255,"+"3,252,255,255,"+"0,220,255,255,"+"0,203,254,255,"+"0,229,255,255,"+"0,211,255,255,"+"0,210,255,255,"+"0,243,255,255,"+"15,255,255,255,"+"20,255,255,255,"+"0,252,255,255,"+"1,188,220,255,"+"7,72,102,255,"+"10,39,65,255,"+"6,40,69,255,"+"2,42,74,255,"+"1,42,79,255,"+"1,42,79,255,"+"0,42,79,255,"+"0,41,82,255,"+"0,40,83,255,"+"0,40,83,255,"+"0,43,84,255,"+"0,45,85,255,"+"0,45,86,255,"+"0,46,87,255,"+"0,47,88,255,"+"0,47,89,255,"+"0,48,90,255,"+"0,50,91,255,"+"0,50,91,255,"+"0,52,93,255,"+"0,52,93,255,"+"0,54,94,255,"+"1,57,97,255,"+"1,61,103,255,"+"0,68,113,255,"+"0,80,128,255,"+"0,92,145,255,"+"0,106,164,255,"+"0,121,184,255,"+"0,138,207,255,"+"0,153,227,255,"+"0,164,239,255,"+"0,169,246,255,"+"0,162,237,255,"+"0,138,210,255,"+"0,109,175,255,"+"0,77,133,255,"+"0,47,96,255,"+"0,35,82,255,"+"0,34,82,255,"+"0,35,84,255,"+"0,40,93,255,"+"0,49,114,255,"+"1,58,140,255,"+"14,61,165,255,"+"38,64,184,255,"+"41,73,200,255,"+"26,84,210,255,"+"5,97,216,255,"+"0,108,220,255,"+"0,114,222,255,"+"0,116,222,255,"+"0,115,218,255,"+"0,111,210,255,"+"0,103,194,255,"+"0,88,168,255,"+"0,68,131,255,"+"0,45,92,255,"+"0,23,55,255,"+"0,69,108,255,"+"0,204,220,255,"+"0,41,60,255,"+"0,30,76,255,"+"0,89,171,255,"+"0,140,234,255,"+"0,195,255,255,"+"0,233,255,255,"+"0,215,255,255,"+"0,156,246,255,"+"0,94,181,255,"+"0,38,86,255,"+"0,10,38,255,"+"0,7,34,255,"+"0,6,32,255,"+"0,4,28,255,"+"0,2,25,255,"+"0,0,22,255,"+"0,0,19,255,"+"0,0,16,255,"+"0,0,13,255,"+"0,220,255,255,"+"0,235,255,255,"+"2,253,255,255,"+"27,255,255,255,"+"94,255,255,255,"+"176,255,255,255,"+"180,255,255,255,"+"108,255,255,255,"+"62,255,255,255,"+"34,255,255,255,"+"3,251,255,255,"+"0,251,255,255,"+"0,250,255,255,"+"0,233,255,255,"+"0,245,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,254,255,255,"+"0,234,255,255,"+"0,148,210,255,"+"7,56,91,255,"+"9,40,67,255,"+"4,42,76,255,"+"3,43,79,255,"+"1,44,80,255,"+"0,43,80,255,"+"0,42,80,255,"+"0,41,83,255,"+"0,41,83,255,"+"0,41,84,255,"+"0,43,85,255,"+"0,44,85,255,"+"0,43,86,255,"+"0,45,87,255,"+"0,45,89,255,"+"0,47,89,255,"+"0,47,91,255,"+"0,49,92,255,"+"0,50,93,255,"+"0,51,93,255,"+"0,52,95,255,"+"0,53,96,255,"+"0,54,95,255,"+"0,54,94,255,"+"0,54,95,255,"+"0,57,98,255,"+"0,66,111,255,"+"0,81,132,255,"+"0,94,147,255,"+"0,104,163,255,"+"0,122,187,255,"+"0,147,218,255,"+"0,168,244,255,"+"0,181,254,255,"+"0,180,251,255,"+"0,163,236,255,"+"0,131,202,255,"+"0,95,155,255,"+"0,57,108,255,"+"0,37,85,255,"+"0,36,83,255,"+"0,35,83,255,"+"0,34,84,255,"+"0,37,91,255,"+"2,41,107,255,"+"12,46,129,255,"+"18,56,154,255,"+"9,73,177,255,"+"1,91,197,255,"+"0,105,210,255,"+"0,114,220,255,"+"0,121,228,255,"+"0,125,234,255,"+"0,127,235,255,"+"0,126,231,255,"+"0,120,222,255,"+"0,109,203,255,"+"0,90,168,255,"+"0,61,118,255,"+"0,73,119,255,"+"0,207,228,255,"+"0,74,94,255,"+"0,36,84,255,"+"0,96,182,255,"+"0,154,244,255,"+"0,214,255,255,"+"0,244,255,255,"+"0,218,255,255,"+"0,153,242,255,"+"0,86,165,255,"+"0,31,75,255,"+"0,10,40,255,"+"0,9,39,255,"+"0,8,34,255,"+"0,6,32,255,"+"0,3,29,255,"+"0,1,24,255,"+"0,1,24,255,"+"0,3,28,255,"+"0,8,40,255,"+"0,217,255,255,"+"0,228,255,255,"+"0,243,255,255,"+"2,247,255,255,"+"61,253,255,255,"+"168,255,255,255,"+"189,255,255,255,"+"140,255,255,255,"+"116,255,255,255,"+"134,255,255,255,"+"20,255,255,255,"+"0,255,255,255,"+"0,254,255,255,"+"0,251,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,240,255,255,"+"0,183,255,255,"+"0,161,248,255,"+"2,118,185,255,"+"8,62,100,255,"+"6,43,77,255,"+"2,43,80,255,"+"0,44,81,255,"+"0,43,80,255,"+"0,41,82,255,"+"0,41,84,255,"+"0,42,83,255,"+"0,42,85,255,"+"0,41,86,255,"+"0,43,85,255,"+"0,43,87,255,"+"0,43,89,255,"+"0,44,89,255,"+"0,45,90,255,"+"0,46,91,255,"+"0,47,92,255,"+"0,48,95,255,"+"0,49,95,255,"+"0,50,96,255,"+"0,51,96,255,"+"0,52,97,255,"+"0,52,98,255,"+"0,53,98,255,"+"0,53,98,255,"+"0,59,104,255,"+"0,71,121,255,"+"0,84,135,255,"+"0,90,142,255,"+"0,91,144,255,"+"0,106,166,255,"+"0,134,201,255,"+"0,163,235,255,"+"0,187,253,255,"+"0,195,255,255,"+"0,183,247,255,"+"0,151,221,255,"+"0,109,173,255,"+"0,65,118,255,"+"0,39,88,255,"+"0,36,85,255,"+"0,36,84,255,"+"0,37,84,255,"+"0,37,84,255,"+"0,38,87,255,"+"0,41,97,255,"+"0,50,115,255,"+"0,64,139,255,"+"0,81,164,255,"+"0,97,188,255,"+"0,110,210,255,"+"0,122,226,255,"+"0,130,237,255,"+"0,135,244,255,"+"0,136,247,255,"+"0,133,241,255,"+"0,124,226,255,"+"0,104,192,255,"+"0,98,167,255,"+"0,214,241,255,"+"0,114,131,255,"+"0,44,96,255,"+"0,108,196,255,"+"0,173,251,255,"+"0,230,255,255,"+"0,250,255,255,"+"0,215,255,255,"+"0,145,235,255,"+"0,75,147,255,"+"0,25,66,255,"+"0,10,43,255,"+"0,11,40,255,"+"0,10,37,255,"+"0,7,34,255,"+"0,6,33,255,"+"0,10,43,255,"+"0,20,62,255,"+"0,31,82,255,"+"0,38,94,255,"+"0,231,255,255,"+"0,228,255,255,"+"0,234,255,255,"+"0,245,255,255,"+"37,254,255,255,"+"161,255,255,255,"+"208,255,255,255,"+"175,255,255,255,"+"186,255,255,255,"+"180,255,255,255,"+"20,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,253,255,255,"+"0,205,255,255,"+"0,136,247,255,"+"0,134,243,255,"+"0,150,244,255,"+"1,125,198,255,"+"4,83,132,255,"+"2,54,93,255,"+"0,43,80,255,"+"0,40,78,255,"+"0,41,81,255,"+"0,40,83,255,"+"0,40,84,255,"+"0,39,84,255,"+"0,40,85,255,"+"0,41,86,255,"+"0,41,87,255,"+"0,42,88,255,"+"0,43,89,255,"+"0,45,90,255,"+"0,46,91,255,"+"0,47,93,255,"+"0,48,96,255,"+"0,48,95,255,"+"0,48,97,255,"+"0,50,97,255,"+"0,50,99,255,"+"0,52,99,255,"+"0,52,99,255,"+"0,52,100,255,"+"0,58,106,255,"+"0,76,127,255,"+"0,90,145,255,"+"0,93,148,255,"+"0,83,134,255,"+"0,70,121,255,"+"0,89,143,255,"+"0,118,181,255,"+"0,155,224,255,"+"0,188,250,255,"+"0,207,255,255,"+"0,201,253,255,"+"0,168,235,255,"+"0,122,189,255,"+"0,71,126,255,"+"0,40,89,255,"+"0,37,85,255,"+"0,38,86,255,"+"0,39,86,255,"+"0,39,86,255,"+"0,38,86,255,"+"0,39,87,255,"+"0,43,92,255,"+"0,51,103,255,"+"0,62,122,255,"+"0,78,151,255,"+"0,96,182,255,"+"0,114,212,255,"+"0,132,236,255,"+"0,141,250,255,"+"0,143,254,255,"+"0,142,252,255,"+"0,135,241,255,"+"0,129,219,255,"+"0,221,249,255,"+"0,144,168,255,"+"0,61,123,255,"+"0,126,215,255,"+"0,194,254,255,"+"0,243,255,255,"+"0,251,255,255,"+"0,210,255,255,"+"0,137,227,255,"+"0,67,132,255,"+"0,22,61,255,"+"0,12,47,255,"+"0,12,44,255,"+"0,11,41,255,"+"0,14,47,255,"+"0,28,71,255,"+"0,47,99,255,"+"0,57,117,255,"+"0,60,122,255,"+"0,58,122,255,"+"0,233,255,255,"+"0,242,255,255,"+"0,251,255,255,"+"0,252,255,255,"+"12,249,255,255,"+"116,252,255,255,"+"212,255,255,255,"+"207,255,255,255,"+"220,255,255,255,"+"128,255,255,255,"+"10,255,255,255,"+"17,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,243,255,255,"+"0,166,250,255,"+"0,116,227,255,"+"0,112,220,255,"+"0,124,228,255,"+"0,142,238,255,"+"0,142,225,255,"+"0,120,186,255,"+"0,90,142,255,"+"0,65,111,255,"+"0,49,93,255,"+"0,40,86,255,"+"0,37,82,255,"+"0,37,81,255,"+"0,37,84,255,"+"0,39,85,255,"+"0,40,86,255,"+"0,42,87,255,"+"0,43,90,255,"+"0,45,90,255,"+"0,46,91,255,"+"0,46,94,255,"+"0,47,95,255,"+"0,48,97,255,"+"0,48,98,255,"+"0,49,99,255,"+"0,50,100,255,"+"0,51,101,255,"+"0,53,102,255,"+"0,53,101,255,"+"0,53,101,255,"+"0,67,118,255,"+"0,95,151,255,"+"0,100,157,255,"+"0,92,146,255,"+"0,60,109,255,"+"0,55,105,255,"+"0,75,128,255,"+"0,106,165,255,"+"0,144,209,255,"+"0,187,245,255,"+"0,217,255,255,"+"0,217,254,255,"+"0,183,242,255,"+"0,133,197,255,"+"0,71,126,255,"+"0,39,90,255,"+"0,39,88,255,"+"0,41,88,255,"+"0,40,88,255,"+"0,40,89,255,"+"0,41,89,255,"+"0,44,88,255,"+"0,45,89,255,"+"0,48,90,255,"+"0,54,98,255,"+"0,64,118,255,"+"0,79,149,255,"+"0,102,187,255,"+"0,125,225,255,"+"0,141,249,255,"+"0,149,255,255,"+"0,151,254,255,"+"0,149,246,255,"+"0,224,253,255,"+"0,194,226,255,"+"0,117,199,255,"+"0,166,243,255,"+"0,220,255,255,"+"0,252,255,255,"+"0,250,255,255,"+"0,204,255,255,"+"0,130,221,255,"+"0,62,122,255,"+"0,21,60,255,"+"0,14,50,255,"+"0,16,51,255,"+"0,28,68,255,"+"0,50,102,255,"+"0,69,129,255,"+"0,77,141,255,"+"0,78,145,255,"+"0,74,142,255,"+"0,68,136,255,"+"0,249,255,255,"+"0,239,253,255,"+"0,214,244,255,"+"0,184,225,255,"+"1,158,203,255,"+"33,177,209,255,"+"118,233,245,255,"+"196,254,255,255,"+"206,255,255,255,"+"52,255,255,255,"+"48,255,255,255,"+"95,255,255,255,"+"9,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,243,255,255,"+"0,181,250,255,"+"0,136,232,255,"+"0,117,217,255,"+"0,108,208,255,"+"0,112,210,255,"+"0,124,220,255,"+"0,139,231,255,"+"0,146,231,255,"+"0,138,213,255,"+"0,122,189,255,"+"0,105,165,255,"+"0,86,141,255,"+"0,70,122,255,"+"0,59,109,255,"+"0,50,100,255,"+"0,46,94,255,"+"0,43,92,255,"+"0,42,90,255,"+"0,43,90,255,"+"0,45,90,255,"+"0,45,94,255,"+"0,46,94,255,"+"0,49,97,255,"+"0,48,98,255,"+"0,49,99,255,"+"0,50,100,255,"+"0,51,101,255,"+"0,53,101,255,"+"0,53,102,255,"+"0,54,102,255,"+"0,57,106,255,"+"0,86,140,255,"+"0,103,161,255,"+"0,100,159,255,"+"0,72,125,255,"+"0,48,98,255,"+"0,49,101,255,"+"0,65,117,255,"+"0,94,151,255,"+"0,136,199,255,"+"0,188,242,255,"+"0,229,255,255,"+"0,233,255,255,"+"0,195,246,255,"+"0,132,196,255,"+"0,67,122,255,"+"0,41,89,255,"+"0,43,90,255,"+"0,42,91,255,"+"0,43,91,255,"+"0,45,91,255,"+"0,47,91,255,"+"0,49,92,255,"+"0,51,91,255,"+"0,51,91,255,"+"0,52,92,255,"+"1,57,99,255,"+"1,68,121,255,"+"0,89,163,255,"+"0,118,214,255,"+"0,144,248,255,"+"0,161,255,255,"+"0,169,254,255,"+"0,223,255,255,"+"0,235,254,255,"+"0,182,251,255,"+"0,216,255,255,"+"0,245,255,255,"+"0,255,255,255,"+"0,248,255,255,"+"0,202,255,255,"+"0,126,215,255,"+"0,59,115,255,"+"0,25,68,255,"+"0,28,72,255,"+"0,46,97,255,"+"0,71,130,255,"+"0,86,153,255,"+"0,90,160,255,"+"0,90,160,255,"+"0,86,157,255,"+"0,80,149,255,"+"0,72,141,255,"+"0,172,217,255,"+"0,120,171,255,"+"0,71,118,255,"+"0,41,79,255,"+"0,26,58,255,"+"1,34,65,255,"+"21,112,148,255,"+"109,223,240,255,"+"125,255,255,255,"+"22,255,255,255,"+"112,255,255,255,"+"142,255,255,255,"+"23,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"1,253,255,255,"+"6,233,253,255,"+"2,205,251,255,"+"0,176,246,255,"+"0,149,233,255,"+"0,128,218,255,"+"0,114,206,255,"+"0,113,206,255,"+"0,120,214,255,"+"0,130,221,255,"+"0,142,230,255,"+"0,150,235,255,"+"0,152,233,255,"+"0,149,225,255,"+"0,143,216,255,"+"0,135,203,255,"+"0,126,188,255,"+"0,115,174,255,"+"0,101,158,255,"+"0,87,141,255,"+"0,73,124,255,"+"0,60,111,255,"+"0,52,101,255,"+"0,48,97,255,"+"0,46,95,255,"+"0,48,99,255,"+"0,48,102,255,"+"0,51,101,255,"+"0,52,102,255,"+"0,52,104,255,"+"0,54,104,255,"+"0,54,104,255,"+"0,73,126,255,"+"0,100,160,255,"+"0,105,165,255,"+"0,89,145,255,"+"0,54,107,255,"+"0,48,101,255,"+"0,48,101,255,"+"0,58,111,255,"+"0,89,143,255,"+"0,134,195,255,"+"0,194,242,255,"+"0,242,255,255,"+"0,240,255,255,"+"0,194,245,255,"+"0,127,189,255,"+"0,62,114,255,"+"0,43,91,255,"+"0,45,94,255,"+"0,46,93,255,"+"0,48,93,255,"+"0,51,95,255,"+"0,53,94,255,"+"0,54,94,255,"+"0,54,94,255,"+"1,53,93,255,"+"0,53,93,255,"+"1,52,93,255,"+"2,61,109,255,"+"0,86,157,255,"+"0,127,221,255,"+"0,171,253,255,"+"0,198,255,255,"+"0,236,255,255,"+"0,248,255,255,"+"0,233,255,255,"+"0,247,255,255,"+"0,254,255,255,"+"0,255,255,255,"+"0,250,255,255,"+"0,206,255,255,"+"0,133,220,255,"+"0,72,136,255,"+"0,55,114,255,"+"0,70,133,255,"+"0,89,156,255,"+"0,98,168,255,"+"0,100,172,255,"+"0,99,171,255,"+"0,96,169,255,"+"0,93,166,255,"+"0,89,163,255,"+"0,83,155,255,"+"0,31,63,255,"+"0,10,32,255,"+"0,2,23,255,"+"0,1,25,255,"+"0,5,31,255,"+"0,8,34,255,"+"1,21,46,255,"+"29,151,177,255,"+"26,252,255,255,"+"68,255,255,255,"+"155,255,255,255,"+"138,255,255,255,"+"47,255,255,255,"+"9,255,255,255,"+"39,255,255,255,"+"24,255,255,255,"+"0,240,250,255,"+"6,151,197,255,"+"5,137,190,255,"+"3,159,214,255,"+"6,169,227,255,"+"2,173,241,255,"+"0,165,241,255,"+"0,149,234,255,"+"0,132,221,255,"+"0,122,213,255,"+"0,119,211,255,"+"0,117,209,255,"+"0,123,214,255,"+"0,131,222,255,"+"0,139,230,255,"+"0,149,236,255,"+"0,157,240,255,"+"0,164,244,255,"+"0,166,243,255,"+"0,165,238,255,"+"0,160,228,255,"+"4,145,212,255,"+"18,125,189,255,"+"18,101,160,255,"+"10,77,134,255,"+"5,62,115,255,"+"0,54,104,255,"+"0,51,101,255,"+"0,50,103,255,"+"0,52,105,255,"+"0,53,107,255,"+"0,52,107,255,"+"0,60,114,255,"+"0,91,152,255,"+"0,107,168,255,"+"0,103,163,255,"+"0,72,128,255,"+"0,51,103,255,"+"0,50,102,255,"+"0,48,101,255,"+"0,55,107,255,"+"0,85,139,255,"+"0,136,196,255,"+"0,201,245,255,"+"0,246,255,255,"+"0,241,255,255,"+"0,192,242,255,"+"0,118,177,255,"+"0,54,105,255,"+"0,47,96,255,"+"0,48,96,255,"+"0,52,97,255,"+"0,55,98,255,"+"0,56,96,255,"+"1,57,98,255,"+"1,64,107,255,"+"2,73,118,255,"+"1,80,128,255,"+"0,83,134,255,"+"1,85,137,255,"+"0,98,156,255,"+"0,131,211,255,"+"0,174,252,255,"+"0,217,255,255,"+"0,245,255,255,"+"0,248,255,255,"+"0,254,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,252,255,255,"+"0,221,255,255,"+"0,176,246,255,"+"0,127,207,255,"+"0,100,177,255,"+"0,104,180,255,"+"0,109,187,255,"+"0,112,192,255,"+"0,115,196,255,"+"0,117,199,255,"+"0,116,198,255,"+"0,108,188,255,"+"0,91,162,255,"+"0,69,131,255,"+"0,0,16,255,"+"0,0,20,255,"+"0,0,25,255,"+"0,1,28,255,"+"0,6,33,255,"+"0,9,36,255,"+"1,24,47,255,"+"3,175,197,255,"+"23,254,255,255,"+"93,255,255,255,"+"101,255,255,255,"+"146,255,255,255,"+"94,255,255,255,"+"67,255,255,255,"+"75,255,255,255,"+"14,255,255,255,"+"0,233,250,255,"+"0,109,167,255,"+"0,55,112,255,"+"1,67,120,255,"+"4,73,119,255,"+"6,97,145,255,"+"2,125,179,255,"+"1,143,205,255,"+"0,151,219,255,"+"0,154,229,255,"+"0,153,234,255,"+"0,148,232,255,"+"0,142,227,255,"+"0,137,226,255,"+"0,132,224,255,"+"0,131,221,255,"+"0,134,227,255,"+"0,136,229,255,"+"0,138,231,255,"+"0,144,238,255,"+"0,151,244,255,"+"2,157,246,255,"+"27,165,250,255,"+"64,162,246,255,"+"109,152,233,255,"+"121,138,214,255,"+"91,117,186,255,"+"50,93,157,255,"+"14,75,133,255,"+"4,63,118,255,"+"0,55,109,255,"+"0,52,107,255,"+"0,53,108,255,"+"0,74,131,255,"+"0,102,164,255,"+"0,108,172,255,"+"0,95,156,255,"+"0,61,117,255,"+"0,51,104,255,"+"0,50,104,255,"+"0,48,102,255,"+"0,55,107,255,"+"0,87,141,255,"+"0,142,202,255,"+"0,208,246,255,"+"0,250,255,255,"+"0,239,255,255,"+"0,186,236,255,"+"0,100,156,255,"+"0,53,100,255,"+"0,52,98,255,"+"0,55,100,255,"+"1,59,102,255,"+"2,72,117,255,"+"0,94,143,255,"+"0,118,172,255,"+"0,135,195,255,"+"0,145,210,255,"+"0,152,218,255,"+"0,158,226,255,"+"0,167,230,255,"+"0,185,244,255,"+"0,215,255,255,"+"0,244,255,255,"+"0,249,255,255,"+"0,241,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,254,255,255,"+"0,245,255,255,"+"0,222,255,255,"+"0,180,248,255,"+"0,142,229,255,"+"0,138,228,255,"+"0,141,233,255,"+"0,144,237,255,"+"0,142,234,255,"+"0,134,223,255,"+"0,115,196,255,"+"0,90,158,255,"+"0,65,125,255,"+"0,53,109,255,"+"0,0,20,255,"+"0,0,24,255,"+"0,0,27,255,"+"0,0,29,255,"+"0,4,34,255,"+"0,7,31,255,"+"4,85,113,255,"+"8,237,246,255,"+"69,255,255,255,"+"33,255,255,255,"+"11,254,255,255,"+"51,240,249,255,"+"50,215,237,255,"+"27,229,245,255,"+"7,250,254,255,"+"0,255,255,255,"+"0,247,255,255,"+"0,160,217,255,"+"0,69,130,255,"+"0,59,119,255,"+"0,42,92,255,"+"0,33,75,255,"+"0,39,82,255,"+"0,49,94,255,"+"0,62,109,255,"+"0,75,126,255,"+"0,88,143,255,"+"0,100,158,255,"+"0,108,168,255,"+"0,114,179,255,"+"0,118,184,255,"+"0,122,190,255,"+"0,128,200,255,"+"0,128,202,255,"+"0,131,210,255,"+"0,135,219,255,"+"0,133,223,255,"+"0,133,228,255,"+"2,136,240,255,"+"29,134,247,255,"+"148,132,252,255,"+"240,143,251,255,"+"242,147,246,255,"+"219,152,245,255,"+"145,151,231,255,"+"65,138,210,255,"+"26,116,179,255,"+"7,94,154,255,"+"1,76,132,255,"+"0,66,120,255,"+"0,86,148,255,"+"0,105,171,255,"+"0,106,172,255,"+"0,87,149,255,"+"0,59,113,255,"+"0,51,106,255,"+"0,50,105,255,"+"0,50,103,255,"+"0,56,109,255,"+"0,92,147,255,"+"0,150,209,255,"+"0,223,250,255,"+"0,253,255,255,"+"0,236,254,255,"+"0,168,221,255,"+"0,84,132,255,"+"1,56,100,255,"+"2,63,108,255,"+"1,86,133,255,"+"0,116,168,255,"+"0,141,199,255,"+"0,160,224,255,"+"0,175,242,255,"+"0,189,251,255,"+"0,200,253,255,"+"0,214,255,255,"+"0,229,255,255,"+"0,241,255,255,"+"0,251,255,255,"+"0,255,255,255,"+"0,249,255,255,"+"1,236,255,255,"+"4,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,247,255,255,"+"0,222,255,255,"+"0,194,255,255,"+"0,177,255,255,"+"0,167,255,255,"+"0,155,250,255,"+"0,138,227,255,"+"0,112,191,255,"+"0,85,152,255,"+"0,68,126,255,"+"0,58,117,255,"+"0,52,109,255,"+"0,0,21,255,"+"0,0,25,255,"+"0,0,27,255,"+"0,1,30,255,"+"0,4,33,255,"+"2,25,47,255,"+"7,181,198,255,"+"49,254,255,255,"+"72,255,255,255,"+"3,255,255,255,"+"0,238,249,255,"+"2,136,169,255,"+"3,70,107,255,"+"1,108,155,255,"+"0,197,237,255,"+"0,247,255,255,"+"0,253,255,255,"+"0,208,247,255,"+"0,106,174,255,"+"0,67,130,255,"+"0,52,108,255,"+"0,33,79,255,"+"0,33,77,255,"+"0,31,77,255,"+"0,31,77,255,"+"0,32,77,255,"+"0,32,80,255,"+"0,34,83,255,"+"0,37,86,255,"+"0,41,89,255,"+"0,47,93,255,"+"0,52,99,255,"+"0,56,105,255,"+"0,63,112,255,"+"0,71,122,255,"+"0,80,132,255,"+"1,88,145,255,"+"0,97,160,255,"+"0,108,177,255,"+"2,114,195,255,"+"41,114,213,255,"+"146,109,224,255,"+"221,109,228,255,"+"226,121,243,255,"+"166,141,251,255,"+"79,163,254,255,"+"37,173,250,255,"+"13,173,243,255,"+"4,162,226,255,"+"0,142,205,255,"+"0,126,190,255,"+"0,133,202,255,"+"0,130,201,255,"+"0,115,186,255,"+"0,87,150,255,"+"0,58,113,255,"+"0,51,106,255,"+"0,52,106,255,"+"0,51,105,255,"+"0,59,113,255,"+"1,101,156,255,"+"0,171,223,255,"+"0,237,253,255,"+"0,253,255,255,"+"0,224,251,255,"+"0,142,195,255,"+"3,76,122,255,"+"2,92,143,255,"+"1,124,182,255,"+"0,148,213,255,"+"0,170,237,255,"+"0,189,251,255,"+"0,207,255,255,"+"0,224,255,255,"+"0,237,255,255,"+"0,248,255,255,"+"0,254,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,253,255,255,"+"1,240,255,255,"+"4,252,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,254,255,255,"+"0,242,255,255,"+"0,211,255,255,"+"0,181,255,255,"+"0,158,245,255,"+"0,131,216,255,"+"0,102,177,255,"+"0,81,146,255,"+"0,68,129,255,"+"0,62,119,255,"+"0,53,108,255,"+"0,44,94,255,"+"0,0,22,255,"+"0,0,24,255,"+"0,0,26,255,"+"0,1,32,255,"+"0,4,29,255,"+"10,97,119,255,"+"21,242,247,255,"+"104,253,255,255,"+"31,242,255,255,"+"0,250,255,255,"+"0,184,218,255,"+"4,52,86,255,"+"1,34,68,255,"+"0,56,101,255,"+"0,133,194,255,"+"0,215,251,255,"+"0,252,255,255,"+"0,242,255,255,"+"0,166,227,255,"+"0,83,152,255,"+"0,61,120,255,"+"0,35,82,255,"+"0,33,78,255,"+"0,32,78,255,"+"0,32,79,255,"+"0,34,80,255,"+"0,34,82,255,"+"0,35,83,255,"+"0,36,84,255,"+"0,38,84,255,"+"0,41,86,255,"+"0,43,88,255,"+"0,44,89,255,"+"0,47,92,255,"+"0,48,92,255,"+"0,49,93,255,"+"0,49,94,255,"+"0,51,99,255,"+"0,55,104,255,"+"0,61,112,255,"+"0,70,124,255,"+"11,78,140,255,"+"41,84,160,255,"+"51,92,178,255,"+"25,108,198,255,"+"7,127,220,255,"+"2,142,234,255,"+"0,158,244,255,"+"0,174,252,255,"+"0,186,254,255,"+"0,190,251,255,"+"0,192,251,255,"+"0,197,250,255,"+"0,180,243,255,"+"0,150,219,255,"+"0,111,173,255,"+"0,81,138,255,"+"0,67,123,255,"+"0,59,112,255,"+"0,53,106,255,"+"1,65,118,255,"+"3,118,174,255,"+"0,193,238,255,"+"0,248,255,255,"+"0,251,255,255,"+"0,215,246,255,"+"1,149,205,255,"+"0,134,207,255,"+"0,159,237,255,"+"0,180,251,255,"+"0,198,255,255,"+"0,213,255,255,"+"0,224,255,255,"+"0,232,255,255,"+"0,241,255,255,"+"0,249,255,255,"+"0,254,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,230,255,255,"+"0,247,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,251,255,255,"+"0,219,255,255,"+"0,170,251,255,"+"0,129,215,255,"+"0,99,174,255,"+"0,81,149,255,"+"0,70,130,255,"+"0,58,113,255,"+"1,44,95,255,"+"0,30,74,255,"+"0,18,55,255,"+"0,0,22,255,"+"0,0,25,255,"+"0,0,29,255,"+"0,1,30,255,"+"5,29,51,255,"+"19,193,207,255,"+"64,254,255,255,"+"57,220,248,255,"+"2,210,251,255,"+"0,236,252,255,"+"1,121,164,255,"+"4,35,64,255,"+"0,39,71,255,"+"0,47,92,255,"+"0,84,143,255,"+"0,167,229,255,"+"0,232,255,255,"+"0,253,255,255,"+"0,222,251,255,"+"0,127,198,255,"+"0,69,134,255,"+"0,39,88,255,"+"0,33,78,255,"+"0,33,79,255,"+"0,34,80,255,"+"0,34,81,255,"+"0,36,82,255,"+"0,37,83,255,"+"0,39,84,255,"+"0,41,86,255,"+"0,44,88,255,"+"0,47,91,255,"+"0,48,92,255,"+"0,51,93,255,"+"0,52,95,255,"+"0,52,98,255,"+"0,52,99,255,"+"0,52,102,255,"+"0,52,103,255,"+"0,53,105,255,"+"0,54,108,255,"+"0,56,113,255,"+"0,59,118,255,"+"0,65,126,255,"+"0,75,139,255,"+"0,84,153,255,"+"0,97,171,255,"+"0,109,191,255,"+"0,125,212,255,"+"0,142,229,255,"+"0,160,242,255,"+"0,177,250,255,"+"0,190,253,255,"+"0,196,255,255,"+"0,197,254,255,"+"0,188,246,255,"+"0,170,231,255,"+"0,151,214,255,"+"0,128,190,255,"+"0,106,165,255,"+"0,90,149,255,"+"1,102,164,255,"+"0,153,218,255,"+"0,223,253,255,"+"0,254,255,255,"+"0,252,255,255,"+"0,224,253,255,"+"0,179,252,255,"+"0,181,255,255,"+"0,194,255,255,"+"0,196,255,255,"+"0,187,255,255,"+"0,178,255,255,"+"0,177,255,255,"+"0,186,255,255,"+"0,207,255,255,"+"0,239,255,255,"+"0,254,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,221,255,255,"+"7,244,255,255,"+"2,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,252,255,255,"+"0,217,255,255,"+"0,170,253,255,"+"0,135,232,255,"+"0,113,202,255,"+"2,91,175,255,"+"23,64,149,255,"+"50,41,122,255,"+"52,26,100,255,"+"27,17,83,255,"+"3,16,70,255,"+"0,0,23,255,"+"0,0,26,255,"+"0,0,30,255,"+"1,3,28,255,"+"18,108,131,255,"+"36,246,250,255,"+"78,234,242,255,"+"7,151,203,255,"+"0,222,246,255,"+"0,204,237,255,"+"2,72,112,255,"+"2,33,62,255,"+"0,38,71,255,"+"0,47,92,255,"+"0,60,116,255,"+"0,114,181,255,"+"0,191,245,255,"+"0,242,255,255,"+"0,249,255,255,"+"0,189,241,255,"+"0,95,166,255,"+"0,44,95,255,"+"0,33,78,255,"+"0,34,79,255,"+"0,35,81,255,"+"0,36,82,255,"+"0,38,83,255,"+"0,39,85,255,"+"0,41,87,255,"+"0,43,88,255,"+"0,46,90,255,"+"0,49,91,255,"+"0,52,93,255,"+"0,54,97,255,"+"0,56,102,255,"+"0,58,110,255,"+"0,60,115,255,"+"0,61,119,255,"+"0,62,123,255,"+"0,63,126,255,"+"0,65,131,255,"+"0,68,135,255,"+"0,70,140,255,"+"0,72,144,255,"+"0,75,148,255,"+"0,78,151,255,"+"0,81,156,255,"+"0,84,162,255,"+"0,90,168,255,"+"0,98,178,255,"+"0,108,191,255,"+"0,121,206,255,"+"0,133,222,255,"+"0,147,235,255,"+"0,168,247,255,"+"0,191,255,255,"+"0,204,255,255,"+"0,214,255,255,"+"0,202,252,255,"+"0,186,247,255,"+"0,172,236,255,"+"0,154,223,255,"+"0,159,231,255,"+"0,203,253,255,"+"0,250,255,255,"+"0,255,255,255,"+"0,251,255,255,"+"0,214,255,255,"+"0,181,255,255,"+"0,171,254,255,"+"0,152,250,255,"+"0,141,250,255,"+"0,140,254,255,"+"0,150,255,255,"+"0,168,255,255,"+"0,194,255,255,"+"0,227,255,255,"+"0,250,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,229,255,255,"+"7,246,255,255,"+"2,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,248,255,255,"+"0,214,255,255,"+"0,175,255,255,"+"0,148,252,255,"+"0,126,234,255,"+"16,101,214,255,"+"77,74,199,255,"+"130,63,188,255,"+"134,57,178,255,"+"91,49,167,255,"+"24,51,156,255,"+"0,0,22,255,"+"0,0,27,255,"+"0,1,29,255,"+"8,33,56,255,"+"27,201,216,255,"+"76,251,252,255,"+"36,153,177,255,"+"0,135,189,255,"+"0,237,254,255,"+"0,160,206,255,"+"2,44,79,255,"+"1,34,65,255,"+"0,37,69,255,"+"0,47,90,255,"+"0,58,114,255,"+"0,76,140,255,"+"0,142,212,255,"+"0,205,252,255,"+"0,249,255,255,"+"0,230,254,255,"+"0,144,213,255,"+"0,56,110,255,"+"0,34,78,255,"+"0,36,80,255,"+"0,38,82,255,"+"0,38,82,255,"+"0,40,84,255,"+"0,42,86,255,"+"0,44,87,255,"+"0,46,88,255,"+"0,48,90,255,"+"0,51,92,255,"+"0,54,96,255,"+"0,56,102,255,"+"0,59,109,255,"+"0,61,115,255,"+"0,63,121,255,"+"0,65,128,255,"+"0,67,132,255,"+"0,68,135,255,"+"0,70,140,255,"+"0,72,146,255,"+"0,75,150,255,"+"0,78,154,255,"+"0,81,158,255,"+"0,84,162,255,"+"0,87,166,255,"+"0,89,170,255,"+"0,93,173,255,"+"0,97,178,255,"+"0,101,184,255,"+"0,106,190,255,"+"0,111,198,255,"+"0,116,206,255,"+"0,128,220,255,"+"0,155,245,255,"+"0,178,255,255,"+"0,191,255,255,"+"0,195,255,255,"+"0,190,255,255,"+"0,185,255,255,"+"0,185,254,255,"+"0,188,253,255,"+"0,209,255,255,"+"0,245,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,242,255,255,"+"0,182,252,255,"+"0,138,243,255,"+"0,135,246,255,"+"0,144,253,255,"+"0,155,255,255,"+"0,170,255,255,"+"0,184,255,255,"+"0,196,255,255,"+"0,210,255,255,"+"0,224,255,255,"+"0,241,255,255,"+"0,253,255,255,"+"0,255,255,255,"+"0,235,255,255,"+"3,241,255,255,"+"1,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,251,255,255,"+"0,227,255,255,"+"0,189,255,255,"+"0,162,255,255,"+"0,147,255,255,"+"0,134,251,255,"+"29,115,245,255,"+"98,94,236,255,"+"140,86,229,255,"+"143,81,222,255,"+"107,75,215,255,"+"41,79,207,255,"+"0,0,25,255,"+"0,0,27,255,"+"1,4,28,255,"+"21,115,137,255,"+"57,247,251,255,"+"75,202,214,255,"+"4,72,112,255,"+"0,177,222,255,"+"0,229,252,255,"+"0,114,164,255,"+"1,33,64,255,"+"0,35,67,255,"+"0,37,69,255,"+"0,45,85,255,"+"0,60,116,255,"+"0,65,127,255,"+"0,97,163,255,"+"0,157,225,255,"+"0,221,252,255,"+"0,246,255,255,"+"0,192,244,255,"+"0,89,149,255,"+"0,37,79,255,"+"0,38,80,255,"+"0,40,81,255,"+"0,41,82,255,"+"0,42,84,255,"+"0,44,86,255,"+"0,46,87,255,"+"0,48,89,255,"+"0,50,91,255,"+"0,53,93,255,"+"0,55,98,255,"+"0,57,105,255,"+"0,59,111,255,"+"0,61,116,255,"+"0,63,123,255,"+"0,66,131,255,"+"0,68,136,255,"+"0,70,140,255,"+"0,72,146,255,"+"0,74,150,255,"+"0,77,154,255,"+"0,81,158,255,"+"0,84,162,255,"+"0,86,165,255,"+"0,89,168,255,"+"0,92,172,255,"+"0,96,176,255,"+"0,100,180,255,"+"0,104,189,255,"+"0,109,197,255,"+"0,114,202,255,"+"0,117,209,255,"+"0,121,213,255,"+"0,129,224,255,"+"0,152,246,255,"+"0,170,255,255,"+"0,180,255,255,"+"0,184,255,255,"+"0,179,255,255,"+"0,169,255,255,"+"0,171,254,255,"+"0,180,254,255,"+"0,217,255,255,"+"0,249,255,255,"+"0,255,255,255,"+"0,254,255,255,"+"0,229,254,255,"+"0,176,252,255,"+"0,159,254,255,"+"0,158,255,255,"+"0,158,254,255,"+"0,157,252,255,"+"0,159,251,255,"+"0,162,252,255,"+"0,168,252,255,"+"0,177,253,255,"+"0,201,255,255,"+"0,237,255,255,"+"0,253,255,255,"+"0,242,255,255,"+"4,228,255,255,"+"3,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,253,255,255,"+"0,231,255,255,"+"0,188,254,255,"+"0,162,253,255,"+"0,151,253,255,"+"0,143,252,255,"+"0,133,249,255,"+"30,114,245,255,"+"99,94,239,255,"+"139,87,233,255,"+"140,83,228,255,"+"102,79,223,255,"+"39,86,218,255,"+"0,0,25,255,"+"0,0,26,255,"+"12,44,63,255,"+"36,210,222,255,"+"94,238,243,255,"+"25,96,113,255,"+"0,74,123,255,"+"0,209,244,255,"+"0,203,240,255,"+"0,73,116,255,"+"0,28,60,255,"+"0,35,68,255,"+"0,37,69,255,"+"0,42,79,255,"+"0,60,114,255,"+"0,67,130,255,"+"0,70,134,255,"+"0,110,174,255,"+"0,172,231,255,"+"0,238,254,255,"+"0,229,254,255,"+"0,149,211,255,"+"0,59,106,255,"+"0,38,79,255,"+"0,41,83,255,"+"0,42,83,255,"+"0,44,85,255,"+"0,45,86,255,"+"0,49,89,255,"+"0,50,90,255,"+"0,52,92,255,"+"0,54,94,255,"+"0,56,98,255,"+"0,57,105,255,"+"0,58,111,255,"+"0,60,116,255,"+"0,63,124,255,"+"0,66,131,255,"+"0,69,137,255,"+"0,71,142,255,"+"0,73,146,255,"+"0,77,150,255,"+"0,78,154,255,"+"0,80,157,255,"+"0,83,161,255,"+"0,86,164,255,"+"0,88,166,255,"+"0,91,169,255,"+"0,93,172,255,"+"0,98,176,255,"+"0,102,182,255,"+"0,107,191,255,"+"0,115,201,255,"+"0,120,211,255,"+"0,126,219,255,"+"0,130,225,255,"+"0,136,233,255,"+"0,153,246,255,"+"0,176,253,255,"+"0,192,255,255,"+"0,205,255,255,"+"0,196,255,255,"+"0,163,248,255,"+"0,144,236,255,"+"0,171,246,255,"+"0,225,255,255,"+"0,253,255,255,"+"0,255,255,255,"+"0,250,255,255,"+"0,205,255,255,"+"0,176,255,255,"+"0,168,255,255,"+"0,162,252,255,"+"0,154,245,255,"+"0,143,235,255,"+"0,134,228,255,"+"0,132,225,255,"+"0,134,225,255,"+"0,157,241,255,"+"0,203,255,255,"+"0,236,255,255,"+"0,243,255,255,"+"5,226,255,255,"+"14,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,242,255,255,"+"0,193,253,255,"+"0,138,225,255,"+"0,119,207,255,"+"0,118,211,255,"+"0,115,212,255,"+"0,109,211,255,"+"20,94,210,255,"+"83,76,209,255,"+"131,71,208,255,"+"130,68,206,255,"+"84,68,204,255,"+"21,80,203,255,"+"0,0,25,255,"+"4,9,27,255,"+"33,142,152,255,"+"73,248,250,255,"+"60,158,169,255,"+"2,29,52,255,"+"0,110,169,255,"+"0,224,252,255,"+"0,164,212,255,"+"0,43,81,255,"+"0,28,61,255,"+"0,35,68,255,"+"0,36,72,255,"+"0,40,77,255,"+"0,57,111,255,"+"0,70,135,255,"+"0,69,136,255,"+"0,75,136,255,"+"1,120,179,255,"+"0,199,244,255,"+"0,246,255,255,"+"0,209,249,255,"+"0,119,179,255,"+"0,48,92,255,"+"0,41,82,255,"+"0,44,85,255,"+"0,45,86,255,"+"0,48,87,255,"+"0,50,89,255,"+"0,52,90,255,"+"1,53,92,255,"+"1,54,93,255,"+"0,54,98,255,"+"0,55,103,255,"+"0,56,109,255,"+"0,58,114,255,"+"0,62,122,255,"+"0,65,129,255,"+"0,68,133,255,"+"0,71,138,255,"+"0,73,142,255,"+"0,76,147,255,"+"0,78,150,255,"+"0,79,152,255,"+"0,80,153,255,"+"0,81,154,255,"+"0,83,154,255,"+"0,84,154,255,"+"0,84,154,255,"+"0,86,155,255,"+"0,88,158,255,"+"0,94,166,255,"+"0,103,179,255,"+"0,111,192,255,"+"0,117,202,255,"+"0,121,209,255,"+"0,124,215,255,"+"0,125,217,255,"+"0,133,223,255,"+"0,155,236,255,"+"0,187,252,255,"+"0,211,255,255,"+"0,195,253,255,"+"0,151,233,255,"+"0,132,213,255,"+"0,180,240,255,"+"0,240,255,255,"+"0,255,255,255,"+"0,251,255,255,"+"0,197,251,255,"+"0,149,238,255,"+"0,154,241,255,"+"0,159,244,255,"+"0,170,249,255,"+"0,177,251,255,"+"0,161,242,255,"+"0,130,213,255,"+"0,102,174,255,"+"0,113,189,255,"+"0,162,244,255,"+"0,202,255,255,"+"0,236,255,255,"+"6,236,255,255,"+"17,255,255,255,"+"0,254,255,255,"+"0,255,255,255,"+"0,253,255,255,"+"0,225,255,255,"+"0,165,248,255,"+"0,107,187,255,"+"0,73,132,255,"+"0,64,121,255,"+"0,63,123,255,"+"0,60,126,255,"+"3,52,127,255,"+"27,39,129,255,"+"63,33,132,255,"+"67,32,135,255,"+"33,38,139,255,"+"4,54,144,255,"+"0,0,23,255,"+"23,63,78,255,"+"50,227,231,255,"+"96,212,220,255,"+"13,47,64,255,"+"0,31,68,255,"+"0,148,205,255,"+"0,219,252,255,"+"0,117,171,255,"+"0,29,63,255,"+"0,30,63,255,"+"0,34,68,255,"+"0,36,72,255,"+"0,38,73,255,"+"0,53,103,255,"+"0,70,137,255,"+"0,74,143,255,"+"0,66,129,255,"+"0,79,132,255,"+"0,150,214,255,"+"0,226,254,255,"+"0,243,255,255,"+"0,186,239,255,"+"0,97,152,255,"+"0,47,86,255,"+"0,46,84,255,"+"0,48,86,255,"+"0,50,87,255,"+"0,51,88,255,"+"0,52,90,255,"+"1,53,93,255,"+"0,54,94,255,"+"0,53,97,255,"+"0,53,100,255,"+"0,54,105,255,"+"0,56,110,255,"+"0,59,116,255,"+"0,61,121,255,"+"0,63,124,255,"+"0,66,128,255,"+"0,69,131,255,"+"0,70,132,255,"+"0,71,133,255,"+"0,72,134,255,"+"0,73,134,255,"+"0,73,134,255,"+"0,73,133,255,"+"0,74,132,255,"+"0,73,131,255,"+"0,73,130,255,"+"0,73,131,255,"+"0,75,135,255,"+"0,80,142,255,"+"0,86,150,255,"+"0,90,156,255,"+"0,92,162,255,"+"0,93,163,255,"+"0,93,161,255,"+"0,91,160,255,"+"0,97,169,255,"+"0,131,211,255,"+"0,184,249,255,"+"0,206,255,255,"+"0,198,251,255,"+"0,159,228,255,"+"0,144,219,255,"+"0,208,249,255,"+"0,252,255,255,"+"0,255,255,255,"+"0,225,251,255,"+"0,135,215,255,"+"0,116,202,255,"+"0,117,199,255,"+"0,119,196,255,"+"0,136,210,255,"+"0,156,232,255,"+"0,149,229,255,"+"0,120,189,255,"+"0,115,193,255,"+"0,146,239,255,"+"0,179,255,255,"+"0,216,255,255,"+"7,228,255,255,"+"21,250,255,255,"+"1,241,255,255,"+"0,255,255,255,"+"0,254,255,255,"+"0,228,255,255,"+"0,171,252,255,"+"0,116,209,255,"+"0,68,131,255,"+"0,36,76,255,"+"0,23,59,255,"+"0,19,54,255,"+"0,15,52,255,"+"0,11,50,255,"+"3,7,50,255,"+"4,6,51,255,"+"1,8,53,255,"+"0,12,56,255,"+"10,16,34,255,"+"46,165,180,255,"+"97,236,241,255,"+"46,95,108,255,"+"0,7,30,255,"+"0,56,107,255,"+"0,186,234,255,"+"0,196,241,255,"+"0,74,122,255,"+"0,24,59,255,"+"0,30,65,255,"+"0,33,69,255,"+"0,36,72,255,"+"0,37,72,255,"+"0,48,94,255,"+"0,70,136,255,"+"0,77,149,255,"+"0,71,140,255,"+"0,61,118,255,"+"0,114,185,255,"+"0,192,250,255,"+"0,245,255,255,"+"0,231,254,255,"+"0,163,225,255,"+"1,79,129,255,"+"1,47,85,255,"+"0,49,86,255,"+"0,50,87,255,"+"0,52,91,255,"+"1,51,93,255,"+"0,51,93,255,"+"0,53,94,255,"+"0,51,96,255,"+"0,51,96,255,"+"0,51,99,255,"+"0,53,102,255,"+"0,53,106,255,"+"0,55,110,255,"+"0,59,112,255,"+"0,61,115,255,"+"0,63,119,255,"+"0,66,123,255,"+"0,69,124,255,"+"0,69,126,255,"+"0,71,129,255,"+"0,72,131,255,"+"0,73,132,255,"+"0,73,132,255,"+"0,74,132,255,"+"0,73,132,255,"+"0,73,132,255,"+"0,74,132,255,"+"0,74,134,255,"+"0,75,134,255,"+"0,75,134,255,"+"0,74,132,255,"+"0,72,130,255,"+"0,75,134,255,"+"0,82,148,255,"+"0,91,161,255,"+"0,101,174,255,"+"0,134,213,255,"+"0,185,248,255,"+"0,224,255,255,"+"0,233,254,255,"+"0,194,245,255,"+"0,184,246,255,"+"2,238,254,255,"+"1,255,255,255,"+"0,249,255,255,"+"0,171,226,255,"+"0,96,170,255,"+"0,88,154,255,"+"0,75,133,255,"+"0,65,121,255,"+"0,78,137,255,"+"0,104,171,255,"+"0,127,206,255,"+"0,148,237,255,"+"0,171,253,255,"+"0,177,255,255,"+"0,204,255,255,"+"3,225,255,255,"+"14,238,254,255,"+"2,205,253,255,"+"0,243,255,255,"+"0,254,255,255,"+"0,247,255,255,"+"0,205,255,255,"+"0,152,249,255,"+"0,107,206,255,"+"0,64,134,255,"+"0,32,79,255,"+"0,12,46,255,"+"0,5,34,255,"+"0,2,31,255,"+"0,0,29,255,"+"0,0,27,255,"+"0,0,25,255,"+"0,0,24,255,"+"34,97,106,255,"+"79,235,239,255,"+"88,154,163,255,"+"5,16,37,255,"+"0,9,42,255,"+"0,93,153,255,"+"0,208,249,255,"+"0,156,211,255,"+"0,41,81,255,"+"0,25,58,255,"+"0,30,63,255,"+"0,33,69,255,"+"0,35,72,255,"+"0,36,72,255,"+"0,43,84,255,"+"0,68,132,255,"+"0,80,154,255,"+"0,78,150,255,"+"0,64,127,255,"+"0,93,167,255,"+"0,162,241,255,"+"0,219,255,255,"+"0,245,255,255,"+"0,213,252,255,"+"0,140,207,255,"+"1,70,116,255,"+"1,48,85,255,"+"0,50,87,255,"+"0,51,90,255,"+"0,51,92,255,"+"0,51,92,255,"+"0,51,94,255,"+"0,51,97,255,"+"0,50,99,255,"+"0,51,100,255,"+"0,53,103,255,"+"0,54,107,255,"+"0,58,111,255,"+"0,61,114,255,"+"0,63,119,255,"+"0,66,123,255,"+"0,69,126,255,"+"0,71,128,255,"+"0,72,130,255,"+"0,73,133,255,"+"0,74,134,255,"+"0,74,136,255,"+"0,75,136,255,"+"0,75,137,255,"+"0,75,136,255,"+"0,75,135,255,"+"0,74,135,255,"+"0,74,133,255,"+"0,74,131,255,"+"0,72,130,255,"+"0,73,131,255,"+"0,80,143,255,"+"0,90,160,255,"+"0,96,171,255,"+"0,102,178,255,"+"0,106,183,255,"+"0,109,187,255,"+"0,128,208,255,"+"0,176,238,255,"+"0,233,254,255,"+"0,248,255,255,"+"0,222,254,255,"+"9,217,255,255,"+"12,250,255,255,"+"1,255,255,255,"+"0,213,240,255,"+"0,85,141,255,"+"0,53,107,255,"+"0,51,101,255,"+"0,49,97,255,"+"0,48,94,255,"+"0,54,104,255,"+"0,94,167,255,"+"0,135,229,255,"+"0,159,247,255,"+"0,173,253,255,"+"0,204,254,255,"+"0,224,255,255,"+"9,233,253,255,"+"3,176,243,255,"+"0,203,254,255,"+"0,236,255,255,"+"0,247,255,255,"+"0,228,255,255,"+"0,182,255,255,"+"0,141,250,255,"+"0,109,216,255,"+"0,74,160,255,"+"0,40,102,255,"+"0,14,56,255,"+"0,2,33,255,"+"0,0,28,255,"+"0,0,27,255,"+"0,0,24,255,"+"0,0,26,255,"+"58,222,231,255,"+"104,198,204,255,"+"23,35,52,255,"+"0,2,29,255,"+"0,24,64,255,"+"0,137,200,255,"+"0,207,250,255,"+"0,106,162,255,"+"0,23,58,255,"+"0,25,60,255,"+"0,29,65,255,"+"0,32,69,255,"+"0,35,71,255,"+"0,36,72,255,"+"0,39,78,255,"+"0,63,124,255,"+"0,81,157,255,"+"0,82,159,255,"+"0,72,138,255,"+"0,85,159,255,"+"0,132,223,255,"+"0,176,251,255,"+"0,208,254,255,"+"0,233,255,255,"+"0,194,249,255,"+"0,124,191,255,"+"1,62,107,255,"+"0,48,87,255,"+"0,50,90,255,"+"0,50,91,255,"+"0,49,94,255,"+"0,49,96,255,"+"0,50,99,255,"+"0,51,101,255,"+"0,53,103,255,"+"0,54,107,255,"+"0,58,111,255,"+"0,62,114,255,"+"0,65,119,255,"+"0,67,123,255,"+"0,69,127,255,"+"0,70,129,255,"+"0,72,132,255,"+"0,73,134,255,"+"0,75,135,255,"+"0,77,136,255,"+"0,77,138,255,"+"0,77,138,255,"+"0,78,139,255,"+"0,78,139,255,"+"0,77,138,255,"+"0,76,137,255,"+"0,76,136,255,"+"0,74,134,255,"+"0,77,139,255,"+"0,86,153,255,"+"0,95,167,255,"+"0,100,177,255,"+"0,104,181,255,"+"0,107,184,255,"+"0,108,188,255,"+"0,109,187,255,"+"0,107,184,255,"+"0,113,189,255,"+"0,154,220,255,"+"0,218,248,255,"+"0,250,255,255,"+"16,233,254,255,"+"38,235,255,255,"+"7,255,255,255,"+"0,244,251,255,"+"0,131,175,255,"+"0,48,99,255,"+"0,48,100,255,"+"0,49,99,255,"+"0,54,105,255,"+"0,73,136,255,"+"0,108,193,255,"+"0,130,228,255,"+"0,135,235,255,"+"0,135,231,255,"+"0,165,233,255,"+"0,213,254,255,"+"19,239,255,255,"+"6,197,250,255,"+"0,190,254,255,"+"0,207,255,255,"+"0,221,255,255,"+"0,223,255,255,"+"0,201,255,255,"+"0,158,255,255,"+"0,130,250,255,"+"0,111,226,255,"+"0,86,185,255,"+"0,54,132,255,"+"0,23,77,255,"+"0,5,38,255,"+"0,0,25,255,"+"0,0,24,255,"+"0,3,22,255,"+"94,233,234,255,"+"61,84,92,255,"+"1,3,27,255,"+"0,2,31,255,"+"0,52,103,255,"+"0,178,233,255,"+"0,181,234,255,"+"0,61,107,255,"+"0,18,53,255,"+"0,24,60,255,"+"0,28,64,255,"+"0,31,68,255,"+"0,34,71,255,"+"0,36,73,255,"+"0,35,74,255,"+"0,56,112,255,"+"0,81,157,255,"+"0,86,165,255,"+"0,78,152,255,"+"0,86,162,255,"+"0,117,210,255,"+"0,137,226,255,"+"0,150,226,255,"+"0,193,245,255,"+"0,221,255,255,"+"0,177,243,255,"+"0,110,176,255,"+"1,57,103,255,"+"0,47,90,255,"+"0,49,92,255,"+"0,48,94,255,"+"0,48,96,255,"+"0,50,100,255,"+"0,53,102,255,"+"0,55,105,255,"+"0,57,110,255,"+"0,61,115,255,"+"0,65,118,255,"+"0,68,120,255,"+"0,69,125,255,"+"0,71,129,255,"+"0,72,133,255,"+"0,74,135,255,"+"0,75,136,255,"+"0,77,138,255,"+"0,78,139,255,"+"0,78,140,255,"+"0,79,140,255,"+"0,79,140,255,"+"0,81,141,255,"+"0,80,141,255,"+"0,80,139,255,"+"0,79,139,255,"+"0,82,145,255,"+"0,91,160,255,"+"0,97,172,255,"+"0,101,178,255,"+"0,105,182,255,"+"0,107,183,255,"+"0,107,184,255,"+"0,106,183,255,"+"0,104,179,255,"+"0,99,170,255,"+"0,89,155,255,"+"0,81,142,255,"+"0,115,177,255,"+"0,201,239,255,"+"8,247,255,255,"+"52,244,255,255,"+"39,253,255,255,"+"13,254,255,255,"+"9,203,227,255,"+"1,71,121,255,"+"0,53,106,255,"+"0,68,127,255,"+"0,85,151,255,"+"0,108,191,255,"+"0,133,231,255,"+"0,141,243,255,"+"0,138,239,255,"+"0,122,217,255,"+"0,119,189,255,"+"0,205,245,255,"+"15,242,255,255,"+"6,174,221,255,"+"0,155,223,255,"+"0,183,245,255,"+"0,197,253,255,"+"0,201,255,255,"+"0,194,255,255,"+"0,168,255,255,"+"0,133,252,255,"+"0,119,242,255,"+"0,109,227,255,"+"0,92,200,255,"+"0,68,158,255,"+"0,35,100,255,"+"0,9,48,255,"+"3,5,24,255,"+"72,84,100,255,"+"113,140,146,255,"+"9,11,30,255,"+"0,1,30,255,"+"0,8,39,255,"+"0,93,156,255,"+"0,198,249,255,"+"0,135,195,255,"+"0,28,66,255,"+"0,18,53,255,"+"0,23,59,255,"+"0,28,64,255,"+"0,31,68,255,"+"0,33,70,255,"+"0,35,73,255,"+"0,35,73,255,"+"0,49,99,255,"+"0,79,155,255,"+"0,89,170,255,"+"0,84,163,255,"+"0,88,169,255,"+"0,116,211,255,"+"0,117,208,255,"+"0,104,171,255,"+"0,130,197,255,"+"0,192,248,255,"+"0,209,255,255,"+"0,164,237,255,"+"0,100,166,255,"+"0,53,100,255,"+"0,47,92,255,"+"0,49,96,255,"+"0,50,99,255,"+"0,52,102,255,"+"0,54,106,255,"+"0,57,109,255,"+"0,60,113,255,"+"0,64,117,255,"+"0,68,120,255,"+"0,70,123,255,"+"0,71,126,255,"+"0,72,130,255,"+"0,73,134,255,"+"0,75,136,255,"+"0,77,138,255,"+"0,79,139,255,"+"0,80,141,255,"+"0,80,142,255,"+"0,81,142,255,"+"0,82,143,255,"+"0,82,142,255,"+"0,82,142,255,"+"0,81,142,255,"+"0,85,149,255,"+"0,93,163,255,"+"0,99,173,255,"+"0,102,179,255,"+"0,105,181,255,"+"0,105,183,255,"+"0,104,182,255,"+"0,102,178,255,"+"0,98,169,255,"+"0,88,153,255,"+"0,78,136,255,"+"0,69,125,255,"+"0,64,117,255,"+"0,63,115,255,"+"0,99,157,255,"+"1,192,232,255,"+"46,248,254,255,"+"101,255,255,255,"+"105,255,255,255,"+"118,246,252,255,"+"31,149,194,255,"+"0,86,153,255,"+"0,100,174,255,"+"0,107,184,255,"+"0,131,225,255,"+"0,148,251,255,"+"0,148,251,255,"+"0,134,233,255,"+"0,110,197,255,"+"0,90,148,255,"+"0,204,235,255,"+"9,240,255,255,"+"8,143,174,255,"+"0,84,146,255,"+"0,120,190,255,"+"0,144,218,255,"+"0,163,241,255,"+"0,170,252,255,"+"0,164,255,255,"+"0,142,251,255,"+"0,120,238,255,"+"0,112,231,255,"+"0,104,221,255,"+"0,94,203,255,"+"0,76,171,255,"+"0,42,114,255,"+"41,73,100,255,"+"206,222,227,255,"+"13,17,32,255,"+"0,1,28,255,"+"0,0,30,255,"+"0,25,65,255,"+"0,141,206,255,"+"0,191,246,255,"+"0,82,136,255,"+"0,13,48,255,"+"0,17,53,255,"+"0,22,57,255,"+"0,26,62,255,"+"0,30,66,255,"+"0,32,69,255,"+"0,34,72,255,"+"0,36,73,255,"+"0,43,88,255,"+"0,75,147,255,"+"0,90,174,255,"+"0,89,172,255,"+"0,94,180,255,"+"0,119,215,255,"+"0,119,213,255,"+"0,81,145,255,"+"0,79,131,255,"+"0,132,202,255,"+"0,189,249,255,"+"0,199,254,255,"+"0,154,231,255,"+"0,92,156,255,"+"0,51,100,255,"+"0,49,97,255,"+"0,52,101,255,"+"0,54,103,255,"+"0,57,107,255,"+"0,60,113,255,"+"0,63,116,255,"+"0,66,119,255,"+"0,70,122,255,"+"0,72,124,255,"+"0,73,128,255,"+"0,74,132,255,"+"0,75,135,255,"+"0,76,135,255,"+"0,78,138,255,"+"0,80,140,255,"+"0,82,141,255,"+"0,82,143,255,"+"0,82,144,255,"+"0,83,144,255,"+"0,82,145,255,"+"0,83,144,255,"+"0,87,151,255,"+"0,96,165,255,"+"0,100,173,255,"+"0,103,178,255,"+"0,103,181,255,"+"0,103,181,255,"+"0,102,178,255,"+"0,99,171,255,"+"0,90,156,255,"+"0,79,139,255,"+"0,71,128,255,"+"0,68,123,255,"+"0,65,122,255,"+"0,66,119,255,"+"0,64,116,255,"+"0,58,112,255,"+"0,92,151,255,"+"14,199,234,255,"+"115,254,255,255,"+"191,255,255,255,"+"236,255,255,255,"+"155,225,247,255,"+"22,127,199,255,"+"0,108,186,255,"+"0,115,196,255,"+"0,137,235,255,"+"0,142,244,255,"+"0,130,226,255,"+"0,113,201,255,"+"0,96,174,255,"+"1,72,117,255,"+"0,210,228,255,"+"4,230,255,255,"+"12,146,171,255,"+"0,60,108,255,"+"0,101,160,255,"+"0,114,178,255,"+"0,124,194,255,"+"0,135,214,255,"+"0,147,235,255,"+"0,152,247,255,"+"0,143,248,255,"+"0,139,248,255,"+"0,130,240,255,"+"0,116,230,255,"+"0,99,207,255,"+"18,81,171,255,"+"158,190,219,255,"+"251,226,255,255,"+"0,1,25,255,"+"0,0,30,255,"+"0,2,31,255,"+"0,57,111,255,"+"0,179,240,255,"+"0,156,218,255,"+"0,37,81,255,"+"0,10,45,255,"+"0,15,52,255,"+"0,20,56,255,"+"0,24,60,255,"+"0,28,64,255,"+"0,31,68,255,"+"0,33,71,255,"+"0,35,72,255,"+"0,39,79,255,"+"0,69,137,255,"+"0,92,178,255,"+"0,95,181,255,"+"0,102,193,255,"+"0,122,220,255,"+"0,123,220,255,"+"0,82,149,255,"+"0,50,93,255,"+"0,81,133,255,"+"0,133,205,255,"+"0,189,249,255,"+"0,193,253,255,"+"0,146,225,255,"+"0,87,149,255,"+"0,54,103,255,"+"0,53,102,255,"+"0,57,105,255,"+"0,61,109,255,"+"0,64,115,255,"+"0,66,118,255,"+"0,68,121,255,"+"0,71,123,255,"+"0,74,127,255,"+"0,74,129,255,"+"0,74,132,255,"+"0,76,135,255,"+"0,77,137,255,"+"0,78,139,255,"+"0,80,141,255,"+"0,83,143,255,"+"0,83,144,255,"+"0,84,145,255,"+"0,85,145,255,"+"0,85,146,255,"+"0,87,151,255,"+"0,96,164,255,"+"0,101,173,255,"+"0,103,177,255,"+"0,104,178,255,"+"0,103,179,255,"+"0,101,176,255,"+"0,96,166,255,"+"0,84,148,255,"+"0,75,133,255,"+"0,72,129,255,"+"0,70,128,255,"+"0,68,124,255,"+"0,67,121,255,"+"0,67,120,255,"+"0,68,125,255,"+"0,75,137,255,"+"0,85,152,255,"+"0,137,205,255,"+"52,233,252,255,"+"205,255,255,255,"+"254,255,255,255,"+"244,251,255,255,"+"112,180,230,255,"+"4,104,180,255,"+"0,111,191,255,"+"0,121,213,255,"+"0,116,207,255,"+"0,110,197,255,"+"0,103,186,255,"+"0,86,157,255,"+"1,58,95,255,"+"0,192,222,255,"+"5,209,255,255,"+"14,170,190,255,"+"0,38,71,255,"+"0,76,127,255,"+"0,100,155,255,"+"0,99,155,255,"+"0,94,151,255,"+"0,92,152,255,"+"0,94,160,255,"+"0,89,163,255,"+"0,108,191,255,"+"0,129,220,255,"+"0,133,233,255,"+"5,117,220,255,"+"109,185,230,255,"+"241,236,254,255,"+"255,140,226,255,"+"0,1,29,255,"+"0,1,29,255,"+"0,10,42,255,"+"0,104,169,255,"+"0,186,248,255,"+"0,102,162,255,"+"0,12,48,255,"+"0,9,46,255,"+"0,14,50,255,"+"0,18,54,255,"+"0,22,58,255,"+"0,26,61,255,"+"0,29,65,255,"+"0,32,68,255,"+"0,34,71,255,"+"0,35,73,255,"+"0,61,122,255,"+"0,91,175,255,"+"0,98,187,255,"+"0,110,205,255,"+"0,127,230,255,"+"0,127,225,255,"+"0,88,157,255,"+"0,46,88,255,"+"0,49,92,255,"+"0,82,138,255,"+"0,137,209,255,"+"0,188,250,255,"+"0,188,252,255,"+"0,142,218,255,"+"0,87,146,255,"+"0,57,106,255,"+"0,59,106,255,"+"0,64,111,255,"+"1,66,117,255,"+"0,68,120,255,"+"2,70,122,255,"+"2,72,125,255,"+"1,74,128,255,"+"0,75,130,255,"+"0,75,133,255,"+"0,76,136,255,"+"0,78,139,255,"+"0,80,140,255,"+"0,80,142,255,"+"0,83,143,255,"+"0,84,144,255,"+"0,85,145,255,"+"0,86,147,255,"+"0,89,151,255,"+"0,95,160,255,"+"0,101,170,255,"+"0,103,176,255,"+"0,103,177,255,"+"0,103,177,255,"+"0,100,173,255,"+"0,93,161,255,"+"0,82,144,255,"+"0,75,134,255,"+"0,74,131,255,"+"0,73,129,255,"+"0,71,128,255,"+"0,73,132,255,"+"0,82,145,255,"+"0,95,164,255,"+"0,109,186,255,"+"0,121,204,255,"+"0,127,214,255,"+"0,129,215,255,"+"10,174,236,255,"+"140,246,254,255,"+"250,255,255,255,"+"255,255,255,255,"+"221,234,249,255,"+"58,112,175,255,"+"0,83,154,255,"+"0,99,182,255,"+"0,105,191,255,"+"0,105,190,255,"+"0,98,177,255,"+"0,74,138,255,"+"1,45,80,255,"+"0,172,204,255,"+"3,207,255,255,"+"14,210,219,255,"+"2,40,65,255,"+"0,48,94,255,"+"0,84,138,255,"+"0,87,142,255,"+"0,79,134,255,"+"0,67,117,255,"+"0,48,94,255,"+"0,23,63,255,"+"0,18,59,255,"+"0,39,97,255,"+"0,62,136,255,"+"67,141,203,255,"+"225,240,253,255,"+"250,187,245,255,"+"183,95,197,255,"+"0,2,30,255,"+"0,1,28,255,"+"0,34,78,255,"+"0,151,218,255,"+"0,164,230,255,"+"0,50,97,255,"+"0,6,40,255,"+"0,9,46,255,"+"0,14,49,255,"+"0,17,52,255,"+"0,20,56,255,"+"0,24,60,255,"+"0,27,63,255,"+"0,30,66,255,"+"0,32,69,255,"+"0,33,70,255,"+"0,53,105,255,"+"0,88,170,255,"+"0,100,190,255,"+"0,117,219,255,"+"0,135,242,255,"+"0,130,230,255,"+"0,92,162,255,"+"0,47,90,255,"+"0,43,83,255,"+"0,51,94,255,"+"0,85,142,255,"+"0,139,213,255,"+"0,189,251,255,"+"0,187,252,255,"+"0,141,216,255,"+"1,84,141,255,"+"3,60,107,255,"+"2,64,112,255,"+"0,69,116,255,"+"1,70,120,255,"+"3,71,123,255,"+"4,73,125,255,"+"1,75,128,255,"+"0,76,131,255,"+"1,75,134,255,"+"0,76,136,255,"+"0,78,139,255,"+"0,81,141,255,"+"0,82,142,255,"+"0,83,143,255,"+"0,84,146,255,"+"0,85,148,255,"+"0,86,150,255,"+"0,93,158,255,"+"0,99,166,255,"+"0,102,171,255,"+"0,103,173,255,"+"0,103,174,255,"+"0,100,172,255,"+"0,93,161,255,"+"0,82,145,255,"+"0,77,137,255,"+"0,76,134,255,"+"0,78,137,255,"+"0,85,150,255,"+"0,99,169,255,"+"0,114,194,255,"+"0,129,215,255,"+"0,138,229,255,"+"0,141,234,255,"+"0,140,233,255,"+"0,138,229,255,"+"0,133,220,255,"+"0,123,205,255,"+"48,194,233,255,"+"219,253,255,255,"+"255,255,255,255,"+"253,253,255,255,"+"172,187,216,255,"+"21,82,151,255,"+"0,96,178,255,"+"0,104,188,255,"+"0,102,184,255,"+"0,92,167,255,"+"0,65,120,255,"+"0,39,75,255,"+"0,156,189,255,"+"3,192,247,255,"+"24,224,232,255,"+"5,47,80,255,"+"0,34,74,255,"+"0,69,118,255,"+"0,76,127,255,"+"0,72,123,255,"+"0,63,111,255,"+"0,47,93,255,"+"0,20,59,255,"+"0,3,35,255,"+"0,7,39,255,"+"21,78,118,255,"+"153,225,239,255,"+"234,218,253,255,"+"188,114,216,255,"+"48,172,222,255,"+"0,1,30,255,"+"0,5,33,255,"+"0,76,136,255,"+"0,176,244,255,"+"0,117,181,255,"+"0,16,53,255,"+"0,5,41,255,"+"0,9,45,255,"+"0,12,49,255,"+"0,14,51,255,"+"0,18,53,255,"+"0,22,57,255,"+"0,24,60,255,"+"0,27,64,255,"+"0,29,67,255,"+"0,31,68,255,"+"0,43,91,255,"+"0,82,161,255,"+"0,101,194,255,"+"0,122,228,255,"+"0,143,251,255,"+"0,133,235,255,"+"0,93,166,255,"+"0,47,92,255,"+"0,43,84,255,"+"0,44,85,255,"+"0,53,97,255,"+"0,87,145,255,"+"0,145,217,255,"+"0,193,253,255,"+"0,187,251,255,"+"0,138,210,255,"+"3,82,136,255,"+"5,64,111,255,"+"2,70,116,255,"+"2,72,120,255,"+"4,72,124,255,"+"5,74,125,255,"+"1,76,128,255,"+"1,76,130,255,"+"2,76,132,255,"+"0,77,135,255,"+"0,79,138,255,"+"0,81,141,255,"+"0,81,142,255,"+"0,83,143,255,"+"0,84,145,255,"+"0,85,148,255,"+"0,90,154,255,"+"0,96,162,255,"+"0,100,168,255,"+"0,102,171,255,"+"0,102,171,255,"+"0,100,170,255,"+"0,94,160,255,"+"0,83,145,255,"+"0,79,140,255,"+"0,84,148,255,"+"0,96,167,255,"+"0,114,194,255,"+"0,131,220,255,"+"0,144,237,255,"+"0,149,246,255,"+"0,150,248,255,"+"0,147,244,255,"+"0,143,236,255,"+"0,135,225,255,"+"0,126,212,255,"+"0,111,190,255,"+"0,89,158,255,"+"7,92,152,255,"+"127,216,236,255,"+"248,255,255,255,"+"255,255,255,255,"+"244,248,253,255,"+"105,158,212,255,"+"4,90,173,255,"+"0,101,183,255,"+"0,98,177,255,"+"0,85,155,255,"+"0,56,104,255,"+"0,37,72,255,"+"0,149,178,255,"+"0,195,252,255,"+"14,233,247,255,"+"5,89,113,255,"+"0,30,67,255,"+"0,56,103,255,"+"0,64,113,255,"+"0,64,113,255,"+"0,57,105,255,"+"0,44,90,255,"+"0,20,59,255,"+"0,6,35,255,"+"4,41,64,255,"+"74,193,207,255,"+"153,238,255,255,"+"148,146,228,255,"+"78,146,220,255,"+"9,140,198,255,"+"0,1,30,255,"+"0,19,55,255,"+"0,124,195,255,"+"0,167,238,255,"+"0,62,114,255,"+"0,5,38,255,"+"0,6,42,255,"+"0,9,45,255,"+"0,11,48,255,"+"0,13,49,255,"+"0,16,52,255,"+"0,19,55,255,"+"0,22,58,255,"+"0,25,61,255,"+"0,26,65,255,"+"0,28,66,255,"+"0,36,78,255,"+"0,73,148,255,"+"0,101,196,255,"+"0,126,234,255,"+"0,153,254,255,"+"0,137,238,255,"+"0,94,169,255,"+"0,47,92,255,"+"0,42,83,255,"+"0,44,85,255,"+"0,45,87,255,"+"0,55,100,255,"+"0,92,152,255,"+"0,155,228,255,"+"0,200,254,255,"+"0,188,250,255,"+"0,135,204,255,"+"6,80,131,255,"+"8,67,115,255,"+"6,72,120,255,"+"4,73,123,255,"+"6,74,126,255,"+"4,77,129,255,"+"2,77,130,255,"+"1,77,131,255,"+"0,77,135,255,"+"0,78,138,255,"+"0,80,140,255,"+"0,81,142,255,"+"0,83,143,255,"+"0,84,144,255,"+"0,87,149,255,"+"0,92,157,255,"+"0,97,163,255,"+"0,99,166,255,"+"0,100,167,255,"+"0,99,166,255,"+"0,94,160,255,"+"0,87,150,255,"+"0,89,155,255,"+"0,104,180,255,"+"0,125,211,255,"+"0,142,235,255,"+"0,153,249,255,"+"0,157,254,255,"+"0,156,254,255,"+"0,153,250,255,"+"0,145,239,255,"+"0,131,220,255,"+"0,116,196,255,"+"0,102,176,255,"+"0,87,153,255,"+"0,73,132,255,"+"0,64,120,255,"+"0,52,107,255,"+"31,122,168,255,"+"197,243,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"218,239,250,255,"+"52,137,198,255,"+"0,91,171,255,"+"0,93,171,255,"+"0,77,142,255,"+"0,50,94,255,"+"0,36,72,255,"+"0,149,174,255,"+"0,189,249,255,"+"14,239,253,255,"+"12,134,152,255,"+"0,29,66,255,"+"0,49,96,255,"+"0,55,103,255,"+"0,55,104,255,"+"0,51,99,255,"+"0,42,87,255,"+"0,20,54,255,"+"0,32,48,255,"+"1,170,181,255,"+"36,248,253,255,"+"58,190,244,255,"+"23,113,205,255,"+"27,167,206,255,"+"5,72,151,255,"+"0,2,30,255,"+"0,49,101,255,"+"0,154,232,255,"+"0,126,197,255,"+"0,22,60,255,"+"0,5,38,255,"+"0,7,43,255,"+"0,8,44,255,"+"0,10,47,255,"+"0,13,49,255,"+"0,14,51,255,"+"0,16,53,255,"+"0,19,55,255,"+"0,22,58,255,"+"0,24,61,255,"+"0,26,62,255,"+"0,30,69,255,"+"0,63,132,255,"+"0,100,194,255,"+"0,130,237,255,"+"0,163,255,255,"+"0,143,242,255,"+"0,97,173,255,"+"0,47,92,255,"+"0,40,82,255,"+"0,43,85,255,"+"0,46,87,255,"+"0,48,89,255,"+"0,59,104,255,"+"0,101,163,255,"+"0,169,235,255,"+"0,207,255,255,"+"0,188,248,255,"+"1,127,192,255,"+"9,75,124,255,"+"10,70,118,255,"+"6,75,123,255,"+"7,75,127,255,"+"7,76,129,255,"+"3,77,130,255,"+"2,77,131,255,"+"0,77,134,255,"+"0,77,137,255,"+"0,80,139,255,"+"0,81,140,255,"+"0,82,143,255,"+"0,84,145,255,"+"0,88,152,255,"+"0,92,157,255,"+"0,95,160,255,"+"0,97,164,255,"+"0,97,162,255,"+"0,96,161,255,"+"0,97,167,255,"+"0,110,188,255,"+"0,130,219,255,"+"0,148,242,255,"+"0,158,252,255,"+"0,161,255,255,"+"0,158,254,255,"+"0,152,248,255,"+"0,140,233,255,"+"0,123,208,255,"+"0,105,178,255,"+"0,85,150,255,"+"0,77,136,255,"+"0,75,136,255,"+"0,73,132,255,"+"0,70,126,255,"+"0,66,121,255,"+"0,59,113,255,"+"2,55,109,255,"+"88,173,202,255,"+"234,253,254,255,"+"255,255,255,255,"+"252,255,255,255,"+"171,233,244,255,"+"26,124,185,255,"+"0,82,156,255,"+"0,69,127,255,"+"0,46,89,255,"+"0,34,73,255,"+"0,156,176,255,"+"0,187,237,255,"+"9,232,249,255,"+"22,195,207,255,"+"0,44,73,255,"+"0,43,89,255,"+"0,50,97,255,"+"0,50,98,255,"+"0,47,95,255,"+"0,37,78,255,"+"0,40,60,255,"+"0,168,171,255,"+"0,251,251,255,"+"7,233,253,255,"+"12,129,210,255,"+"24,170,212,255,"+"12,138,171,255,"+"0,175,214,255,"+"0,8,40,255,"+"0,94,162,255,"+"0,158,240,255,"+"0,74,132,255,"+"0,7,37,255,"+"0,7,39,255,"+"0,8,43,255,"+"0,8,44,255,"+"0,10,46,255,"+"0,12,48,255,"+"0,13,49,255,"+"0,15,51,255,"+"0,17,53,255,"+"0,18,56,255,"+"0,21,58,255,"+"0,22,59,255,"+"0,25,61,255,"+"0,52,114,255,"+"0,95,189,255,"+"0,133,239,255,"+"0,173,255,255,"+"0,152,245,255,"+"0,98,176,255,"+"0,47,92,255,"+"0,38,79,255,"+"0,41,83,255,"+"0,44,85,255,"+"0,47,88,255,"+"0,49,92,255,"+"2,62,109,255,"+"1,114,175,255,"+"0,186,243,255,"+"0,213,255,255,"+"0,183,242,255,"+"5,112,170,255,"+"12,72,119,255,"+"11,74,122,255,"+"7,76,126,255,"+"8,75,129,255,"+"7,76,130,255,"+"3,77,130,255,"+"0,78,133,255,"+"0,77,135,255,"+"0,78,137,255,"+"0,81,140,255,"+"0,82,142,255,"+"0,84,147,255,"+"0,88,153,255,"+"0,91,156,255,"+"0,92,157,255,"+"0,94,159,255,"+"0,100,170,255,"+"0,114,195,255,"+"0,131,223,255,"+"0,151,245,255,"+"0,160,254,255,"+"0,162,255,255,"+"0,159,254,255,"+"0,150,246,255,"+"0,133,225,255,"+"0,113,194,255,"+"0,93,162,255,"+"0,78,139,255,"+"0,69,125,255,"+"0,66,122,255,"+"0,75,134,255,"+"0,78,139,255,"+"0,78,137,255,"+"0,73,133,255,"+"0,68,125,255,"+"0,59,114,255,"+"0,49,104,255,"+"11,69,122,255,"+"145,210,231,255,"+"251,255,255,255,"+"255,255,255,255,"+"242,255,255,255,"+"137,220,241,255,"+"17,103,168,255,"+"0,55,108,255,"+"0,45,86,255,"+"0,36,73,255,"+"1,168,187,255,"+"0,178,229,255,"+"17,207,241,255,"+"88,243,247,255,"+"59,132,156,255,"+"22,58,99,255,"+"7,48,90,255,"+"0,39,85,255,"+"0,39,80,255,"+"0,69,98,255,"+"0,175,189,255,"+"0,251,251,255,"+"0,252,255,255,"+"0,178,230,255,"+"17,156,219,255,"+"43,222,239,255,"+"2,211,239,255,"+"0,218,254,255,"+"0,31,74,255,"+"0,134,213,255,"+"0,132,208,255,"+"0,31,71,255,"+"0,5,35,255,"+"0,7,41,255,"+"0,7,43,255,"+"0,8,45,255,"+"0,10,46,255,"+"0,11,48,255,"+"0,12,48,255,"+"0,13,50,255,"+"0,14,53,255,"+"0,16,54,255,"+"0,18,57,255,"+"0,20,58,255,"+"0,21,58,255,"+"0,41,96,255,"+"0,88,180,255,"+"0,133,240,255,"+"0,178,255,255,"+"0,158,248,255,"+"0,100,180,255,"+"0,45,93,255,"+"0,36,77,255,"+"0,38,81,255,"+"0,41,83,255,"+"0,45,86,255,"+"0,48,89,255,"+"1,50,91,255,"+"3,69,117,255,"+"1,133,195,255,"+"0,203,250,255,"+"0,215,254,255,"+"0,167,227,255,"+"8,93,145,255,"+"13,73,120,255,"+"8,76,124,255,"+"8,76,128,255,"+"8,76,130,255,"+"5,76,130,255,"+"1,77,132,255,"+"0,77,135,255,"+"0,77,136,255,"+"0,79,139,255,"+"0,82,142,255,"+"0,84,147,255,"+"0,87,150,255,"+"0,89,152,255,"+"0,95,161,255,"+"0,107,187,255,"+"0,128,222,255,"+"0,146,245,255,"+"0,159,253,255,"+"0,163,255,255,"+"0,159,253,255,"+"0,147,243,255,"+"0,128,217,255,"+"0,105,184,255,"+"0,86,153,255,"+"0,76,135,255,"+"0,70,127,255,"+"0,68,125,255,"+"0,68,122,255,"+"0,71,128,255,"+"0,79,140,255,"+"0,82,143,255,"+"0,80,142,255,"+"0,76,135,255,"+"0,67,124,255,"+"0,56,111,255,"+"0,53,108,255,"+"0,46,99,255,"+"41,107,150,255,"+"195,236,245,255,"+"238,255,255,255,"+"159,255,255,255,"+"107,254,255,255,"+"98,208,234,255,"+"19,80,129,255,"+"0,38,77,255,"+"6,52,80,255,"+"11,207,217,255,"+"0,217,250,255,"+"17,211,247,255,"+"122,253,255,255,"+"174,246,249,255,"+"164,226,233,255,"+"128,202,217,255,"+"113,170,191,255,"+"120,174,195,255,"+"89,226,232,255,"+"18,253,254,255,"+"0,253,255,255,"+"0,216,248,255,"+"2,153,223,255,"+"40,226,246,255,"+"20,239,255,255,"+"0,213,255,255,"+"0,211,255,255,"+"0,74,136,255,"+"0,149,235,255,"+"0,84,145,255,"+"0,9,41,255,"+"0,7,39,255,"+"0,8,42,255,"+"0,7,44,255,"+"0,10,45,255,"+"0,10,46,255,"+"0,12,48,255,"+"0,11,49,255,"+"0,12,52,255,"+"0,13,53,255,"+"0,14,54,255,"+"0,16,56,255,"+"0,18,57,255,"+"0,19,56,255,"+"0,32,83,255,"+"0,80,168,255,"+"0,131,240,255,"+"0,179,255,255,"+"0,161,249,255,"+"0,102,184,255,"+"0,46,93,255,"+"0,34,75,255,"+"0,37,78,255,"+"0,40,81,255,"+"0,43,85,255,"+"0,46,87,255,"+"0,49,91,255,"+"1,52,96,255,"+"4,83,133,255,"+"1,164,222,255,"+"0,219,254,255,"+"0,207,251,255,"+"2,134,191,255,"+"13,77,123,255,"+"13,75,122,255,"+"9,77,126,255,"+"9,75,129,255,"+"5,76,130,255,"+"3,76,131,255,"+"1,75,134,255,"+"0,77,134,255,"+"0,80,138,255,"+"0,81,142,255,"+"0,83,144,255,"+"1,86,149,255,"+"12,93,167,255,"+"35,108,206,255,"+"33,131,240,255,"+"10,149,253,255,"+"0,157,255,255,"+"0,158,254,255,"+"0,147,243,255,"+"0,127,217,255,"+"0,102,180,255,"+"0,84,149,255,"+"0,74,134,255,"+"0,72,129,255,"+"0,71,127,255,"+"0,70,126,255,"+"0,68,124,255,"+"0,68,122,255,"+"0,76,134,255,"+"0,82,145,255,"+"0,83,145,255,"+"0,80,143,255,"+"0,74,135,255,"+"0,60,116,255,"+"0,54,107,255,"+"0,52,106,255,"+"0,50,104,255,"+"2,55,114,255,"+"73,152,198,255,"+"200,249,253,255,"+"81,255,255,255,"+"7,255,255,255,"+"73,253,255,255,"+"104,209,230,255,"+"30,94,127,255,"+"66,143,165,255,"+"41,248,251,255,"+"0,252,255,255,"+"1,250,255,255,"+"11,254,255,255,"+"37,255,255,255,"+"70,255,255,255,"+"102,255,255,255,"+"130,255,255,255,"+"153,255,255,255,"+"175,255,255,255,"+"122,255,255,255,"+"32,247,255,255,"+"0,175,233,255,"+"15,196,238,255,"+"42,241,255,255,"+"2,219,255,255,"+"0,232,255,255,"+"10,251,255,255,"+"0,120,198,255,"+"0,131,211,255,"+"0,38,82,255,"+"0,5,38,255,"+"0,7,41,255,"+"0,7,43,255,"+"0,8,45,255,"+"0,9,46,255,"+"0,10,47,255,"+"0,12,49,255,"+"0,13,49,255,"+"0,13,51,255,"+"0,13,52,255,"+"0,14,54,255,"+"0,15,55,255,"+"0,16,56,255,"+"0,17,57,255,"+"0,26,72,255,"+"0,70,152,255,"+"0,124,235,255,"+"0,175,255,255,"+"0,164,250,255,"+"0,105,188,255,"+"0,46,95,255,"+"0,31,72,255,"+"0,34,76,255,"+"0,38,79,255,"+"0,41,82,255,"+"0,44,86,255,"+"0,48,91,255,"+"0,51,94,255,"+"3,58,101,255,"+"4,113,167,255,"+"0,201,246,255,"+"0,218,255,255,"+"1,168,224,255,"+"10,89,137,255,"+"16,74,121,255,"+"13,76,125,255,"+"10,76,128,255,"+"6,76,129,255,"+"2,77,130,255,"+"2,76,133,255,"+"0,76,135,255,"+"0,79,138,255,"+"0,79,140,255,"+"2,84,149,255,"+"32,92,179,255,"+"125,104,222,255,"+"184,120,249,255,"+"146,132,255,255,"+"56,142,255,255,"+"4,142,247,255,"+"0,126,220,255,"+"0,103,183,255,"+"0,85,152,255,"+"0,75,136,255,"+"0,73,131,255,"+"0,72,129,255,"+"0,71,129,255,"+"0,71,126,255,"+"0,69,124,255,"+"0,67,121,255,"+"0,69,123,255,"+"0,80,139,255,"+"0,84,147,255,"+"0,83,146,255,"+"0,79,141,255,"+"0,69,126,255,"+"0,56,109,255,"+"0,53,106,255,"+"0,52,104,255,"+"0,51,104,255,"+"0,64,125,255,"+"6,77,143,255,"+"105,183,211,255,"+"127,252,253,255,"+"12,255,255,255,"+"4,255,255,255,"+"60,254,255,255,"+"133,239,244,255,"+"109,245,248,255,"+"14,255,255,255,"+"0,255,255,255,"+"1,255,255,255,"+"3,255,255,255,"+"1,254,255,255,"+"7,249,255,255,"+"28,243,255,255,"+"59,246,255,255,"+"91,254,255,255,"+"93,255,255,255,"+"91,255,255,255,"+"38,247,255,255,"+"1,224,252,255,"+"47,246,254,255,"+"38,252,255,255,"+"10,251,255,255,"+"64,254,255,255,"+"147,255,255,255,"+"0,138,222,255,"+"0,89,154,255,"+"0,11,47,255,"+"0,6,41,255,"+"0,8,43,255,"+"0,7,45,255,"+"0,9,46,255,"+"0,10,47,255,"+"0,12,48,255,"+"0,12,48,255,"+"0,13,49,255,"+"0,13,51,255,"+"0,15,52,255,"+"0,14,54,255,"+"0,16,54,255,"+"0,17,57,255,"+"0,15,56,255,"+"0,21,64,255,"+"0,60,135,255,"+"0,115,225,255,"+"0,168,254,255,"+"0,167,251,255,"+"0,110,192,255,"+"0,46,97,255,"+"0,28,71,255,"+"0,32,75,255,"+"0,35,78,255,"+"0,38,82,255,"+"0,42,85,255,"+"0,46,88,255,"+"0,51,92,255,"+"1,53,94,255,"+"5,80,127,255,"+"1,174,226,255,"+"0,212,255,255,"+"0,180,237,255,"+"7,102,152,255,"+"16,73,118,255,"+"14,75,124,255,"+"8,76,128,255,"+"6,76,129,255,"+"2,77,130,255,"+"1,76,133,255,"+"0,75,135,255,"+"0,77,138,255,"+"0,85,151,255,"+"18,100,191,255,"+"117,109,234,255,"+"233,122,253,255,"+"253,127,255,255,"+"218,120,252,255,"+"99,110,233,255,"+"11,102,194,255,"+"0,87,157,255,"+"0,77,137,255,"+"0,74,132,255,"+"0,73,131,255,"+"0,72,130,255,"+"0,72,128,255,"+"0,69,126,255,"+"0,68,125,255,"+"0,68,122,255,"+"0,67,119,255,"+"0,72,127,255,"+"0,83,145,255,"+"0,86,148,255,"+"0,83,146,255,"+"0,77,138,255,"+"0,63,118,255,"+"0,54,107,255,"+"0,52,106,255,"+"0,50,103,255,"+"0,53,108,255,"+"0,68,131,255,"+"0,73,141,255,"+"17,82,148,255,"+"132,198,225,255,"+"96,254,255,255,"+"5,255,255,255,"+"3,255,255,255,"+"40,255,255,255,"+"54,255,255,255,"+"15,255,255,255,"+"20,255,255,255,"+"16,255,255,255,"+"4,252,255,255,"+"2,232,255,255,"+"0,204,254,255,"+"1,204,253,255,"+"6,214,255,255,"+"38,234,255,255,"+"77,253,255,255,"+"67,255,255,255,"+"20,255,255,255,"+"5,255,255,255,"+"121,255,255,255,"+"147,255,255,255,"+"135,255,255,255,"+"176,255,255,255,"+"149,255,255,255,"+"0,124,203,255,"+"0,44,92,255,"+"0,5,40,255,"+"0,7,44,255,"+"0,7,45,255,"+"0,8,46,255,"+"0,9,47,255,"+"0,11,48,255,"+"0,12,49,255,"+"0,13,49,255,"+"0,14,50,255,"+"0,15,51,255,"+"0,15,53,255,"+"0,15,54,255,"+"0,17,54,255,"+"0,16,56,255,"+"0,16,56,255,"+"0,20,60,255,"+"0,52,119,255,"+"0,105,211,255,"+"0,160,252,255,"+"0,167,251,255,"+"0,112,197,255,"+"0,46,99,255,"+"0,25,70,255,"+"0,29,75,255,"+"0,32,78,255,"+"0,35,80,255,"+"0,40,82,255,"+"0,45,87,255,"+"0,49,91,255,"+"0,52,94,255,"+"3,70,115,255,"+"6,153,211,255,"+"2,195,253,255,"+"3,176,235,255,"+"8,106,154,255,"+"15,73,117,255,"+"12,75,123,255,"+"7,75,128,255,"+"4,76,129,255,"+"1,76,129,255,"+"0,74,130,255,"+"0,75,134,255,"+"0,88,158,255,"+"0,111,203,255,"+"26,129,242,255,"+"130,128,254,255,"+"231,123,255,255,"+"249,111,244,255,"+"201,91,213,255,"+"68,79,169,255,"+"4,78,143,255,"+"0,75,134,255,"+"0,74,132,255,"+"0,73,131,255,"+"0,72,129,255,"+"0,70,127,255,"+"0,70,126,255,"+"0,67,124,255,"+"0,67,124,255,"+"0,67,121,255,"+"0,67,119,255,"+"0,76,134,255,"+"0,86,149,255,"+"0,86,150,255,"+"0,82,145,255,"+"0,74,134,255,"+"0,57,112,255,"+"0,52,106,255,"+"0,50,104,255,"+"0,49,102,255,"+"0,56,112,255,"+"0,68,132,255,"+"0,72,140,255,"+"0,68,137,255,"+"29,91,153,255,"+"143,216,235,255,"+"73,255,255,255,"+"3,255,255,255,"+"0,255,255,255,"+"8,255,255,255,"+"26,255,255,255,"+"74,255,255,255,"+"64,252,255,255,"+"7,213,250,255,"+"1,176,244,255,"+"0,162,241,255,"+"0,162,242,255,"+"0,178,254,255,"+"1,212,255,255,"+"51,250,255,255,"+"160,255,255,255,"+"101,255,255,255,"+"99,255,255,255,"+"183,255,255,255,"+"171,255,255,255,"+"118,255,255,255,"+"63,255,255,255,"+"42,255,255,255,"+"0,92,157,255,"+"0,16,54,255,"+"0,7,44,255,"+"0,9,46,255,"+"0,9,46,255,"+"0,10,46,255,"+"0,10,47,255,"+"0,12,49,255,"+"0,12,49,255,"+"0,13,50,255,"+"0,15,52,255,"+"0,16,52,255,"+"0,16,53,255,"+"0,17,54,255,"+"0,18,55,255,"+"0,18,56,255,"+"0,18,55,255,"+"0,19,57,255,"+"0,45,107,255,"+"0,97,198,255,"+"0,152,251,255,"+"0,166,252,255,"+"0,113,202,255,"+"0,48,102,255,"+"0,23,67,255,"+"0,27,73,255,"+"0,31,75,255,"+"0,34,78,255,"+"0,39,81,255,"+"0,44,85,255,"+"0,49,89,255,"+"0,52,92,255,"+"2,74,121,255,"+"10,146,204,255,"+"11,177,239,255,"+"13,162,221,255,"+"11,100,148,255,"+"14,75,120,255,"+"9,76,126,255,"+"6,76,128,255,"+"2,77,128,255,"+"1,74,128,255,"+"1,76,135,255,"+"0,92,163,255,"+"0,120,215,255,"+"0,144,248,255,"+"9,149,255,255,"+"68,132,252,255,"+"143,104,233,255,"+"149,82,190,255,"+"74,72,152,255,"+"9,74,135,255,"+"0,73,133,255,"+"0,74,132,255,"+"0,73,131,255,"+"0,71,129,255,"+"0,70,126,255,"+"0,69,124,255,"+"0,67,123,255,"+"0,66,122,255,"+"0,67,121,255,"+"0,66,118,255,"+"0,67,121,255,"+"0,83,142,255,"+"0,89,152,255,"+"0,88,151,255,"+"0,81,143,255,"+"0,67,125,255,"+"0,53,107,255,"+"0,50,104,255,"+"0,49,103,255,"+"0,50,103,255,"+"0,59,117,255,"+"0,68,131,255,"+"0,70,135,255,"+"0,70,134,255,"+"1,58,121,255,"+"59,113,153,255,"+"182,245,248,255,"+"50,255,255,255,"+"1,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"4,255,255,255,"+"6,253,255,255,"+"0,201,250,255,"+"0,139,226,255,"+"0,134,222,255,"+"0,144,232,255,"+"0,178,252,255,"+"0,233,255,255,"+"13,254,255,255,"+"107,255,255,255,"+"152,255,255,255,"+"124,255,255,255,"+"73,255,255,255,"+"30,255,255,255,"+"19,255,255,255,"+"67,255,255,255,"+"153,255,255,255,"+"0,48,95,255,"+"0,8,43,255,"+"0,9,46,255,"+"0,10,47,255,"+"0,11,47,255,"+"0,11,47,255,"+"0,11,48,255,"+"0,13,49,255,"+"0,13,50,255,"+"0,14,52,255,"+"0,16,52,255,"+"0,18,54,255,"+"0,18,55,255,"+"0,19,55,255,"+"0,20,56,255,"+"0,20,56,255,"+"0,20,57,255,"+"0,19,57,255,"+"0,40,96,255,"+"0,88,184,255,"+"0,144,247,255,"+"0,164,253,255,"+"0,117,208,255,"+"0,51,106,255,"+"0,23,67,255,"+"0,26,71,255,"+"0,30,74,255,"+"0,33,78,255,"+"0,38,82,255,"+"0,43,85,255,"+"0,47,88,255,"+"0,52,93,255,"+"1,85,135,255,"+"6,142,201,255,"+"11,162,223,255,"+"13,145,202,255,"+"11,90,139,255,"+"11,75,122,255,"+"7,76,126,255,"+"6,76,128,255,"+"2,76,127,255,"+"1,78,135,255,"+"0,96,172,255,"+"0,126,222,255,"+"0,151,251,255,"+"0,158,255,255,"+"1,144,248,255,"+"11,114,219,255,"+"24,86,172,255,"+"16,75,140,255,"+"3,73,131,255,"+"0,73,130,255,"+"0,73,130,255,"+"0,72,130,255,"+"0,71,128,255,"+"0,69,125,255,"+"0,68,124,255,"+"0,66,122,255,"+"0,64,121,255,"+"0,66,120,255,"+"0,66,118,255,"+"0,64,116,255,"+"0,73,130,255,"+"0,90,152,255,"+"0,91,154,255,"+"0,88,150,255,"+"0,78,140,255,"+"0,59,114,255,"+"0,50,103,255,"+"0,50,102,255,"+"0,48,101,255,"+"0,50,103,255,"+"0,59,118,255,"+"0,65,127,255,"+"0,66,130,255,"+"0,65,128,255,"+"2,53,111,255,"+"75,150,180,255,"+"174,252,253,255,"+"171,255,255,255,"+"33,254,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,244,255,255,"+"0,183,250,255,"+"0,134,224,255,"+"0,125,217,255,"+"0,136,230,255,"+"0,188,253,255,"+"0,245,255,255,"+"0,255,255,255,"+"5,255,255,255,"+"13,255,255,255,"+"8,255,255,255,"+"4,255,255,255,"+"39,255,255,255,"+"123,255,255,255,"+"178,243,248,255,"+"119,190,206,255,"+"0,15,48,255,"+"0,10,43,255,"+"0,11,48,255,"+"0,12,48,255,"+"0,12,49,255,"+"0,13,49,255,"+"0,13,49,255,"+"0,14,51,255,"+"0,14,51,255,"+"0,16,52,255,"+"0,17,54,255,"+"0,19,55,255,"+"0,20,56,255,"+"0,21,57,255,"+"0,22,57,255,"+"0,21,58,255,"+"0,21,58,255,"+"0,21,57,255,"+"0,37,89,255,"+"0,80,172,255,"+"0,131,241,255,"+"0,159,254,255,"+"0,119,217,255,"+"0,54,113,255,"+"0,24,67,255,"+"0,26,71,255,"+"0,29,74,255,"+"0,32,77,255,"+"0,38,80,255,"+"0,43,84,255,"+"0,47,89,255,"+"0,55,97,255,"+"0,95,148,255,"+"3,137,196,255,"+"7,149,208,255,"+"9,127,181,255,"+"10,80,128,255,"+"10,75,122,255,"+"6,75,126,255,"+"4,75,127,255,"+"3,79,136,255,"+"1,100,178,255,"+"0,132,229,255,"+"0,156,252,255,"+"0,160,254,255,"+"0,144,242,255,"+"0,112,203,255,"+"0,86,157,255,"+"0,74,134,255,"+"0,73,129,255,"+"0,73,130,255,"+"0,73,130,255,"+"0,72,129,255,"+"0,70,128,255,"+"0,69,125,255,"+"0,67,123,255,"+"0,66,122,255,"+"0,66,120,255,"+"0,66,119,255,"+"0,66,118,255,"+"0,65,116,255,"+"0,66,120,255,"+"0,86,146,255,"+"0,95,159,255,"+"0,93,158,255,"+"0,87,149,255,"+"0,72,131,255,"+"0,52,106,255,"+"0,50,103,255,"+"0,49,102,255,"+"0,48,98,255,"+"0,51,105,255,"+"0,58,116,255,"+"0,61,121,255,"+"0,61,123,255,"+"0,55,112,255,"+"36,99,140,255,"+"118,233,241,255,"+"50,255,255,255,"+"174,255,255,255,"+"143,251,255,255,"+"17,246,255,255,"+"0,253,255,255,"+"0,250,255,255,"+"0,211,254,255,"+"0,143,232,255,"+"0,113,202,255,"+"0,109,199,255,"+"0,135,232,255,"+"0,198,255,255,"+"0,249,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"14,255,255,255,"+"84,255,255,255,"+"185,255,255,255,"+"198,239,241,255,"+"67,114,132,255,"+"7,33,63,255,"+"0,7,38,255,"+"0,13,46,255,"+"0,12,48,255,"+"0,13,49,255,"+"0,13,50,255,"+"0,12,49,255,"+"0,14,50,255,"+"0,14,52,255,"+"0,16,52,255,"+"0,17,53,255,"+"0,18,55,255,"+"0,20,56,255,"+"0,20,57,255,"+"0,21,58,255,"+"0,23,58,255,"+"0,23,58,255,"+"0,23,59,255,"+"0,23,58,255,"+"0,35,82,255,"+"5,69,162,255,"+"38,110,235,255,"+"48,143,255,255,"+"15,116,223,255,"+"0,57,118,255,"+"0,24,65,255,"+"0,27,70,255,"+"0,30,74,255,"+"0,33,77,255,"+"0,38,81,255,"+"0,43,84,255,"+"0,47,89,255,"+"0,58,102,255,"+"0,100,154,255,"+"2,130,188,255,"+"5,137,194,255,"+"7,111,162,255,"+"9,75,122,255,"+"6,75,123,255,"+"6,73,124,255,"+"4,80,138,255,"+"1,103,184,255,"+"0,136,234,255,"+"0,158,253,255,"+"0,158,253,255,"+"0,137,235,255,"+"0,106,189,255,"+"0,81,145,255,"+"0,71,128,255,"+"0,70,128,255,"+"0,70,127,255,"+"0,71,128,255,"+"0,70,127,255,"+"0,69,126,255,"+"0,67,125,255,"+"0,66,122,255,"+"0,66,121,255,"+"0,66,119,255,"+"0,65,118,255,"+"0,65,117,255,"+"0,64,116,255,"+"0,64,117,255,"+"0,82,141,255,"+"0,98,163,255,"+"0,99,164,255,"+"0,94,158,255,"+"0,83,145,255,"+"0,61,117,255,"+"0,48,101,255,"+"0,48,101,255,"+"0,47,100,255,"+"0,46,98,255,"+"0,51,106,255,"+"0,55,113,255,"+"0,56,115,255,"+"0,50,107,255,"+"8,82,129,255,"+"79,208,227,255,"+"47,255,255,255,"+"2,255,255,255,"+"52,255,255,255,"+"176,254,255,255,"+"110,239,255,255,"+"8,231,255,255,"+"0,211,255,255,"+"0,160,238,255,"+"0,120,210,255,"+"0,99,187,255,"+"0,101,193,255,"+"0,121,221,255,"+"0,183,252,255,"+"0,248,255,255,"+"0,254,255,255,"+"4,254,255,255,"+"42,255,255,255,"+"136,255,255,255,"+"200,255,255,255,"+"128,255,255,255,"+"131,239,241,255,"+"76,98,110,255,"+"9,19,43,255,"+"0,11,43,255,"+"0,12,48,255,"+"0,13,49,255,"+"0,13,50,255,"+"0,13,50,255,"+"0,14,51,255,"+"0,15,52,255,"+"0,15,53,255,"+"0,17,54,255,"+"0,18,55,255,"+"0,20,56,255,"+"0,21,57,255,"+"0,21,58,255,"+"0,23,59,255,"+"0,24,60,255,"+"0,24,60,255,"+"0,25,62,255,"+"0,24,60,255,"+"0,33,78,255,"+"39,56,154,255,"+"156,89,230,255,"+"181,125,255,255,"+"81,106,227,255,"+"5,60,124,255,"+"0,27,66,255,"+"0,29,71,255,"+"0,31,74,255,"+"0,34,76,255,"+"0,39,80,255,"+"0,43,84,255,"+"0,48,89,255,"+"0,62,106,255,"+"0,101,154,255,"+"0,124,181,255,"+"1,127,183,255,"+"5,99,150,255,"+"10,73,120,255,"+"5,73,120,255,"+"4,80,135,255,"+"1,104,185,255,"+"0,137,236,255,"+"0,159,254,255,"+"0,156,252,255,"+"0,133,229,255,"+"0,101,178,255,"+"0,77,138,255,"+"0,68,125,255,"+"0,69,125,255,"+"0,69,125,255,"+"0,69,125,255,"+"0,68,125,255,"+"0,68,124,255,"+"0,67,123,255,"+"0,64,122,255,"+"0,64,121,255,"+"0,66,118,255,"+"0,64,117,255,"+"0,64,116,255,"+"0,63,116,255,"+"0,66,119,255,"+"0,82,143,255,"+"0,102,168,255,"+"0,105,173,255,"+"0,101,167,255,"+"0,91,154,255,"+"0,74,132,255,"+"0,51,105,255,"+"0,46,100,255,"+"0,46,98,255,"+"0,45,97,255,"+"0,46,97,255,"+"0,47,100,255,"+"0,44,99,255,"+"0,54,105,255,"+"0,113,152,255,"+"6,215,231,255,"+"15,253,254,255,"+"2,255,255,255,"+"0,255,255,255,"+"2,252,255,255,"+"46,251,255,255,"+"122,251,255,255,"+"38,210,250,255,"+"0,165,246,255,"+"0,128,215,255,"+"0,98,182,255,"+"0,92,176,255,"+"0,97,186,255,"+"0,107,203,255,"+"0,174,246,255,"+"0,228,255,255,"+"8,233,255,255,"+"67,245,255,255,"+"169,255,255,255,"+"235,255,255,255,"+"132,255,255,255,"+"8,255,255,255,"+"18,255,255,255,"+"75,234,237,255,"+"77,161,170,255,"+"0,12,44,255,"+"0,14,48,255,"+"0,14,50,255,"+"0,15,51,255,"+"0,16,52,255,"+"0,16,52,255,"+"0,17,53,255,"+"0,17,54,255,"+"0,18,55,255,"+"0,19,56,255,"+"0,21,57,255,"+"0,22,58,255,"+"0,23,59,255,"+"0,25,61,255,"+"0,25,61,255,"+"0,25,62,255,"+"0,26,63,255,"+"0,26,62,255,"+"2,33,76,255,"+"87,48,144,255,"+"233,85,223,255,"+"249,126,255,255,"+"151,105,231,255,"+"14,63,133,255,"+"0,28,70,255,"+"0,30,72,255,"+"0,33,74,255,"+"0,35,76,255,"+"0,40,81,255,"+"0,45,86,255,"+"0,49,90,255,"+"0,64,107,255,"+"0,100,152,255,"+"0,118,174,255,"+"0,118,175,255,"+"2,93,142,255,"+"9,70,114,255,"+"6,78,132,255,"+"1,102,183,255,"+"0,136,236,255,"+"0,158,254,255,"+"0,154,251,255,"+"0,126,220,255,"+"0,95,169,255,"+"0,72,131,255,"+"0,67,123,255,"+"0,67,124,255,"+"0,67,124,255,"+"0,67,122,255,"+"0,67,122,255,"+"0,66,122,255,"+"0,64,122,255,"+"0,65,119,255,"+"0,63,118,255,"+"0,64,118,255,"+"0,64,117,255,"+"0,63,115,255,"+"0,63,118,255,"+"0,73,131,255,"+"0,91,157,255,"+"0,105,176,255,"+"0,109,181,255,"+"0,106,175,255,"+"0,97,163,255,"+"0,83,143,255,"+"0,58,112,255,"+"0,46,99,255,"+"0,46,98,255,"+"0,43,94,255,"+"0,38,87,255,"+"0,41,90,255,"+"0,68,113,255,"+"0,127,163,255,"+"0,190,215,255,"+"0,219,246,255,"+"0,229,253,255,"+"0,253,255,255,"+"0,255,255,255,"+"0,253,255,255,"+"0,238,255,255,"+"1,220,255,255,"+"15,229,255,255,"+"16,207,249,255,"+"0,136,213,255,"+"0,96,178,255,"+"0,88,170,255,"+"0,91,172,255,"+"0,90,173,255,"+"0,104,195,255,"+"0,135,224,255,"+"0,172,244,255,"+"37,218,254,255,"+"128,251,255,255,"+"171,255,255,255,"+"182,255,255,255,"+"43,255,255,255,"+"0,255,255,255,"+"0,254,255,255,"+"2,220,251,255,"+"17,194,239,255,"+"0,12,44,255,"+"0,14,49,255,"+"0,15,51,255,"+"0,16,52,255,"+"0,18,54,255,"+"0,18,54,255,"+"0,18,55,255,"+"0,19,55,255,"+"0,19,56,255,"+"0,21,57,255,"+"0,22,59,255,"+"0,24,60,255,"+"0,24,60,255,"+"0,26,62,255,"+"0,26,63,255,"+"0,27,64,255,"+"0,27,63,255,"+"0,27,64,255,"+"4,32,75,255,"+"104,44,136,255,"+"241,82,216,255,"+"252,127,255,255,"+"160,108,235,255,"+"15,70,143,255,"+"0,31,73,255,"+"0,31,73,255,"+"0,34,76,255,"+"0,36,78,255,"+"0,39,81,255,"+"0,45,86,255,"+"0,50,90,255,"+"0,63,106,255,"+"0,96,148,255,"+"0,111,167,255,"+"0,111,168,255,"+"3,89,138,255,"+"9,74,125,255,"+"2,100,178,255,"+"0,134,234,255,"+"0,157,254,255,"+"0,153,250,255,"+"0,124,216,255,"+"0,91,161,255,"+"0,70,127,255,"+"0,65,120,255,"+"0,65,120,255,"+"0,65,122,255,"+"0,65,121,255,"+"0,65,121,255,"+"0,64,121,255,"+"0,63,120,255,"+"0,64,118,255,"+"0,64,117,255,"+"0,63,116,255,"+"0,62,115,255,"+"0,62,116,255,"+"0,69,126,255,"+"0,84,149,255,"+"0,100,171,255,"+"0,110,183,255,"+"0,111,185,255,"+"0,109,181,255,"+"0,102,170,255,"+"0,87,150,255,"+"0,63,118,255,"+"0,45,96,255,"+"0,40,89,255,"+"0,42,89,255,"+"0,61,104,255,"+"0,113,145,255,"+"0,164,195,255,"+"0,203,232,255,"+"0,192,242,255,"+"0,155,229,255,"+"0,130,220,255,"+"0,166,237,255,"+"0,247,255,255,"+"0,255,255,255,"+"0,250,255,255,"+"0,217,255,255,"+"0,195,255,255,"+"0,194,255,255,"+"0,173,247,255,"+"0,124,202,255,"+"0,101,181,255,"+"0,94,174,255,"+"0,92,172,255,"+"0,90,170,255,"+"0,97,177,255,"+"0,117,196,255,"+"0,150,224,255,"+"12,202,252,255,"+"40,241,255,255,"+"47,254,255,255,"+"26,255,255,255,"+"2,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,202,246,255,"+"0,131,213,255,"+"0,13,45,255,"+"0,16,50,255,"+"0,16,52,255,"+"0,17,53,255,"+"0,19,54,255,"+"0,19,55,255,"+"0,20,56,255,"+"0,20,57,255,"+"0,21,58,255,"+"0,22,59,255,"+"0,24,60,255,"+"0,24,60,255,"+"0,26,63,255,"+"0,26,63,255,"+"0,27,63,255,"+"0,27,65,255,"+"0,28,66,255,"+"0,30,67,255,"+"2,34,75,255,"+"69,42,132,255,"+"196,78,217,255,"+"211,129,255,255,"+"101,120,241,255,"+"7,81,155,255,"+"0,34,77,255,"+"0,32,74,255,"+"0,35,77,255,"+"0,38,80,255,"+"0,40,83,255,"+"0,46,87,255,"+"0,50,91,255,"+"0,59,103,255,"+"0,89,141,255,"+"0,104,159,255,"+"0,105,161,255,"+"2,96,152,255,"+"1,98,175,255,"+"0,133,232,255,"+"0,158,253,255,"+"0,153,250,255,"+"0,123,215,255,"+"0,88,157,255,"+"0,68,123,255,"+"0,65,118,255,"+"0,65,118,255,"+"0,63,119,255,"+"0,63,119,255,"+"0,63,119,255,"+"0,63,117,255,"+"0,63,117,255,"+"0,63,117,255,"+"0,63,116,255,"+"0,63,115,255,"+"0,62,115,255,"+"0,67,124,255,"+"0,82,146,255,"+"0,99,171,255,"+"0,109,187,255,"+"0,112,191,255,"+"0,112,187,255,"+"0,109,182,255,"+"0,100,170,255,"+"0,84,144,255,"+"0,58,110,255,"+"0,49,94,255,"+"0,70,114,255,"+"0,119,156,255,"+"0,166,200,255,"+"0,201,229,255,"+"0,186,235,255,"+"0,157,226,255,"+"0,125,214,255,"+"0,107,195,255,"+"0,106,197,255,"+"0,116,207,255,"+"0,149,228,255,"+"2,243,254,255,"+"2,255,255,255,"+"0,248,255,255,"+"0,206,255,255,"+"0,179,255,255,"+"0,170,253,255,"+"0,155,243,255,"+"0,125,205,255,"+"0,104,183,255,"+"0,99,179,255,"+"0,98,178,255,"+"0,101,181,255,"+"0,105,185,255,"+"0,118,197,255,"+"0,140,218,255,"+"0,180,245,255,"+"0,222,255,255,"+"1,235,255,255,"+"0,252,255,255,"+"0,255,255,255,"+"2,255,255,255,"+"21,254,255,255,"+"5,214,252,255,"+"0,163,239,255,"+"0,14,46,255,"+"0,17,50,255,"+"0,18,53,255,"+"0,19,55,255,"+"0,20,56,255,"+"0,21,57,255,"+"0,22,58,255,"+"0,23,58,255,"+"0,24,59,255,"+"0,24,60,255,"+"0,25,61,255,"+"0,25,62,255,"+"0,26,63,255,"+"0,27,64,255,"+"0,27,64,255,"+"0,29,67,255,"+"0,30,67,255,"+"0,30,67,255,"+"0,34,74,255,"+"22,46,128,255,"+"82,84,217,255,"+"86,144,255,255,"+"25,140,246,255,"+"1,90,165,255,"+"0,37,81,255,"+"0,34,75,255,"+"0,36,78,255,"+"0,40,81,255,"+"0,43,84,255,"+"0,46,87,255,"+"0,50,90,255,"+"0,55,97,255,"+"0,82,131,255,"+"0,98,152,255,"+"0,105,165,255,"+"0,120,201,255,"+"0,133,234,255,"+"0,157,253,255,"+"0,155,251,255,"+"0,124,215,255,"+"0,89,156,255,"+"0,67,121,255,"+"0,64,116,255,"+"0,64,117,255,"+"0,63,116,255,"+"0,63,116,255,"+"0,63,116,255,"+"0,62,117,255,"+"0,61,116,255,"+"0,61,115,255,"+"0,61,114,255,"+"0,61,114,255,"+"0,65,120,255,"+"0,78,142,255,"+"0,97,172,255,"+"0,111,192,255,"+"0,115,199,255,"+"0,115,198,255,"+"0,111,189,255,"+"0,103,175,255,"+"0,94,160,255,"+"6,86,142,255,"+"15,94,141,255,"+"8,132,166,255,"+"0,175,210,255,"+"0,198,231,255,"+"0,181,237,255,"+"0,150,222,255,"+"0,122,206,255,"+"0,103,185,255,"+"0,102,185,255,"+"0,111,195,255,"+"0,113,201,255,"+"0,120,209,255,"+"0,130,217,255,"+"0,150,232,255,"+"37,237,253,255,"+"49,255,255,255,"+"1,244,255,255,"+"0,177,252,255,"+"0,171,253,255,"+"0,159,245,255,"+"0,145,232,255,"+"0,123,202,255,"+"0,113,192,255,"+"0,104,185,255,"+"0,102,183,255,"+"0,110,189,255,"+"0,113,191,255,"+"0,117,196,255,"+"0,139,218,255,"+"0,158,236,255,"+"0,192,253,255,"+"0,218,255,255,"+"0,250,255,255,"+"0,255,255,255,"+"21,255,255,255,"+"93,252,255,255,"+"11,217,254,255,"+"0,191,253,255,"+"0,19,50,255,"+"0,17,49,255,"+"0,20,55,255,"+"0,22,56,255,"+"0,22,58,255,"+"0,22,59,255,"+"0,23,59,255,"+"0,24,60,255,"+"0,25,61,255,"+"0,26,62,255,"+"0,26,62,255,"+"0,27,63,255,"+"0,28,65,255,"+"0,27,66,255,"+"0,28,67,255,"+"0,28,68,255,"+"0,30,69,255,"+"0,31,67,255,"+"0,34,76,255,"+"1,55,130,255,"+"6,106,220,255,"+"6,168,255,255,"+"1,157,249,255,"+"0,98,175,255,"+"0,41,85,255,"+"0,36,77,255,"+"0,38,81,255,"+"0,41,83,255,"+"0,43,85,255,"+"0,47,88,255,"+"0,49,90,255,"+"0,52,93,255,"+"0,72,119,255,"+"0,93,150,255,"+"0,117,197,255,"+"0,145,243,255,"+"0,162,254,255,"+"0,155,251,255,"+"0,126,217,255,"+"0,91,157,255,"+"0,67,120,255,"+"0,61,114,255,"+"0,62,115,255,"+"0,62,115,255,"+"0,61,115,255,"+"0,61,115,255,"+"0,61,114,255,"+"0,61,114,255,"+"0,61,114,255,"+"0,60,113,255,"+"0,63,119,255,"+"0,76,141,255,"+"0,95,170,255,"+"0,111,193,255,"+"0,117,203,255,"+"0,117,203,255,"+"0,114,198,255,"+"3,117,189,255,"+"22,125,189,255,"+"44,148,197,255,"+"96,167,207,255,"+"140,184,228,255,"+"128,180,238,255,"+"37,166,239,255,"+"1,142,223,255,"+"0,119,203,255,"+"0,111,197,255,"+"0,108,190,255,"+"0,115,195,255,"+"0,122,202,255,"+"0,126,205,255,"+"0,131,212,255,"+"0,132,214,255,"+"0,139,224,255,"+"0,146,229,255,"+"0,157,240,255,"+"54,218,253,255,"+"146,255,255,255,"+"16,231,254,255,"+"0,144,246,255,"+"0,140,240,255,"+"0,146,235,255,"+"0,129,215,255,"+"0,119,198,255,"+"0,114,193,255,"+"0,112,192,255,"+"0,115,194,255,"+"0,115,194,255,"+"0,116,194,255,"+"0,126,204,255,"+"0,134,214,255,"+"0,152,237,255,"+"0,178,249,255,"+"0,221,255,255,"+"0,253,255,255,"+"2,255,255,255,"+"77,255,255,255,"+"120,247,249,255,"+"24,215,228,255,"+"14,179,205,255,"+"0,79,124,255,"+"0,36,72,255,"+"0,22,55,255,"+"0,23,57,255,"+"0,24,60,255,"+"0,25,60,255,"+"0,25,61,255,"+"0,26,63,255,"+"0,26,63,255,"+"0,27,64,255,"+"0,28,65,255,"+"0,28,65,255,"+"0,28,66,255,"+"0,27,67,255,"+"0,29,67,255,"+"0,28,70,255,"+"0,31,70,255,"+"0,31,68,255,"+"0,35,79,255,"+"0,62,134,255,"+"0,120,222,255,"+"0,182,255,255,"+"0,167,250,255,"+"0,103,180,255,"+"0,43,89,255,"+"0,37,78,255,"+"0,39,83,255,"+"0,41,84,255,"+"0,43,86,255,"+"0,46,87,255,"+"0,48,89,255,"+"0,49,91,255,"+"0,63,109,255,"+"0,99,173,255,"+"0,136,234,255,"+"0,167,254,255,"+"0,165,253,255,"+"0,130,222,255,"+"1,93,161,255,"+"3,67,118,255,"+"1,62,112,255,"+"0,59,113,255,"+"0,60,114,255,"+"0,60,114,255,"+"0,59,113,255,"+"0,59,113,255,"+"0,58,111,255,"+"0,57,109,255,"+"0,60,114,255,"+"0,73,135,255,"+"0,96,169,255,"+"0,120,198,255,"+"0,137,215,255,"+"2,147,224,255,"+"18,160,224,255,"+"41,178,225,255,"+"101,185,236,255,"+"137,202,241,255,"+"195,196,239,255,"+"227,165,234,255,"+"244,145,223,255,"+"248,108,213,255,"+"208,92,212,255,"+"89,93,210,255,"+"10,111,209,255,"+"1,122,209,255,"+"0,133,212,255,"+"0,142,216,255,"+"0,153,226,255,"+"1,164,235,255,"+"3,176,234,255,"+"0,179,241,255,"+"0,185,245,255,"+"0,185,246,255,"+"0,181,245,255,"+"1,191,250,255,"+"30,220,254,255,"+"107,252,255,255,"+"11,201,255,255,"+"0,141,240,255,"+"0,108,203,255,"+"0,109,199,255,"+"0,116,199,255,"+"0,122,202,255,"+"0,119,199,255,"+"0,121,200,255,"+"0,123,201,255,"+"0,125,203,255,"+"0,121,199,255,"+"0,122,201,255,"+"0,129,209,255,"+"0,150,233,255,"+"0,190,253,255,"+"0,235,255,255,"+"2,254,255,255,"+"54,255,255,255,"+"166,228,230,255,"+"80,121,131,255,"+"9,45,62,255,"+"4,26,46,255,"+"0,166,222,255,"+"0,112,165,255,"+"0,62,104,255,"+"0,33,69,255,"+"0,26,60,255,"+"0,27,63,255,"+"0,27,64,255,"+"0,27,64,255,"+"0,27,65,255,"+"0,27,65,255,"+"0,28,66,255,"+"0,29,67,255,"+"0,29,66,255,"+"0,29,67,255,"+"0,28,69,255,"+"0,29,69,255,"+"0,31,70,255,"+"0,29,71,255,"+"0,36,81,255,"+"0,69,139,255,"+"0,129,225,255,"+"0,191,255,255,"+"0,172,251,255,"+"0,104,182,255,"+"0,43,91,255,"+"0,37,80,255,"+"0,39,83,255,"+"0,41,84,255,"+"0,43,86,255,"+"0,44,86,255,"+"0,45,87,255,"+"0,47,92,255,"+"0,71,133,255,"+"0,115,212,255,"+"0,158,252,255,"+"0,172,254,255,"+"0,145,237,255,"+"0,107,180,255,"+"3,70,121,255,"+"3,60,108,255,"+"0,62,110,255,"+"0,59,112,255,"+"0,58,111,255,"+"0,57,110,255,"+"0,54,106,255,"+"0,55,109,255,"+"0,71,124,255,"+"0,100,155,255,"+"0,135,191,255,"+"0,174,218,255,"+"0,199,242,255,"+"0,214,248,255,"+"11,223,251,255,"+"83,216,253,255,"+"178,196,250,255,"+"224,177,239,255,"+"246,147,223,255,"+"255,117,211,255,"+"255,95,188,255,"+"255,79,174,255,"+"255,90,181,255,"+"255,97,182,255,"+"244,116,207,255,"+"186,131,229,255,"+"85,153,236,255,"+"32,179,239,255,"+"15,187,236,255,"+"10,174,223,255,"+"6,152,195,255,"+"5,120,167,255,"+"9,114,169,255,"+"1,138,208,255,"+"0,124,193,255,"+"0,103,167,255,"+"0,100,165,255,"+"3,116,174,255,"+"47,201,229,255,"+"31,240,255,255,"+"0,181,252,255,"+"0,119,210,255,"+"11,105,185,255,"+"24,143,207,255,"+"9,156,222,255,"+"1,154,228,255,"+"0,149,223,255,"+"0,143,218,255,"+"0,141,217,255,"+"0,136,212,255,"+"0,130,207,255,"+"0,129,207,255,"+"0,120,198,255,"+"0,154,230,255,"+"0,228,255,255,"+"3,253,255,255,"+"55,254,255,255,"+"152,219,223,255,"+"76,88,95,255,"+"4,14,35,255,"+"0,11,37,255,"+"0,10,38,255,"+"0,182,237,255,"+"0,179,238,255,"+"0,143,201,255,"+"0,97,145,255,"+"0,56,95,255,"+"0,34,70,255,"+"0,28,64,255,"+"0,29,65,255,"+"0,30,66,255,"+"0,31,67,255,"+"0,30,67,255,"+"0,30,68,255,"+"0,29,67,255,"+"0,27,70,255,"+"0,28,71,255,"+"0,30,71,255,"+"0,29,72,255,"+"0,31,71,255,"+"0,39,84,255,"+"0,75,148,255,"+"0,138,229,255,"+"0,197,255,255,"+"0,175,251,255,"+"0,105,183,255,"+"0,43,92,255,"+"0,38,81,255,"+"0,39,83,255,"+"0,40,82,255,"+"0,41,84,255,"+"0,41,85,255,"+"0,42,86,255,"+"0,58,116,255,"+"0,98,189,255,"+"0,140,243,255,"+"0,166,254,255,"+"0,151,242,255,"+"0,118,195,255,"+"0,89,147,255,"+"0,71,122,255,"+"1,61,110,255,"+"0,60,106,255,"+"0,58,105,255,"+"0,55,103,255,"+"0,67,118,255,"+"0,105,159,255,"+"0,159,201,255,"+"0,206,234,255,"+"0,234,247,255,"+"0,241,255,255,"+"0,238,255,255,"+"0,230,255,255,"+"5,213,255,255,"+"59,179,255,255,"+"196,159,253,255,"+"254,138,227,255,"+"255,117,202,255,"+"255,114,197,255,"+"255,121,198,255,"+"255,124,199,255,"+"255,133,206,255,"+"255,149,218,255,"+"247,161,223,255,"+"219,169,228,255,"+"163,171,221,255,"+"86,150,190,255,"+"37,116,156,255,"+"15,79,118,255,"+"3,50,94,255,"+"2,34,78,255,"+"0,37,84,255,"+"0,84,147,255,"+"0,79,141,255,"+"0,37,86,255,"+"0,26,73,255,"+"0,24,69,255,"+"17,48,77,255,"+"35,201,217,255,"+"4,206,254,255,"+"0,143,221,255,"+"20,120,186,255,"+"124,204,235,255,"+"145,247,254,255,"+"78,241,254,255,"+"22,216,254,255,"+"2,199,253,255,"+"0,186,249,255,"+"0,171,242,255,"+"0,157,231,255,"+"0,147,223,255,"+"0,124,201,255,"+"0,102,180,255,"+"0,156,223,255,"+"0,245,255,255,"+"48,255,255,255,"+"148,217,222,255,"+"67,77,90,255,"+"3,12,34,255,"+"0,10,39,255,"+"0,9,39,255,"+"0,10,38,255,"+"0,108,154,255,"+"0,150,205,255,"+"0,174,236,255,"+"0,163,227,255,"+"0,130,187,255,"+"0,90,138,255,"+"0,54,93,255,"+"0,34,70,255,"+"0,29,66,255,"+"0,30,67,255,"+"0,30,68,255,"+"0,29,68,255,"+"0,28,69,255,"+"0,27,72,255,"+"0,30,70,255,"+"0,30,73,255,"+"0,30,73,255,"+"0,32,72,255,"+"0,43,90,255,"+"0,82,159,255,"+"0,148,235,255,"+"0,203,255,255,"+"0,176,251,255,"+"0,103,182,255,"+"0,43,92,255,"+"0,38,80,255,"+"0,38,81,255,"+"0,38,81,255,"+"0,38,82,255,"+"0,37,82,255,"+"0,49,103,255,"+"0,88,174,255,"+"0,133,237,255,"+"0,162,254,255,"+"0,149,242,255,"+"0,120,199,255,"+"0,92,150,255,"+"0,79,131,255,"+"0,77,129,255,"+"0,68,119,255,"+"0,62,109,255,"+"0,75,126,255,"+"0,125,176,255,"+"0,191,225,255,"+"4,236,249,255,"+"13,251,255,255,"+"29,252,255,255,"+"44,249,255,255,"+"52,243,255,255,"+"56,239,255,255,"+"52,234,255,255,"+"67,230,255,255,"+"119,221,255,255,"+"209,214,254,255,"+"246,206,248,255,"+"248,189,236,255,"+"243,187,233,255,"+"233,189,233,255,"+"223,181,226,255,"+"191,155,204,255,"+"138,134,180,255,"+"104,107,150,255,"+"48,77,115,255,"+"15,54,92,255,"+"3,39,77,255,"+"0,33,73,255,"+"0,34,73,255,"+"0,35,77,255,"+"0,34,77,255,"+"0,55,107,255,"+"0,79,139,255,"+"0,39,87,255,"+"0,27,73,255,"+"0,27,73,255,"+"8,38,69,255,"+"33,166,174,255,"+"11,225,252,255,"+"0,167,248,255,"+"0,141,214,255,"+"56,211,240,255,"+"192,253,255,255,"+"169,255,255,255,"+"112,254,255,255,"+"66,244,255,255,"+"25,224,255,255,"+"5,206,255,255,"+"0,191,253,255,"+"0,171,242,255,"+"0,141,219,255,"+"0,116,198,255,"+"0,97,181,255,"+"0,152,211,255,"+"23,249,255,255,"+"138,226,229,255,"+"69,84,98,255,"+"3,9,34,255,"+"0,8,37,255,"+"0,9,38,255,"+"0,8,38,255,"+"0,9,37,255,"+"0,46,76,255,"+"0,77,115,255,"+"0,115,164,255,"+"0,151,211,255,"+"0,168,233,255,"+"0,154,217,255,"+"0,120,177,255,"+"0,80,129,255,"+"0,47,89,255,"+"0,30,69,255,"+"0,29,67,255,"+"0,28,68,255,"+"0,26,71,255,"+"0,28,71,255,"+"0,31,72,255,"+"0,30,73,255,"+"0,32,74,255,"+"0,32,74,255,"+"0,48,99,255,"+"0,90,172,255,"+"0,160,243,255,"+"0,206,255,255,"+"0,175,250,255,"+"0,98,176,255,"+"0,41,90,255,"+"0,36,81,255,"+"0,37,81,255,"+"0,36,80,255,"+"0,34,78,255,"+"0,41,92,255,"+"0,78,157,255,"+"0,124,227,255,"+"0,161,254,255,"+"0,152,244,255,"+"0,113,193,255,"+"0,85,142,255,"+"0,74,123,255,"+"0,78,128,255,"+"0,84,140,255,"+"0,96,157,255,"+"0,131,190,255,"+"3,193,231,255,"+"15,241,252,255,"+"44,254,255,255,"+"67,255,255,255,"+"82,252,255,255,"+"87,243,255,255,"+"86,230,254,255,"+"80,214,245,255,"+"73,197,226,255,"+"65,183,210,255,"+"68,172,198,255,"+"76,168,193,255,"+"90,157,188,255,"+"101,145,180,255,"+"106,129,169,255,"+"91,108,147,255,"+"62,89,125,255,"+"34,70,107,255,"+"21,54,92,255,"+"4,45,82,255,"+"0,41,77,255,"+"0,40,75,255,"+"0,40,76,255,"+"0,39,76,255,"+"0,38,75,255,"+"0,36,75,255,"+"0,33,74,255,"+"0,34,77,255,"+"0,64,118,255,"+"0,64,117,255,"+"0,30,76,255,"+"0,28,73,255,"+"4,29,63,255,"+"36,134,147,255,"+"15,238,248,255,"+"0,181,241,255,"+"0,152,231,255,"+"0,167,232,255,"+"12,189,243,255,"+"117,236,249,255,"+"205,228,234,255,"+"193,228,233,255,"+"166,237,241,255,"+"137,244,251,255,"+"65,237,255,255,"+"11,207,253,255,"+"0,176,245,255,"+"0,147,234,255,"+"0,134,233,255,"+"0,108,204,255,"+"0,130,202,255,"+"84,241,254,255,"+"106,136,149,255,"+"4,14,44,255,"+"0,6,42,255,"+"0,6,39,255,"+"0,9,37,255,"+"0,8,36,255,"+"0,9,36,255,"+"0,31,58,255,"+"0,37,67,255,"+"0,54,88,255,"+"0,83,125,255,"+"0,120,172,255,"+"0,151,212,255,"+"0,159,225,255,"+"0,142,206,255,"+"0,109,165,255,"+"0,69,117,255,"+"0,40,82,255,"+"0,28,70,255,"+"0,28,71,255,"+"0,28,71,255,"+"0,31,73,255,"+"0,31,74,255,"+"0,33,74,255,"+"0,33,76,255,"+"0,55,110,255,"+"0,100,186,255,"+"0,171,249,255,"+"0,208,255,255,"+"0,171,249,255,"+"0,91,168,255,"+"0,41,86,255,"+"0,36,78,255,"+"0,36,78,255,"+"0,33,75,255,"+"0,37,85,255,"+"0,71,145,255,"+"0,115,218,255,"+"0,156,252,255,"+"0,158,249,255,"+"0,118,204,255,"+"1,79,135,255,"+"2,64,110,255,"+"0,87,145,255,"+"0,117,186,255,"+"0,147,218,255,"+"2,190,239,255,"+"18,235,252,255,"+"50,253,255,255,"+"65,255,255,255,"+"58,253,255,255,"+"37,241,255,255,"+"17,216,254,255,"+"11,184,248,255,"+"7,149,225,255,"+"5,113,184,255,"+"2,82,141,255,"+"2,60,113,255,"+"2,52,102,255,"+"2,51,98,255,"+"1,52,96,255,"+"0,53,93,255,"+"1,52,92,255,"+"1,51,89,255,"+"1,50,87,255,"+"1,48,85,255,"+"0,46,83,255,"+"0,43,80,255,"+"0,41,77,255,"+"0,39,76,255,"+"0,37,74,255,"+"0,35,73,255,"+"0,36,72,255,"+"0,34,72,255,"+"0,32,69,255,"+"0,39,80,255,"+"0,71,128,255,"+"0,54,105,255,"+"0,29,71,255,"+"2,25,61,255,"+"24,99,118,255,"+"22,221,237,255,"+"1,195,243,255,"+"0,148,219,255,"+"0,144,217,255,"+"0,139,209,255,"+"3,151,198,255,"+"24,98,126,255,"+"31,50,80,255,"+"32,48,77,255,"+"47,76,94,255,"+"74,110,124,255,"+"68,136,150,255,"+"52,191,206,255,"+"7,218,251,255,"+"0,183,253,255,"+"0,158,252,255,"+"0,126,230,255,"+"0,114,195,255,"+"79,230,244,255,"+"73,120,131,255,"+"0,11,45,255,"+"0,5,41,255,"+"0,7,38,255,"+"0,8,36,255,"+"0,9,36,255,"+"0,9,36,255,"+"0,34,61,255,"+"0,36,64,255,"+"0,36,68,255,"+"0,42,75,255,"+"0,59,96,255,"+"0,88,133,255,"+"0,123,178,255,"+"0,150,213,255,"+"0,151,215,255,"+"0,129,189,255,"+"0,91,144,255,"+"0,53,99,255,"+"0,32,74,255,"+"0,29,71,255,"+"0,31,73,255,"+"0,32,74,255,"+"0,32,75,255,"+"0,36,79,255,"+"0,63,124,255,"+"0,111,201,255,"+"0,183,251,255,"+"0,211,255,255,"+"0,168,247,255,"+"0,84,159,255,"+"0,39,82,255,"+"0,35,76,255,"+"0,33,75,255,"+"0,34,78,255,"+"0,65,133,255,"+"0,110,210,255,"+"0,151,250,255,"+"0,162,251,255,"+"0,128,218,255,"+"0,98,168,255,"+"0,89,153,255,"+"0,117,188,255,"+"0,159,227,255,"+"1,196,250,255,"+"14,227,255,255,"+"41,250,255,255,"+"54,255,255,255,"+"32,253,255,255,"+"10,242,255,255,"+"1,217,254,255,"+"0,181,246,255,"+"0,146,222,255,"+"0,111,183,255,"+"0,80,141,255,"+"0,59,113,255,"+"0,51,101,255,"+"0,50,100,255,"+"0,52,100,255,"+"0,52,99,255,"+"0,54,97,255,"+"1,55,95,255,"+"2,54,92,255,"+"1,53,89,255,"+"1,51,87,255,"+"3,47,84,255,"+"0,44,80,255,"+"0,40,77,255,"+"0,38,74,255,"+"0,36,72,255,"+"0,34,71,255,"+"0,33,69,255,"+"0,34,68,255,"+"0,33,68,255,"+"0,30,64,255,"+"0,53,100,255,"+"0,81,139,255,"+"0,47,94,255,"+"1,25,61,255,"+"24,91,107,255,"+"24,221,230,255,"+"1,197,251,255,"+"0,164,241,255,"+"0,146,223,255,"+"0,133,202,255,"+"0,108,157,255,"+"0,36,71,255,"+"0,14,50,255,"+"0,14,51,255,"+"0,14,51,255,"+"0,13,47,255,"+"0,12,44,255,"+"1,13,43,255,"+"11,44,63,255,"+"16,190,201,255,"+"3,223,255,255,"+"0,184,255,255,"+"0,147,248,255,"+"0,115,209,255,"+"24,212,243,255,"+"49,130,142,255,"+"0,8,41,255,"+"0,8,40,255,"+"0,8,37,255,"+"0,9,36,255,"+"0,9,36,255,"+"0,9,34,255,"+"4,38,63,255,"+"5,38,67,255,"+"2,39,70,255,"+"0,39,71,255,"+"0,38,73,255,"+"0,42,80,255,"+"0,60,102,255,"+"0,92,143,255,"+"0,127,186,255,"+"0,146,210,255,"+"0,137,199,255,"+"0,108,165,255,"+"0,69,120,255,"+"0,40,84,255,"+"0,31,73,255,"+"0,33,74,255,"+"0,34,75,255,"+"0,40,84,255,"+"0,74,140,255,"+"0,124,217,255,"+"0,196,254,255,"+"0,215,255,255,"+"0,167,246,255,"+"0,79,153,255,"+"0,37,80,255,"+"0,33,73,255,"+"0,33,76,255,"+"0,61,127,255,"+"0,108,206,255,"+"0,148,248,255,"+"0,170,255,255,"+"0,152,248,255,"+"0,137,227,255,"+"0,136,220,255,"+"0,167,237,255,"+"0,209,251,255,"+"6,234,255,255,"+"29,245,255,255,"+"45,251,255,255,"+"27,249,255,255,"+"7,239,255,255,"+"0,214,251,255,"+"0,178,238,255,"+"0,141,210,255,"+"0,105,170,255,"+"0,75,133,255,"+"0,55,108,255,"+"0,48,99,255,"+"0,47,98,255,"+"0,49,98,255,"+"0,51,100,255,"+"0,51,99,255,"+"0,55,96,255,"+"0,55,95,255,"+"2,54,92,255,"+"1,52,89,255,"+"0,50,86,255,"+"2,46,83,255,"+"2,42,78,255,"+"0,39,75,255,"+"0,36,71,255,"+"0,33,68,255,"+"0,30,65,255,"+"0,29,64,255,"+"0,29,63,255,"+"0,29,61,255,"+"0,32,67,255,"+"0,51,97,255,"+"0,92,156,255,"+"0,84,144,255,"+"1,37,73,255,"+"14,78,98,255,"+"22,216,226,255,"+"3,207,250,255,"+"0,161,234,255,"+"0,155,225,255,"+"0,132,205,255,"+"0,84,128,255,"+"0,24,60,255,"+"0,16,56,255,"+"0,16,56,255,"+"0,15,55,255,"+"0,14,54,255,"+"0,14,51,255,"+"0,13,50,255,"+"0,13,49,255,"+"0,11,41,255,"+"14,96,113,255,"+"12,235,246,255,"+"0,217,255,255,"+"0,166,254,255,"+"0,119,225,255,"+"12,178,227,255,"+"49,167,178,255,"+"4,19,42,255,"+"0,9,40,255,"+"0,8,37,255,"+"0,9,36,255,"+"0,9,35,255,"+"0,7,32,255,"+"8,40,65,255,"+"9,41,68,255,"+"5,42,71,255,"+"1,41,75,255,"+"0,39,75,255,"+"0,36,74,255,"+"0,34,73,255,"+"0,41,84,255,"+"0,67,116,255,"+"0,105,160,255,"+"0,134,195,255,"+"0,139,201,255,"+"0,119,179,255,"+"0,82,136,255,"+"0,47,93,255,"+"0,35,76,255,"+"0,34,75,255,"+"0,48,97,255,"+"0,90,165,255,"+"0,139,233,255,"+"0,208,255,255,"+"0,224,255,255,"+"0,171,246,255,"+"0,77,150,255,"+"0,34,75,255,"+"0,32,74,255,"+"0,60,124,255,"+"0,108,205,255,"+"0,149,248,255,"+"0,188,255,255,"+"0,191,255,255,"+"0,183,255,255,"+"0,183,254,255,"+"0,207,254,255,"+"0,240,255,255,"+"11,250,255,255,"+"33,244,255,255,"+"28,235,255,255,"+"8,222,254,255,"+"1,199,246,255,"+"0,165,226,255,"+"0,128,193,255,"+"0,95,155,255,"+"0,70,123,255,"+"0,53,102,255,"+"0,46,96,255,"+"0,45,96,255,"+"0,47,96,255,"+"0,48,97,255,"+"0,48,98,255,"+"0,50,97,255,"+"0,51,96,255,"+"0,53,94,255,"+"0,52,91,255,"+"2,52,88,255,"+"1,51,87,255,"+"1,52,90,255,"+"2,51,93,255,"+"0,51,95,255,"+"0,49,95,255,"+"0,49,96,255,"+"0,49,98,255,"+"0,50,100,255,"+"0,54,107,255,"+"0,60,116,255,"+"0,69,130,255,"+"0,88,158,255,"+"0,114,194,255,"+"0,110,186,255,"+"0,62,110,255,"+"14,56,79,255,"+"24,195,207,255,"+"3,217,250,255,"+"0,168,241,255,"+"0,155,226,255,"+"0,136,205,255,"+"0,72,119,255,"+"0,19,57,255,"+"0,18,59,255,"+"0,17,57,255,"+"0,16,55,255,"+"0,15,55,255,"+"0,14,52,255,"+"0,13,51,255,"+"0,13,50,255,"+"0,12,48,255,"+"0,11,47,255,"+"1,29,56,255,"+"10,195,211,255,"+"2,238,255,255,"+"0,184,255,255,"+"0,129,230,255,"+"2,142,214,255,"+"28,208,219,255,"+"8,38,54,255,"+"0,10,37,255,"+"0,10,36,255,"+"0,11,36,255,"+"0,9,34,255,"+"0,8,32,255,"+"11,43,66,255,"+"12,44,69,255,"+"9,43,72,255,"+"4,43,76,255,"+"0,42,77,255,"+"0,39,76,255,"+"0,35,74,255,"+"0,30,72,255,"+"0,32,76,255,"+"0,49,96,255,"+"0,84,136,255,"+"0,122,181,255,"+"0,137,199,255,"+"0,124,184,255,"+"0,92,146,255,"+"0,56,102,255,"+"0,39,82,255,"+"0,73,137,255,"+"0,116,206,255,"+"0,157,247,255,"+"0,220,255,255,"+"0,244,255,255,"+"0,205,251,255,"+"0,110,186,255,"+"0,46,94,255,"+"0,62,126,255,"+"0,111,209,255,"+"0,151,249,255,"+"0,197,255,255,"+"0,223,255,255,"+"0,226,255,255,"+"0,230,255,255,"+"0,238,255,255,"+"1,250,255,255,"+"10,240,254,255,"+"23,218,253,255,"+"13,199,250,255,"+"1,176,236,255,"+"0,144,207,255,"+"0,110,167,255,"+"0,81,132,255,"+"0,61,109,255,"+"0,50,99,255,"+"0,47,96,255,"+"0,46,94,255,"+"0,46,95,255,"+"0,45,96,255,"+"0,47,95,255,"+"0,47,96,255,"+"0,48,97,255,"+"0,50,95,255,"+"0,52,92,255,"+"1,52,92,255,"+"1,60,104,255,"+"2,74,131,255,"+"1,89,159,255,"+"0,103,182,255,"+"0,111,195,255,"+"0,113,201,255,"+"0,113,203,255,"+"0,112,202,255,"+"0,111,202,255,"+"0,112,203,255,"+"0,112,205,255,"+"0,116,208,255,"+"0,118,209,255,"+"0,118,206,255,"+"0,105,182,255,"+"0,67,118,255,"+"6,47,71,255,"+"27,174,187,255,"+"8,223,248,255,"+"0,175,241,255,"+"0,162,234,255,"+"0,139,210,255,"+"0,66,112,255,"+"0,21,58,255,"+"0,20,60,255,"+"0,18,58,255,"+"0,17,57,255,"+"0,16,55,255,"+"0,16,54,255,"+"0,16,52,255,"+"0,14,51,255,"+"0,14,50,255,"+"0,13,50,255,"+"0,12,49,255,"+"0,11,41,255,"+"9,122,148,255,"+"10,244,254,255,"+"0,206,255,255,"+"0,151,247,255,"+"0,120,210,255,"+"10,206,233,255,"+"10,86,96,255,"+"0,11,33,255,"+"0,11,36,255,"+"0,11,35,255,"+"0,10,34,255,"+"0,11,32,255,"+"16,44,67,255,"+"17,46,69,255,"+"14,45,72,255,"+"8,45,75,255,"+"3,43,78,255,"+"0,40,76,255,"+"0,36,75,255,"+"0,32,73,255,"+"0,30,73,255,"+"0,28,73,255,"+"0,39,85,255,"+"0,73,122,255,"+"0,113,170,255,"+"0,132,192,255,"+"0,126,184,255,"+"0,103,158,255,"+"0,98,161,255,"+"0,139,219,255,"+"0,162,248,255,"+"0,179,255,255,"+"0,230,255,255,"+"0,255,255,255,"+"0,247,255,255,"+"0,197,244,255,"+"0,139,209,255,"+"0,131,223,255,"+"0,157,251,255,"+"0,196,255,255,"+"0,228,255,255,"+"0,244,255,255,"+"0,252,255,255,"+"0,253,255,255,"+"0,244,254,255,"+"6,214,245,255,"+"12,181,234,255,"+"4,156,218,255,"+"0,125,186,255,"+"0,92,145,255,"+"0,68,113,255,"+"1,54,96,255,"+"0,49,93,255,"+"0,47,92,255,"+"0,46,93,255,"+"0,46,95,255,"+"0,45,94,255,"+"0,45,94,255,"+"0,45,94,255,"+"0,46,94,255,"+"0,46,95,255,"+"0,47,94,255,"+"0,50,92,255,"+"0,58,106,255,"+"0,78,142,255,"+"0,105,189,255,"+"0,128,226,255,"+"0,140,244,255,"+"0,145,248,255,"+"0,141,245,255,"+"0,135,236,255,"+"0,127,226,255,"+"0,118,213,255,"+"0,110,201,255,"+"0,102,190,255,"+"0,94,178,255,"+"0,84,162,255,"+"0,73,139,255,"+"0,56,109,255,"+"0,36,73,255,"+"5,40,54,255,"+"21,167,173,255,"+"6,223,250,255,"+"0,173,242,255,"+"0,167,238,255,"+"0,135,204,255,"+"0,65,110,255,"+"0,20,58,255,"+"0,22,60,255,"+"0,20,59,255,"+"0,19,58,255,"+"0,18,56,255,"+"0,17,55,255,"+"0,17,53,255,"+"0,16,52,255,"+"0,16,52,255,"+"0,15,51,255,"+"0,14,50,255,"+"0,13,50,255,"+"0,12,44,255,"+"3,61,89,255,"+"9,228,239,255,"+"0,228,255,255,"+"0,160,253,255,"+"0,119,220,255,"+"1,182,230,255,"+"4,140,147,255,"+"0,13,32,255,"+"0,12,36,255,"+"0,10,36,255,"+"0,11,33,255,"+"0,12,32,255,"+"16,46,68,255,"+"16,54,82,255,"+"13,61,95,255,"+"7,62,101,255,"+"4,57,100,255,"+"1,50,92,255,"+"0,42,83,255,"+"0,35,76,255,"+"0,31,73,255,"+"0,28,71,255,"+"0,29,72,255,"+"0,36,80,255,"+"0,64,112,255,"+"0,105,159,255,"+"0,133,193,255,"+"0,157,223,255,"+"0,197,247,255,"+"0,223,254,255,"+"0,216,255,255,"+"0,197,255,255,"+"0,227,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,250,255,255,"+"0,227,255,255,"+"0,194,255,255,"+"0,199,255,255,"+"0,225,255,255,"+"0,246,255,255,"+"0,254,255,255,"+"0,245,255,255,"+"1,217,248,255,"+"2,176,227,255,"+"3,139,196,255,"+"1,106,163,255,"+"0,75,124,255,"+"0,54,95,255,"+"0,47,85,255,"+"0,47,85,255,"+"0,48,89,255,"+"0,48,91,255,"+"0,46,91,255,"+"0,45,92,255,"+"0,44,93,255,"+"0,44,92,255,"+"0,44,92,255,"+"0,44,92,255,"+"0,44,92,255,"+"0,45,90,255,"+"0,51,100,255,"+"0,68,130,255,"+"0,95,179,255,"+"0,120,218,255,"+"0,135,239,255,"+"0,141,244,255,"+"0,134,233,255,"+"0,119,207,255,"+"0,100,177,255,"+"0,82,150,255,"+"0,68,127,255,"+"0,54,109,255,"+"0,41,93,255,"+"0,33,79,255,"+"0,25,67,255,"+"0,19,55,255,"+"0,16,46,255,"+"0,15,41,255,"+"1,27,46,255,"+"15,157,166,255,"+"6,233,251,255,"+"0,190,250,255,"+"0,180,249,255,"+"0,139,211,255,"+"0,66,109,255,"+"0,22,58,255,"+"0,26,62,255,"+"0,24,60,255,"+"0,22,58,255,"+"0,21,58,255,"+"0,20,57,255,"+"0,20,56,255,"+"0,19,55,255,"+"0,18,54,255,"+"0,17,53,255,"+"0,16,52,255,"+"0,15,52,255,"+"0,16,51,255,"+"0,16,49,255,"+"0,26,52,255,"+"0,182,203,255,"+"0,247,255,255,"+"0,193,255,255,"+"0,132,232,255,"+"0,148,217,255,"+"0,193,206,255,"+"0,32,46,255,"+"0,13,35,255,"+"0,13,35,255,"+"0,11,31,255,"+"0,10,30,255,"+"4,91,144,255,"+"2,116,181,255,"+"1,130,205,255,"+"0,132,212,255,"+"0,124,208,255,"+"0,112,194,255,"+"0,96,173,255,"+"0,79,150,255,"+"0,61,123,255,"+"0,47,101,255,"+"0,39,86,255,"+"0,33,77,255,"+"0,38,82,255,"+"0,87,145,255,"+"0,155,223,255,"+"0,210,252,255,"+"0,245,255,255,"+"0,254,255,255,"+"0,242,255,255,"+"0,189,255,255,"+"0,209,255,255,"+"0,252,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,248,255,255,"+"0,222,255,255,"+"0,226,255,255,"+"0,246,255,255,"+"0,252,255,255,"+"0,230,253,255,"+"0,186,236,255,"+"0,140,198,255,"+"1,102,156,255,"+"0,67,114,255,"+"0,45,86,255,"+"0,40,78,255,"+"0,42,79,255,"+"0,44,83,255,"+"0,44,85,255,"+"0,46,87,255,"+"0,47,88,255,"+"0,44,89,255,"+"0,43,90,255,"+"0,42,91,255,"+"0,42,90,255,"+"0,43,90,255,"+"0,42,89,255,"+"0,44,93,255,"+"0,58,114,255,"+"0,81,158,255,"+"0,106,202,255,"+"0,124,228,255,"+"0,129,232,255,"+"0,121,216,255,"+"0,101,178,255,"+"0,75,133,255,"+"0,54,97,255,"+"0,41,77,255,"+"0,33,65,255,"+"0,26,57,255,"+"0,20,54,255,"+"0,14,50,255,"+"0,12,47,255,"+"0,12,43,255,"+"0,10,41,255,"+"0,12,40,255,"+"0,18,41,255,"+"3,121,141,255,"+"5,225,247,255,"+"0,198,255,255,"+"0,189,251,255,"+"0,145,214,255,"+"0,68,109,255,"+"0,24,53,255,"+"0,27,59,255,"+"0,27,61,255,"+"0,26,60,255,"+"0,24,59,255,"+"0,23,58,255,"+"0,21,57,255,"+"0,21,56,255,"+"0,19,55,255,"+"0,19,54,255,"+"0,18,54,255,"+"0,19,52,255,"+"0,18,52,255,"+"0,19,52,255,"+"0,19,49,255,"+"0,15,41,255,"+"1,119,143,255,"+"2,248,253,255,"+"0,223,255,255,"+"0,151,248,255,"+"0,120,207,255,"+"0,206,230,255,"+"0,74,85,255,"+"0,12,31,255,"+"0,12,32,255,"+"0,11,30,255,"+"0,8,26,255,"+"2,184,241,255,"+"0,207,251,255,"+"0,217,254,255,"+"0,215,255,255,"+"0,205,255,255,"+"0,192,253,255,"+"0,176,250,255,"+"0,157,244,255,"+"0,140,230,255,"+"0,122,213,255,"+"0,106,191,255,"+"0,98,173,255,"+"0,117,184,255,"+"0,167,228,255,"+"0,219,253,255,"+"0,248,255,255,"+"0,255,255,255,"+"0,254,255,255,"+"0,236,255,255,"+"0,178,255,255,"+"0,188,255,255,"+"0,239,255,255,"+"0,253,255,255,"+"0,253,255,255,"+"0,242,255,255,"+"0,233,255,255,"+"0,246,255,255,"+"0,253,255,255,"+"0,226,252,255,"+"0,167,224,255,"+"0,113,170,255,"+"0,68,115,255,"+"0,40,83,255,"+"0,33,73,255,"+"0,36,73,255,"+"0,40,77,255,"+"0,41,79,255,"+"0,41,82,255,"+"0,42,83,255,"+"0,44,85,255,"+"0,43,86,255,"+"0,41,87,255,"+"0,40,86,255,"+"0,40,86,255,"+"0,40,87,255,"+"0,43,92,255,"+"0,52,109,255,"+"0,71,144,255,"+"0,95,188,255,"+"0,117,224,255,"+"0,126,233,255,"+"0,119,218,255,"+"0,99,180,255,"+"1,72,129,255,"+"2,51,91,255,"+"1,41,77,255,"+"0,37,70,255,"+"0,33,66,255,"+"0,29,60,255,"+"0,24,56,255,"+"0,19,53,255,"+"0,14,50,255,"+"0,12,45,255,"+"0,9,40,255,"+"0,8,39,255,"+"0,11,34,255,"+"0,95,115,255,"+"1,221,238,255,"+"0,201,255,255,"+"0,194,254,255,"+"0,150,222,255,"+"0,64,101,255,"+"0,21,45,255,"+"0,24,52,255,"+"0,26,57,255,"+"0,27,60,255,"+"0,25,61,255,"+"0,24,60,255,"+"0,22,58,255,"+"0,23,58,255,"+"0,21,57,255,"+"0,21,56,255,"+"0,22,54,255,"+"0,21,54,255,"+"0,21,53,255,"+"0,20,51,255,"+"0,19,51,255,"+"0,20,48,255,"+"0,18,43,255,"+"2,61,82,255,"+"6,228,237,255,"+"0,246,255,255,"+"0,179,252,255,"+"0,123,224,255,"+"0,194,240,255,"+"0,136,144,255,"+"0,12,27,255,"+"0,11,29,255,"+"0,8,27,255,"+"0,7,22,255,"+"16,242,255,255,"+"3,250,255,255,"+"0,249,255,255,"+"0,247,255,255,"+"0,245,255,255,"+"0,240,255,255,"+"0,232,255,255,"+"0,221,255,255,"+"0,208,255,255,"+"0,196,255,255,"+"0,192,253,255,"+"0,207,251,255,"+"0,229,254,255,"+"0,247,255,255,"+"0,254,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,246,255,255,"+"0,221,255,255,"+"0,188,255,255,"+"0,179,255,255,"+"0,208,255,255,"+"0,238,255,255,"+"0,244,255,255,"+"0,246,255,255,"+"0,252,255,255,"+"0,255,255,255,"+"0,251,255,255,"+"0,191,237,255,"+"0,97,154,255,"+"0,46,91,255,"+"0,30,71,255,"+"0,31,70,255,"+"0,33,73,255,"+"0,36,73,255,"+"0,38,75,255,"+"0,39,76,255,"+"0,39,79,255,"+"0,40,81,255,"+"0,42,84,255,"+"0,42,86,255,"+"0,42,91,255,"+"0,45,96,255,"+"0,50,106,255,"+"0,58,123,255,"+"0,73,149,255,"+"0,92,185,255,"+"0,114,221,255,"+"0,129,242,255,"+"0,128,238,255,"+"0,110,204,255,"+"0,84,152,255,"+"1,59,104,255,"+"2,46,82,255,"+"1,42,78,255,"+"0,40,74,255,"+"0,37,69,255,"+"0,31,65,255,"+"0,26,60,255,"+"0,21,54,255,"+"0,18,50,255,"+"0,13,45,255,"+"0,9,40,255,"+"0,7,37,255,"+"0,8,30,255,"+"0,87,93,255,"+"0,217,230,255,"+"0,206,255,255,"+"0,202,255,255,"+"0,162,231,255,"+"0,73,112,255,"+"0,16,38,255,"+"0,19,44,255,"+"0,21,49,255,"+"0,23,52,255,"+"0,25,55,255,"+"0,24,58,255,"+"0,24,58,255,"+"0,24,58,255,"+"0,24,55,255,"+"0,24,56,255,"+"0,22,56,255,"+"0,22,53,255,"+"0,22,53,255,"+"0,22,52,255,"+"0,22,51,255,"+"0,21,49,255,"+"0,20,48,255,"+"0,21,45,255,"+"0,29,48,255,"+"1,183,204,255,"+"0,249,255,255,"+"0,206,255,255,"+"0,135,238,255,"+"0,151,220,255,"+"0,191,204,255,"+"0,29,40,255,"+"0,8,26,255,"+"0,7,23,255,"+"0,6,19,255,"+"20,227,255,255,"+"8,212,253,255,"+"1,194,246,255,"+"0,188,246,255,"+"0,192,253,255,"+"0,203,255,255,"+"0,218,255,255,"+"0,232,255,255,"+"0,242,255,255,"+"0,245,255,255,"+"0,249,255,255,"+"0,253,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,253,255,255,"+"0,232,255,255,"+"0,211,255,255,"+"0,202,255,255,"+"0,198,255,255,"+"0,213,255,255,"+"0,225,255,255,"+"0,239,255,255,"+"0,254,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,248,255,255,"+"0,184,244,255,"+"0,101,184,255,"+"0,80,157,255,"+"0,77,151,255,"+"0,75,147,255,"+"0,74,146,255,"+"0,75,143,255,"+"0,74,141,255,"+"0,75,142,255,"+"0,75,143,255,"+"0,75,145,255,"+"0,76,151,255,"+"0,80,157,255,"+"0,84,167,255,"+"0,90,179,255,"+"0,97,193,255,"+"0,107,211,255,"+"0,121,229,255,"+"0,135,245,255,"+"0,139,250,255,"+"0,126,231,255,"+"0,101,185,255,"+"0,74,132,255,"+"0,53,94,255,"+"2,44,80,255,"+"1,43,78,255,"+"0,41,76,255,"+"0,38,70,255,"+"0,34,66,255,"+"0,29,63,255,"+"0,24,58,255,"+"0,19,52,255,"+"0,15,46,255,"+"0,11,41,255,"+"0,6,37,255,"+"0,5,31,255,"+"0,68,90,255,"+"0,209,227,255,"+"0,211,255,255,"+"0,209,255,255,"+"0,166,232,255,"+"0,76,116,255,"+"0,12,33,255,"+"0,11,37,255,"+"0,15,41,255,"+"0,17,44,255,"+"0,20,47,255,"+"0,22,51,255,"+"0,23,55,255,"+"0,24,56,255,"+"0,25,56,255,"+"0,25,55,255,"+"0,24,55,255,"+"0,22,53,255,"+"0,21,52,255,"+"0,22,51,255,"+"0,22,50,255,"+"0,22,50,255,"+"0,21,48,255,"+"0,21,45,255,"+"0,21,44,255,"+"0,16,36,255,"+"2,125,147,255,"+"1,240,254,255,"+"0,223,255,255,"+"0,146,246,255,"+"0,117,210,255,"+"0,203,228,255,"+"0,66,77,255,"+"0,5,20,255,"+"0,5,20,255,"+"0,3,18,255,"+"3,200,255,255,"+"2,169,250,255,"+"0,153,240,255,"+"0,153,242,255,"+"0,163,251,255,"+"0,177,255,255,"+"0,196,255,255,"+"0,217,255,255,"+"0,236,255,255,"+"0,251,255,255,"+"0,254,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,246,255,255,"+"0,222,255,255,"+"0,212,255,255,"+"0,210,255,255,"+"0,220,255,255,"+"0,224,255,255,"+"0,215,255,255,"+"0,233,255,255,"+"0,254,255,255,"+"0,255,255,255,"+"0,253,255,255,"+"0,234,255,255,"+"0,189,255,255,"+"0,158,251,255,"+"0,146,248,255,"+"0,141,245,255,"+"0,139,242,255,"+"0,137,240,255,"+"0,135,239,255,"+"0,134,237,255,"+"0,132,237,255,"+"0,131,237,255,"+"0,131,236,255,"+"0,131,238,255,"+"0,132,240,255,"+"0,134,243,255,"+"0,138,246,255,"+"0,142,250,255,"+"0,146,253,255,"+"0,147,252,255,"+"0,136,240,255,"+"0,115,208,255,"+"0,88,160,255,"+"0,63,114,255,"+"0,48,87,255,"+"0,44,80,255,"+"0,43,79,255,"+"0,42,77,255,"+"0,39,72,255,"+"0,35,68,255,"+"0,31,64,255,"+"0,27,58,255,"+"0,22,54,255,"+"0,17,48,255,"+"0,13,44,255,"+"0,8,39,255,"+"0,4,33,255,"+"0,43,72,255,"+"0,186,214,255,"+"0,208,255,255,"+"0,214,255,255,"+"0,180,237,255,"+"0,79,121,255,"+"0,9,29,255,"+"0,5,31,255,"+"0,8,35,255,"+"0,11,37,255,"+"0,14,40,255,"+"0,17,44,255,"+"0,19,47,255,"+"0,20,51,255,"+"0,21,53,255,"+"0,22,54,255,"+"0,22,54,255,"+"0,21,52,255,"+"0,21,51,255,"+"0,21,50,255,"+"0,21,49,255,"+"0,21,49,255,"+"0,21,47,255,"+"0,21,45,255,"+"0,21,44,255,"+"0,19,43,255,"+"0,15,36,255,"+"1,71,94,255,"+"3,219,242,255,"+"2,237,255,255,"+"1,167,254,255,"+"0,118,225,255,"+"18,181,233,255,"+"16,127,134,255,"+"0,5,16,255,"+"0,3,17,255,"+"0,1,14,255,"+"0,201,255,255,"+"0,183,255,255,"+"0,176,254,255,"+"0,175,255,255,"+"0,180,255,255,"+"0,187,255,255,"+"0,202,255,255,"+"0,217,255,255,"+"0,228,255,255,"+"0,234,255,255,"+"0,239,255,255,"+"0,245,255,255,"+"0,250,255,255,"+"0,254,255,255,"+"0,255,255,255,"+"0,253,255,255,"+"0,239,255,255,"+"0,222,255,255,"+"0,213,255,255,"+"0,219,255,255,"+"0,223,255,255,"+"0,216,255,255,"+"0,198,255,255,"+"0,209,255,255,"+"0,250,255,255,"+"0,253,255,255,"+"0,233,255,255,"+"0,207,255,255,"+"0,190,255,255,"+"0,181,255,255,"+"0,176,255,255,"+"0,174,255,255,"+"0,173,255,255,"+"0,172,255,255,"+"0,172,255,255,"+"0,169,255,255,"+"0,166,255,255,"+"0,165,255,255,"+"0,164,255,255,"+"0,162,255,255,"+"0,158,254,255,"+"0,155,251,255,"+"0,148,248,255,"+"0,140,240,255,"+"0,127,225,255,"+"0,112,202,255,"+"0,92,168,255,"+"0,71,130,255,"+"0,52,97,255,"+"0,43,82,255,"+"0,42,80,255,"+"0,42,80,255,"+"0,42,77,255,"+"0,39,75,255,"+"0,37,69,255,"+"0,34,65,255,"+"0,29,60,255,"+"0,24,56,255,"+"0,19,51,255,"+"0,14,45,255,"+"0,10,41,255,"+"0,5,34,255,"+"0,30,56,255,"+"0,166,191,255,"+"0,209,251,255,"+"0,222,255,255,"+"0,190,239,255,"+"0,85,129,255,"+"0,10,28,255,"+"0,0,25,255,"+"0,1,29,255,"+"0,4,31,255,"+"0,7,33,255,"+"0,9,36,255,"+"0,12,40,255,"+"0,15,44,255,"+"0,17,48,255,"+"0,18,50,255,"+"0,19,51,255,"+"0,19,52,255,"+"0,20,50,255,"+"0,20,49,255,"+"0,20,47,255,"+"0,20,47,255,"+"0,19,46,255,"+"0,20,45,255,"+"0,20,43,255,"+"0,19,42,255,"+"0,17,41,255,"+"0,16,37,255,"+"1,33,53,255,"+"5,193,219,255,"+"7,236,255,255,"+"5,198,255,255,"+"2,125,237,255,"+"37,153,230,255,"+"39,182,196,255,"+"0,21,30,255,"+"0,1,13,255,"+"0,0,10,255,"+"0,223,255,255,"+"0,218,255,255,"+"0,213,255,255,"+"0,209,255,255,"+"0,205,255,255,"+"0,202,255,255,"+"0,202,255,255,"+"0,206,255,255,"+"0,205,255,255,"+"1,225,255,255,"+"4,238,255,255,"+"0,218,255,255,"+"0,223,255,255,"+"0,244,255,255,"+"0,254,255,255,"+"0,252,255,255,"+"0,245,255,255,"+"0,240,255,255,"+"0,229,255,255,"+"0,216,255,255,"+"0,215,255,255,"+"0,200,255,255,"+"0,184,255,255,"+"0,203,255,255,"+"0,248,255,255,"+"0,249,255,255,"+"0,210,255,255,"+"0,172,255,255,"+"0,157,254,255,"+"0,153,251,255,"+"0,150,249,255,"+"0,147,246,255,"+"0,144,242,255,"+"0,144,239,255,"+"0,142,236,255,"+"0,138,233,255,"+"0,136,231,255,"+"0,132,228,255,"+"0,128,224,255,"+"0,123,220,255,"+"0,117,211,255,"+"0,108,198,255,"+"0,98,183,255,"+"0,88,164,255,"+"0,77,144,255,"+"0,65,122,255,"+"0,52,99,255,"+"0,41,83,255,"+"0,38,78,255,"+"0,40,78,255,"+"0,41,78,255,"+"0,40,77,255,"+"0,41,74,255,"+"0,38,71,255,"+"0,35,67,255,"+"0,31,62,255,"+"0,25,57,255,"+"0,21,53,255,"+"0,16,48,255,"+"0,11,43,255,"+"0,7,36,255,"+"0,29,45,255,"+"0,164,177,255,"+"0,206,243,255,"+"0,213,247,255,"+"0,206,245,255,"+"0,99,144,255,"+"0,11,29,255,"+"0,0,22,255,"+"0,0,25,255,"+"0,0,27,255,"+"0,1,28,255,"+"0,3,31,255,"+"0,5,34,255,"+"0,8,36,255,"+"0,10,41,255,"+"0,11,43,255,"+"0,14,45,255,"+"0,15,47,255,"+"0,17,48,255,"+"0,17,47,255,"+"0,18,47,255,"+"0,17,45,255,"+"0,17,44,255,"+"0,17,44,255,"+"0,17,43,255,"+"0,17,41,255,"+"0,16,40,255,"+"0,16,39,255,"+"0,16,37,255,"+"0,16,33,255,"+"12,148,171,255,"+"14,237,255,255,"+"6,228,255,255,"+"34,132,246,255,"+"72,106,228,255,"+"99,206,229,255,"+"9,53,63,255,"+"0,0,8,255,"+"0,0,7,255,"+"0,162,237,255,"+"0,166,243,255,"+"0,167,246,255,"+"0,166,247,255,"+"0,167,248,255,"+"0,168,249,255,"+"0,169,250,255,"+"0,167,251,255,"+"1,186,254,255,"+"64,246,255,255,"+"106,254,255,255,"+"11,232,255,255,"+"0,209,255,255,"+"0,236,255,255,"+"0,253,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,254,255,255,"+"0,251,255,255,"+"0,225,255,255,"+"0,202,255,255,"+"0,190,255,255,"+"0,189,255,255,"+"0,210,255,255,"+"0,247,255,255,"+"0,251,255,255,"+"0,213,255,255,"+"0,157,248,255,"+"0,126,226,255,"+"0,110,205,255,"+"0,101,190,255,"+"0,96,180,255,"+"0,92,172,255,"+"0,89,165,255,"+"0,86,160,255,"+"0,83,154,255,"+"0,80,149,255,"+"0,77,144,255,"+"0,74,138,255,"+"0,69,132,255,"+"0,64,125,255,"+"0,58,115,255,"+"0,51,104,255,"+"0,44,94,255,"+"0,37,85,255,"+"0,34,78,255,"+"0,35,75,255,"+"0,35,76,255,"+"0,39,76,255,"+"0,39,76,255,"+"0,39,76,255,"+"0,39,75,255,"+"0,37,72,255,"+"0,36,67,255,"+"0,32,64,255,"+"0,28,59,255,"+"0,23,54,255,"+"0,18,48,255,"+"0,13,45,255,"+"0,9,38,255,"+"0,23,43,255,"+"0,153,169,255,"+"0,204,240,255,"+"0,205,248,255,"+"0,219,249,255,"+"0,119,165,255,"+"0,17,37,255,"+"0,0,19,255,"+"0,0,22,255,"+"0,0,25,255,"+"0,0,25,255,"+"0,0,26,255,"+"0,0,28,255,"+"0,2,33,255,"+"0,4,34,255,"+"0,6,37,255,"+"0,7,39,255,"+"0,10,40,255,"+"0,11,41,255,"+"0,12,43,255,"+"0,13,44,255,"+"0,14,45,255,"+"0,14,42,255,"+"0,15,42,255,"+"0,16,41,255,"+"0,16,39,255,"+"0,15,38,255,"+"0,14,38,255,"+"0,14,36,255,"+"0,14,34,255,"+"0,9,26,255,"+"8,100,125,255,"+"28,227,251,255,"+"30,237,255,255,"+"131,146,253,255,"+"160,79,224,255,"+"201,183,243,255,"+"35,117,125,255,"+"0,1,4,255,"+"0,0,3,255,"+"0,65,126,255,"+"0,72,139,255,"+"0,78,148,255,"+"0,83,157,255,"+"0,88,165,255,"+"0,96,173,255,"+"0,102,181,255,"+"0,105,190,255,"+"17,195,244,255,"+"123,254,255,255,"+"188,255,255,255,"+"50,251,255,255,"+"0,224,255,255,"+"0,230,255,255,"+"0,252,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,245,255,255,"+"0,202,255,255,"+"0,191,255,255,"+"0,200,255,255,"+"0,220,255,255,"+"0,250,255,255,"+"0,248,255,255,"+"0,192,249,255,"+"0,124,206,255,"+"0,87,156,255,"+"0,67,128,255,"+"0,58,113,255,"+"0,53,103,255,"+"0,49,97,255,"+"0,45,92,255,"+"0,43,89,255,"+"0,41,86,255,"+"0,38,83,255,"+"0,37,81,255,"+"0,35,80,255,"+"0,32,77,255,"+"0,29,75,255,"+"0,27,73,255,"+"0,26,71,255,"+"0,27,71,255,"+"0,28,72,255,"+"0,30,73,255,"+"0,33,74,255,"+"0,35,74,255,"+"0,37,74,255,"+"0,37,74,255,"+"0,38,74,255,"+"0,37,71,255,"+"0,34,69,255,"+"0,32,65,255,"+"0,29,59,255,"+"0,25,56,255,"+"0,20,51,255,"+"0,16,45,255,"+"0,11,40,255,"+"0,18,42,255,"+"0,127,162,255,"+"0,192,234,255,"+"0,167,220,255,"+"0,231,250,255,"+"0,147,191,255,"+"0,29,49,255,"+"0,0,17,255,"+"0,0,20,255,"+"0,0,21,255,"+"0,0,22,255,"+"0,0,23,255,"+"0,0,24,255,"+"0,0,26,255,"+"0,0,30,255,"+"0,1,32,255,"+"0,3,34,255,"+"0,5,36,255,"+"0,7,37,255,"+"0,9,38,255,"+"0,8,39,255,"+"0,10,39,255,"+"0,11,41,255,"+"0,11,40,255,"+"0,11,39,255,"+"0,12,38,255,"+"0,13,38,255,"+"0,13,36,255,"+"0,13,35,255,"+"0,12,34,255,"+"0,12,33,255,"+"0,8,27,255,"+"6,55,76,255,"+"44,222,236,255,"+"38,244,255,255,"+"157,190,255,255,"+"224,95,240,255,"+"240,150,233,255,"+"92,167,183,255,"+"0,15,20,255,"+"0,0,1,255,"+"0,5,17,255,"+"0,8,24,255,"+"0,12,30,255,"+"0,16,37,255,"+"0,21,47,255,"+"0,28,57,255,"+"0,35,65,255,"+"2,81,120,255,"+"28,229,242,255,"+"33,211,227,255,"+"97,230,241,255,"+"95,255,255,255,"+"8,251,255,255,"+"0,240,255,255,"+"0,250,255,255,"+"0,255,255,255,"+"6,255,255,255,"+"6,255,255,255,"+"0,255,255,255,"+"0,254,255,255,"+"0,222,255,255,"+"0,196,255,255,"+"0,209,255,255,"+"0,230,255,255,"+"0,251,255,255,"+"0,242,255,255,"+"0,158,219,255,"+"0,70,126,255,"+"0,38,84,255,"+"0,28,72,255,"+"0,25,69,255,"+"0,24,66,255,"+"0,24,65,255,"+"0,25,64,255,"+"0,25,66,255,"+"0,25,67,255,"+"0,25,67,255,"+"0,26,67,255,"+"0,26,68,255,"+"0,25,68,255,"+"0,24,68,255,"+"0,23,70,255,"+"0,24,70,255,"+"0,25,71,255,"+"0,27,71,255,"+"0,29,71,255,"+"0,31,71,255,"+"0,33,72,255,"+"0,35,72,255,"+"0,35,72,255,"+"0,36,72,255,"+"0,34,69,255,"+"0,33,65,255,"+"0,29,61,255,"+"0,26,55,255,"+"0,22,52,255,"+"0,18,48,255,"+"0,13,42,255,"+"0,15,40,255,"+"0,115,147,255,"+"0,193,226,255,"+"0,123,181,255,"+"0,217,239,255,"+"0,192,221,255,"+"0,50,75,255,"+"0,1,15,255,"+"0,0,19,255,"+"0,0,19,255,"+"0,0,21,255,"+"0,0,21,255,"+"0,0,21,255,"+"0,0,24,255,"+"0,0,24,255,"+"0,0,27,255,"+"0,0,30,255,"+"0,1,31,255,"+"0,1,33,255,"+"0,4,34,255,"+"0,5,35,255,"+"0,5,36,255,"+"0,4,37,255,"+"0,6,37,255,"+"0,7,35,255,"+"0,8,35,255,"+"0,9,35,255,"+"0,10,36,255,"+"0,10,34,255,"+"0,9,33,255,"+"0,9,31,255,"+"0,8,30,255,"+"0,6,25,255,"+"1,25,41,255,"+"45,192,214,255,"+"44,248,255,255,"+"150,219,255,255,"+"252,114,244,255,"+"255,101,205,255,"+"155,201,220,255,"+"9,41,49,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,1,3,255,"+"0,8,14,255,"+"1,140,155,255,"+"4,220,227,255,"+"15,90,114,255,"+"49,171,196,255,"+"70,250,254,255,"+"54,255,255,255,"+"6,254,255,255,"+"0,255,255,255,"+"6,255,255,255,"+"65,255,255,255,"+"49,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,236,255,255,"+"0,208,255,255,"+"0,211,255,255,"+"0,230,255,255,"+"0,237,255,255,"+"0,246,255,255,"+"0,159,206,255,"+"0,45,91,255,"+"0,21,63,255,"+"0,22,65,255,"+"0,23,66,255,"+"0,23,66,255,"+"0,24,66,255,"+"0,24,65,255,"+"0,25,67,255,"+"0,26,66,255,"+"0,26,67,255,"+"0,26,68,255,"+"0,25,67,255,"+"0,23,66,255,"+"0,23,67,255,"+"0,24,67,255,"+"0,23,68,255,"+"0,24,69,255,"+"0,25,69,255,"+"0,27,69,255,"+"0,29,69,255,"+"0,31,70,255,"+"0,32,69,255,"+"0,33,69,255,"+"0,33,68,255,"+"0,32,64,255,"+"0,30,61,255,"+"0,27,57,255,"+"0,23,54,255,"+"0,20,48,255,"+"0,16,43,255,"+"0,14,37,255,"+"0,101,124,255,"+"0,193,221,255,"+"0,99,138,255,"+"0,163,197,255,"+"0,224,243,255,"+"0,89,123,255,"+"0,5,19,255,"+"0,0,18,255,"+"0,0,19,255,"+"0,0,19,255,"+"0,0,18,255,"+"0,0,20,255,"+"0,0,22,255,"+"0,0,23,255,"+"0,0,24,255,"+"0,0,25,255,"+"0,0,28,255,"+"0,0,30,255,"+"0,0,31,255,"+"0,1,32,255,"+"0,2,33,255,"+"0,2,34,255,"+"0,2,34,255,"+"0,3,35,255,"+"0,4,34,255,"+"0,5,33,255,"+"0,7,32,255,"+"0,7,32,255,"+"0,7,31,255,"+"0,7,30,255,"+"0,7,28,255,"+"0,6,27,255,"+"0,3,24,255,"+"0,11,25,255,"+"33,157,177,255,"+"46,254,255,255,"+"101,240,255,255,"+"244,152,252,255,"+"255,85,204,255,"+"217,182,227,255,"+"31,99,109,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"1,43,55,255,"+"2,212,222,255,"+"1,128,142,255,"+"3,21,33,255,"+"18,100,133,255,"+"24,219,239,255,"+"58,254,255,255,"+"67,255,255,255,"+"28,255,255,255,"+"53,255,255,255,"+"88,255,255,255,"+"31,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,247,255,255,"+"0,223,255,255,"+"0,203,255,255,"+"0,215,255,255,"+"0,220,255,255,"+"0,237,255,255,"+"0,210,240,255,"+"0,109,162,255,"+"0,40,83,255,"+"0,24,64,255,"+"0,24,66,255,"+"0,25,65,255,"+"0,26,66,255,"+"0,25,65,255,"+"0,25,66,255,"+"0,26,64,255,"+"0,26,65,255,"+"0,26,66,255,"+"0,24,66,255,"+"0,23,65,255,"+"0,24,65,255,"+"0,23,66,255,"+"0,23,68,255,"+"0,23,66,255,"+"0,24,67,255,"+"0,25,67,255,"+"0,27,66,255,"+"0,29,66,255,"+"0,29,66,255,"+"0,30,66,255,"+"0,31,65,255,"+"0,29,61,255,"+"0,26,58,255,"+"0,23,54,255,"+"0,20,50,255,"+"0,17,44,255,"+"0,14,36,255,"+"0,92,115,255,"+"0,187,214,255,"+"0,83,115,255,"+"0,77,110,255,"+"0,225,242,255,"+"0,147,181,255,"+"0,17,35,255,"+"0,0,17,255,"+"0,0,17,255,"+"0,0,16,255,"+"0,0,16,255,"+"0,0,19,255,"+"0,0,17,255,"+"0,0,20,255,"+"0,0,21,255,"+"0,0,23,255,"+"0,0,23,255,"+"0,0,25,255,"+"0,0,27,255,"+"0,0,30,255,"+"0,0,30,255,"+"0,0,31,255,"+"0,0,31,255,"+"0,1,31,255,"+"0,1,30,255,"+"0,1,31,255,"+"0,3,31,255,"+"0,4,30,255,"+"0,4,29,255,"+"0,4,29,255,"+"0,5,27,255,"+"0,5,26,255,"+"0,2,24,255,"+"0,0,21,255,"+"0,2,14,255,"+"21,116,143,255,"+"75,249,254,255,"+"85,252,255,255,"+"228,197,255,255,"+"255,84,212,255,"+"239,153,214,255,"+"78,142,154,255,"+"0,5,9,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,3,5,255,"+"5,123,136,255,"+"2,199,210,255,"+"0,34,43,255,"+"0,3,7,255,"+"2,42,71,255,"+"7,151,197,255,"+"6,239,253,255,"+"28,255,255,255,"+"43,255,255,255,"+"42,255,255,255,"+"15,255,255,255,"+"1,255,255,255,"+"0,255,255,255,"+"0,255,255,255,"+"0,252,255,255,"+"0,229,255,255,"+"0,194,255,255,"+"0,189,255,255,"+"0,227,255,255,"+"0,228,255,255,"+"0,246,255,255,"+"0,194,234,255,"+"0,102,156,255,"+"0,39,81,255,"+"0,25,62,255,"+"0,26,62,255,"+"0,27,63,255,"+"0,27,64,255,"+"0,26,64,255,"+"0,26,63,255,"+"0,26,63,255,"+"0,27,65,255,"+"0,26,67,255,"+"0,23,66,255,"+"0,23,65,255,"+"0,22,64,255,"+"0,22,65,255,"+"0,22,64,255,"+"0,22,64,255,"+"0,23,65,255,"+"0,25,63,255,"+"0,28,64,255,"+"0,28,63,255,"+"0,27,63,255,"+"0,28,62,255,"+"0,26,60,255,"+"0,24,55,255,"+"0,21,51,255,"+"0,18,47,255,"+"0,14,37,255,"+"0,77,105,255,"+"0,179,212,255,"+"0,82,115,255,"+"0,18,35,255,"+"0,157,186,255,"+"0,213,234,255,"+"0,58,85,255,"+"0,1,15,255,"+"0,0,17,255,"+"0,0,17,255,"+"0,0,16,255,"+"0,0,15,255,"+"0,0,18,255,"+"0,0,18,255,"+"0,0,18,255,"+"0,0,21,255,"+"0,0,21,255,"+"0,0,23,255,"+"0,0,24,255,"+"0,0,26,255,"+"0,0,28,255,"+"0,0,28,255,"+"0,0,28,255,"+"0,0,29,255,"+"0,0,29,255,"+"0,0,28,255,"+"0,0,29,255,"+"0,1,29,255,"+"0,2,29,255,"+"0,2,26,255,"+"0,1,26,255,"+"0,2,24,255,"+"0,2,23,255,"+"0,0,21,255,"+"0,0,17,255,"+"0,0,8,255,"+"13,80,105,255,"+"92,239,247,255,"+"69,255,255,255,"+"171,223,255,255,"+"255,106,230,255,"+"254,123,217,255,"+"126,188,208,255,"+"0,24,29,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"2,33,37,255,"+"5,195,205,255,"+"1,106,113,255,"+"0,3,4,255,"+"0,0,0,255,"+"0,15,34,255,"+"0,92,159,255,"+"0,187,247,255,"+"0,239,255,255,"+"0,249,255,255,"+"0,250,255,255,"+"0,248,255,255,"+"0,242,255,255,"+"0,237,255,255,"+"0,237,254,255,"+"0,227,252,255,"+"0,203,252,255,"+"0,179,254,255,"+"0,175,255,255,"+"0,209,255,255,"+"0,239,255,255,"+"0,243,255,255,"+"0,242,254,255,"+"0,180,234,255,"+"0,104,161,255,"+"0,46,87,255,"+"0,27,63,255,"+"0,27,63,255,"+"0,27,64,255,"+"0,27,64,255,"+"0,27,66,255,"+"0,39,79,255,"+"0,48,92,255,"+"0,48,91,255,"+"0,37,78,255,"+"0,26,66,255,"+"0,21,64,255,"+"0,22,63,255,"+"0,22,62,255,"+"0,22,61,255,"+"0,22,61,255,"+"0,24,60,255,"+"0,26,61,255,"+"0,24,60,255,"+"0,25,60,255,"+"0,26,59,255,"+"0,24,56,255,"+"0,22,53,255,"+"0,20,48,255,"+"0,14,39,255,"+"0,63,98,255,"+"0,171,209,255,"+"0,85,117,255,"+"0,7,25,255,"+"0,55,83,255,"+"0,217,236,255,"+"0,139,170,255,"+"0,11,27,255,"+"0,0,17,255,"+"0,0,18,255,"+"0,0,17,255,"+"0,0,17,255,"+"0,0,16,255,"+"0,0,15,255,"+"0,0,17,255,"+"0,0,18,255,"+"0,0,20,255,"+"0,0,22,255,"+"0,0,23,255,"+"0,0,24,255,"+"0,0,26,255,"+"0,0,27,255,"+"0,0,26,255,"+"0,0,27,255,"+"0,0,28,255,"+"0,0,27,255,"+"0,0,27,255,"+"0,0,27,255,"+"0,0,26,255,"+"0,0,25,255,"+"0,1,24,255,"+"0,0,24,255,"+"0,1,23,255,"+"0,1,21,255,"+"0,0,17,255,"+"0,0,13,255,"+"0,0,8,255,"+"7,51,72,255,"+"82,225,236,255,"+"61,254,255,255,"+"97,234,255,255,"+"244,151,250,255,"+"255,107,224,255,"+"155,205,228,255,"+"9,50,64,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"1,2,3,255,"+"17,110,115,255,"+"10,182,187,255,"+"0,26,29,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,7,27,255,"+"0,76,156,255,"+"0,158,248,255,"+"0,194,255,255,"+"0,194,255,255,"+"0,195,253,255,"+"0,181,239,255,"+"0,170,225,255,"+"0,165,214,255,"+"1,157,203,255,"+"1,145,195,255,"+"0,139,203,255,"+"0,149,231,255,"+"0,173,252,255,"+"0,189,255,255,"+"0,229,255,255,"+"0,245,255,255,"+"0,250,255,255,"+"0,232,254,255,"+"0,175,236,255,"+"0,117,176,255,"+"0,60,104,255,"+"0,31,69,255,"+"0,25,62,255,"+"0,30,66,255,"+"0,52,96,255,"+"0,78,127,255,"+"0,83,132,255,"+"0,76,124,255,"+"0,62,108,255,"+"0,41,82,255,"+"0,24,65,255,"+"0,21,63,255,"+"0,22,60,255,"+"0,21,60,255,"+"0,21,60,255,"+"0,22,58,255,"+"0,22,58,255,"+"0,22,58,255,"+"0,24,58,255,"+"0,24,56,255,"+"0,22,54,255,"+"0,20,50,255,"+"0,15,41,255,"+"0,51,86,255,"+"0,154,198,255,"+"0,87,119,255,"+"0,8,30,255,"+"0,7,27,255,"+"0,129,162,255,"+"0,215,235,255,"+"0,60,86,255,"+"0,0,15,255,"+"0,0,17,255,"+"0,0,16,255,"+"0,0,17,255,"+"0,0,16,255,"+"0,0,17,255,"+"0,0,17,255,"+"0,0,16,255,"+"0,0,18,255,"+"0,0,20,255,"+"0,0,21,255,"+"0,0,21,255,"+"0,0,23,255,"+"0,0,24,255,"+"0,0,25,255,"+"0,0,26,255,"+"0,0,25,255,"+"0,0,27,255,"+"0,0,26,255,"+"0,0,26,255,"+"0,0,25,255,"+"0,0,23,255,"+"0,0,24,255,"+"0,0,23,255,"+"0,0,22,255,"+"0,0,21,255,"+"0,0,19,255,"+"0,0,15,255,"+"0,0,11,255,"+"0,0,7,255,"+"2,27,46,255,"+"72,197,222,255,"+"79,252,255,255,"+"41,218,253,255,"+"210,182,254,255,"+"243,100,238,255,"+"213,188,244,255,"+"30,104,118,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"6,29,31,255,"+"18,185,188,255,"+"1,94,96,255,"+"0,1,2,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,10,37,255,"+"0,84,175,255,"+"0,165,251,255,"+"0,188,255,255,"+"0,165,254,255,"+"0,135,230,255,"+"0,107,173,255,"+"0,84,125,255,"+"1,64,94,255,"+"1,55,83,255,"+"1,56,86,255,"+"0,75,117,255,"+"0,109,172,255,"+"0,150,228,255,"+"0,186,254,255,"+"0,200,255,255,"+"0,237,255,255,"+"0,248,255,255,"+"0,251,255,255,"+"0,222,254,255,"+"0,181,245,255,"+"0,143,206,255,"+"0,98,151,255,"+"0,72,119,255,"+"0,83,133,255,"+"0,111,169,255,"+"0,119,176,255,"+"0,111,166,255,"+"0,98,150,255,"+"0,80,128,255,"+"0,57,100,255,"+"0,32,69,255,"+"0,23,60,255,"+"0,22,59,255,"+"0,21,61,255,"+"0,20,59,255,"+"0,21,57,255,"+"0,21,57,255,"+"0,20,56,255,"+"0,21,55,255,"+"0,22,54,255,"+"0,21,51,255,"+"0,16,43,255,"+"0,43,78,255,"+"0,136,190,255,"+"0,84,123,255,"+"0,10,33,255,"+"0,4,27,255,"+"0,35,63,255,"+"0,198,226,255,"+"0,152,179,255,"+"0,13,31,255,"+"0,0,17,255,"+"0,0,17,255,"+"0,0,16,255,"+"0,0,16,255,"+"0,0,13,255,"+"0,0,15,255,"+"0,0,17,255,"+"0,0,17,255,"+"0,0,18,255,"+"0,0,19,255,"+"0,0,20,255,"+"0,0,21,255,"+"0,0,23,255,"+"0,0,24,255,"+"0,0,25,255,"+"0,0,26,255,"+"0,0,25,255,"+"0,0,26,255,"+"0,0,27,255,"+"0,0,25,255,"+"0,0,24,255,"+"0,0,22,255,"+"0,0,22,255,"+"0,0,20,255,"+"0,0,19,255,"+"0,0,18,255,"+"0,0,16,255,"+"0,0,13,255,"+"0,0,9,255,"+"0,0,6,255,"+"0,14,24,255,"+"55,169,193,255,"+"87,254,255,255,"+"19,193,229,255,"+"136,200,246,255,"+"203,116,250,255,"+"213,172,248,255,"+"50,149,168,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,3,3,255,"+"11,108,113,255,"+"6,174,179,255,"+"0,21,23,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,20,59,255,"+"0,102,203,255,"+"0,179,254,255,"+"0,190,255,255,"+"0,150,248,255,"+"0,97,182,255,"+"0,48,89,255,"+"0,20,39,255,"+"0,18,38,255,"+"0,22,43,255,"+"0,24,48,255,"+"0,34,61,255,"+"0,65,105,255,"+"0,109,172,255,"+"0,164,236,255,"+"0,192,255,255,"+"0,209,255,255,"+"0,241,255,255,"+"0,250,255,255,"+"0,250,255,255,"+"0,220,255,255,"+"0,192,253,255,"+"0,180,243,255,"+"0,170,231,255,"+"0,167,233,255,"+"0,157,224,255,"+"0,148,211,255,"+"0,134,194,255,"+"0,114,169,255,"+"0,89,139,255,"+"0,63,107,255,"+"0,38,77,255,"+"0,26,61,255,"+"0,23,59,255,"+"0,22,58,255,"+"0,20,57,255,"+"0,20,56,255,"+"0,19,55,255,"+"0,18,54,255,"+"0,18,54,255,"+"0,19,51,255,"+"0,17,44,255,"+"0,35,71,255,"+"0,113,181,255,"+"0,79,126,255,"+"0,13,36,255,"+"0,6,33,255,"+"0,6,26,255,"+"0,100,135,255,"+"0,213,234,255,"+"0,68,97,255,"+"0,1,16,255,"+"0,0,18,255,"+"0,0,16,255,"+"0,0,17,255,"+"0,0,14,255,"+"0,0,13,255,"+"0,0,14,255,"+"0,0,17,255,"+"0,0,16,255,"+"0,0,17,255,"+"0,0,18,255,"+"0,0,18,255,"+"0,0,21,255,"+"0,0,22,255,"+"0,0,23,255,"+"0,0,24,255,"+"0,0,25,255,"+"0,0,26,255,"+"0,0,25,255,"+"0,0,25,255,"+"0,0,25,255,"+"0,0,23,255,"+"0,0,22,255,"+"0,0,21,255,"+"0,0,19,255,"+"0,0,19,255,"+"0,0,17,255,"+"0,0,13,255,"+"0,0,10,255,"+"0,0,7,255,"+"0,0,4,255,"+"0,7,13,255,"+"43,135,164,255,"+"98,251,255,255,"+"14,171,202,255,"+"56,183,230,255,"+"108,149,253,255,"+"121,152,250,255,"+"56,205,236,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"1,33,36,255,"+"3,187,195,255,"+"1,82,88,255,"+"0,1,1,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,1,6,255,"+"0,35,95,255,"+"0,127,227,255,"+"0,194,255,255,"+"0,191,255,255,"+"0,138,235,255,"+"0,71,137,255,"+"0,12,31,255,"+"0,5,16,255,"+"0,11,28,255,"+"0,16,37,255,"+"0,20,42,255,"+"0,22,45,255,"+"0,31,58,255,"+"0,62,104,255,"+"0,116,180,255,"+"0,175,243,255,"+"0,193,255,255,"+"0,212,255,255,"+"0,236,255,255,"+"0,248,255,255,"+"0,247,255,255,"+"0,220,255,255,"+"0,200,255,255,"+"0,197,255,255,"+"0,185,253,255,"+"0,167,235,255,"+"0,154,219,255,"+"0,144,207,255,"+"0,119,173,255,"+"0,83,129,255,"+"0,61,103,255,"+"0,44,82,255,"+"0,28,62,255,"+"0,24,60,255,"+"0,22,58,255,"+"0,20,57,255,"+"0,19,55,255,"+"0,18,53,255,"+"0,16,52,255,"+"0,15,51,255,"+"0,15,47,255,"+"0,29,67,255,"+"0,99,172,255,"+"0,78,134,255,"+"0,15,39,255,"+"0,10,34,255,"+"0,6,28,255,"+"0,32,61,255,"+"0,182,214,255,"+"0,147,178,255,"+"0,14,34,255,"+"0,0,18,255,"+"0,0,17,255,"+"0,0,17,255,"+"0,0,17,255,"+"0,0,14,255,"+"0,0,14,255,"+"0,0,13,255,"+"0,0,15,255,"+"0,0,17,255,"+"0,0,15,255,"+"0,0,18,255,"+"0,0,20,255,"+"0,0,21,255,"+"0,0,22,255,"+"0,0,23,255,"+"0,0,24,255,"+"0,0,24,255,"+"0,0,24,255,"+"0,0,24,255,"+"0,0,25,255,"+"0,0,25,255,"+"0,0,22,255,"+"0,0,22,255,"+"0,0,21,255,"+"0,0,19,255,"+"0,0,18,255,"+"0,0,14,255,"+"0,0,12,255,"+"0,0,9,255,"+"0,0,6,255,"+"0,0,3,255,"+"0,1,5,255,"+"23,96,129,255,"+"95,243,251,255,"+"15,171,198,255,"+"30,149,189,255,"+"62,192,254,255,"+"33,140,247,255,"+"46,236,253,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,1,3,255,"+"0,107,121,255,"+"0,164,176,255,"+"0,15,19,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,5,19,255,"+"0,65,141,255,"+"0,159,245,255,"+"0,215,255,255,"+"0,204,255,255,"+"0,150,233,255,"+"0,76,130,255,"+"1,12,29,255,"+"2,9,20,255,"+"4,15,28,255,"+"7,20,36,255,"+"6,25,44,255,"+"7,29,50,255,"+"7,30,53,255,"+"7,39,67,255,"+"1,74,119,255,"+"0,137,206,255,"+"0,187,253,255,"+"0,200,255,255,"+"0,218,255,255,"+"0,232,255,255,"+"0,245,255,255,"+"0,242,255,255,"+"0,217,255,255,"+"0,190,252,255,"+"0,175,242,255,"+"0,159,221,255,"+"0,140,197,255,"+"0,128,180,255,"+"0,96,141,255,"+"0,73,113,255,"+"0,69,106,255,"+"0,58,94,255,"+"2,40,73,255,"+"2,34,69,255,"+"0,33,67,255,"+"0,31,66,255,"+"0,28,64,255,"+"0,27,62,255,"+"0,26,61,255,"+"0,24,59,255,"+"0,28,65,255,"+"0,89,156,255,"+"0,83,144,255,"+"1,25,52,255,"+"0,22,46,255,"+"0,21,44,255,"+"0,19,42,255,"+"0,116,158,255,"+"0,206,236,255,"+"0,63,96,255,"+"0,9,27,255,"+"0,8,30,255,"+"0,8,28,255,"+"0,7,27,255,"+"0,5,26,255,"+"0,6,25,255,"+"0,6,24,255,"+"0,6,24,255,"+"0,6,25,255,"+"0,5,26,255,"+"0,6,26,255,"+"0,7,27,255,"+"0,7,29,255,"+"0,8,28,255,"+"0,8,30,255,"+"0,9,31,255,"+"0,9,34,255,"+"0,10,35,255,"+"0,10,33,255,"+"0,9,34,255,"+"0,9,35,255,"+"0,9,34,255,"+"0,10,32,255,"+"0,10,31,255,"+"0,10,30,255,"+"0,10,28,255,"+"0,9,28,255,"+"0,8,24,255,"+"0,7,22,255,"+"0,5,20,255,"+"0,4,16,255,"+"0,4,13,255,"+"0,2,8,255,"+"11,72,96,255,"+"86,235,243,255,"+"18,196,218,255,"+"3,116,163,255,"+"4,214,252,255,"+"2,157,246,255,"+"4,230,252,255,"+"PlotPadIcon,50,50,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"254,248,227,255,"+"244,244,244,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,248,227,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"254,246,221,255,"+"215,210,196,255,"+"248,242,223,255,"+"252,246,226,255,"+"214,210,195,255,"+"217,216,210,255,"+"162,162,162,255,"+"173,173,173,255,"+"207,207,207,255,"+"180,176,165,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"243,237,219,255,"+"148,148,148,255,"+"167,167,167,255,"+"232,232,232,255,"+"172,172,172,255,"+"145,145,145,255,"+"115,115,115,255,"+"198,198,198,255,"+"148,148,148,255,"+"203,198,185,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"245,238,216,255,"+"206,202,188,255,"+"217,212,197,255,"+"236,234,229,255,"+"132,131,128,255,"+"217,212,197,255,"+"218,213,198,255,"+"198,193,181,255,"+"224,219,204,255,"+"218,213,196,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"240,233,213,255,"+"247,240,222,255,"+"236,230,213,255,"+"232,226,210,255,"+"231,226,209,255,"+"233,227,211,255,"+"252,244,221,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"251,244,225,255,"+"242,236,218,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"254,246,219,255,"+"201,198,189,255,"+"195,195,195,255,"+"187,187,187,255,"+"122,122,122,255,"+"189,189,189,255,"+"139,139,139,255,"+"215,213,208,255,"+"209,204,191,255,"+"221,216,201,255,"+"217,212,197,255,"+"233,227,211,255,"+"213,208,194,255,"+"230,224,208,255,"+"220,215,200,255,"+"223,218,202,255,"+"229,224,208,255,"+"216,212,197,255,"+"233,227,211,255,"+"217,212,197,255,"+"233,227,211,255,"+"218,213,198,255,"+"233,227,211,255,"+"183,182,177,255,"+"208,206,201,255,"+"214,209,195,255,"+"227,222,206,255,"+"224,219,204,255,"+"219,214,200,255,"+"232,226,210,255,"+"215,211,196,255,"+"233,227,211,255,"+"218,213,198,255,"+"233,227,211,255,"+"217,212,197,255,"+"233,227,211,255,"+"212,207,193,255,"+"231,226,209,255,"+"219,214,199,255,"+"223,218,203,255,"+"223,218,203,255,"+"204,199,184,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"242,235,214,255,"+"245,239,221,255,"+"238,232,215,255,"+"245,239,220,255,"+"234,228,212,255,"+"233,227,211,255,"+"251,245,225,255,"+"210,208,203,255,"+"255,255,255,255,"+"226,226,226,255,"+"255,255,255,255,"+"249,249,249,255,"+"254,254,254,255,"+"251,251,251,255,"+"252,252,252,255,"+"254,254,254,255,"+"224,224,224,255,"+"255,255,255,255,"+"250,250,250,255,"+"255,255,255,255,"+"251,251,251,255,"+"255,255,255,255,"+"250,250,250,255,"+"253,253,253,255,"+"220,220,220,255,"+"253,253,253,255,"+"253,253,253,255,"+"251,251,251,255,"+"255,255,255,255,"+"250,250,250,255,"+"255,255,255,255,"+"226,226,226,255,"+"255,255,255,255,"+"250,250,250,255,"+"255,255,255,255,"+"249,249,249,255,"+"254,254,254,255,"+"251,251,251,255,"+"236,236,236,255,"+"249,249,249,255,"+"236,230,213,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"233,227,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,217,216,255,"+"251,167,164,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"233,227,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,160,156,255,"+"250,148,145,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"224,219,203,255,"+"249,249,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,152,149,255,"+"251,159,156,255,"+"255,250,249,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"226,221,205,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"231,226,209,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,151,147,255,"+"252,183,180,255,"+"254,233,233,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"235,229,212,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"233,227,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,149,146,255,"+"253,210,209,255,"+"252,206,204,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"233,227,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,249,249,255,"+"251,153,149,255,"+"254,234,233,255,"+"251,173,170,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"246,239,218,255,"+"251,245,225,255,"+"243,237,219,255,"+"245,239,221,255,"+"240,234,216,255,"+"248,242,223,255,"+"253,247,227,255,"+"210,208,203,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,229,228,255,"+"251,177,174,255,"+"254,245,245,255,"+"250,159,156,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"254,246,219,255,"+"201,198,190,255,"+"195,195,195,255,"+"188,188,188,255,"+"121,121,121,255,"+"190,190,190,255,"+"140,140,140,255,"+"233,233,233,255,"+"177,177,177,255,"+"223,223,223,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,208,206,255,"+"253,199,197,255,"+"255,253,253,255,"+"250,145,141,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"241,241,241,255,"+"217,212,197,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"234,228,208,255,"+"239,233,216,255,"+"231,226,209,255,"+"229,224,208,255,"+"225,220,204,255,"+"243,237,219,255,"+"251,245,225,255,"+"210,208,203,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,189,186,255,"+"253,222,221,255,"+"255,255,255,255,"+"250,144,141,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"233,227,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,166,163,255,"+"254,246,246,255,"+"255,255,255,255,"+"250,150,147,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"233,227,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,157,154,255,"+"255,254,254,255,"+"255,255,255,255,"+"251,151,146,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"227,222,206,255,"+"251,251,251,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,156,153,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,154,151,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"231,226,209,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"226,221,205,255,"+"250,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,152,148,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,152,148,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"229,224,208,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"238,231,211,255,"+"209,204,191,255,"+"218,213,198,255,"+"253,245,221,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"233,227,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,151,147,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,158,154,255,"+"255,250,250,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"248,242,223,255,"+"178,178,178,255,"+"200,199,194,255,"+"254,246,221,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"233,227,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,148,145,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,177,174,255,"+"254,232,232,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"248,242,223,255,"+"142,142,142,255,"+"225,220,204,255,"+"255,246,219,255,"+"255,246,219,255,"+"246,239,217,255,"+"251,245,225,255,"+"243,237,219,255,"+"245,239,220,255,"+"239,233,216,255,"+"238,232,215,255,"+"251,245,225,255,"+"210,208,203,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,254,254,255,"+"250,146,141,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,195,192,255,"+"253,215,213,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"224,219,203,255,"+"167,167,167,255,"+"196,193,184,255,"+"253,245,220,255,"+"254,246,219,255,"+"202,199,191,255,"+"195,195,195,255,"+"188,188,188,255,"+"121,121,121,255,"+"190,190,190,255,"+"190,190,190,255,"+"214,214,214,255,"+"176,176,176,255,"+"221,221,221,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,252,252,255,"+"250,153,149,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,212,211,255,"+"252,197,195,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"240,240,240,255,"+"215,210,196,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"246,240,221,255,"+"202,202,202,255,"+"222,217,202,255,"+"255,246,219,255,"+"255,246,219,255,"+"234,228,209,255,"+"239,233,216,255,"+"232,226,210,255,"+"230,224,208,255,"+"226,221,205,255,"+"218,213,198,255,"+"248,242,223,255,"+"210,208,203,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,249,248,255,"+"251,158,154,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,233,233,255,"+"251,177,174,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"249,243,224,255,"+"157,157,157,255,"+"227,222,206,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"233,227,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,240,240,255,"+"251,168,165,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,249,249,255,"+"251,158,154,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"243,237,219,255,"+"144,144,144,255,"+"230,225,209,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"233,227,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,219,219,255,"+"252,193,191,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,254,254,255,"+"250,154,151,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"247,240,222,255,"+"143,143,143,255,"+"232,226,210,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"232,226,210,255,"+"254,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,201,199,255,"+"253,213,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,254,254,255,"+"250,152,149,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"236,230,213,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"235,229,212,255,"+"133,133,133,255,"+"214,209,195,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"218,213,198,255,"+"245,245,245,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,182,179,255,"+"254,230,230,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,150,145,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"219,214,199,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"240,235,217,255,"+"127,127,127,255,"+"208,204,190,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"233,227,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,250,250,255,"+"249,136,132,255,"+"254,229,228,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,166,163,255,"+"254,244,244,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,151,148,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,146,143,255,"+"253,220,219,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"254,246,221,255,"+"247,241,222,255,"+"253,245,221,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"233,227,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,245,244,255,"+"253,212,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,184,181,255,"+"253,215,214,255,"+"250,148,144,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,152,149,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,152,148,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,209,207,255,"+"252,193,190,255,"+"250,141,137,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,232,231,255,"+"254,225,224,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"253,245,221,255,"+"254,247,227,255,"+"250,244,225,255,"+"253,247,227,255,"+"250,243,224,255,"+"250,243,224,255,"+"254,248,227,255,"+"210,208,203,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,254,254,255,"+"250,134,130,255,"+"251,173,170,255,"+"253,207,205,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,148,144,255,"+"255,255,255,255,"+"250,148,145,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,154,151,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,158,155,255,"+"255,254,254,255,"+"255,255,255,255,"+"250,155,152,255,"+"255,252,252,255,"+"251,158,154,255,"+"255,248,247,255,"+"255,255,255,255,"+"255,248,248,255,"+"249,133,129,255,"+"250,149,145,255,"+"254,234,234,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"254,246,219,255,"+"193,190,182,255,"+"195,195,195,255,"+"180,180,180,255,"+"123,123,123,255,"+"175,175,175,255,"+"172,172,172,255,"+"190,190,190,255,"+"177,177,177,255,"+"223,223,223,255,"+"255,255,255,255,"+"252,196,194,255,"+"253,201,199,255,"+"255,255,255,255,"+"250,140,135,255,"+"255,255,255,255,"+"255,248,248,255,"+"250,151,148,255,"+"255,255,255,255,"+"251,161,158,255,"+"254,244,244,255,"+"255,255,255,255,"+"250,151,147,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,162,159,255,"+"255,252,252,255,"+"255,255,255,255,"+"250,147,143,255,"+"255,255,255,255,"+"253,218,217,255,"+"252,187,185,255,"+"255,255,255,255,"+"251,176,173,255,"+"254,227,227,255,"+"255,249,249,255,"+"250,145,141,255,"+"255,255,255,255,"+"241,241,241,255,"+"217,212,197,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"226,220,202,255,"+"234,228,212,255,"+"223,218,203,255,"+"213,208,194,255,"+"219,214,199,255,"+"215,210,196,255,"+"243,237,220,255,"+"210,208,203,255,"+"255,255,255,255,"+"254,240,239,255,"+"250,135,131,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,176,173,255,"+"254,227,227,255,"+"252,184,182,255,"+"253,220,219,255,"+"255,255,255,255,"+"253,208,207,255,"+"252,197,195,255,"+"255,255,255,255,"+"250,147,144,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,183,181,255,"+"254,232,231,255,"+"255,252,252,255,"+"250,149,145,255,"+"255,255,255,255,"+"255,253,253,255,"+"250,141,137,255,"+"255,255,255,255,"+"250,141,137,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,181,178,255,"+"253,201,199,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"233,227,211,255,"+"255,255,255,255,"+"253,210,209,255,"+"254,244,244,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,248,248,255,"+"249,135,131,255,"+"250,140,137,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,249,249,255,"+"251,156,153,255,"+"255,252,252,255,"+"250,144,140,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"253,211,209,255,"+"252,196,194,255,"+"254,230,230,255,"+"251,177,174,255,"+"255,255,255,255,"+"255,255,255,255,"+"251,169,166,255,"+"250,152,148,255,"+"253,205,204,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,199,197,255,"+"255,254,254,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"233,227,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,244,243,255,"+"254,245,245,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,149,146,255,"+"254,238,237,255,"+"251,166,163,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,238,237,255,"+"251,165,162,255,"+"252,183,181,255,"+"254,227,226,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,254,254,255,"+"254,230,230,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"233,227,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,154,150,255,"+"253,204,202,255,"+"253,209,208,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,146,142,255,"+"250,151,148,255,"+"255,254,254,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"233,227,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"252,185,183,255,"+"249,125,120,255,"+"255,248,248,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"250,148,145,255,"+"250,144,139,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"233,227,211,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,252,252,255,"+"253,210,209,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"254,229,229,255,"+"254,234,234,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"255,255,255,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"230,224,208,255,"+"245,245,245,255,"+"196,196,196,255,"+"245,245,245,255,"+"214,214,214,255,"+"239,239,239,255,"+"224,224,224,255,"+"228,228,228,255,"+"238,238,238,255,"+"194,194,194,255,"+"244,244,244,255,"+"220,220,220,255,"+"245,245,245,255,"+"221,221,221,255,"+"245,245,245,255,"+"217,217,217,255,"+"242,242,242,255,"+"187,187,187,255,"+"235,235,235,255,"+"231,231,231,255,"+"224,224,224,255,"+"243,243,243,255,"+"218,218,218,255,"+"245,245,245,255,"+"197,197,197,255,"+"245,245,245,255,"+"220,220,220,255,"+"245,245,245,255,"+"213,213,213,255,"+"241,241,241,255,"+"223,223,223,255,"+"213,213,213,255,"+"235,235,235,255,"+"227,222,206,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"243,237,219,255,"+"214,214,214,255,"+"204,204,204,255,"+"214,214,214,255,"+"202,202,202,255,"+"220,218,213,255,"+"236,231,214,255,"+"237,231,214,255,"+"219,217,212,255,"+"204,204,204,255,"+"214,214,214,255,"+"213,211,206,255,"+"240,234,217,255,"+"235,230,213,255,"+"240,234,217,255,"+"235,229,212,255,"+"221,219,214,255,"+"211,210,205,255,"+"238,232,215,255,"+"238,232,215,255,"+"236,231,214,255,"+"240,234,216,255,"+"213,211,206,255,"+"214,214,214,255,"+"204,204,204,255,"+"214,214,214,255,"+"213,211,206,255,"+"240,234,217,255,"+"234,228,212,255,"+"220,218,213,255,"+"205,205,205,255,"+"207,207,207,255,"+"212,212,212,255,"+"237,231,214,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"253,247,227,255,"+"252,252,252,255,"+"248,248,248,255,"+"244,244,244,255,"+"249,249,249,255,"+"253,247,227,255,"+"255,246,219,255,"+"255,246,219,255,"+"251,245,225,255,"+"248,248,248,255,"+"246,246,246,255,"+"251,245,225,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"254,247,227,255,"+"252,246,226,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"253,247,227,255,"+"244,244,244,255,"+"244,244,244,255,"+"249,249,249,255,"+"253,247,227,255,"+"255,246,219,255,"+"255,246,219,255,"+"253,247,227,255,"+"253,253,253,255,"+"246,246,246,255,"+"244,244,244,255,"+"251,249,243,255,"+"254,246,221,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"254,245,221,255,"+"178,176,172,255,"+"190,190,190,255,"+"165,165,165,255,"+"157,157,157,255,"+"162,162,162,255,"+"226,221,205,255,"+"255,246,219,255,"+"254,245,221,255,"+"168,166,162,255,"+"163,163,163,255,"+"171,171,171,255,"+"178,176,172,255,"+"244,237,216,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"229,223,207,255,"+"221,216,201,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"226,221,205,255,"+"178,178,178,255,"+"154,154,154,255,"+"159,159,159,255,"+"225,220,204,255,"+"255,246,219,255,"+"255,246,219,255,"+"214,209,195,255,"+"194,194,194,255,"+"169,169,169,255,"+"160,160,160,255,"+"148,148,148,255,"+"223,218,203,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"249,242,219,255,"+"234,229,212,255,"+"232,226,210,255,"+"218,213,198,255,"+"203,199,186,255,"+"218,213,198,255,"+"240,233,213,255,"+"255,246,219,255,"+"249,242,219,255,"+"229,224,208,255,"+"198,194,181,255,"+"218,213,198,255,"+"206,202,188,255,"+"250,242,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"241,234,214,255,"+"234,228,208,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"247,240,218,255,"+"215,210,196,255,"+"201,197,184,255,"+"216,212,197,255,"+"241,234,213,255,"+"255,246,219,255,"+"255,246,219,255,"+"243,236,215,255,"+"235,230,213,255,"+"218,213,198,255,"+"204,199,186,255,"+"214,210,195,255,"+"238,231,211,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"251,244,220,255,"+"252,244,220,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"233,227,211,255,"+"186,182,170,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"238,231,211,255,"+"227,221,204,255,"+"254,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"255,246,219,255,"+"ImagePadIcon,100,100,"+"0,0,30,255,"+"0,0,29,255,"+"0,0,40,255,"+"0,0,63,255,"+"0,1,71,255,"+"0,2,92,255,"+"0,4,102,255,"+"0,2,97,255,"+"0,39,141,255,"+"0,19,109,255,"+"0,8,94,255,"+"0,30,125,255,"+"16,70,170,255,"+"9,71,174,255,"+"13,77,174,255,"+"9,85,173,255,"+"27,95,193,255,"+"47,110,197,255,"+"2,82,147,255,"+"2,79,136,255,"+"13,91,150,255,"+"53,102,181,255,"+"117,140,226,255,"+"120,142,223,255,"+"128,148,236,255,"+"76,112,202,255,"+"3,35,135,255,"+"0,56,131,255,"+"1,72,133,255,"+"31,93,164,255,"+"42,97,169,255,"+"13,73,149,255,"+"4,55,124,255,"+"13,75,135,255,"+"15,79,139,255,"+"10,69,144,255,"+"2,42,125,255,"+"0,22,109,255,"+"0,12,94,255,"+"0,1,66,255,"+"0,0,45,255,"+"9,7,38,255,"+"58,42,39,255,"+"3,2,30,255,"+"0,0,38,255,"+"0,0,39,255,"+"0,0,41,255,"+"0,0,32,255,"+"0,0,37,255,"+"0,0,48,255,"+"0,0,48,255,"+"0,0,43,255,"+"0,0,27,255,"+"0,0,29,255,"+"0,0,42,255,"+"0,0,26,255,"+"0,0,23,255,"+"0,0,29,255,"+"0,0,14,255,"+"0,0,33,255,"+"0,0,45,255,"+"0,1,48,255,"+"0,2,24,255,"+"0,0,1,255,"+"0,0,1,255,"+"0,0,5,255,"+"0,0,9,255,"+"0,0,4,255,"+"0,0,5,255,"+"0,0,2,255,"+"0,0,12,255,"+"0,0,12,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,1,11,255,"+"0,2,30,255,"+"0,7,62,255,"+"0,11,95,255,"+"0,1,62,255,"+"0,0,71,255,"+"0,0,80,255,"+"0,5,86,255,"+"0,2,82,255,"+"0,6,87,255,"+"0,37,105,255,"+"0,15,82,255,"+"0,0,67,255,"+"0,0,70,255,"+"0,1,75,255,"+"0,1,80,255,"+"0,11,102,255,"+"21,65,177,255,"+"83,147,239,255,"+"52,125,205,255,"+"0,48,130,255,"+"0,8,90,255,"+"0,0,79,255,"+"0,0,68,255,"+"0,0,67,255,"+"0,0,37,255,"+"0,0,40,255,"+"0,0,44,255,"+"0,0,55,255,"+"0,0,59,255,"+"0,2,75,255,"+"1,10,89,255,"+"0,7,85,255,"+"0,43,116,255,"+"0,24,100,255,"+"0,10,87,255,"+"0,24,100,255,"+"0,46,125,255,"+"0,54,140,255,"+"0,53,134,255,"+"2,73,138,255,"+"7,83,149,255,"+"6,77,138,255,"+"2,77,134,255,"+"5,79,128,255,"+"5,83,137,255,"+"54,109,175,255,"+"89,129,194,255,"+"60,111,178,255,"+"83,125,196,255,"+"42,103,175,255,"+"1,70,142,255,"+"0,65,119,255,"+"2,67,113,255,"+"12,75,128,255,"+"51,100,161,255,"+"74,114,180,255,"+"77,114,177,255,"+"81,117,187,255,"+"94,133,199,255,"+"85,127,205,255,"+"69,117,196,255,"+"20,78,145,255,"+"0,43,109,255,"+"0,12,81,255,"+"0,3,72,255,"+"1,1,65,255,"+"7,5,54,255,"+"0,0,46,255,"+"0,0,31,255,"+"0,0,35,255,"+"0,0,41,255,"+"0,0,36,255,"+"0,0,49,255,"+"0,0,60,255,"+"0,0,56,255,"+"0,0,58,255,"+"0,0,47,255,"+"0,0,51,255,"+"0,0,43,255,"+"0,1,32,255,"+"0,0,23,255,"+"0,0,18,255,"+"0,0,9,255,"+"0,0,49,255,"+"0,0,56,255,"+"0,2,67,255,"+"0,2,60,255,"+"0,0,42,255,"+"0,1,38,255,"+"0,0,45,255,"+"0,0,33,255,"+"0,0,5,255,"+"0,0,2,255,"+"0,0,1,255,"+"0,0,6,255,"+"0,0,2,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,3,255,"+"0,0,10,255,"+"0,0,22,255,"+"0,0,28,255,"+"0,0,15,255,"+"0,0,30,255,"+"0,0,75,255,"+"0,0,80,255,"+"0,3,81,255,"+"0,3,78,255,"+"0,19,91,255,"+"0,21,91,255,"+"0,1,69,255,"+"0,0,65,255,"+"0,1,68,255,"+"0,3,80,255,"+"1,28,122,255,"+"51,111,211,255,"+"118,162,246,255,"+"37,113,210,255,"+"0,56,135,255,"+"0,12,100,255,"+"0,0,87,255,"+"0,0,72,255,"+"0,0,61,255,"+"0,0,7,255,"+"0,0,21,255,"+"0,0,40,255,"+"0,0,45,255,"+"0,1,48,255,"+"0,2,68,255,"+"1,20,96,255,"+"0,15,93,255,"+"0,25,96,255,"+"0,29,96,255,"+"0,27,94,255,"+"0,37,99,255,"+"0,45,108,255,"+"0,55,127,255,"+"0,61,125,255,"+"5,80,130,255,"+"3,73,134,255,"+"1,69,123,255,"+"0,64,112,255,"+"0,61,106,255,"+"5,72,126,255,"+"39,104,167,255,"+"55,110,175,255,"+"18,87,149,255,"+"30,95,144,255,"+"9,83,136,255,"+"0,75,124,255,"+"0,71,122,255,"+"0,61,112,255,"+"0,60,108,255,"+"12,74,120,255,"+"49,93,138,255,"+"91,116,174,255,"+"105,128,195,255,"+"133,151,224,255,"+"166,177,245,255,"+"172,192,249,255,"+"91,133,199,255,"+"27,79,131,255,"+"4,46,101,255,"+"0,32,97,255,"+"0,14,83,255,"+"0,8,75,255,"+"0,3,68,255,"+"0,0,58,255,"+"0,0,61,255,"+"0,0,48,255,"+"0,0,58,255,"+"0,11,86,255,"+"1,17,112,255,"+"0,2,78,255,"+"0,0,68,255,"+"0,0,67,255,"+"0,0,63,255,"+"0,0,51,255,"+"0,0,49,255,"+"0,0,26,255,"+"0,0,29,255,"+"0,0,20,255,"+"0,1,60,255,"+"0,0,55,255,"+"0,0,37,255,"+"0,0,59,255,"+"0,5,96,255,"+"0,9,124,255,"+"0,4,98,255,"+"0,0,53,255,"+"0,0,27,255,"+"0,0,13,255,"+"0,0,8,255,"+"0,0,3,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,2,255,"+"0,0,7,255,"+"0,0,15,255,"+"0,0,19,255,"+"0,0,40,255,"+"0,0,37,255,"+"0,0,51,255,"+"0,0,71,255,"+"0,6,85,255,"+"0,7,83,255,"+"0,6,82,255,"+"0,2,77,255,"+"0,1,76,255,"+"0,8,85,255,"+"0,34,114,255,"+"7,73,164,255,"+"67,126,225,255,"+"31,115,218,255,"+"1,56,142,255,"+"0,15,96,255,"+"0,6,91,255,"+"0,4,87,255,"+"0,0,75,255,"+"0,0,30,255,"+"0,0,44,255,"+"0,1,59,255,"+"0,2,67,255,"+"0,2,67,255,"+"0,3,75,255,"+"0,6,82,255,"+"0,10,88,255,"+"0,18,91,255,"+"0,32,92,255,"+"0,37,99,255,"+"0,52,128,255,"+"1,59,135,255,"+"1,57,122,255,"+"0,53,111,255,"+"1,72,124,255,"+"6,83,140,255,"+"1,60,114,255,"+"0,43,99,255,"+"0,42,97,255,"+"0,47,100,255,"+"6,60,135,255,"+"45,100,184,255,"+"12,77,134,255,"+"1,68,112,255,"+"1,76,124,255,"+"4,80,121,255,"+"3,72,116,255,"+"0,67,110,255,"+"2,71,111,255,"+"26,84,124,255,"+"58,98,134,255,"+"75,104,150,255,"+"97,116,179,255,"+"144,152,215,255,"+"197,198,247,255,"+"219,225,249,255,"+"163,179,229,255,"+"84,105,158,255,"+"43,86,125,255,"+"9,67,109,255,"+"1,51,102,255,"+"0,40,96,255,"+"0,22,86,255,"+"0,5,70,255,"+"0,4,70,255,"+"1,7,75,255,"+"8,18,87,255,"+"12,42,126,255,"+"10,60,159,255,"+"0,13,105,255,"+"0,0,81,255,"+"0,0,79,255,"+"0,0,77,255,"+"0,0,71,255,"+"0,4,88,255,"+"0,3,74,255,"+"0,0,50,255,"+"0,0,39,255,"+"0,0,38,255,"+"0,0,47,255,"+"0,0,62,255,"+"0,13,102,255,"+"0,12,116,255,"+"0,20,145,255,"+"0,2,98,255,"+"0,2,79,255,"+"0,0,56,255,"+"0,0,31,255,"+"0,0,27,255,"+"0,0,20,255,"+"0,0,2,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,2,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,11,255,"+"0,0,31,255,"+"0,0,13,255,"+"0,0,24,255,"+"0,0,30,255,"+"0,0,44,255,"+"0,0,67,255,"+"0,0,73,255,"+"0,0,71,255,"+"0,9,88,255,"+"0,11,91,255,"+"0,4,83,255,"+"0,9,88,255,"+"0,43,111,255,"+"0,32,119,255,"+"11,62,168,255,"+"14,91,201,255,"+"1,47,143,255,"+"0,25,107,255,"+"0,26,107,255,"+"0,19,94,255,"+"0,1,74,255,"+"0,0,44,255,"+"0,0,50,255,"+"0,1,68,255,"+"0,3,71,255,"+"0,1,73,255,"+"0,4,80,255,"+"0,7,85,255,"+"0,15,90,255,"+"0,23,95,255,"+"0,31,96,255,"+"1,39,114,255,"+"8,63,147,255,"+"14,90,181,255,"+"13,87,172,255,"+"0,66,131,255,"+"2,63,117,255,"+"13,81,130,255,"+"1,57,109,255,"+"0,49,104,255,"+"0,42,99,255,"+"0,42,104,255,"+"1,43,114,255,"+"5,53,129,255,"+"3,63,120,255,"+"3,65,114,255,"+"0,68,113,255,"+"1,66,111,255,"+"0,62,103,255,"+"0,62,102,255,"+"5,72,111,255,"+"23,81,120,255,"+"45,90,125,255,"+"67,101,139,255,"+"105,129,176,255,"+"145,160,209,255,"+"169,183,239,255,"+"174,188,240,255,"+"155,172,222,255,"+"109,129,179,255,"+"85,114,148,255,"+"48,93,124,255,"+"24,79,116,255,"+"3,60,102,255,"+"0,48,94,255,"+"0,36,85,255,"+"8,32,82,255,"+"53,68,116,255,"+"145,123,159,255,"+"163,147,173,255,"+"91,104,152,255,"+"4,27,102,255,"+"0,6,86,255,"+"0,1,77,255,"+"0,8,85,255,"+"0,9,86,255,"+"0,1,77,255,"+"0,1,74,255,"+"0,0,47,255,"+"0,0,38,255,"+"0,1,38,255,"+"0,0,44,255,"+"0,0,53,255,"+"0,19,122,255,"+"0,15,107,255,"+"0,2,83,255,"+"0,4,81,255,"+"0,14,111,255,"+"0,1,91,255,"+"0,0,57,255,"+"0,0,27,255,"+"0,0,20,255,"+"0,0,13,255,"+"0,0,9,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,0,2,255,"+"0,0,29,255,"+"0,0,25,255,"+"0,0,26,255,"+"0,0,39,255,"+"0,0,50,255,"+"0,1,68,255,"+"0,0,63,255,"+"0,6,70,255,"+"0,7,77,255,"+"0,11,87,255,"+"0,19,90,255,"+"0,15,85,255,"+"0,12,91,255,"+"0,40,109,255,"+"0,26,102,255,"+"1,18,115,255,"+"16,77,180,255,"+"2,63,158,255,"+"0,32,119,255,"+"0,13,98,255,"+"0,8,85,255,"+"0,3,86,255,"+"0,0,60,255,"+"0,0,60,255,"+"0,0,72,255,"+"0,0,78,255,"+"0,1,76,255,"+"0,20,110,255,"+"0,22,112,255,"+"0,21,99,255,"+"0,12,92,255,"+"0,9,88,255,"+"6,44,129,255,"+"42,106,176,255,"+"8,89,166,255,"+"57,118,204,255,"+"16,77,154,255,"+"1,64,128,255,"+"8,70,114,255,"+"0,64,108,255,"+"0,52,100,255,"+"0,44,94,255,"+"0,28,95,255,"+"0,32,94,255,"+"0,34,85,255,"+"15,73,121,255,"+"18,80,131,255,"+"2,66,100,255,"+"1,60,94,255,"+"0,56,93,255,"+"0,63,102,255,"+"1,68,103,255,"+"3,70,105,255,"+"16,75,114,255,"+"75,104,150,255,"+"129,150,199,255,"+"131,152,201,255,"+"137,153,202,255,"+"139,153,211,255,"+"131,146,202,255,"+"121,138,179,255,"+"104,122,162,255,"+"88,113,147,255,"+"72,104,136,255,"+"42,88,121,255,"+"20,77,114,255,"+"23,73,105,255,"+"85,92,115,255,"+"189,162,186,255,"+"242,220,217,255,"+"236,191,169,255,"+"127,107,119,255,"+"9,29,85,255,"+"0,6,82,255,"+"0,4,81,255,"+"0,4,79,255,"+"0,6,87,255,"+"0,0,67,255,"+"0,0,56,255,"+"0,0,51,255,"+"0,0,51,255,"+"0,0,51,255,"+"0,0,65,255,"+"0,1,64,255,"+"2,36,130,255,"+"3,50,140,255,"+"0,5,79,255,"+"0,0,56,255,"+"0,1,76,255,"+"0,4,89,255,"+"0,0,65,255,"+"0,0,45,255,"+"0,0,21,255,"+"0,0,18,255,"+"0,0,13,255,"+"0,0,2,255,"+"0,0,5,255,"+"0,0,2,255,"+"0,0,0,255,"+"0,0,3,255,"+"0,0,18,255,"+"0,0,12,255,"+"0,0,33,255,"+"0,0,22,255,"+"0,0,43,255,"+"0,0,60,255,"+"0,2,83,255,"+"0,11,90,255,"+"0,10,88,255,"+"0,9,83,255,"+"0,14,83,255,"+"0,28,95,255,"+"0,23,100,255,"+"0,27,98,255,"+"0,32,99,255,"+"0,24,114,255,"+"14,62,170,255,"+"16,94,186,255,"+"0,50,128,255,"+"0,10,97,255,"+"0,1,86,255,"+"0,3,90,255,"+"0,5,82,255,"+"0,13,92,255,"+"0,15,97,255,"+"0,4,82,255,"+"0,1,70,255,"+"0,10,90,255,"+"0,9,87,255,"+"0,2,68,255,"+"0,5,74,255,"+"0,4,78,255,"+"0,17,98,255,"+"4,51,125,255,"+"3,59,141,255,"+"52,97,181,255,"+"20,82,159,255,"+"0,72,139,255,"+"0,55,113,255,"+"0,40,96,255,"+"0,39,88,255,"+"0,36,81,255,"+"0,14,74,255,"+"0,15,78,255,"+"0,31,81,255,"+"1,43,83,255,"+"1,51,91,255,"+"0,52,87,255,"+"0,56,90,255,"+"0,58,95,255,"+"0,58,93,255,"+"7,66,97,255,"+"17,73,103,255,"+"28,77,112,255,"+"79,104,142,255,"+"133,148,191,255,"+"132,154,196,255,"+"121,141,181,255,"+"125,139,181,255,"+"113,128,174,255,"+"125,141,189,255,"+"123,141,194,255,"+"112,133,179,255,"+"103,123,152,255,"+"81,106,138,255,"+"69,101,136,255,"+"87,107,134,255,"+"156,128,136,255,"+"222,172,168,255,"+"223,185,170,255,"+"156,127,122,255,"+"41,70,95,255,"+"1,19,77,255,"+"0,27,110,255,"+"0,24,106,255,"+"0,1,69,255,"+"0,6,80,255,"+"0,6,75,255,"+"0,0,62,255,"+"0,0,59,255,"+"0,0,59,255,"+"0,0,58,255,"+"0,1,60,255,"+"0,4,83,255,"+"7,67,178,255,"+"5,73,158,255,"+"0,13,86,255,"+"0,0,68,255,"+"0,0,72,255,"+"0,1,76,255,"+"0,0,66,255,"+"0,0,56,255,"+"0,0,24,255,"+"0,0,7,255,"+"0,0,2,255,"+"0,0,1,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,0,4,255,"+"0,0,5,255,"+"0,0,4,255,"+"0,0,7,255,"+"0,0,8,255,"+"0,0,3,255,"+"0,0,14,255,"+"0,0,44,255,"+"0,0,66,255,"+"0,22,100,255,"+"0,31,104,255,"+"0,12,90,255,"+"0,25,94,255,"+"0,41,109,255,"+"0,38,112,255,"+"0,29,105,255,"+"0,31,110,255,"+"0,32,126,255,"+"40,103,199,255,"+"87,147,229,255,"+"9,62,150,255,"+"0,17,99,255,"+"0,1,77,255,"+"0,2,71,255,"+"1,50,129,255,"+"1,54,131,255,"+"0,39,113,255,"+"0,18,96,255,"+"0,11,83,255,"+"0,5,72,255,"+"0,9,81,255,"+"0,4,76,255,"+"0,11,87,255,"+"0,17,86,255,"+"0,15,89,255,"+"0,26,105,255,"+"1,27,114,255,"+"0,33,108,255,"+"0,41,105,255,"+"0,56,117,255,"+"0,50,110,255,"+"0,26,85,255,"+"0,25,82,255,"+"0,16,76,255,"+"0,20,81,255,"+"0,16,72,255,"+"4,47,86,255,"+"11,65,92,255,"+"4,57,91,255,"+"1,55,90,255,"+"1,58,92,255,"+"1,62,97,255,"+"9,68,100,255,"+"23,73,110,255,"+"39,76,109,255,"+"48,79,105,255,"+"66,91,123,255,"+"119,134,171,255,"+"131,149,192,255,"+"126,141,177,255,"+"114,129,159,255,"+"105,119,153,255,"+"114,127,166,255,"+"126,138,184,255,"+"142,156,196,255,"+"121,139,171,255,"+"100,118,153,255,"+"104,121,153,255,"+"116,126,153,255,"+"144,131,143,255,"+"141,120,127,255,"+"111,102,115,255,"+"47,82,108,255,"+"3,60,101,255,"+"0,40,89,255,"+"0,36,98,255,"+"0,29,102,255,"+"0,17,87,255,"+"0,11,87,255,"+"0,15,81,255,"+"0,1,64,255,"+"0,1,67,255,"+"0,4,73,255,"+"0,2,70,255,"+"0,1,65,255,"+"0,1,71,255,"+"2,16,105,255,"+"1,14,100,255,"+"0,1,77,255,"+"0,0,69,255,"+"0,2,73,255,"+"0,1,79,255,"+"0,1,76,255,"+"0,1,64,255,"+"0,0,38,255,"+"0,0,29,255,"+"0,0,17,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,0,2,255,"+"0,0,7,255,"+"0,0,3,255,"+"0,0,4,255,"+"0,0,7,255,"+"0,0,15,255,"+"0,0,2,255,"+"0,0,6,255,"+"0,0,36,255,"+"9,13,64,255,"+"13,25,91,255,"+"0,5,86,255,"+"0,23,107,255,"+"15,70,147,255,"+"25,87,168,255,"+"2,66,141,255,"+"0,48,119,255,"+"0,31,110,255,"+"0,35,115,255,"+"10,61,153,255,"+"75,135,226,255,"+"14,76,163,255,"+"0,23,101,255,"+"0,1,83,255,"+"0,0,75,255,"+"7,77,153,255,"+"3,57,133,255,"+"1,34,104,255,"+"0,19,92,255,"+"0,12,81,255,"+"0,3,77,255,"+"0,12,83,255,"+"0,15,85,255,"+"0,26,96,255,"+"0,31,93,255,"+"0,38,98,255,"+"1,55,128,255,"+"13,69,166,255,"+"12,61,139,255,"+"4,46,109,255,"+"0,34,92,255,"+"0,34,91,255,"+"0,33,88,255,"+"0,33,83,255,"+"0,37,81,255,"+"0,53,91,255,"+"3,40,81,255,"+"4,50,90,255,"+"6,58,89,255,"+"11,67,95,255,"+"11,66,97,255,"+"14,66,99,255,"+"24,73,108,255,"+"33,79,111,255,"+"40,78,111,255,"+"49,77,112,255,"+"57,82,105,255,"+"68,89,119,255,"+"90,104,141,255,"+"116,131,175,255,"+"125,135,178,255,"+"114,123,160,255,"+"116,120,152,255,"+"121,123,162,255,"+"150,157,202,255,"+"175,190,223,255,"+"166,183,216,255,"+"124,137,168,255,"+"114,124,159,255,"+"122,135,170,255,"+"111,123,153,255,"+"89,105,131,255,"+"60,88,109,255,"+"31,78,103,255,"+"7,65,96,255,"+"0,53,94,255,"+"0,46,88,255,"+"0,36,90,255,"+"0,31,93,255,"+"0,21,91,255,"+"0,17,83,255,"+"0,8,77,255,"+"0,19,86,255,"+"0,37,106,255,"+"0,36,104,255,"+"0,22,89,255,"+"0,8,76,255,"+"0,1,71,255,"+"0,6,78,255,"+"0,2,78,255,"+"0,1,81,255,"+"0,2,86,255,"+"0,6,89,255,"+"0,1,72,255,"+"0,2,73,255,"+"0,2,71,255,"+"0,0,41,255,"+"0,0,11,255,"+"0,0,7,255,"+"0,0,6,255,"+"0,0,13,255,"+"0,0,18,255,"+"0,0,6,255,"+"0,0,3,255,"+"0,0,5,255,"+"0,0,8,255,"+"0,0,5,255,"+"0,0,20,255,"+"0,0,36,255,"+"6,9,60,255,"+"8,14,78,255,"+"0,1,80,255,"+"0,13,102,255,"+"18,60,152,255,"+"49,111,195,255,"+"12,75,154,255,"+"0,24,108,255,"+"0,17,94,255,"+"0,28,100,255,"+"0,40,113,255,"+"31,96,197,255,"+"11,73,158,255,"+"0,28,105,255,"+"0,1,82,255,"+"0,0,74,255,"+"0,61,134,255,"+"0,40,110,255,"+"0,27,101,255,"+"0,18,90,255,"+"0,14,83,255,"+"0,14,87,255,"+"0,20,85,255,"+"0,25,88,255,"+"0,28,92,255,"+"0,39,92,255,"+"4,63,117,255,"+"13,81,150,255,"+"83,132,212,255,"+"116,159,220,255,"+"32,86,145,255,"+"7,58,112,255,"+"12,58,108,255,"+"0,40,89,255,"+"0,50,93,255,"+"1,54,90,255,"+"4,63,94,255,"+"37,82,111,255,"+"36,78,110,255,"+"11,60,91,255,"+"30,71,97,255,"+"43,75,104,255,"+"45,76,103,255,"+"42,76,107,255,"+"44,79,110,255,"+"47,78,103,255,"+"52,76,106,255,"+"60,80,106,255,"+"72,87,111,255,"+"73,89,112,255,"+"83,97,130,255,"+"100,109,145,255,"+"115,119,146,255,"+"122,120,147,255,"+"129,132,176,255,"+"180,189,232,255,"+"183,199,229,255,"+"192,209,232,255,"+"160,171,199,255,"+"142,148,186,255,"+"136,146,188,255,"+"126,136,176,255,"+"101,117,147,255,"+"78,104,128,255,"+"45,82,110,255,"+"28,72,102,255,"+"7,63,98,255,"+"0,59,96,255,"+"0,51,93,255,"+"0,49,96,255,"+"0,49,109,255,"+"0,36,93,255,"+"0,43,106,255,"+"1,61,124,255,"+"17,72,144,255,"+"49,102,173,255,"+"9,63,130,255,"+"5,55,116,255,"+"1,26,92,255,"+"0,14,89,255,"+"0,5,79,255,"+"0,1,80,255,"+"0,1,81,255,"+"0,4,83,255,"+"0,0,66,255,"+"1,9,100,255,"+"1,17,106,255,"+"0,0,54,255,"+"0,0,27,255,"+"0,0,16,255,"+"0,0,5,255,"+"0,0,2,255,"+"0,0,1,255,"+"0,0,1,255,"+"0,0,1,255,"+"0,0,5,255,"+"0,0,10,255,"+"0,2,53,255,"+"0,2,61,255,"+"0,0,20,255,"+"0,0,55,255,"+"0,0,63,255,"+"0,2,70,255,"+"0,6,83,255,"+"0,14,102,255,"+"1,28,110,255,"+"0,29,103,255,"+"0,24,103,255,"+"0,24,106,255,"+"0,30,97,255,"+"0,34,113,255,"+"31,94,194,255,"+"37,100,192,255,"+"0,36,125,255,"+"0,7,94,255,"+"0,1,81,255,"+"0,72,139,255,"+"6,57,124,255,"+"8,54,125,255,"+"1,46,108,255,"+"0,39,97,255,"+"0,39,95,255,"+"2,43,114,255,"+"1,54,117,255,"+"2,56,107,255,"+"13,70,121,255,"+"51,98,152,255,"+"67,109,171,255,"+"113,137,208,255,"+"102,142,203,255,"+"10,50,121,255,"+"2,32,93,255,"+"3,48,93,255,"+"1,44,89,255,"+"12,64,108,255,"+"13,68,107,255,"+"20,69,98,255,"+"40,81,106,255,"+"25,73,99,255,"+"12,62,95,255,"+"31,68,99,255,"+"58,82,110,255,"+"67,89,121,255,"+"64,89,130,255,"+"58,85,115,255,"+"54,78,103,255,"+"64,81,114,255,"+"79,91,123,255,"+"82,91,113,255,"+"85,92,109,255,"+"93,95,116,255,"+"103,103,120,255,"+"109,108,117,255,"+"113,107,127,255,"+"126,121,151,255,"+"160,155,200,255,"+"189,195,238,255,"+"191,203,230,255,"+"174,185,207,255,"+"167,168,191,255,"+"159,161,190,255,"+"152,158,191,255,"+"131,139,169,255,"+"118,121,148,255,"+"92,103,130,255,"+"61,82,113,255,"+"34,73,105,255,"+"9,64,98,255,"+"1,54,92,255,"+"2,56,98,255,"+"0,57,103,255,"+"0,55,106,255,"+"5,65,133,255,"+"4,77,140,255,"+"37,94,163,255,"+"87,129,191,255,"+"67,111,181,255,"+"42,96,153,255,"+"16,78,124,255,"+"1,44,110,255,"+"0,27,104,255,"+"0,2,81,255,"+"0,1,78,255,"+"0,1,73,255,"+"0,0,70,255,"+"0,0,66,255,"+"0,1,59,255,"+"0,0,58,255,"+"0,0,36,255,"+"0,0,21,255,"+"0,0,21,255,"+"0,0,3,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,1,255,"+"0,0,5,255,"+"0,0,9,255,"+"0,3,39,255,"+"0,3,37,255,"+"0,0,9,255,"+"0,0,33,255,"+"0,1,66,255,"+"0,2,76,255,"+"0,6,81,255,"+"0,19,89,255,"+"1,42,105,255,"+"1,36,91,255,"+"0,10,88,255,"+"0,13,96,255,"+"0,30,94,255,"+"0,42,130,255,"+"37,97,205,255,"+"41,114,198,255,"+"0,53,135,255,"+"0,17,106,255,"+"0,3,91,255,"+"10,87,154,255,"+"22,93,158,255,"+"43,105,164,255,"+"5,60,120,255,"+"0,47,101,255,"+"1,54,112,255,"+"45,92,183,255,"+"53,111,182,255,"+"30,89,138,255,"+"76,116,167,255,"+"98,128,184,255,"+"112,141,212,255,"+"86,127,203,255,"+"26,83,146,255,"+"1,52,105,255,"+"0,46,90,255,"+"1,53,87,255,"+"12,66,96,255,"+"40,80,108,255,"+"43,78,105,255,"+"38,71,98,255,"+"32,72,94,255,"+"20,69,91,255,"+"35,74,108,255,"+"58,85,118,255,"+"63,85,112,255,"+"73,93,123,255,"+"88,107,149,255,"+"75,95,123,255,"+"74,91,118,255,"+"86,98,127,255,"+"78,89,110,255,"+"76,84,103,255,"+"82,88,101,255,"+"87,89,100,255,"+"97,95,109,255,"+"107,101,108,255,"+"109,101,113,255,"+"127,114,127,255,"+"148,128,152,255,"+"177,160,192,255,"+"179,166,198,255,"+"180,179,206,255,"+"175,171,198,255,"+"171,169,196,255,"+"175,174,205,255,"+"171,174,213,255,"+"165,152,191,255,"+"166,150,176,255,"+"105,109,139,255,"+"73,88,121,255,"+"48,79,110,255,"+"32,73,104,255,"+"34,78,114,255,"+"6,62,100,255,"+"7,65,111,255,"+"4,66,117,255,"+"9,67,122,255,"+"35,89,154,255,"+"46,100,155,255,"+"72,112,159,255,"+"55,101,146,255,"+"10,77,119,255,"+"7,66,112,255,"+"0,35,95,255,"+"0,7,75,255,"+"0,7,89,255,"+"0,9,89,255,"+"0,0,68,255,"+"0,0,69,255,"+"0,0,61,255,"+"0,0,40,255,"+"0,0,49,255,"+"0,0,35,255,"+"0,0,36,255,"+"0,0,12,255,"+"0,0,4,255,"+"0,0,1,255,"+"0,0,14,255,"+"0,0,6,255,"+"0,0,2,255,"+"0,0,4,255,"+"0,0,5,255,"+"0,0,18,255,"+"0,0,42,255,"+"0,6,96,255,"+"0,2,84,255,"+"0,3,87,255,"+"0,24,96,255,"+"0,54,112,255,"+"0,31,89,255,"+"0,16,90,255,"+"0,20,97,255,"+"0,19,93,255,"+"0,39,116,255,"+"21,91,179,255,"+"22,102,191,255,"+"1,66,153,255,"+"0,36,121,255,"+"0,13,103,255,"+"6,56,116,255,"+"2,55,113,255,"+"2,41,96,255,"+"0,32,94,255,"+"0,36,84,255,"+"0,43,99,255,"+"24,70,155,255,"+"44,100,176,255,"+"25,83,136,255,"+"54,98,143,255,"+"64,100,152,255,"+"88,121,186,255,"+"63,108,171,255,"+"38,83,127,255,"+"13,66,105,255,"+"5,54,90,255,"+"9,54,89,255,"+"41,79,114,255,"+"57,86,113,255,"+"53,83,109,255,"+"61,86,112,255,"+"52,81,100,255,"+"47,76,99,255,"+"55,80,104,255,"+"63,85,112,255,"+"57,82,111,255,"+"61,83,105,255,"+"69,84,107,255,"+"65,83,105,255,"+"64,82,107,255,"+"70,85,109,255,"+"73,84,103,255,"+"66,78,98,255,"+"74,80,98,255,"+"89,90,101,255,"+"92,90,102,255,"+"95,91,100,255,"+"108,97,104,255,"+"137,119,125,255,"+"150,126,133,255,"+"157,129,141,255,"+"156,131,149,255,"+"154,136,166,255,"+"175,165,205,255,"+"187,189,226,255,"+"179,175,198,255,"+"187,185,210,255,"+"189,177,209,255,"+"182,168,192,255,"+"150,149,189,255,"+"112,116,154,255,"+"83,92,119,255,"+"70,88,113,255,"+"52,83,111,255,"+"28,73,105,255,"+"32,78,112,255,"+"33,82,121,255,"+"31,80,122,255,"+"55,95,142,255,"+"104,136,181,255,"+"95,125,167,255,"+"79,113,169,255,"+"47,96,149,255,"+"19,77,115,255,"+"0,37,86,255,"+"0,8,79,255,"+"0,23,102,255,"+"0,22,104,255,"+"0,2,75,255,"+"0,1,67,255,"+"0,1,69,255,"+"0,0,52,255,"+"0,1,55,255,"+"0,1,49,255,"+"0,0,36,255,"+"0,0,25,255,"+"0,0,23,255,"+"0,0,7,255,"+"0,0,33,255,"+"0,0,15,255,"+"0,0,3,255,"+"0,0,5,255,"+"0,0,6,255,"+"0,0,24,255,"+"0,0,37,255,"+"0,7,95,255,"+"0,2,93,255,"+"0,10,86,255,"+"0,28,99,255,"+"0,41,97,255,"+"0,20,83,255,"+"0,12,80,255,"+"0,8,83,255,"+"0,3,77,255,"+"0,37,105,255,"+"20,91,165,255,"+"72,130,213,255,"+"50,115,206,255,"+"5,75,167,255,"+"2,55,141,255,"+"0,8,76,255,"+"5,31,92,255,"+"0,22,80,255,"+"0,26,94,255,"+"0,27,83,255,"+"0,25,79,255,"+"0,22,93,255,"+"2,18,92,255,"+"2,23,88,255,"+"3,43,102,255,"+"2,39,106,255,"+"4,31,105,255,"+"7,59,120,255,"+"16,71,111,255,"+"42,79,107,255,"+"44,83,114,255,"+"53,84,121,255,"+"66,89,136,255,"+"63,89,122,255,"+"53,83,105,255,"+"68,89,113,255,"+"61,84,103,255,"+"48,72,97,255,"+"59,80,99,255,"+"60,80,97,255,"+"51,80,93,255,"+"33,63,83,255,"+"44,64,83,255,"+"57,74,88,255,"+"64,80,97,255,"+"67,79,100,255,"+"74,82,102,255,"+"68,76,97,255,"+"77,81,100,255,"+"89,90,102,255,"+"91,90,103,255,"+"85,84,97,255,"+"97,89,100,255,"+"114,97,106,255,"+"130,107,114,255,"+"143,118,124,255,"+"152,122,129,255,"+"142,111,129,255,"+"161,133,164,255,"+"192,184,218,255,"+"191,189,211,255,"+"193,194,219,255,"+"188,184,209,255,"+"187,181,202,255,"+"186,187,223,255,"+"153,153,185,255,"+"119,117,137,255,"+"104,104,123,255,"+"91,100,119,255,"+"75,92,112,255,"+"58,83,108,255,"+"56,83,118,255,"+"61,92,123,255,"+"70,99,135,255,"+"102,124,164,255,"+"91,119,162,255,"+"79,108,170,255,"+"85,109,170,255,"+"52,95,135,255,"+"4,53,94,255,"+"0,25,79,255,"+"0,25,82,255,"+"0,10,76,255,"+"0,2,75,255,"+"0,6,78,255,"+"0,7,89,255,"+"0,1,71,255,"+"0,1,65,255,"+"0,0,55,255,"+"0,0,49,255,"+"0,0,34,255,"+"0,0,17,255,"+"0,0,5,255,"+"0,0,9,255,"+"0,0,4,255,"+"0,0,3,255,"+"0,0,6,255,"+"0,0,18,255,"+"0,0,21,255,"+"0,0,34,255,"+"0,0,71,255,"+"0,0,82,255,"+"0,13,86,255,"+"0,20,89,255,"+"0,20,84,255,"+"0,12,76,255,"+"0,17,86,255,"+"0,4,79,255,"+"0,0,79,255,"+"0,17,96,255,"+"29,85,160,255,"+"144,174,238,255,"+"161,200,247,255,"+"67,135,217,255,"+"20,105,185,255,"+"0,2,69,255,"+"0,4,62,255,"+"0,6,68,255,"+"0,4,77,255,"+"0,5,70,255,"+"0,11,73,255,"+"0,12,71,255,"+"0,9,62,255,"+"0,11,68,255,"+"0,18,74,255,"+"2,42,97,255,"+"15,62,115,255,"+"29,74,117,255,"+"45,84,117,255,"+"61,87,113,255,"+"64,88,117,255,"+"79,98,132,255,"+"98,112,153,255,"+"93,109,140,255,"+"80,99,122,255,"+"80,94,119,255,"+"74,89,108,255,"+"58,74,98,255,"+"79,93,110,255,"+"67,82,96,255,"+"67,81,92,255,"+"54,72,93,255,"+"32,58,89,255,"+"48,63,83,255,"+"73,83,99,255,"+"72,83,99,255,"+"66,77,97,255,"+"73,79,99,255,"+"85,88,115,255,"+"87,91,111,255,"+"91,91,117,255,"+"82,86,107,255,"+"80,77,93,255,"+"105,88,109,255,"+"119,101,119,255,"+"124,107,128,255,"+"127,104,118,255,"+"137,103,109,255,"+"166,131,139,255,"+"174,147,164,255,"+"183,168,203,255,"+"191,185,222,255,"+"190,184,215,255,"+"191,191,208,255,"+"193,194,215,255,"+"176,178,202,255,"+"158,154,180,255,"+"135,127,152,255,"+"116,111,128,255,"+"104,105,121,255,"+"98,103,122,255,"+"90,101,127,255,"+"76,94,120,255,"+"96,112,142,255,"+"119,133,163,255,"+"111,130,169,255,"+"89,111,152,255,"+"81,107,159,255,"+"61,102,143,255,"+"8,62,98,255,"+"0,37,80,255,"+"0,25,77,255,"+"0,20,79,255,"+"0,17,88,255,"+"0,33,105,255,"+"0,24,102,255,"+"0,29,100,255,"+"0,16,92,255,"+"0,2,73,255,"+"0,1,68,255,"+"0,0,55,255,"+"0,0,40,255,"+"0,0,24,255,"+"0,0,18,255,"+"0,0,0,255,"+"0,0,2,255,"+"0,0,7,255,"+"2,5,31,255,"+"5,13,42,255,"+"0,0,34,255,"+"0,0,64,255,"+"0,0,68,255,"+"0,6,76,255,"+"0,8,81,255,"+"0,6,78,255,"+"0,8,79,255,"+"0,22,84,255,"+"0,10,79,255,"+"0,5,79,255,"+"0,38,110,255,"+"22,81,151,255,"+"123,156,218,255,"+"177,206,244,255,"+"90,144,219,255,"+"10,89,172,255,"+"0,3,67,255,"+"0,4,60,255,"+"0,2,63,255,"+"0,7,67,255,"+"0,6,61,255,"+"0,21,73,255,"+"0,29,74,255,"+"1,42,75,255,"+"1,52,89,255,"+"8,50,85,255,"+"24,65,100,255,"+"49,82,113,255,"+"61,89,112,255,"+"71,92,115,255,"+"89,104,127,255,"+"89,101,126,255,"+"99,109,138,255,"+"118,126,155,255,"+"119,127,149,255,"+"110,119,138,255,"+"97,107,122,255,"+"92,102,118,255,"+"69,79,99,255,"+"88,96,107,255,"+"82,90,101,255,"+"79,84,99,255,"+"74,83,102,255,"+"62,78,102,255,"+"55,66,84,255,"+"66,73,92,255,"+"64,77,99,255,"+"64,82,117,255,"+"49,70,91,255,"+"69,81,110,255,"+"92,96,124,255,"+"98,97,125,255,"+"77,86,112,255,"+"52,65,95,255,"+"86,84,110,255,"+"120,112,152,255,"+"150,150,193,255,"+"123,114,138,255,"+"111,85,99,255,"+"136,104,111,255,"+"118,91,110,255,"+"134,116,154,255,"+"159,139,173,255,"+"183,162,193,255,"+"195,193,208,255,"+"198,192,208,255,"+"198,200,221,255,"+"200,203,230,255,"+"167,165,196,255,"+"133,119,144,255,"+"134,117,132,255,"+"132,120,133,255,"+"123,119,131,255,"+"112,115,131,255,"+"114,118,140,255,"+"110,119,143,255,"+"101,113,145,255,"+"101,111,155,255,"+"91,108,174,255,"+"86,115,170,255,"+"24,75,112,255,"+"0,46,88,255,"+"0,36,85,255,"+"0,32,87,255,"+"0,36,96,255,"+"0,35,95,255,"+"1,38,102,255,"+"1,54,117,255,"+"4,47,122,255,"+"10,39,122,255,"+"0,9,105,255,"+"0,0,67,255,"+"0,0,58,255,"+"0,0,54,255,"+"0,0,29,255,"+"0,0,11,255,"+"0,0,20,255,"+"0,0,18,255,"+"0,1,15,255,"+"4,5,23,255,"+"3,3,26,255,"+"0,0,46,255,"+"0,1,67,255,"+"0,4,79,255,"+"0,3,81,255,"+"0,3,80,255,"+"0,13,82,255,"+"0,20,87,255,"+"0,23,96,255,"+"0,23,95,255,"+"3,64,124,255,"+"21,95,150,255,"+"60,116,175,255,"+"73,124,198,255,"+"39,110,194,255,"+"6,86,168,255,"+"0,7,63,255,"+"0,6,59,255,"+"0,4,69,255,"+"0,21,77,255,"+"0,33,80,255,"+"0,46,92,255,"+"11,60,99,255,"+"29,74,100,255,"+"34,78,108,255,"+"54,86,111,255,"+"78,94,122,255,"+"94,107,131,255,"+"109,120,138,255,"+"113,120,140,255,"+"126,130,154,255,"+"125,130,154,255,"+"123,127,153,255,"+"138,141,165,255,"+"142,144,165,255,"+"128,130,155,255,"+"130,130,168,255,"+"113,115,149,255,"+"82,87,106,255,"+"94,98,107,255,"+"93,96,105,255,"+"87,87,103,255,"+"78,82,100,255,"+"64,77,94,255,"+"61,70,87,255,"+"66,73,95,255,"+"57,68,86,255,"+"52,67,102,255,"+"31,51,84,255,"+"44,63,94,255,"+"92,95,123,255,"+"102,99,120,255,"+"83,86,117,255,"+"77,86,134,255,"+"79,82,123,255,"+"107,99,132,255,"+"113,105,126,255,"+"82,80,102,255,"+"88,81,115,255,"+"127,104,128,255,"+"102,77,102,255,"+"107,78,112,255,"+"160,127,154,255,"+"183,151,179,255,"+"194,178,194,255,"+"194,180,193,255,"+"185,173,196,255,"+"206,194,225,255,"+"194,188,228,255,"+"147,131,170,255,"+"150,129,148,255,"+"149,131,146,255,"+"138,126,135,255,"+"137,127,138,255,"+"131,126,142,255,"+"125,127,152,255,"+"123,125,165,255,"+"143,142,199,255,"+"150,160,220,255,"+"108,128,188,255,"+"62,98,141,255,"+"8,64,100,255,"+"1,52,92,255,"+"0,43,84,255,"+"0,37,86,255,"+"2,42,98,255,"+"43,64,112,255,"+"48,68,113,255,"+"41,94,174,255,"+"112,153,224,255,"+"30,73,161,255,"+"0,6,90,255,"+"0,0,60,255,"+"0,0,56,255,"+"0,0,44,255,"+"0,0,42,255,"+"0,0,42,255,"+"0,0,15,255,"+"0,0,10,255,"+"9,9,22,255,"+"13,13,30,255,"+"0,0,48,255,"+"0,2,65,255,"+"0,6,83,255,"+"0,6,84,255,"+"0,6,83,255,"+"0,17,85,255,"+"0,13,80,255,"+"0,24,92,255,"+"0,33,97,255,"+"1,45,108,255,"+"7,78,134,255,"+"7,84,141,255,"+"17,92,158,255,"+"40,110,181,255,"+"19,99,182,255,"+"0,1,59,255,"+"0,6,67,255,"+"0,12,69,255,"+"0,39,83,255,"+"0,48,85,255,"+"1,58,96,255,"+"24,74,104,255,"+"62,90,113,255,"+"71,94,113,255,"+"89,103,126,255,"+"109,116,146,255,"+"127,135,170,255,"+"132,137,159,255,"+"136,141,155,255,"+"140,147,168,255,"+"153,158,183,255,"+"143,144,171,255,"+"141,142,169,255,"+"146,147,179,255,"+"137,137,171,255,"+"149,147,197,255,"+"134,132,171,255,"+"106,101,120,255,"+"88,88,100,255,"+"88,86,96,255,"+"97,96,105,255,"+"101,97,110,255,"+"89,90,104,255,"+"86,87,104,255,"+"91,90,108,255,"+"80,84,92,255,"+"61,67,86,255,"+"66,70,92,255,"+"73,78,92,255,"+"81,77,100,255,"+"73,77,98,255,"+"34,47,89,255,"+"74,79,115,255,"+"90,93,123,255,"+"76,76,98,255,"+"88,78,92,255,"+"61,65,96,255,"+"88,92,141,255,"+"121,104,135,255,"+"128,96,114,255,"+"121,83,111,255,"+"151,124,158,255,"+"155,129,165,255,"+"181,158,181,255,"+"191,177,193,255,"+"189,169,191,255,"+"196,184,212,255,"+"182,168,196,255,"+"167,145,175,255,"+"164,147,169,255,"+"159,147,171,255,"+"150,137,166,255,"+"145,135,157,255,"+"146,136,157,255,"+"141,137,160,255,"+"142,137,179,255,"+"167,161,220,255,"+"162,171,229,255,"+"96,107,163,255,"+"103,101,130,255,"+"55,85,110,255,"+"25,76,110,255,"+"3,65,105,255,"+"0,54,99,255,"+"1,44,95,255,"+"16,61,103,255,"+"26,77,129,255,"+"50,107,189,255,"+"140,171,231,255,"+"53,102,180,255,"+"0,12,91,255,"+"0,0,47,255,"+"0,0,50,255,"+"0,0,52,255,"+"0,0,48,255,"+"0,0,38,255,"+"0,0,11,255,"+"0,0,25,255,"+"0,0,38,255,"+"0,0,30,255,"+"0,0,49,255,"+"0,0,57,255,"+"0,4,76,255,"+"0,22,114,255,"+"2,42,121,255,"+"0,16,91,255,"+"0,8,80,255,"+"0,26,88,255,"+"0,36,91,255,"+"0,37,98,255,"+"0,56,116,255,"+"6,72,137,255,"+"32,98,171,255,"+"37,108,177,255,"+"11,90,175,255,"+"0,3,63,255,"+"0,8,71,255,"+"0,12,67,255,"+"0,37,75,255,"+"0,48,74,255,"+"5,55,86,255,"+"35,76,104,255,"+"84,102,127,255,"+"100,112,130,255,"+"105,112,132,255,"+"115,119,136,255,"+"131,135,151,255,"+"129,131,146,255,"+"136,140,162,255,"+"137,142,169,255,"+"136,137,174,255,"+"132,133,178,255,"+"137,138,186,255,"+"163,163,214,255,"+"157,158,206,255,"+"180,185,235,255,"+"162,166,205,255,"+"120,116,150,255,"+"84,86,116,255,"+"81,81,103,255,"+"95,91,107,255,"+"114,98,118,255,"+"130,115,136,255,"+"134,123,138,255,"+"118,108,118,255,"+"109,97,107,255,"+"90,78,98,255,"+"84,76,102,255,"+"95,88,106,255,"+"84,76,96,255,"+"74,68,85,255,"+"66,65,100,255,"+"90,83,103,255,"+"77,77,87,255,"+"55,57,72,255,"+"64,61,75,255,"+"40,49,74,255,"+"56,54,80,255,"+"104,83,104,255,"+"123,96,115,255,"+"130,103,135,255,"+"140,116,158,255,"+"153,131,171,255,"+"155,132,169,255,"+"166,142,171,255,"+"175,151,170,255,"+"196,185,209,255,"+"173,164,179,255,"+"162,137,153,255,"+"172,150,172,255,"+"172,159,186,255,"+"185,186,226,255,"+"161,162,194,255,"+"144,133,159,255,"+"134,125,152,255,"+"122,121,162,255,"+"116,120,179,255,"+"115,125,194,255,"+"77,100,147,255,"+"84,97,121,255,"+"86,102,123,255,"+"47,83,108,255,"+"23,77,105,255,"+"4,60,94,255,"+"0,52,96,255,"+"0,65,108,255,"+"6,73,121,255,"+"32,91,149,255,"+"43,90,159,255,"+"16,69,147,255,"+"0,13,94,255,"+"0,2,75,255,"+"0,5,77,255,"+"0,1,54,255,"+"0,0,42,255,"+"0,0,20,255,"+"0,0,20,255,"+"0,0,25,255,"+"0,0,39,255,"+"0,0,36,255,"+"0,0,32,255,"+"0,0,62,255,"+"0,2,81,255,"+"8,39,143,255,"+"18,63,155,255,"+"0,18,95,255,"+"0,26,89,255,"+"0,29,89,255,"+"0,45,96,255,"+"0,51,102,255,"+"0,54,107,255,"+"5,60,121,255,"+"9,82,146,255,"+"15,91,167,255,"+"68,131,215,255,"+"0,8,55,255,"+"0,20,71,255,"+"0,23,67,255,"+"3,47,72,255,"+"4,57,82,255,"+"22,69,100,255,"+"57,86,113,255,"+"101,117,144,255,"+"104,118,136,255,"+"100,113,131,255,"+"113,120,144,255,"+"118,122,139,255,"+"107,112,129,255,"+"104,106,137,255,"+"118,122,166,255,"+"156,158,212,255,"+"169,177,227,255,"+"151,157,204,255,"+"164,163,206,255,"+"162,156,201,255,"+"191,193,229,255,"+"168,172,205,255,"+"123,126,165,255,"+"81,87,135,255,"+"106,106,147,255,"+"127,120,148,255,"+"140,124,152,255,"+"158,144,169,255,"+"154,138,157,255,"+"140,120,134,255,"+"129,111,122,255,"+"122,102,121,255,"+"132,115,142,255,"+"124,109,129,255,"+"106,90,108,255,"+"99,77,90,255,"+"97,78,95,255,"+"91,75,94,255,"+"69,61,80,255,"+"58,57,78,255,"+"70,64,80,255,"+"35,36,56,255,"+"45,39,67,255,"+"81,68,88,255,"+"94,78,101,255,"+"116,93,123,255,"+"127,98,125,255,"+"144,112,134,255,"+"154,123,154,255,"+"159,135,172,255,"+"148,115,132,255,"+"155,123,144,255,"+"161,135,165,255,"+"165,135,161,255,"+"168,138,154,255,"+"157,129,159,255,"+"183,172,213,255,"+"174,172,202,255,"+"147,133,152,255,"+"128,112,125,255,"+"114,99,124,255,"+"114,108,156,255,"+"147,149,204,255,"+"120,132,173,255,"+"88,96,128,255,"+"83,96,121,255,"+"55,81,103,255,"+"51,85,108,255,"+"30,79,113,255,"+"10,70,114,255,"+"7,73,112,255,"+"12,78,118,255,"+"21,80,122,255,"+"1,47,104,255,"+"0,24,95,255,"+"5,27,109,255,"+"3,34,122,255,"+"2,34,120,255,"+"0,2,67,255,"+"0,0,53,255,"+"0,0,47,255,"+"0,0,51,255,"+"0,0,36,255,"+"0,0,22,255,"+"0,0,16,255,"+"0,0,33,255,"+"0,0,60,255,"+"0,14,91,255,"+"35,80,173,255,"+"62,105,190,255,"+"1,34,103,255,"+"0,33,88,255,"+"0,33,87,255,"+"0,50,97,255,"+"0,63,111,255,"+"0,63,111,255,"+"0,67,117,255,"+"1,78,125,255,"+"22,96,155,255,"+"87,138,209,255,"+"0,14,59,255,"+"0,33,80,255,"+"0,46,83,255,"+"9,63,89,255,"+"26,71,97,255,"+"32,75,103,255,"+"52,85,111,255,"+"81,100,119,255,"+"86,102,125,255,"+"75,92,112,255,"+"85,97,117,255,"+"93,103,124,255,"+"90,105,133,255,"+"73,87,128,255,"+"92,102,160,255,"+"170,171,225,255,"+"206,214,247,255,"+"151,160,211,255,"+"131,135,175,255,"+"124,116,158,255,"+"138,133,175,255,"+"133,124,159,255,"+"99,96,116,255,"+"77,72,99,255,"+"123,110,149,255,"+"141,131,166,255,"+"144,127,149,255,"+"151,127,146,255,"+"155,128,152,255,"+"145,117,134,255,"+"132,107,121,255,"+"138,114,135,255,"+"146,122,147,255,"+"143,120,143,255,"+"134,109,125,255,"+"126,96,109,255,"+"117,87,101,255,"+"108,80,96,255,"+"94,73,88,255,"+"76,59,80,255,"+"91,71,94,255,"+"97,80,94,255,"+"97,81,97,255,"+"94,77,95,255,"+"105,84,107,255,"+"101,77,102,255,"+"106,80,102,255,"+"125,93,112,255,"+"144,107,129,255,"+"158,125,143,255,"+"142,102,113,255,"+"142,104,120,255,"+"144,114,152,255,"+"167,144,188,255,"+"167,138,156,255,"+"154,122,131,255,"+"154,122,146,255,"+"150,127,147,255,"+"141,118,131,255,"+"137,114,127,255,"+"131,109,124,255,"+"128,110,147,255,"+"181,179,219,255,"+"156,169,203,255,"+"75,92,127,255,"+"60,79,107,255,"+"56,79,99,255,"+"51,79,101,255,"+"39,76,109,255,"+"26,76,113,255,"+"19,75,114,255,"+"16,77,116,255,"+"4,67,107,255,"+"0,50,99,255,"+"1,30,100,255,"+"9,66,136,255,"+"4,67,135,255,"+"0,37,113,255,"+"0,5,73,255,"+"0,0,52,255,"+"0,0,46,255,"+"0,0,47,255,"+"0,0,37,255,"+"0,0,32,255,"+"0,0,20,255,"+"0,0,31,255,"+"0,0,54,255,"+"1,24,100,255,"+"29,89,174,255,"+"29,85,163,255,"+"0,44,96,255,"+"0,41,94,255,"+"0,40,95,255,"+"0,51,102,255,"+"0,71,119,255,"+"0,64,112,255,"+"0,67,115,255,"+"1,73,125,255,"+"6,84,147,255,"+"10,82,182,255,"+"2,34,78,255,"+"0,43,82,255,"+"2,55,88,255,"+"22,67,97,255,"+"31,74,99,255,"+"31,75,102,255,"+"54,85,114,255,"+"72,93,116,255,"+"73,94,112,255,"+"67,86,109,255,"+"68,89,107,255,"+"53,82,105,255,"+"22,58,97,255,"+"19,49,102,255,"+"34,71,125,255,"+"91,105,174,255,"+"118,127,188,255,"+"79,98,152,255,"+"67,76,108,255,"+"77,76,107,255,"+"80,82,109,255,"+"84,79,103,255,"+"79,75,99,255,"+"90,80,100,255,"+"99,88,114,255,"+"104,94,124,255,"+"133,114,161,255,"+"166,150,191,255,"+"172,162,195,255,"+"152,136,161,255,"+"140,110,135,255,"+"159,129,152,255,"+"166,138,154,255,"+"153,122,138,255,"+"147,115,128,255,"+"155,125,148,255,"+"143,117,132,255,"+"137,100,115,255,"+"131,99,115,255,"+"129,96,122,255,"+"132,97,118,255,"+"137,103,116,255,"+"140,107,124,255,"+"129,96,105,255,"+"138,102,116,255,"+"138,105,118,255,"+"126,95,107,255,"+"114,81,100,255,"+"136,92,111,255,"+"147,99,109,255,"+"146,98,108,255,"+"153,110,124,255,"+"156,114,143,255,"+"168,141,178,255,"+"141,110,138,255,"+"141,103,119,255,"+"145,107,116,255,"+"143,107,119,255,"+"142,117,145,255,"+"149,127,158,255,"+"143,121,140,255,"+"127,106,131,255,"+"140,130,176,255,"+"114,119,161,255,"+"89,94,123,255,"+"70,85,114,255,"+"57,79,102,255,"+"60,82,107,255,"+"52,81,106,255,"+"24,73,101,255,"+"25,81,116,255,"+"14,71,110,255,"+"0,55,95,255,"+"0,50,95,255,"+"0,38,99,255,"+"0,43,102,255,"+"1,63,122,255,"+"0,34,102,255,"+"0,6,70,255,"+"0,0,58,255,"+"1,2,50,255,"+"1,2,58,255,"+"0,0,55,255,"+"0,0,40,255,"+"0,0,37,255,"+"0,0,41,255,"+"0,0,66,255,"+"0,17,89,255,"+"3,38,109,255,"+"3,34,111,255,"+"4,58,109,255,"+"6,64,109,255,"+"0,50,99,255,"+"0,55,103,255,"+"0,67,112,255,"+"0,63,107,255,"+"0,62,108,255,"+"0,68,118,255,"+"3,69,134,255,"+"35,101,200,255,"+"4,53,89,255,"+"1,56,86,255,"+"10,66,92,255,"+"36,74,101,255,"+"31,73,98,255,"+"45,78,101,255,"+"54,85,110,255,"+"74,94,119,255,"+"73,93,115,255,"+"59,83,106,255,"+"33,70,89,255,"+"16,54,80,255,"+"1,17,61,255,"+"2,27,78,255,"+"6,50,95,255,"+"16,57,107,255,"+"47,70,115,255,"+"39,61,107,255,"+"67,77,104,255,"+"81,85,104,255,"+"84,90,108,255,"+"85,85,103,255,"+"82,83,110,255,"+"96,84,106,255,"+"100,86,101,255,"+"105,87,94,255,"+"121,96,124,255,"+"160,140,177,255,"+"174,157,181,255,"+"167,140,158,255,"+"171,139,160,255,"+"180,157,182,255,"+"180,161,181,255,"+"172,142,161,255,"+"165,135,158,255,"+"170,144,168,255,"+"165,135,151,255,"+"156,122,137,255,"+"158,123,142,255,"+"162,120,145,255,"+"157,116,135,255,"+"158,117,128,255,"+"157,118,130,255,"+"151,110,131,255,"+"154,117,127,255,"+"159,109,116,255,"+"156,113,124,255,"+"126,90,115,255,"+"126,80,107,255,"+"153,102,114,255,"+"158,108,108,255,"+"165,116,121,255,"+"162,116,125,255,"+"152,108,126,255,"+"138,94,108,255,"+"130,87,101,255,"+"140,97,104,255,"+"141,101,107,255,"+"148,117,140,255,"+"158,143,175,255,"+"149,125,143,255,"+"140,117,139,255,"+"136,119,158,255,"+"112,112,152,255,"+"93,89,125,255,"+"94,97,129,255,"+"69,83,101,255,"+"58,78,96,255,"+"50,77,100,255,"+"33,71,101,255,"+"10,69,104,255,"+"3,58,96,255,"+"0,48,87,255,"+"0,44,89,255,"+"0,35,94,255,"+"0,30,87,255,"+"0,31,88,255,"+"6,34,93,255,"+"6,24,78,255,"+"0,0,57,255,"+"7,15,67,255,"+"7,15,73,255,"+"0,0,64,255,"+"0,0,46,255,"+"0,0,39,255,"+"0,0,52,255,"+"0,0,60,255,"+"0,5,80,255,"+"0,10,81,255,"+"13,50,116,255,"+"7,75,132,255,"+"2,76,117,255,"+"4,61,110,255,"+"2,58,107,255,"+"0,63,106,255,"+"0,64,106,255,"+"5,64,109,255,"+"0,61,116,255,"+"5,73,141,255,"+"49,109,205,255,"+"3,57,90,255,"+"13,68,95,255,"+"28,74,100,255,"+"44,78,109,255,"+"38,81,113,255,"+"51,83,111,255,"+"49,81,116,255,"+"58,91,132,255,"+"38,80,110,255,"+"23,71,102,255,"+"7,57,88,255,"+"2,44,74,255,"+"0,26,62,255,"+"10,47,79,255,"+"10,58,93,255,"+"13,54,98,255,"+"16,51,91,255,"+"31,55,90,255,"+"60,68,93,255,"+"90,89,112,255,"+"113,113,145,255,"+"106,105,123,255,"+"118,114,136,255,"+"125,115,135,255,"+"127,104,109,255,"+"136,104,105,255,"+"144,106,114,255,"+"147,109,124,255,"+"175,141,150,255,"+"179,140,148,255,"+"184,149,161,255,"+"182,153,171,255,"+"187,156,179,255,"+"185,154,183,255,"+"189,164,193,255,"+"171,147,180,255,"+"166,130,152,255,"+"157,117,131,255,"+"160,120,134,255,"+"164,120,133,255,"+"172,127,135,255,"+"171,131,142,255,"+"174,139,152,255,"+"171,130,149,255,"+"171,124,134,255,"+"167,112,121,255,"+"177,131,142,255,"+"173,133,155,255,"+"163,115,143,255,"+"157,103,111,255,"+"159,95,88,255,"+"173,112,113,255,"+"176,120,124,255,"+"181,132,141,255,"+"167,117,122,255,"+"152,102,108,255,"+"136,88,98,255,"+"139,92,99,255,"+"149,102,111,255,"+"150,112,118,255,"+"159,120,131,255,"+"164,140,167,255,"+"172,157,198,255,"+"154,153,191,255,"+"110,101,137,255,"+"105,100,136,255,"+"82,86,106,255,"+"69,79,98,255,"+"67,86,108,255,"+"45,79,107,255,"+"26,76,106,255,"+"12,67,99,255,"+"0,56,89,255,"+"0,51,91,255,"+"0,36,91,255,"+"0,32,87,255,"+"0,28,78,255,"+"1,17,73,255,"+"1,3,64,255,"+"0,0,51,255,"+"0,1,43,255,"+"0,2,53,255,"+"0,2,64,255,"+"0,1,64,255,"+"0,0,54,255,"+"0,0,47,255,"+"0,0,50,255,"+"0,4,73,255,"+"0,25,95,255,"+"18,72,148,255,"+"17,91,159,255,"+"6,80,131,255,"+"11,82,126,255,"+"4,69,112,255,"+"2,69,112,255,"+"1,72,118,255,"+"10,73,118,255,"+"1,58,117,255,"+"37,93,176,255,"+"143,172,243,255,"+"54,91,128,255,"+"72,100,135,255,"+"60,87,120,255,"+"54,85,117,255,"+"49,85,124,255,"+"68,92,143,255,"+"64,97,157,255,"+"58,90,151,255,"+"11,56,101,255,"+"8,59,100,255,"+"11,57,96,255,"+"7,47,79,255,"+"0,22,60,255,"+"13,44,79,255,"+"18,54,95,255,"+"37,65,109,255,"+"35,62,97,255,"+"48,68,90,255,"+"78,82,99,255,"+"101,95,120,255,"+"139,134,171,255,"+"137,133,157,255,"+"144,132,157,255,"+"151,138,157,255,"+"139,114,118,255,"+"141,107,111,255,"+"149,109,111,255,"+"154,110,112,255,"+"157,112,112,255,"+"159,113,113,255,"+"163,120,129,255,"+"165,121,134,255,"+"167,118,124,255,"+"172,127,139,255,"+"160,129,136,255,"+"142,115,135,255,"+"158,123,152,255,"+"152,100,118,255,"+"148,95,114,255,"+"162,111,124,255,"+"169,119,125,255,"+"177,130,138,255,"+"182,138,146,255,"+"175,125,130,255,"+"167,109,108,255,"+"163,105,116,255,"+"189,135,159,255,"+"199,151,176,255,"+"199,154,170,255,"+"188,138,148,255,"+"180,113,112,255,"+"176,113,112,255,"+"190,132,139,255,"+"192,143,152,255,"+"186,141,146,255,"+"177,127,124,255,"+"166,111,111,255,"+"151,104,114,255,"+"143,103,124,255,"+"145,99,102,255,"+"154,107,116,255,"+"157,123,151,255,"+"189,174,213,255,"+"164,165,193,255,"+"109,97,122,255,"+"111,96,114,255,"+"104,92,108,255,"+"101,94,109,255,"+"92,95,108,255,"+"75,90,107,255,"+"47,80,103,255,"+"17,69,97,255,"+"3,64,93,255,"+"1,59,92,255,"+"1,46,94,255,"+"1,53,106,255,"+"0,49,97,255,"+"0,24,82,255,"+"0,2,58,255,"+"0,0,54,255,"+"0,0,56,255,"+"0,2,63,255,"+"0,6,69,255,"+"0,1,68,255,"+"0,0,58,255,"+"0,0,59,255,"+"0,0,49,255,"+"0,1,63,255,"+"1,25,91,255,"+"6,70,142,255,"+"12,87,151,255,"+"30,95,150,255,"+"5,74,120,255,"+"0,61,105,255,"+"0,64,105,255,"+"0,65,111,255,"+"1,63,114,255,"+"2,61,122,255,"+"42,93,169,255,"+"99,136,219,255,"+"109,122,162,255,"+"114,127,166,255,"+"85,106,147,255,"+"63,91,134,255,"+"43,84,138,255,"+"60,90,165,255,"+"63,99,166,255,"+"17,68,120,255,"+"2,49,89,255,"+"1,54,91,255,"+"20,66,96,255,"+"7,34,71,255,"+"0,18,60,255,"+"1,41,76,255,"+"1,32,84,255,"+"19,54,95,255,"+"17,54,84,255,"+"53,71,90,255,"+"88,91,105,255,"+"107,103,121,255,"+"137,126,152,255,"+"140,127,150,255,"+"149,131,152,255,"+"149,132,151,255,"+"142,113,115,255,"+"140,106,107,255,"+"131,96,97,255,"+"134,94,99,255,"+"132,89,96,255,"+"124,81,89,255,"+"138,93,101,255,"+"145,103,104,255,"+"156,107,100,255,"+"163,115,109,255,"+"139,111,101,255,"+"135,110,108,255,"+"157,110,110,255,"+"167,106,109,255,"+"164,103,106,255,"+"163,99,97,255,"+"153,93,101,255,"+"165,105,115,255,"+"185,125,125,255,"+"188,129,121,255,"+"182,120,111,255,"+"172,108,104,255,"+"183,116,132,255,"+"198,139,155,255,"+"209,159,166,255,"+"211,159,160,255,"+"205,148,155,255,"+"202,152,167,255,"+"207,161,177,255,"+"211,176,186,255,"+"208,170,170,255,"+"195,151,143,255,"+"181,123,119,255,"+"175,120,130,255,"+"150,106,124,255,"+"149,102,114,255,"+"148,102,120,255,"+"158,126,157,255,"+"185,170,206,255,"+"164,151,173,255,"+"120,99,124,255,"+"123,105,126,255,"+"126,111,129,255,"+"115,107,116,255,"+"102,102,111,255,"+"85,94,104,255,"+"77,88,104,255,"+"56,81,106,255,"+"20,69,95,255,"+"19,68,96,255,"+"35,75,115,255,"+"23,82,125,255,"+"0,61,103,255,"+"0,40,90,255,"+"0,13,80,255,"+"0,4,63,255,"+"0,1,64,255,"+"0,3,64,255,"+"0,0,47,255,"+"0,0,58,255,"+"0,0,62,255,"+"0,0,66,255,"+"0,2,67,255,"+"0,1,59,255,"+"0,14,82,255,"+"1,49,111,255,"+"13,75,126,255,"+"7,74,122,255,"+"0,64,111,255,"+"0,62,108,255,"+"3,72,112,255,"+"8,77,112,255,"+"1,67,110,255,"+"1,64,114,255,"+"5,71,130,255,"+"6,55,132,255,"+"121,121,147,255,"+"87,102,133,255,"+"78,99,145,255,"+"71,97,140,255,"+"54,91,132,255,"+"24,79,129,255,"+"8,64,108,255,"+"0,54,94,255,"+"2,51,89,255,"+"2,49,91,255,"+"6,54,89,255,"+"0,14,63,255,"+"0,8,60,255,"+"1,22,73,255,"+"1,19,68,255,"+"15,51,77,255,"+"36,63,86,255,"+"56,71,92,255,"+"87,90,109,255,"+"114,110,127,255,"+"131,118,131,255,"+"129,118,131,255,"+"126,108,120,255,"+"123,96,107,255,"+"126,97,97,255,"+"124,93,93,255,"+"117,84,83,255,"+"123,87,91,255,"+"117,80,89,255,"+"106,73,88,255,"+"110,71,84,255,"+"125,78,90,255,"+"141,88,97,255,"+"148,96,95,255,"+"150,104,94,255,"+"153,112,100,255,"+"164,113,104,255,"+"169,110,109,255,"+"166,106,102,255,"+"162,96,92,255,"+"163,98,92,255,"+"168,102,98,255,"+"179,114,112,255,"+"185,122,117,255,"+"186,124,115,255,"+"184,116,107,255,"+"180,109,114,255,"+"175,104,112,255,"+"197,132,155,255,"+"207,149,155,255,"+"197,138,154,255,"+"201,151,171,255,"+"210,159,169,255,"+"219,179,184,255,"+"212,168,162,255,"+"209,165,162,255,"+"191,133,128,255,"+"181,116,113,255,"+"171,116,121,255,"+"175,136,158,255,"+"159,118,148,255,"+"173,131,159,255,"+"173,150,188,255,"+"171,144,177,255,"+"158,140,170,255,"+"149,129,148,255,"+"143,124,140,255,"+"135,120,127,255,"+"120,108,117,255,"+"96,92,103,255,"+"92,93,104,255,"+"84,97,107,255,"+"34,70,90,255,"+"36,70,93,255,"+"42,76,103,255,"+"23,76,109,255,"+"11,67,107,255,"+"10,51,109,255,"+"6,51,117,255,"+"0,14,78,255,"+"0,5,71,255,"+"0,5,54,255,"+"0,0,47,255,"+"0,0,39,255,"+"1,3,64,255,"+"16,20,69,255,"+"50,41,79,255,"+"41,34,73,255,"+"6,18,76,255,"+"0,27,88,255,"+"1,42,100,255,"+"0,52,100,255,"+"0,62,106,255,"+"0,62,107,255,"+"0,62,104,255,"+"3,71,107,255,"+"0,65,105,255,"+"0,69,111,255,"+"0,61,109,255,"+"0,27,91,255,"+"121,119,135,255,"+"74,96,139,255,"+"58,88,130,255,"+"47,85,123,255,"+"51,92,134,255,"+"18,70,112,255,"+"0,49,89,255,"+"0,40,73,255,"+"0,40,75,255,"+"6,41,81,255,"+"19,52,90,255,"+"0,12,60,255,"+"1,13,67,255,"+"7,33,92,255,"+"7,31,71,255,"+"27,55,87,255,"+"44,66,90,255,"+"44,62,84,255,"+"72,79,106,255,"+"113,110,134,255,"+"123,115,131,255,"+"128,119,130,255,"+"122,108,115,255,"+"117,97,104,255,"+"113,94,98,255,"+"113,88,91,255,"+"114,85,90,255,"+"114,85,88,255,"+"121,86,92,255,"+"122,92,112,255,"+"119,82,102,255,"+"135,91,99,255,"+"144,92,101,255,"+"152,98,97,255,"+"146,92,92,255,"+"151,95,92,255,"+"157,102,101,255,"+"156,102,112,255,"+"162,107,109,255,"+"158,101,103,255,"+"163,104,103,255,"+"175,115,113,255,"+"176,113,113,255,"+"181,118,121,255,"+"183,122,124,255,"+"178,109,104,255,"+"185,118,115,255,"+"184,117,109,255,"+"184,108,120,255,"+"189,118,124,255,"+"195,119,129,255,"+"193,127,144,255,"+"196,133,143,255,"+"215,160,168,255,"+"215,176,175,255,"+"216,173,172,255,"+"204,154,159,255,"+"194,134,132,255,"+"192,137,136,255,"+"183,126,134,255,"+"169,111,122,255,"+"173,128,159,255,"+"175,151,189,255,"+"152,113,141,255,"+"158,124,142,255,"+"158,136,148,255,"+"147,122,138,255,"+"141,119,131,255,"+"153,122,133,255,"+"131,115,130,255,"+"111,109,123,255,"+"98,101,110,255,"+"49,69,85,255,"+"24,61,89,255,"+"33,70,98,255,"+"45,81,108,255,"+"49,86,124,255,"+"67,104,148,255,"+"44,96,158,255,"+"5,39,106,255,"+"4,24,84,255,"+"0,14,63,255,"+"0,1,60,255,"+"0,0,39,255,"+"1,3,52,255,"+"49,41,77,255,"+"150,82,98,255,"+"122,74,93,255,"+"26,53,87,255,"+"1,31,88,255,"+"2,42,105,255,"+"0,50,103,255,"+"0,65,106,255,"+"0,69,108,255,"+"5,68,105,255,"+"10,72,111,255,"+"2,66,107,255,"+"11,73,112,255,"+"5,67,109,255,"+"0,19,85,255,"+"87,104,138,255,"+"84,113,169,255,"+"72,102,152,255,"+"37,83,129,255,"+"12,63,111,255,"+"1,41,95,255,"+"0,41,83,255,"+"0,34,74,255,"+"4,49,83,255,"+"7,50,83,255,"+"1,31,72,255,"+"0,17,66,255,"+"1,15,63,255,"+"22,54,92,255,"+"42,65,94,255,"+"47,65,91,255,"+"66,78,95,255,"+"68,80,93,255,"+"76,83,104,255,"+"92,94,115,255,"+"96,92,105,255,"+"107,98,110,255,"+"107,95,106,255,"+"98,84,95,255,"+"94,80,91,255,"+"97,81,90,255,"+"104,81,90,255,"+"110,83,82,255,"+"109,83,87,255,"+"132,101,131,255,"+"137,104,137,255,"+"134,100,116,255,"+"138,96,118,255,"+"146,105,128,255,"+"143,101,121,255,"+"146,97,102,255,"+"147,99,106,255,"+"144,95,107,255,"+"155,102,103,255,"+"159,106,102,255,"+"171,116,113,255,"+"175,115,109,255,"+"178,114,106,255,"+"180,114,106,255,"+"184,118,113,255,"+"185,116,106,255,"+"189,115,111,255,"+"191,117,108,255,"+"194,121,118,255,"+"196,133,139,255,"+"191,118,110,255,"+"182,105,120,255,"+"177,111,141,255,"+"186,124,145,255,"+"207,168,196,255,"+"200,154,168,255,"+"202,150,163,255,"+"207,156,159,255,"+"199,153,150,255,"+"194,142,142,255,"+"180,120,120,255,"+"171,116,135,255,"+"166,126,149,255,"+"154,107,118,255,"+"165,119,127,255,"+"160,128,140,255,"+"149,122,140,255,"+"147,128,142,255,"+"161,134,153,255,"+"152,139,163,255,"+"133,122,146,255,"+"111,102,124,255,"+"76,84,101,255,"+"55,73,96,255,"+"53,73,105,255,"+"59,80,107,255,"+"80,100,134,255,"+"88,113,144,255,"+"66,106,155,255,"+"8,59,118,255,"+"9,38,95,255,"+"1,12,71,255,"+"0,1,59,255,"+"0,0,47,255,"+"0,0,53,255,"+"3,9,59,255,"+"15,19,66,255,"+"15,22,71,255,"+"2,22,73,255,"+"0,19,79,255,"+"0,37,100,255,"+"1,48,108,255,"+"1,68,112,255,"+"10,78,118,255,"+"16,78,115,255,"+"27,83,122,255,"+"43,93,144,255,"+"36,89,127,255,"+"9,65,104,255,"+"0,22,86,255,"+"71,106,174,255,"+"129,151,212,255,"+"117,142,199,255,"+"58,99,149,255,"+"9,54,103,255,"+"14,61,87,255,"+"0,30,73,255,"+"0,18,70,255,"+"1,33,70,255,"+"3,40,72,255,"+"0,35,71,255,"+"0,28,71,255,"+"4,35,72,255,"+"24,56,79,255,"+"38,67,87,255,"+"56,77,100,255,"+"48,69,88,255,"+"46,65,77,255,"+"67,77,89,255,"+"71,76,88,255,"+"73,75,82,255,"+"83,81,91,255,"+"86,81,91,255,"+"76,71,74,255,"+"75,70,73,255,"+"86,73,83,255,"+"103,82,106,255,"+"108,88,105,255,"+"107,82,95,255,"+"122,93,128,255,"+"124,103,140,255,"+"125,96,118,255,"+"129,92,119,255,"+"146,112,142,255,"+"145,107,132,255,"+"140,91,103,255,"+"140,93,95,255,"+"141,87,89,255,"+"144,86,85,255,"+"149,92,89,255,"+"165,107,105,255,"+"163,98,94,255,"+"169,99,94,255,"+"173,102,93,255,"+"179,108,100,255,"+"185,115,108,255,"+"190,116,112,255,"+"192,115,103,255,"+"194,115,101,255,"+"194,116,108,255,"+"198,123,115,255,"+"192,119,119,255,"+"177,115,125,255,"+"162,92,122,255,"+"175,114,150,255,"+"175,111,129,255,"+"183,116,131,255,"+"208,154,166,255,"+"206,163,170,255,"+"199,147,146,255,"+"187,122,117,255,"+"174,113,111,255,"+"161,103,109,255,"+"164,111,114,255,"+"156,107,114,255,"+"163,122,132,255,"+"164,138,156,255,"+"155,135,146,255,"+"149,124,148,255,"+"150,133,160,255,"+"143,129,148,255,"+"122,108,131,255,"+"113,104,129,255,"+"114,116,151,255,"+"86,100,139,255,"+"73,93,135,255,"+"96,115,165,255,"+"75,104,139,255,"+"58,99,139,255,"+"11,74,130,255,"+"0,51,106,255,"+"0,14,75,255,"+"0,0,60,255,"+"0,2,62,255,"+"0,6,66,255,"+"0,7,66,255,"+"0,5,64,255,"+"0,6,66,255,"+"0,10,63,255,"+"0,20,73,255,"+"1,49,104,255,"+"6,76,131,255,"+"3,64,112,255,"+"17,77,116,255,"+"20,77,113,255,"+"52,99,143,255,"+"85,118,166,255,"+"33,87,128,255,"+"2,66,103,255,"+"0,44,106,255,"+"135,158,222,255,"+"173,191,238,255,"+"119,150,193,255,"+"38,82,130,255,"+"3,42,92,255,"+"3,40,74,255,"+"0,20,68,255,"+"0,15,66,255,"+"2,26,71,255,"+"5,42,73,255,"+"0,42,68,255,"+"0,44,78,255,"+"16,58,91,255,"+"47,74,98,255,"+"43,71,93,255,"+"56,78,93,255,"+"33,65,81,255,"+"36,61,83,255,"+"57,69,88,255,"+"52,66,82,255,"+"42,64,76,255,"+"47,66,75,255,"+"46,62,72,255,"+"55,63,74,255,"+"70,68,77,255,"+"86,79,101,255,"+"107,100,148,255,"+"124,110,151,255,"+"132,107,131,255,"+"135,109,130,255,"+"121,95,114,255,"+"116,84,97,255,"+"117,77,86,255,"+"128,88,100,255,"+"125,80,89,255,"+"128,75,84,255,"+"132,82,93,255,"+"143,87,101,255,"+"145,88,92,255,"+"153,92,86,255,"+"158,94,90,255,"+"161,93,89,255,"+"170,94,95,255,"+"167,96,93,255,"+"171,103,102,255,"+"179,109,105,255,"+"185,117,114,255,"+"186,112,105,255,"+"184,104,90,255,"+"191,107,94,255,"+"199,121,114,255,"+"202,130,135,255,"+"204,145,163,255,"+"187,124,143,255,"+"171,87,94,255,"+"164,87,84,255,"+"191,120,125,255,"+"200,140,154,255,"+"211,167,190,255,"+"204,161,169,255,"+"193,126,123,255,"+"181,116,110,255,"+"179,111,109,255,"+"175,114,112,255,"+"164,112,113,255,"+"157,111,115,255,"+"154,113,123,255,"+"139,103,111,255,"+"133,103,122,255,"+"147,124,145,255,"+"143,121,147,255,"+"157,145,184,255,"+"142,128,164,255,"+"158,156,192,255,"+"122,132,168,255,"+"97,107,151,255,"+"97,112,164,255,"+"77,101,143,255,"+"44,87,130,255,"+"23,81,135,255,"+"1,50,101,255,"+"0,7,69,255,"+"0,2,54,255,"+"0,3,54,255,"+"0,10,74,255,"+"1,30,94,255,"+"4,44,112,255,"+"2,31,91,255,"+"0,14,65,255,"+"0,22,73,255,"+"0,40,89,255,"+"0,55,110,255,"+"2,70,115,255,"+"4,74,110,255,"+"33,88,123,255,"+"59,99,138,255,"+"66,102,142,255,"+"43,91,131,255,"+"7,73,110,255,"+"8,79,125,255,"+"127,164,217,255,"+"77,118,170,255,"+"34,77,127,255,"+"1,28,93,255,"+"0,18,84,255,"+"0,14,66,255,"+"0,11,65,255,"+"0,19,71,255,"+"0,30,79,255,"+"7,40,77,255,"+"24,59,91,255,"+"20,59,95,255,"+"22,60,85,255,"+"58,77,107,255,"+"43,70,98,255,"+"26,60,79,255,"+"12,49,72,255,"+"15,50,78,255,"+"28,55,82,255,"+"13,36,70,255,"+"8,41,64,255,"+"24,51,68,255,"+"57,67,89,255,"+"72,79,100,255,"+"76,70,88,255,"+"102,86,122,255,"+"125,110,148,255,"+"142,123,166,255,"+"147,130,164,255,"+"143,114,135,255,"+"137,108,127,255,"+"128,97,104,255,"+"116,75,79,255,"+"128,80,92,255,"+"144,93,99,255,"+"149,91,101,255,"+"153,97,110,255,"+"154,92,104,255,"+"153,94,109,255,"+"157,97,105,255,"+"164,96,100,255,"+"172,105,104,255,"+"177,110,112,255,"+"175,104,107,255,"+"173,103,112,255,"+"176,100,103,255,"+"178,105,107,255,"+"186,114,114,255,"+"185,110,107,255,"+"182,102,95,255,"+"194,116,110,255,"+"194,115,109,255,"+"200,122,129,255,"+"201,130,142,255,"+"201,122,116,255,"+"198,112,96,255,"+"202,118,113,255,"+"194,122,130,255,"+"211,162,192,255,"+"209,178,195,255,"+"198,140,139,255,"+"190,122,110,255,"+"190,118,110,255,"+"180,117,107,255,"+"170,116,109,255,"+"165,117,118,255,"+"155,109,113,255,"+"149,106,112,255,"+"142,105,108,255,"+"137,104,113,255,"+"147,115,139,255,"+"182,170,202,255,"+"156,147,171,255,"+"131,122,148,255,"+"111,109,136,255,"+"98,102,130,255,"+"98,110,149,255,"+"70,95,137,255,"+"50,83,122,255,"+"27,76,119,255,"+"2,55,97,255,"+"0,14,61,255,"+"0,8,65,255,"+"0,13,73,255,"+"0,6,66,255,"+"0,7,70,255,"+"4,28,93,255,"+"2,24,83,255,"+"0,26,81,255,"+"0,37,88,255,"+"0,43,99,255,"+"0,47,103,255,"+"3,67,118,255,"+"1,69,108,255,"+"9,69,104,255,"+"18,73,106,255,"+"36,88,117,255,"+"18,79,112,255,"+"1,66,102,255,"+"2,75,115,255,"+"17,63,141,255,"+"2,35,102,255,"+"0,15,81,255,"+"0,4,71,255,"+"0,9,70,255,"+"0,6,61,255,"+"0,10,64,255,"+"0,14,70,255,"+"1,33,76,255,"+"39,55,87,255,"+"117,91,131,255,"+"98,110,152,255,"+"37,71,99,255,"+"31,62,87,255,"+"32,64,86,255,"+"18,56,77,255,"+"2,42,70,255,"+"4,42,70,255,"+"42,61,90,255,"+"47,68,103,255,"+"29,57,76,255,"+"51,62,77,255,"+"73,72,87,255,"+"79,75,89,255,"+"81,72,85,255,"+"81,74,103,255,"+"107,90,119,255,"+"151,144,191,255,"+"156,152,188,255,"+"130,99,120,255,"+"134,92,103,255,"+"134,90,92,255,"+"135,84,87,255,"+"147,92,93,255,"+"152,93,84,255,"+"157,92,96,255,"+"154,87,96,255,"+"157,86,94,255,"+"162,95,111,255,"+"173,109,119,255,"+"171,100,103,255,"+"180,108,107,255,"+"186,121,125,255,"+"183,112,115,255,"+"182,108,112,255,"+"179,102,101,255,"+"177,99,106,255,"+"184,107,120,255,"+"192,123,130,255,"+"190,115,118,255,"+"196,112,109,255,"+"200,116,106,255,"+"205,124,126,255,"+"203,138,162,255,"+"206,135,140,255,"+"206,122,103,255,"+"206,120,101,255,"+"202,120,116,255,"+"198,130,150,255,"+"213,169,197,255,"+"205,150,155,255,"+"199,136,127,255,"+"196,127,115,255,"+"184,120,105,255,"+"175,117,110,255,"+"168,119,115,255,"+"157,112,109,255,"+"151,106,109,255,"+"146,101,102,255,"+"149,110,120,255,"+"163,127,159,255,"+"181,170,200,255,"+"167,154,172,255,"+"142,125,148,255,"+"127,115,142,255,"+"110,112,137,255,"+"95,107,136,255,"+"67,92,126,255,"+"49,79,111,255,"+"18,64,99,255,"+"1,52,94,255,"+"0,15,67,255,"+"0,10,61,255,"+"0,22,72,255,"+"0,16,66,255,"+"0,17,69,255,"+"0,24,69,255,"+"0,39,86,255,"+"3,60,110,255,"+"1,59,107,255,"+"3,52,100,255,"+"2,43,97,255,"+"8,63,115,255,"+"4,66,114,255,"+"3,65,104,255,"+"3,60,91,255,"+"5,67,97,255,"+"1,65,102,255,"+"1,67,108,255,"+"2,67,108,255,"+"0,15,93,255,"+"0,10,82,255,"+"0,4,77,255,"+"0,1,67,255,"+"0,1,62,255,"+"0,6,68,255,"+"0,10,70,255,"+"0,17,69,255,"+"7,36,78,255,"+"110,74,100,255,"+"206,138,128,255,"+"96,88,117,255,"+"28,64,105,255,"+"6,48,69,255,"+"9,48,68,255,"+"14,53,77,255,"+"3,47,74,255,"+"8,41,65,255,"+"53,65,86,255,"+"69,81,102,255,"+"64,75,91,255,"+"67,72,88,255,"+"78,78,87,255,"+"92,82,92,255,"+"100,81,92,255,"+"102,84,94,255,"+"113,90,118,255,"+"124,110,148,255,"+"125,107,139,255,"+"125,87,109,255,"+"136,86,98,255,"+"137,84,92,255,"+"139,81,82,255,"+"143,82,81,255,"+"150,88,85,255,"+"164,99,106,255,"+"173,107,123,255,"+"179,115,130,255,"+"182,117,127,255,"+"180,115,122,255,"+"181,107,109,255,"+"197,125,133,255,"+"198,129,132,255,"+"195,124,120,255,"+"192,121,123,255,"+"193,115,119,255,"+"197,119,125,255,"+"194,119,127,255,"+"198,118,122,255,"+"195,115,116,255,"+"196,107,99,255,"+"198,109,98,255,"+"204,119,106,255,"+"205,129,130,255,"+"201,127,142,255,"+"210,133,135,255,"+"213,122,101,255,"+"215,124,105,255,"+"206,124,121,255,"+"200,130,133,255,"+"211,147,160,255,"+"209,159,172,255,"+"207,145,144,255,"+"191,126,118,255,"+"181,117,116,255,"+"179,124,122,255,"+"162,113,112,255,"+"143,94,95,255,"+"136,88,95,255,"+"150,108,135,255,"+"179,161,200,255,"+"197,203,237,255,"+"177,175,202,255,"+"154,139,158,255,"+"145,133,159,255,"+"130,134,164,255,"+"97,107,130,255,"+"69,89,113,255,"+"56,83,109,255,"+"21,68,101,255,"+"1,56,95,255,"+"0,34,82,255,"+"0,18,67,255,"+"0,22,68,255,"+"0,24,66,255,"+"0,36,78,255,"+"1,45,87,255,"+"1,57,102,255,"+"10,69,109,255,"+"2,62,102,255,"+"0,42,92,255,"+"0,36,94,255,"+"0,36,95,255,"+"15,60,114,255,"+"20,77,117,255,"+"2,64,98,255,"+"0,62,96,255,"+"0,67,101,255,"+"1,66,103,255,"+"1,62,100,255,"+"0,1,65,255,"+"0,0,74,255,"+"0,4,78,255,"+"0,3,71,255,"+"0,0,54,255,"+"0,3,59,255,"+"0,15,66,255,"+"0,20,68,255,"+"9,29,72,255,"+"106,70,98,255,"+"140,94,100,255,"+"73,71,114,255,"+"24,57,102,255,"+"7,36,69,255,"+"6,46,76,255,"+"3,44,73,255,"+"2,40,68,255,"+"18,52,76,255,"+"48,68,86,255,"+"65,73,85,255,"+"73,77,90,255,"+"81,81,97,255,"+"89,84,93,255,"+"98,83,92,255,"+"103,80,95,255,"+"107,77,93,255,"+"119,87,116,255,"+"131,100,131,255,"+"140,111,139,255,"+"141,102,120,255,"+"142,94,101,255,"+"140,85,90,255,"+"143,82,84,255,"+"150,84,95,255,"+"169,102,121,255,"+"185,119,130,255,"+"198,136,146,255,"+"199,131,135,255,"+"204,132,143,255,"+"197,138,161,255,"+"193,115,124,255,"+"210,137,144,255,"+"213,132,126,255,"+"211,131,125,255,"+"219,150,157,255,"+"214,143,149,255,"+"217,143,151,255,"+"218,154,165,255,"+"209,133,137,255,"+"202,118,118,255,"+"212,125,121,255,"+"208,123,122,255,"+"203,117,111,255,"+"211,129,117,255,"+"207,130,133,255,"+"202,123,124,255,"+"216,122,102,255,"+"217,122,94,255,"+"213,124,105,255,"+"209,126,112,255,"+"202,125,130,255,"+"211,160,178,255,"+"214,157,160,255,"+"200,138,127,255,"+"185,117,114,255,"+"178,114,112,255,"+"166,108,106,255,"+"148,94,96,255,"+"140,91,102,255,"+"145,102,134,255,"+"183,161,195,255,"+"187,183,216,255,"+"181,178,206,255,"+"163,151,169,255,"+"157,149,171,255,"+"142,145,177,255,"+"96,104,121,255,"+"66,83,104,255,"+"49,77,104,255,"+"24,70,102,255,"+"8,61,100,255,"+"6,55,97,255,"+"0,28,70,255,"+"0,12,63,255,"+"0,24,74,255,"+"5,57,103,255,"+"23,82,125,255,"+"6,57,102,255,"+"0,48,89,255,"+"0,49,90,255,"+"1,52,92,255,"+"3,50,94,255,"+"1,48,92,255,"+"34,77,111,255,"+"34,82,117,255,"+"2,62,101,255,"+"0,59,93,255,"+"0,64,99,255,"+"5,60,94,255,"+"6,73,108,255,"+"0,1,71,255,"+"0,1,69,255,"+"0,5,71,255,"+"2,15,72,255,"+"0,4,55,255,"+"0,9,61,255,"+"0,19,66,255,"+"0,28,81,255,"+"10,45,86,255,"+"53,66,93,255,"+"48,67,97,255,"+"37,67,102,255,"+"12,55,81,255,"+"19,58,85,255,"+"5,44,77,255,"+"1,38,69,255,"+"7,44,70,255,"+"27,58,80,255,"+"46,66,85,255,"+"62,70,84,255,"+"74,78,89,255,"+"82,79,92,255,"+"92,83,96,255,"+"107,91,111,255,"+"129,105,127,255,"+"133,104,121,255,"+"139,107,120,255,"+"145,110,126,255,"+"151,118,135,255,"+"154,109,122,255,"+"153,98,105,255,"+"157,100,111,255,"+"172,112,125,255,"+"177,112,123,255,"+"190,124,131,255,"+"204,138,146,255,"+"217,158,174,255,"+"214,157,163,255,"+"212,145,165,255,"+"207,155,181,255,"+"214,134,136,255,"+"228,156,145,255,"+"229,154,141,255,"+"226,147,142,255,"+"236,170,173,255,"+"225,163,158,255,"+"230,153,141,255,"+"227,148,145,255,"+"234,166,172,255,"+"237,162,161,255,"+"239,176,184,255,"+"230,182,194,255,"+"217,151,167,255,"+"213,140,142,255,"+"214,125,112,255,"+"212,129,128,255,"+"210,116,102,255,"+"214,114,88,255,"+"212,107,76,255,"+"217,119,97,255,"+"207,123,119,255,"+"208,139,156,255,"+"217,166,187,255,"+"209,155,149,255,"+"194,126,117,255,"+"177,112,104,255,"+"170,109,107,255,"+"159,101,105,255,"+"157,108,118,255,"+"155,113,140,255,"+"167,130,154,255,"+"174,141,172,255,"+"173,153,186,255,"+"170,152,180,255,"+"165,162,186,255,"+"147,148,171,255,"+"110,111,132,255,"+"72,85,109,255,"+"53,78,104,255,"+"53,81,116,255,"+"46,82,127,255,"+"24,64,118,255,"+"1,27,71,255,"+"0,17,70,255,"+"2,45,88,255,"+"17,72,105,255,"+"18,72,108,255,"+"2,47,85,255,"+"0,48,84,255,"+"0,41,86,255,"+"0,45,90,255,"+"0,47,95,255,"+"0,49,93,255,"+"4,56,92,255,"+"22,78,110,255,"+"12,72,107,255,"+"2,57,91,255,"+"1,62,103,255,"+"3,57,101,255,"+"19,80,123,255,"+"0,2,63,255,"+"0,2,69,255,"+"1,10,68,255,"+"2,24,73,255,"+"0,15,77,255,"+"0,7,58,255,"+"0,8,58,255,"+"2,27,77,255,"+"10,56,89,255,"+"17,62,89,255,"+"12,58,96,255,"+"10,45,93,255,"+"7,49,80,255,"+"19,54,81,255,"+"25,59,94,255,"+"12,52,80,255,"+"22,53,79,255,"+"21,53,72,255,"+"39,63,76,255,"+"51,61,78,255,"+"65,66,83,255,"+"75,68,82,255,"+"97,82,101,255,"+"129,111,155,255,"+"151,132,174,255,"+"149,119,145,255,"+"150,116,131,255,"+"153,114,127,255,"+"157,111,127,255,"+"163,109,121,255,"+"159,98,105,255,"+"176,113,121,255,"+"193,131,144,255,"+"203,139,146,255,"+"211,144,149,255,"+"212,142,144,255,"+"220,157,171,255,"+"220,167,186,255,"+"227,181,201,255,"+"215,163,175,255,"+"224,143,136,255,"+"227,137,106,255,"+"233,137,110,255,"+"238,140,117,255,"+"239,148,112,255,"+"235,144,103,255,"+"240,145,113,255,"+"240,157,131,255,"+"239,153,133,255,"+"244,162,141,255,"+"250,188,178,255,"+"241,192,172,255,"+"234,153,142,255,"+"233,154,151,255,"+"227,134,102,255,"+"222,138,127,255,"+"219,138,134,255,"+"219,125,106,255,"+"216,116,93,255,"+"224,140,127,255,"+"213,133,126,255,"+"213,137,150,255,"+"230,191,216,255,"+"218,176,187,255,"+"202,137,129,255,"+"184,114,107,255,"+"174,109,104,255,"+"164,104,104,255,"+"162,110,136,255,"+"166,119,147,255,"+"169,125,139,255,"+"169,131,158,255,"+"183,163,199,255,"+"187,176,210,255,"+"180,181,208,255,"+"142,140,164,255,"+"118,114,137,255,"+"85,92,117,255,"+"64,82,107,255,"+"67,88,117,255,"+"72,96,127,255,"+"57,88,127,255,"+"15,58,94,255,"+"4,51,91,255,"+"0,50,87,255,"+"2,58,91,255,"+"0,55,88,255,"+"1,49,81,255,"+"3,56,84,255,"+"0,40,82,255,"+"0,50,97,255,"+"0,56,96,255,"+"1,50,87,255,"+"2,62,96,255,"+"5,65,105,255,"+"4,61,98,255,"+"1,54,98,255,"+"0,56,96,255,"+"3,63,107,255,"+"10,69,124,255,"+"0,1,49,255,"+"0,3,71,255,"+"0,3,68,255,"+"0,6,68,255,"+"0,5,65,255,"+"0,3,50,255,"+"0,20,69,255,"+"1,38,81,255,"+"7,54,87,255,"+"11,61,92,255,"+"21,67,113,255,"+"40,73,121,255,"+"28,59,95,255,"+"21,53,75,255,"+"26,61,82,255,"+"32,66,82,255,"+"39,66,81,255,"+"21,54,71,255,"+"30,56,71,255,"+"49,60,68,255,"+"78,68,80,255,"+"92,78,95,255,"+"113,89,103,255,"+"147,126,158,255,"+"141,121,157,255,"+"136,103,134,255,"+"149,112,135,255,"+"155,109,132,255,"+"160,106,117,255,"+"172,109,113,255,"+"175,108,110,255,"+"189,121,128,255,"+"207,145,158,255,"+"220,161,167,255,"+"225,165,171,255,"+"223,153,147,255,"+"217,142,147,255,"+"210,133,148,255,"+"218,130,130,255,"+"237,148,121,255,"+"242,153,119,255,"+"244,148,103,255,"+"242,144,105,255,"+"245,147,109,255,"+"246,143,88,255,"+"244,135,79,255,"+"247,144,89,255,"+"248,151,105,255,"+"250,157,124,255,"+"249,161,131,255,"+"252,170,128,255,"+"251,167,123,255,"+"244,165,147,255,"+"246,169,149,255,"+"240,150,122,255,"+"241,155,135,255,"+"233,162,158,255,"+"229,157,154,255,"+"220,130,115,255,"+"234,151,144,255,"+"218,131,117,255,"+"220,125,114,255,"+"227,163,176,255,"+"222,192,208,255,"+"205,148,145,255,"+"190,116,111,255,"+"184,113,106,255,"+"171,105,101,255,"+"161,102,118,255,"+"174,127,152,255,"+"175,133,150,255,"+"168,133,166,255,"+"194,185,223,255,"+"195,192,223,255,"+"181,188,217,255,"+"152,150,180,255,"+"114,109,132,255,"+"86,92,108,255,"+"68,82,102,255,"+"67,84,109,255,"+"58,85,111,255,"+"51,81,115,255,"+"48,81,110,255,"+"13,66,93,255,"+"1,59,88,255,"+"0,57,91,255,"+"0,55,86,255,"+"1,53,82,255,"+"2,55,85,255,"+"2,48,91,255,"+"3,54,95,255,"+"3,64,104,255,"+"0,55,95,255,"+"1,60,96,255,"+"0,63,100,255,"+"1,62,112,255,"+"2,62,103,255,"+"0,58,98,255,"+"17,76,133,255,"+"46,95,156,255,"+"0,0,47,255,"+"0,1,57,255,"+"0,0,60,255,"+"0,0,62,255,"+"0,1,62,255,"+"0,15,73,255,"+"1,41,82,255,"+"2,49,91,255,"+"1,39,90,255,"+"2,36,74,255,"+"7,55,92,255,"+"37,65,97,255,"+"43,64,90,255,"+"29,58,81,255,"+"38,66,82,255,"+"59,75,87,255,"+"61,74,86,255,"+"63,75,92,255,"+"71,76,99,255,"+"84,74,91,255,"+"94,72,106,255,"+"132,122,172,255,"+"139,120,154,255,"+"144,113,131,255,"+"132,99,116,255,"+"144,102,115,255,"+"142,100,109,255,"+"155,107,129,255,"+"165,105,110,255,"+"182,116,125,255,"+"190,125,137,255,"+"208,141,153,255,"+"223,168,177,255,"+"223,170,181,255,"+"227,171,180,255,"+"225,146,134,255,"+"217,126,111,255,"+"216,123,111,255,"+"228,126,98,255,"+"240,139,95,255,"+"243,146,106,255,"+"241,142,94,255,"+"240,135,82,255,"+"243,133,88,255,"+"241,135,93,255,"+"242,136,88,255,"+"245,138,91,255,"+"246,138,96,255,"+"248,145,94,255,"+"249,148,103,255,"+"252,155,114,255,"+"252,149,98,255,"+"251,157,121,255,"+"251,182,164,255,"+"251,179,149,255,"+"250,166,126,255,"+"240,157,133,255,"+"233,154,141,255,"+"232,147,140,255,"+"222,136,123,255,"+"222,130,109,255,"+"219,122,99,255,"+"227,148,142,255,"+"226,179,188,255,"+"214,155,154,255,"+"199,120,116,255,"+"188,113,111,255,"+"176,109,104,255,"+"168,103,112,255,"+"177,121,149,255,"+"181,143,168,255,"+"171,136,172,255,"+"207,201,234,255,"+"205,215,238,255,"+"166,165,199,255,"+"141,137,175,255,"+"87,90,114,255,"+"66,79,91,255,"+"58,74,96,255,"+"63,80,108,255,"+"73,94,122,255,"+"58,83,110,255,"+"54,81,105,255,"+"11,64,90,255,"+"3,65,89,255,"+"0,61,89,255,"+"0,56,86,255,"+"0,55,86,255,"+"0,54,86,255,"+"4,56,97,255,"+"5,65,105,255,"+"2,55,104,255,"+"0,51,92,255,"+"1,56,96,255,"+"4,63,102,255,"+"2,58,101,255,"+"1,53,90,255,"+"1,56,94,255,"+"8,69,114,255,"+"46,95,152,255,"+"0,2,51,255,"+"0,2,61,255,"+"0,2,64,255,"+"0,1,65,255,"+"0,6,71,255,"+"0,26,79,255,"+"1,52,95,255,"+"11,63,109,255,"+"14,59,104,255,"+"7,51,83,255,"+"32,66,96,255,"+"58,77,103,255,"+"45,68,90,255,"+"57,73,91,255,"+"62,74,91,255,"+"65,76,96,255,"+"79,82,97,255,"+"91,86,114,255,"+"127,125,162,255,"+"131,121,152,255,"+"136,117,153,255,"+"172,160,195,255,"+"162,146,166,255,"+"149,114,127,255,"+"144,102,112,255,"+"150,102,105,255,"+"146,95,91,255,"+"159,94,103,255,"+"174,109,119,255,"+"200,145,164,255,"+"203,144,155,255,"+"207,133,129,255,"+"221,148,133,255,"+"227,147,125,255,"+"230,142,114,255,"+"230,131,91,255,"+"235,137,108,255,"+"237,145,113,255,"+"241,145,113,255,"+"239,139,106,255,"+"237,133,96,255,"+"241,138,118,255,"+"241,138,100,255,"+"240,136,96,255,"+"242,141,122,255,"+"244,148,119,255,"+"243,156,132,255,"+"241,143,107,255,"+"246,139,102,255,"+"247,146,102,255,"+"252,155,118,255,"+"248,142,101,255,"+"248,141,99,255,"+"253,167,131,255,"+"253,180,142,255,"+"250,178,150,255,"+"249,173,159,255,"+"244,169,149,255,"+"237,156,143,255,"+"221,134,124,255,"+"215,118,119,255,"+"215,119,110,255,"+"222,130,106,255,"+"223,151,141,255,"+"214,154,156,255,"+"204,148,152,255,"+"193,125,124,255,"+"174,101,96,255,"+"170,98,101,255,"+"164,100,122,255,"+"183,140,170,255,"+"172,136,164,255,"+"186,165,199,255,"+"182,176,201,255,"+"138,126,158,255,"+"105,105,145,255,"+"79,83,109,255,"+"60,67,86,255,"+"56,73,102,255,"+"72,86,116,255,"+"75,92,122,255,"+"57,82,105,255,"+"39,70,90,255,"+"6,54,80,255,"+"5,61,83,255,"+"1,54,83,255,"+"7,62,91,255,"+"4,61,93,255,"+"1,59,90,255,"+"1,54,94,255,"+"2,58,99,255,"+"1,47,97,255,"+"0,42,77,255,"+"6,50,92,255,"+"14,64,103,255,"+"1,44,84,255,"+"4,50,98,255,"+"21,79,131,255,"+"3,63,110,255,"+"27,80,132,255,"+"0,0,52,255,"+"0,4,67,255,"+"0,11,76,255,"+"0,4,73,255,"+"0,13,72,255,"+"9,50,106,255,"+"6,55,107,255,"+"28,76,129,255,"+"28,76,118,255,"+"41,72,101,255,"+"52,73,97,255,"+"55,69,97,255,"+"65,76,100,255,"+"81,87,105,255,"+"87,88,103,255,"+"95,95,116,255,"+"97,94,116,255,"+"118,106,134,255,"+"154,147,176,255,"+"151,144,171,255,"+"155,138,160,255,"+"160,136,150,255,"+"155,124,130,255,"+"156,116,124,255,"+"153,104,115,255,"+"160,106,106,255,"+"166,106,108,255,"+"173,100,104,255,"+"176,97,99,255,"+"205,128,124,255,"+"217,142,127,255,"+"218,135,110,255,"+"223,134,100,255,"+"228,139,99,255,"+"231,137,97,255,"+"233,139,107,255,"+"240,150,122,255,"+"239,144,107,255,"+"239,140,105,255,"+"238,133,96,255,"+"237,124,82,255,"+"238,126,86,255,"+"241,138,102,255,"+"243,149,121,255,"+"243,146,118,255,"+"246,153,127,255,"+"248,172,156,255,"+"245,159,131,255,"+"247,143,94,255,"+"247,145,95,255,"+"250,150,105,255,"+"249,145,101,255,"+"248,138,94,255,"+"253,147,94,255,"+"255,164,102,255,"+"254,182,143,255,"+"254,196,164,255,"+"251,179,143,255,"+"243,156,130,255,"+"229,134,114,255,"+"227,127,106,255,"+"224,127,110,255,"+"222,130,116,255,"+"222,147,151,255,"+"226,180,194,255,"+"209,179,197,255,"+"193,131,144,255,"+"177,104,107,255,"+"179,107,108,255,"+"167,99,105,255,"+"177,120,137,255,"+"179,138,155,255,"+"174,141,162,255,"+"154,128,146,255,"+"131,112,140,255,"+"100,97,135,255,"+"83,85,109,255,"+"73,73,96,255,"+"72,79,106,255,"+"78,90,116,255,"+"58,80,109,255,"+"29,66,95,255,"+"9,46,75,255,"+"6,50,78,255,"+"7,58,80,255,"+"2,44,77,255,"+"17,61,90,255,"+"17,65,97,255,"+"1,58,91,255,"+"0,57,89,255,"+"1,51,96,255,"+"4,54,105,255,"+"0,42,82,255,"+"3,47,89,255,"+"1,47,88,255,"+"0,39,82,255,"+"1,39,92,255,"+"3,59,105,255,"+"6,59,106,255,"+"13,77,125,255,"+"0,2,55,255,"+"0,3,63,255,"+"0,3,69,255,"+"0,2,66,255,"+"0,9,63,255,"+"12,48,104,255,"+"9,58,106,255,"+"6,56,97,255,"+"29,71,99,255,"+"44,71,95,255,"+"47,68,95,255,"+"64,76,106,255,"+"79,86,109,255,"+"93,95,116,255,"+"106,104,132,255,"+"113,110,131,255,"+"120,113,126,255,"+"135,122,139,255,"+"143,126,143,255,"+"146,126,140,255,"+"153,126,136,255,"+"159,128,138,255,"+"165,128,137,255,"+"157,111,116,255,"+"158,106,120,255,"+"167,112,116,255,"+"176,115,124,255,"+"190,131,152,255,"+"194,125,134,255,"+"209,126,120,255,"+"220,136,116,255,"+"219,133,109,255,"+"218,126,101,255,"+"223,132,115,255,"+"231,139,116,255,"+"238,150,123,255,"+"238,143,115,255,"+"235,131,95,255,"+"238,131,87,255,"+"239,130,86,255,"+"239,130,91,255,"+"242,139,111,255,"+"243,153,136,255,"+"250,157,124,255,"+"251,158,115,255,"+"253,155,106,255,"+"254,167,128,255,"+"254,162,125,255,"+"254,155,111,255,"+"253,154,100,255,"+"252,153,101,255,"+"252,150,102,255,"+"253,146,98,255,"+"253,145,87,255,"+"254,146,73,255,"+"254,156,105,255,"+"254,175,145,255,"+"254,175,139,255,"+"246,166,131,255,"+"243,143,104,255,"+"236,142,99,255,"+"231,134,102,255,"+"228,139,132,255,"+"226,159,158,255,"+"226,160,156,255,"+"206,143,146,255,"+"200,131,130,255,"+"180,110,102,255,"+"172,100,96,255,"+"165,95,96,255,"+"176,114,120,255,"+"168,118,126,255,"+"166,123,135,255,"+"149,115,131,255,"+"131,107,130,255,"+"104,94,118,255,"+"89,85,105,255,"+"95,93,118,255,"+"76,80,106,255,"+"77,88,117,255,"+"41,70,96,255,"+"7,49,76,255,"+"0,38,72,255,"+"8,52,76,255,"+"24,66,86,255,"+"14,56,95,255,"+"11,47,89,255,"+"21,64,101,255,"+"2,62,95,255,"+"0,56,90,255,"+"2,55,105,255,"+"5,63,115,255,"+"0,50,93,255,"+"3,56,96,255,"+"0,40,80,255,"+"0,33,77,255,"+"0,39,88,255,"+"0,48,96,255,"+"0,52,106,255,"+"7,75,117,255,"+"0,4,60,255,"+"0,1,61,255,"+"0,3,68,255,"+"0,6,64,255,"+"1,22,78,255,"+"0,33,84,255,"+"0,30,72,255,"+"2,46,83,255,"+"27,64,94,255,"+"35,69,92,255,"+"58,76,99,255,"+"70,82,107,255,"+"87,92,120,255,"+"100,102,124,255,"+"129,128,159,255,"+"140,136,161,255,"+"139,128,141,255,"+"149,136,151,255,"+"157,136,145,255,"+"157,128,133,255,"+"160,131,145,255,"+"170,144,160,255,"+"162,130,140,255,"+"144,100,109,255,"+"151,101,122,255,"+"163,104,117,255,"+"185,111,115,255,"+"207,138,147,255,"+"217,148,146,255,"+"224,146,133,255,"+"227,147,126,255,"+"220,138,116,255,"+"225,139,123,255,"+"227,134,109,255,"+"234,138,102,255,"+"234,141,99,255,"+"234,130,95,255,"+"236,123,88,255,"+"243,126,77,255,"+"244,132,82,255,"+"250,150,110,255,"+"251,155,121,255,"+"251,154,107,255,"+"254,159,103,255,"+"255,162,108,255,"+"255,161,108,255,"+"255,171,123,255,"+"255,169,118,255,"+"255,171,125,255,"+"255,167,110,255,"+"254,159,108,255,"+"254,158,111,255,"+"254,162,123,255,"+"254,162,120,255,"+"255,150,81,255,"+"254,143,68,255,"+"254,157,113,255,"+"255,176,139,255,"+"253,172,135,255,"+"252,153,101,255,"+"246,153,109,255,"+"237,146,110,255,"+"225,124,100,255,"+"227,132,116,255,"+"226,151,139,255,"+"212,151,157,255,"+"201,131,130,255,"+"185,114,107,255,"+"179,109,101,255,"+"174,107,106,255,"+"178,121,123,255,"+"170,122,129,255,"+"162,115,130,255,"+"142,102,121,255,"+"127,98,115,255,"+"103,86,99,255,"+"91,80,97,255,"+"87,85,105,255,"+"73,75,107,255,"+"78,88,131,255,"+"38,65,99,255,"+"18,54,80,255,"+"5,41,69,255,"+"20,57,84,255,"+"54,76,107,255,"+"30,68,106,255,"+"22,65,98,255,"+"24,66,95,255,"+"6,63,91,255,"+"5,63,96,255,"+"1,57,96,255,"+"0,61,104,255,"+"1,56,100,255,"+"0,56,107,255,"+"0,35,89,255,"+"0,41,87,255,"+"0,43,88,255,"+"0,47,97,255,"+"2,65,110,255,"+"30,83,125,255,"+"0,4,66,255,"+"1,11,83,255,"+"2,20,87,255,"+"7,26,90,255,"+"1,23,80,255,"+"0,37,84,255,"+"0,32,73,255,"+"2,53,87,255,"+"4,54,87,255,"+"34,69,93,255,"+"70,82,103,255,"+"81,89,109,255,"+"104,107,130,255,"+"126,126,149,255,"+"136,134,157,255,"+"147,138,157,255,"+"157,147,162,255,"+"171,160,175,255,"+"166,145,151,255,"+"166,137,147,255,"+"172,147,173,255,"+"167,138,163,255,"+"150,104,114,255,"+"129,77,88,255,"+"155,95,104,255,"+"183,115,114,255,"+"202,133,137,255,"+"209,142,149,255,"+"218,142,135,255,"+"228,155,134,255,"+"216,136,123,255,"+"217,131,129,255,"+"227,140,134,255,"+"229,133,118,255,"+"235,139,118,255,"+"234,138,102,255,"+"237,131,89,255,"+"238,124,67,255,"+"247,126,60,255,"+"251,144,91,255,"+"255,164,118,255,"+"255,173,132,255,"+"255,172,122,255,"+"255,175,123,255,"+"255,165,99,255,"+"255,168,114,255,"+"255,174,130,255,"+"255,173,116,255,"+"255,175,121,255,"+"255,175,130,255,"+"255,170,127,255,"+"255,170,116,255,"+"255,164,109,255,"+"255,174,133,255,"+"255,162,101,255,"+"255,154,92,255,"+"255,168,108,255,"+"255,172,125,255,"+"254,178,142,255,"+"254,169,116,255,"+"250,162,116,255,"+"241,149,116,255,"+"229,131,115,255,"+"232,145,125,255,"+"231,156,147,255,"+"222,168,172,255,"+"203,132,135,255,"+"188,116,123,255,"+"186,114,106,255,"+"174,106,102,255,"+"176,118,129,255,"+"171,124,136,255,"+"156,112,119,255,"+"137,97,114,255,"+"123,94,113,255,"+"101,84,97,255,"+"85,77,89,255,"+"75,75,88,255,"+"72,76,103,255,"+"71,83,116,255,"+"29,57,82,255,"+"28,53,74,255,"+"18,57,77,255,"+"26,61,85,255,"+"50,73,99,255,"+"51,76,99,255,"+"53,79,101,255,"+"43,76,101,255,"+"22,69,96,255,"+"13,69,103,255,"+"4,64,110,255,"+"1,61,109,255,"+"15,73,115,255,"+"2,50,103,255,"+"1,43,105,255,"+"1,35,89,255,"+"0,42,86,255,"+"1,48,99,255,"+"2,62,112,255,"+"39,88,137,255,"+"5,29,116,255,"+"10,61,135,255,"+"13,65,123,255,"+"9,49,103,255,"+"1,36,83,255,"+"1,42,93,255,"+"0,44,79,255,"+"1,47,73,255,"+"23,58,85,255,"+"63,82,100,255,"+"87,94,112,255,"+"104,107,128,255,"+"119,121,146,255,"+"144,144,169,255,"+"157,155,179,255,"+"157,150,170,255,"+"174,162,180,255,"+"176,157,175,255,"+"172,150,168,255,"+"172,156,191,255,"+"164,157,199,255,"+"126,98,123,255,"+"126,72,90,255,"+"146,85,98,255,"+"174,109,115,255,"+"193,124,122,255,"+"215,153,155,255,"+"222,158,153,255,"+"222,145,128,255,"+"219,142,130,255,"+"218,143,140,255,"+"220,145,148,255,"+"226,140,126,255,"+"220,112,87,255,"+"234,127,90,255,"+"239,134,94,255,"+"245,142,114,255,"+"250,145,110,255,"+"253,144,96,255,"+"255,166,123,255,"+"255,171,129,255,"+"255,172,115,255,"+"255,178,118,255,"+"255,187,136,255,"+"255,178,127,255,"+"255,180,129,255,"+"255,183,128,255,"+"255,179,124,255,"+"255,173,118,255,"+"255,176,131,255,"+"255,179,132,255,"+"255,178,121,255,"+"255,167,103,255,"+"255,168,116,255,"+"255,157,88,255,"+"255,151,84,255,"+"255,164,104,255,"+"255,158,95,255,"+"253,184,155,255,"+"253,187,148,255,"+"251,169,129,255,"+"240,147,121,255,"+"229,137,132,255,"+"235,156,147,255,"+"231,154,143,255,"+"217,145,132,255,"+"204,123,120,255,"+"189,112,117,255,"+"181,106,102,255,"+"180,111,105,255,"+"181,123,128,255,"+"176,132,147,255,"+"163,124,142,255,"+"150,115,132,255,"+"130,102,116,255,"+"110,89,105,255,"+"97,85,101,255,"+"89,84,104,255,"+"95,94,137,255,"+"77,88,125,255,"+"30,54,83,255,"+"46,58,84,255,"+"26,55,82,255,"+"49,70,93,255,"+"72,83,110,255,"+"75,87,110,255,"+"67,84,103,255,"+"53,77,99,255,"+"37,74,101,255,"+"17,71,107,255,"+"9,72,116,255,"+"1,61,106,255,"+"5,54,98,255,"+"0,17,72,255,"+"0,11,62,255,"+"0,26,87,255,"+"0,47,102,255,"+"1,53,102,255,"+"0,55,102,255,"+"6,57,115,255,"+"27,79,171,255,"+"37,91,156,255,"+"4,65,106,255,"+"1,45,88,255,"+"2,43,83,255,"+"1,48,88,255,"+"0,26,64,255,"+"10,50,77,255,"+"46,73,95,255,"+"63,76,103,255,"+"90,96,126,255,"+"126,128,158,255,"+"148,150,186,255,"+"164,170,202,255,"+"179,182,211,255,"+"182,180,203,255,"+"177,168,194,255,"+"185,168,197,255,"+"174,156,194,255,"+"160,145,188,255,"+"132,105,136,255,"+"128,86,100,255,"+"141,84,95,255,"+"154,90,114,255,"+"182,118,135,255,"+"206,144,146,255,"+"217,160,172,255,"+"217,154,154,255,"+"211,129,115,255,"+"213,138,141,255,"+"211,124,114,255,"+"212,120,100,255,"+"219,118,95,255,"+"224,114,87,255,"+"235,125,84,255,"+"249,138,89,255,"+"253,156,103,255,"+"254,176,156,255,"+"254,178,144,255,"+"255,175,122,255,"+"255,171,119,255,"+"255,174,111,255,"+"255,182,118,255,"+"255,188,132,255,"+"255,185,132,255,"+"255,188,133,255,"+"255,190,131,255,"+"255,191,133,255,"+"255,180,117,255,"+"255,180,123,255,"+"255,190,138,255,"+"255,189,135,255,"+"255,178,115,255,"+"255,168,102,255,"+"255,155,66,255,"+"255,157,81,255,"+"255,164,95,255,"+"255,160,85,255,"+"253,171,131,255,"+"254,181,149,255,"+"250,157,117,255,"+"242,148,118,255,"+"238,151,126,255,"+"239,157,140,255,"+"229,151,138,255,"+"215,141,126,255,"+"204,120,116,255,"+"187,113,113,255,"+"177,105,117,255,"+"178,113,112,255,"+"181,126,127,255,"+"181,137,148,255,"+"163,126,139,255,"+"149,112,121,255,"+"137,103,107,255,"+"115,88,102,255,"+"96,82,101,255,"+"87,83,107,255,"+"105,108,146,255,"+"82,91,124,255,"+"45,63,88,255,"+"54,64,93,255,"+"78,87,122,255,"+"99,108,140,255,"+"116,123,155,255,"+"99,105,132,255,"+"82,95,111,255,"+"65,84,106,255,"+"60,86,114,255,"+"57,90,129,255,"+"19,73,113,255,"+"6,64,110,255,"+"0,36,88,255,"+"0,10,63,255,"+"0,3,62,255,"+"0,12,80,255,"+"0,22,80,255,"+"0,35,85,255,"+"0,46,97,255,"+"5,58,110,255,"+"31,86,157,255,"+"59,107,168,255,"+"5,67,105,255,"+"7,57,94,255,"+"14,48,87,255,"+"0,30,73,255,"+"4,36,78,255,"+"33,66,102,255,"+"63,83,110,255,"+"82,94,119,255,"+"107,113,139,255,"+"136,138,162,255,"+"169,168,202,255,"+"194,202,237,255,"+"195,208,242,255,"+"201,206,234,255,"+"196,198,230,255,"+"180,166,205,255,"+"157,132,161,255,"+"147,115,141,255,"+"140,99,123,255,"+"146,101,115,255,"+"157,99,105,255,"+"169,116,143,255,"+"196,146,167,255,"+"217,159,158,255,"+"227,174,175,255,"+"222,156,146,255,"+"209,127,109,255,"+"207,131,128,255,"+"212,122,107,255,"+"214,116,85,255,"+"222,118,92,255,"+"235,136,112,255,"+"245,140,91,255,"+"252,145,81,255,"+"255,172,120,255,"+"254,198,183,255,"+"254,190,151,255,"+"255,181,121,255,"+"255,180,120,255,"+"255,184,123,255,"+"255,193,130,255,"+"255,195,133,255,"+"255,195,130,255,"+"255,198,132,255,"+"255,201,138,255,"+"255,200,138,255,"+"255,195,129,255,"+"255,191,127,255,"+"255,193,136,255,"+"255,196,148,255,"+"255,193,142,255,"+"255,181,121,255,"+"255,165,95,255,"+"255,166,98,255,"+"255,163,98,255,"+"255,156,84,255,"+"255,167,108,255,"+"254,174,136,255,"+"251,164,129,255,"+"247,154,118,255,"+"244,153,124,255,"+"240,161,136,255,"+"231,154,156,255,"+"219,141,141,255,"+"209,134,141,255,"+"190,121,126,255,"+"182,114,125,255,"+"176,113,113,255,"+"178,116,125,255,"+"172,121,131,255,"+"159,113,118,255,"+"148,105,109,255,"+"129,94,97,255,"+"105,81,93,255,"+"88,76,98,255,"+"82,83,106,255,"+"93,96,129,255,"+"74,80,107,255,"+"58,67,94,255,"+"62,73,106,255,"+"100,103,142,255,"+"141,143,189,255,"+"161,168,211,255,"+"136,147,181,255,"+"100,107,130,255,"+"82,97,125,255,"+"59,88,119,255,"+"33,76,117,255,"+"30,78,125,255,"+"9,60,110,255,"+"0,34,100,255,"+"0,10,69,255,"+"0,4,65,255,"+"0,10,81,255,"+"1,16,94,255,"+"0,31,97,255,"+"0,45,101,255,"+"0,41,101,255,"+"12,78,130,255,"+"6,63,110,255,"+"6,65,91,255,"+"2,50,83,255,"+"2,27,69,255,"+"0,24,72,255,"+"16,57,98,255,"+"54,82,114,255,"+"70,89,124,255,"+"100,107,144,255,"+"130,131,167,255,"+"160,159,192,255,"+"175,170,202,255,"+"178,173,211,255,"+"188,191,234,255,"+"216,218,244,255,"+"199,201,230,255,"+"151,131,165,255,"+"128,93,123,255,"+"147,111,136,255,"+"148,107,123,255,"+"156,109,115,255,"+"162,100,103,255,"+"169,104,115,255,"+"194,129,131,255,"+"213,151,157,255,"+"216,165,163,255,"+"217,145,128,255,"+"210,127,110,255,"+"213,124,113,255,"+"220,133,112,255,"+"224,130,114,255,"+"231,134,120,255,"+"245,162,141,255,"+"253,155,105,255,"+"255,158,105,255,"+"254,186,160,255,"+"254,182,136,255,"+"255,181,125,255,"+"255,184,121,255,"+"255,191,126,255,"+"254,198,130,255,"+"254,207,138,255,"+"253,212,143,255,"+"253,217,149,255,"+"252,221,152,255,"+"251,223,153,255,"+"251,219,151,255,"+"250,217,149,255,"+"253,212,148,255,"+"254,204,143,255,"+"254,197,137,255,"+"255,200,140,255,"+"255,199,138,255,"+"255,187,132,255,"+"255,181,123,255,"+"255,173,123,255,"+"255,163,100,255,"+"255,168,104,255,"+"254,166,118,255,"+"254,178,141,255,"+"250,165,134,255,"+"248,161,141,255,"+"239,165,152,255,"+"225,144,146,255,"+"221,142,145,255,"+"222,169,190,255,"+"200,142,164,255,"+"186,116,128,255,"+"171,105,113,255,"+"178,130,162,255,"+"173,133,159,255,"+"156,105,120,255,"+"147,105,113,255,"+"123,92,98,255,"+"92,74,85,255,"+"85,77,101,255,"+"72,77,99,255,"+"77,80,103,255,"+"72,74,97,255,"+"83,86,126,255,"+"98,103,149,255,"+"124,124,158,255,"+"162,162,195,255,"+"157,159,188,255,"+"128,129,156,255,"+"119,120,152,255,"+"91,108,149,255,"+"32,74,117,255,"+"16,69,118,255,"+"14,62,113,255,"+"1,32,80,255,"+"0,11,58,255,"+"0,4,64,255,"+"0,2,56,255,"+"4,15,93,255,"+"58,101,180,255,"+"14,70,137,255,"+"0,46,99,255,"+"0,57,101,255,"+"22,82,123,255,"+"3,58,95,255,"+"2,60,90,255,"+"0,34,72,255,"+"0,6,57,255,"+"0,28,78,255,"+"17,67,99,255,"+"49,74,103,255,"+"63,85,122,255,"+"96,105,157,255,"+"131,133,183,255,"+"176,181,225,255,"+"171,176,214,255,"+"155,144,180,255,"+"151,138,188,255,"+"161,153,194,255,"+"147,130,172,255,"+"126,103,132,255,"+"118,85,112,255,"+"140,96,117,255,"+"151,107,119,255,"+"152,100,104,255,"+"152,88,105,255,"+"176,108,117,255,"+"193,119,115,255,"+"201,124,127,255,"+"210,137,141,255,"+"211,131,118,255,"+"209,122,107,255,"+"213,126,108,255,"+"220,133,113,255,"+"228,135,128,255,"+"241,152,133,255,"+"252,157,112,255,"+"255,158,99,255,"+"255,179,136,255,"+"254,178,145,255,"+"255,166,100,255,"+"255,175,106,255,"+"255,186,115,255,"+"255,197,126,255,"+"254,203,126,255,"+"254,204,128,255,"+"251,218,140,255,"+"247,233,160,255,"+"246,236,173,255,"+"245,237,173,255,"+"244,237,172,255,"+"247,234,171,255,"+"247,231,165,255,"+"251,221,155,255,"+"254,210,144,255,"+"255,198,128,255,"+"255,191,120,255,"+"255,199,140,255,"+"255,197,139,255,"+"255,192,139,255,"+"255,181,125,255,"+"255,180,124,255,"+"255,178,123,255,"+"255,176,128,255,"+"254,167,139,255,"+"247,174,169,255,"+"234,158,147,255,"+"229,140,126,255,"+"218,136,134,255,"+"215,154,177,255,"+"199,133,149,255,"+"191,120,123,255,"+"190,132,144,255,"+"203,178,204,255,"+"187,150,169,255,"+"168,124,136,255,"+"143,101,109,255,"+"120,85,92,255,"+"89,70,88,255,"+"87,79,102,255,"+"67,74,92,255,"+"58,68,83,255,"+"52,60,83,255,"+"79,83,113,255,"+"93,94,126,255,"+"99,97,121,255,"+"127,119,137,255,"+"139,130,152,255,"+"150,144,178,255,"+"145,148,189,255,"+"106,122,175,255,"+"62,89,132,255,"+"26,75,127,255,"+"4,51,104,255,"+"0,26,70,255,"+"0,8,56,255,"+"0,4,61,255,"+"0,0,56,255,"+"3,9,84,255,"+"33,64,144,255,"+"7,41,108,255,"+"0,39,86,255,"+"0,53,87,255,"+"3,61,95,255,"+"3,57,87,255,"+"0,45,80,255,"+"0,17,59,255,"+"0,12,58,255,"+"1,27,78,255,"+"21,68,102,255,"+"39,75,104,255,"+"61,85,132,255,"+"94,106,154,255,"+"147,153,200,255,"+"206,218,244,255,"+"164,175,213,255,"+"145,133,168,255,"+"151,135,166,255,"+"140,124,148,255,"+"127,102,128,255,"+"120,95,114,255,"+"135,104,123,255,"+"147,104,121,255,"+"160,115,125,255,"+"136,88,103,255,"+"157,96,122,255,"+"187,125,145,255,"+"203,138,151,255,"+"208,137,131,255,"+"199,115,116,255,"+"207,123,116,255,"+"211,131,128,255,"+"217,135,121,255,"+"228,145,129,255,"+"228,138,115,255,"+"244,156,116,255,"+"254,161,108,255,"+"255,170,128,255,"+"254,195,165,255,"+"254,181,132,255,"+"255,169,101,255,"+"255,176,103,255,"+"255,186,110,255,"+"254,197,120,255,"+"253,206,124,255,"+"252,212,130,255,"+"248,227,143,255,"+"244,238,154,255,"+"244,240,177,255,"+"242,240,193,255,"+"244,241,204,255,"+"245,240,199,255,"+"244,238,177,255,"+"247,233,156,255,"+"250,224,152,255,"+"253,212,144,255,"+"255,196,125,255,"+"255,190,117,255,"+"255,187,118,255,"+"255,190,135,255,"+"255,183,130,255,"+"255,177,112,255,"+"255,178,134,255,"+"254,176,148,255,"+"253,165,123,255,"+"244,162,127,255,"+"234,147,126,255,"+"227,140,129,255,"+"219,141,150,255,"+"215,156,178,255,"+"202,133,135,255,"+"193,124,119,255,"+"187,124,127,255,"+"193,149,168,255,"+"190,145,156,255,"+"168,122,129,255,"+"136,92,105,255,"+"108,75,89,255,"+"74,60,77,255,"+"67,67,85,255,"+"59,66,83,255,"+"47,57,79,255,"+"53,63,84,255,"+"65,75,92,255,"+"66,76,92,255,"+"93,92,106,255,"+"119,106,117,255,"+"135,128,147,255,"+"148,152,188,255,"+"101,111,146,255,"+"73,86,125,255,"+"58,85,115,255,"+"23,74,117,255,"+"5,59,112,255,"+"0,18,72,255,"+"0,4,55,255,"+"0,1,49,255,"+"0,2,50,255,"+"0,16,79,255,"+"0,18,87,255,"+"0,22,82,255,"+"0,25,76,255,"+"0,50,87,255,"+"5,60,88,255,"+"3,49,82,255,"+"0,32,72,255,"+"0,9,55,255,"+"0,12,59,255,"+"0,14,62,255,"+"3,42,78,255,"+"4,49,81,255,"+"32,60,121,255,"+"93,106,159,255,"+"142,148,208,255,"+"153,157,208,255,"+"141,138,184,255,"+"142,137,177,255,"+"147,131,159,255,"+"129,114,130,255,"+"126,100,111,255,"+"135,102,110,255,"+"142,105,115,255,"+"157,117,130,255,"+"153,110,118,255,"+"133,83,97,255,"+"165,100,113,255,"+"190,125,127,255,"+"201,135,133,255,"+"206,141,149,255,"+"205,131,142,255,"+"211,133,122,255,"+"218,150,147,255,"+"220,143,122,255,"+"225,135,113,255,"+"236,134,105,255,"+"247,155,121,255,"+"254,184,156,255,"+"255,184,158,255,"+"255,195,172,255,"+"255,171,122,255,"+"255,172,107,255,"+"255,182,112,255,"+"255,190,117,255,"+"254,206,136,255,"+"252,217,144,255,"+"249,230,155,255,"+"243,240,166,255,"+"243,240,181,255,"+"243,241,203,255,"+"242,243,219,255,"+"244,243,225,255,"+"242,243,210,255,"+"244,241,189,255,"+"244,239,166,255,"+"246,233,161,255,"+"250,223,152,255,"+"253,211,142,255,"+"255,201,126,255,"+"255,191,122,255,"+"255,188,127,255,"+"255,187,135,255,"+"255,182,116,255,"+"255,185,149,255,"+"254,178,147,255,"+"253,155,108,255,"+"247,144,101,255,"+"236,143,122,255,"+"229,145,138,255,"+"219,138,140,255,"+"212,144,150,255,"+"199,125,120,255,"+"186,117,115,255,"+"176,105,110,255,"+"185,121,133,255,"+"186,137,137,255,"+"157,108,120,255,"+"135,94,112,255,"+"112,87,103,255,"+"80,66,84,255,"+"62,64,77,255,"+"52,63,78,255,"+"54,64,79,255,"+"64,72,89,255,"+"70,78,97,255,"+"79,81,98,255,"+"105,97,108,255,"+"120,111,117,255,"+"92,94,104,255,"+"67,76,93,255,"+"67,80,96,255,"+"61,81,106,255,"+"33,73,100,255,"+"22,71,110,255,"+"8,55,115,255,"+"1,17,79,255,"+"0,2,55,255,"+"0,1,47,255,"+"0,10,63,255,"+"1,31,100,255,"+"2,34,93,255,"+"0,21,82,255,"+"0,38,82,255,"+"1,53,93,255,"+"6,53,92,255,"+"0,28,76,255,"+"0,13,63,255,"+"0,6,55,255,"+"0,9,57,255,"+"7,13,53,255,"+"12,29,74,255,"+"4,28,76,255,"+"79,84,123,255,"+"123,117,151,255,"+"79,96,148,255,"+"88,94,136,255,"+"108,104,131,255,"+"109,101,128,255,"+"126,107,122,255,"+"127,104,116,255,"+"133,104,112,255,"+"140,107,115,255,"+"153,115,125,255,"+"166,122,130,255,"+"159,108,119,255,"+"165,109,121,255,"+"179,116,121,255,"+"196,130,125,255,"+"207,140,125,255,"+"204,133,127,255,"+"214,142,139,255,"+"216,135,118,255,"+"216,134,112,255,"+"216,127,101,255,"+"217,119,93,255,"+"233,129,85,255,"+"248,152,106,255,"+"254,177,134,255,"+"254,185,153,255,"+"255,185,141,255,"+"255,172,100,255,"+"255,180,105,255,"+"255,190,122,255,"+"255,193,119,255,"+"254,207,138,255,"+"253,217,149,255,"+"248,228,157,255,"+"243,238,168,255,"+"244,240,183,255,"+"242,241,206,255,"+"243,243,226,255,"+"245,243,233,255,"+"244,241,212,255,"+"244,240,185,255,"+"246,238,167,255,"+"247,235,159,255,"+"250,225,149,255,"+"254,213,145,255,"+"255,199,130,255,"+"255,189,123,255,"+"255,183,117,255,"+"255,185,129,255,"+"255,180,124,255,"+"255,178,140,255,"+"253,165,123,255,"+"250,153,107,255,"+"249,155,121,255,"+"239,155,133,255,"+"229,143,126,255,"+"219,125,105,255,"+"209,123,110,255,"+"198,123,122,255,"+"186,119,136,255,"+"176,107,117,255,"+"178,110,112,255,"+"176,122,139,255,"+"149,101,121,255,"+"135,96,108,255,"+"119,90,101,255,"+"87,68,85,255,"+"62,63,76,255,"+"61,71,86,255,"+"65,74,89,255,"+"71,79,96,255,"+"78,84,102,255,"+"97,96,108,255,"+"110,105,114,255,"+"100,95,101,255,"+"79,79,91,255,"+"81,84,97,255,"+"77,87,101,255,"+"65,85,110,255,"+"46,76,110,255,"+"36,79,127,255,"+"28,76,139,255,"+"1,28,88,255,"+"0,4,65,255,"+"0,0,55,255,"+"0,5,60,255,"+"2,32,90,255,"+"0,34,87,255,"+"0,45,89,255,"+"0,52,89,255,"+"5,65,104,255,"+"1,22,75,255,"+"0,13,61,255,"+"0,4,54,255,"+"0,3,60,255,"+"0,7,60,255,"+"1,4,59,255,"+"2,14,68,255,"+"4,39,88,255,"+"69,79,115,255,"+"89,92,121,255,"+"27,61,102,255,"+"51,67,100,255,"+"91,88,115,255,"+"94,87,109,255,"+"114,94,110,255,"+"125,99,112,255,"+"138,107,116,255,"+"146,110,120,255,"+"165,131,149,255,"+"163,133,158,255,"+"148,97,120,255,"+"177,116,125,255,"+"191,128,131,255,"+"203,137,130,255,"+"210,141,127,255,"+"203,131,122,255,"+"204,128,123,255,"+"210,125,112,255,"+"213,130,116,255,"+"217,126,106,255,"+"221,120,96,255,"+"237,130,92,255,"+"252,149,101,255,"+"254,166,121,255,"+"254,187,163,255,"+"255,178,128,255,"+"255,178,109,255,"+"255,186,116,255,"+"255,195,130,255,"+"255,198,127,255,"+"255,202,131,255,"+"254,211,145,255,"+"252,218,152,255,"+"249,227,159,255,"+"246,235,166,255,"+"244,239,179,255,"+"243,241,189,255,"+"244,240,200,255,"+"245,240,192,255,"+"243,239,177,255,"+"246,235,161,255,"+"249,228,151,255,"+"250,219,138,255,"+"254,208,136,255,"+"255,197,139,255,"+"255,193,131,255,"+"255,186,118,255,"+"255,183,127,255,"+"255,179,125,255,"+"255,182,144,255,"+"254,161,113,255,"+"252,159,128,255,"+"248,163,141,255,"+"237,151,128,255,"+"227,131,106,255,"+"219,125,104,255,"+"206,125,122,255,"+"194,127,142,255,"+"194,138,161,255,"+"183,128,142,255,"+"181,124,128,255,"+"176,126,140,255,"+"148,99,109,255,"+"129,93,104,255,"+"112,86,99,255,"+"86,74,84,255,"+"69,71,87,255,"+"71,75,91,255,"+"74,81,93,255,"+"75,82,98,255,"+"86,90,108,255,"+"96,99,112,255,"+"101,100,111,255,"+"92,87,98,255,"+"96,89,95,255,"+"96,99,105,255,"+"72,88,102,255,"+"53,79,106,255,"+"48,84,117,255,"+"27,78,114,255,"+"2,48,93,255,"+"0,30,76,255,"+"0,4,66,255,"+"0,2,56,255,"+"0,0,54,255,"+"0,2,59,255,"+"0,15,64,255,"+"0,37,78,255,"+"0,54,91,255,"+"1,59,95,255,"+"0,6,62,255,"+"0,1,52,255,"+"0,0,52,255,"+"0,1,57,255,"+"0,1,51,255,"+"0,8,66,255,"+"2,25,80,255,"+"23,68,114,255,"+"60,85,130,255,"+"72,86,124,255,"+"55,75,103,255,"+"60,73,95,255,"+"83,84,103,255,"+"90,86,99,255,"+"116,97,103,255,"+"122,96,109,255,"+"138,107,125,255,"+"144,110,129,255,"+"165,127,151,255,"+"170,149,182,255,"+"143,105,135,255,"+"178,124,128,255,"+"193,135,133,255,"+"203,142,136,255,"+"212,143,133,255,"+"207,136,124,255,"+"198,118,112,255,"+"209,130,126,255,"+"215,140,136,255,"+"214,128,106,255,"+"221,123,92,255,"+"235,126,86,255,"+"250,147,104,255,"+"255,178,145,255,"+"254,199,186,255,"+"254,192,154,255,"+"255,188,130,255,"+"255,189,122,255,"+"255,195,127,255,"+"255,198,128,255,"+"255,200,131,255,"+"255,205,140,255,"+"255,209,143,255,"+"254,215,148,255,"+"252,221,154,255,"+"248,228,163,255,"+"244,234,167,255,"+"245,236,171,255,"+"246,236,170,255,"+"247,233,160,255,"+"249,225,151,255,"+"253,220,147,255,"+"253,214,139,255,"+"254,203,131,255,"+"255,192,132,255,"+"255,187,123,255,"+"255,184,120,255,"+"255,182,131,255,"+"255,185,146,255,"+"255,182,143,255,"+"253,158,113,255,"+"249,155,129,255,"+"241,152,136,255,"+"229,137,109,255,"+"222,126,105,255,"+"220,135,122,255,"+"206,134,137,255,"+"184,114,134,255,"+"186,123,142,255,"+"200,152,163,255,"+"187,140,146,255,"+"155,103,105,255,"+"138,91,99,255,"+"123,93,103,255,"+"96,80,93,255,"+"72,68,84,255,"+"74,75,95,255,"+"69,75,90,255,"+"71,81,96,255,"+"80,83,103,255,"+"87,87,103,255,"+"90,90,105,255,"+"86,82,99,255,"+"82,81,96,255,"+"100,96,104,255,"+"92,99,107,255,"+"71,88,104,255,"+"55,81,109,255,"+"27,71,101,255,"+"7,64,95,255,"+"0,44,85,255,"+"0,25,76,255,"+"0,3,66,255,"+"0,2,65,255,"+"0,5,49,255,"+"0,9,57,255,"+"0,21,54,255,"+"0,30,70,255,"+"0,42,86,255,"+"2,55,90,255,"+"0,1,64,255,"+"0,0,55,255,"+"0,0,52,255,"+"0,0,51,255,"+"0,1,58,255,"+"0,13,69,255,"+"17,50,100,255,"+"64,90,153,255,"+"129,148,206,255,"+"93,113,156,255,"+"63,81,108,255,"+"59,73,97,255,"+"61,69,90,255,"+"88,83,97,255,"+"101,86,96,255,"+"118,96,112,255,"+"152,126,153,255,"+"145,113,131,255,"+"140,93,107,255,"+"150,107,128,255,"+"159,112,134,255,"+"184,131,132,255,"+"195,140,129,255,"+"208,145,131,255,"+"213,140,126,255,"+"200,122,112,255,"+"200,115,107,255,"+"208,129,116,255,"+"210,130,117,255,"+"210,120,96,255,"+"215,114,91,255,"+"229,120,86,255,"+"249,157,124,255,"+"254,199,170,255,"+"253,196,167,255,"+"255,193,150,255,"+"255,192,142,255,"+"255,186,125,255,"+"255,189,118,255,"+"255,194,125,255,"+"255,199,132,255,"+"255,201,138,255,"+"255,202,138,255,"+"255,204,140,255,"+"254,207,144,255,"+"253,213,151,255,"+"252,218,155,255,"+"252,220,157,255,"+"252,219,155,255,"+"253,216,147,255,"+"253,210,142,255,"+"255,206,138,255,"+"255,199,131,255,"+"255,191,126,255,"+"255,187,125,255,"+"255,180,114,255,"+"255,178,120,255,"+"255,182,142,255,"+"255,177,141,255,"+"255,162,102,255,"+"252,151,93,255,"+"248,147,104,255,"+"239,148,121,255,"+"227,130,103,255,"+"221,133,111,255,"+"215,141,132,255,"+"194,121,123,255,"+"181,108,125,255,"+"189,130,149,255,"+"190,138,146,255,"+"174,121,119,255,"+"152,96,94,255,"+"137,94,102,255,"+"111,85,97,255,"+"93,79,89,255,"+"65,64,80,255,"+"57,64,85,255,"+"58,70,86,255,"+"67,74,94,255,"+"73,75,98,255,"+"85,88,104,255,"+"70,78,104,255,"+"54,60,91,255,"+"77,78,97,255,"+"101,99,110,255,"+"87,93,110,255,"+"70,85,110,255,"+"58,83,110,255,"+"25,71,103,255,"+"4,55,89,255,"+"0,37,76,255,"+"0,24,70,255,"+"0,9,64,255,"+"0,7,68,255,"+"0,14,69,255,"+"0,14,59,255,"+"0,30,66,255,"+"2,44,81,255,"+"9,61,103,255,"+"22,72,114,255,"+"0,1,66,255,"+"0,0,53,255,"+"0,0,48,255,"+"0,2,56,255,"+"0,5,63,255,"+"0,25,79,255,"+"33,69,132,255,"+"124,142,209,255,"+"172,189,232,255,"+"91,110,162,255,"+"53,76,109,255,"+"61,79,98,255,"+"56,71,86,255,"+"85,82,90,255,"+"99,87,96,255,"+"122,98,110,255,"+"138,108,123,255,"+"145,106,116,255,"+"152,103,111,255,"+"177,129,150,255,"+"180,133,146,255,"+"194,136,141,255,"+"201,145,133,255,"+"211,154,140,255,"+"210,143,134,255,"+"206,131,120,255,"+"197,110,99,255,"+"208,128,115,255,"+"205,120,100,255,"+"204,107,83,255,"+"211,109,96,255,"+"228,125,106,255,"+"247,160,131,255,"+"254,188,145,255,"+"254,193,159,255,"+"254,186,145,255,"+"255,185,132,255,"+"255,185,132,255,"+"255,185,125,255,"+"255,189,127,255,"+"255,194,132,255,"+"255,194,134,255,"+"255,194,134,255,"+"255,196,134,255,"+"255,199,136,255,"+"255,200,139,255,"+"255,203,142,255,"+"255,204,144,255,"+"255,202,141,255,"+"255,200,137,255,"+"255,198,134,255,"+"255,193,129,255,"+"255,188,127,255,"+"255,185,129,255,"+"255,185,130,255,"+"255,177,122,255,"+"254,177,139,255,"+"253,178,151,255,"+"255,158,109,255,"+"254,156,103,255,"+"250,151,101,255,"+"240,139,101,255,"+"230,137,113,255,"+"219,139,120,255,"+"214,125,108,255,"+"202,117,102,255,"+"183,103,95,255,"+"183,108,108,255,"+"185,121,117,255,"+"178,113,109,255,"+"174,112,101,255,"+"150,93,83,255,"+"124,79,85,255,"+"104,76,85,255,"+"96,85,96,255,"+"81,80,95,255,"+"61,64,81,255,"+"64,70,82,255,"+"62,68,80,255,"+"88,87,111,255,"+"94,94,121,255,"+"71,77,109,255,"+"68,73,102,255,"+"94,93,107,255,"+"96,95,106,255,"+"89,94,118,255,"+"66,84,114,255,"+"39,73,98,255,"+"10,56,91,255,"+"0,50,79,255,"+"0,38,67,255,"+"0,14,55,255,"+"0,13,64,255,"+"0,24,77,255,"+"8,46,108,255,"+"1,31,75,255,"+"0,41,76,255,"+"10,57,90,255,"+"22,68,113,255,"+"70,103,162,255,"+"0,0,49,255,"+"0,0,51,255,"+"0,3,57,255,"+"0,13,72,255,"+"0,14,72,255,"+"1,36,92,255,"+"51,86,144,255,"+"136,146,205,255,"+"117,139,192,255,"+"49,80,126,255,"+"42,70,98,255,"+"57,72,95,255,"+"71,77,97,255,"+"86,83,98,255,"+"85,76,87,255,"+"86,74,85,255,"+"118,92,110,255,"+"144,105,129,255,"+"148,110,130,255,"+"186,144,170,255,"+"183,135,145,255,"+"196,142,154,255,"+"204,152,145,255,"+"214,155,142,255,"+"213,151,148,255,"+"203,137,136,255,"+"200,118,111,255,"+"206,127,115,255,"+"204,119,99,255,"+"201,106,86,255,"+"208,108,98,255,"+"225,133,124,255,"+"244,166,150,255,"+"254,176,126,255,"+"254,182,143,255,"+"254,175,139,255,"+"255,172,106,255,"+"255,172,106,255,"+"255,179,121,255,"+"255,185,134,255,"+"255,195,149,255,"+"255,196,148,255,"+"255,193,141,255,"+"255,193,139,255,"+"255,197,141,255,"+"255,195,136,255,"+"255,195,134,255,"+"255,196,138,255,"+"255,196,138,255,"+"255,194,127,255,"+"255,194,131,255,"+"255,192,133,255,"+"255,193,139,255,"+"255,196,149,255,"+"255,182,133,255,"+"255,162,113,255,"+"253,165,133,255,"+"248,160,140,255,"+"248,152,119,255,"+"248,146,99,255,"+"241,139,92,255,"+"234,138,107,255,"+"230,142,120,255,"+"223,134,111,255,"+"211,125,104,255,"+"196,114,100,255,"+"186,110,100,255,"+"179,110,98,255,"+"182,113,105,255,"+"182,118,112,255,"+"171,111,102,255,"+"148,96,91,255,"+"130,92,104,255,"+"104,85,97,255,"+"87,81,97,255,"+"73,78,99,255,"+"48,67,88,255,"+"46,63,81,255,"+"51,59,75,255,"+"92,87,115,255,"+"119,117,163,255,"+"88,98,143,255,"+"70,76,100,255,"+"82,84,94,255,"+"70,80,87,255,"+"72,85,106,255,"+"55,82,109,255,"+"22,67,86,255,"+"3,53,81,255,"+"4,56,91,255,"+"7,48,85,255,"+"0,20,70,255,"+"1,40,93,255,"+"7,61,107,255,"+"7,64,99,255,"+"1,57,91,255,"+"1,54,84,255,"+"11,56,100,255,"+"62,92,144,255,"+"124,141,206,255,"+"0,0,50,255,"+"0,0,59,255,"+"0,2,64,255,"+"0,10,77,255,"+"6,45,103,255,"+"19,69,125,255,"+"82,111,168,255,"+"96,117,179,255,"+"27,72,139,255,"+"20,62,104,255,"+"37,67,93,255,"+"52,68,92,255,"+"69,74,90,255,"+"67,70,89,255,"+"68,67,89,255,"+"84,80,103,255,"+"134,115,141,255,"+"146,112,140,255,"+"159,130,161,255,"+"162,108,126,255,"+"188,140,164,255,"+"215,193,208,255,"+"206,165,165,255,"+"207,148,136,255,"+"205,141,144,255,"+"194,125,129,255,"+"196,107,99,255,"+"206,121,106,255,"+"205,119,98,255,"+"203,116,106,255,"+"208,119,118,255,"+"222,133,117,255,"+"239,161,141,255,"+"251,168,135,255,"+"254,191,172,255,"+"252,181,148,255,"+"255,166,105,255,"+"255,167,104,255,"+"255,163,96,255,"+"255,166,115,255,"+"255,183,144,255,"+"255,192,154,255,"+"255,191,149,255,"+"255,191,148,255,"+"254,200,163,255,"+"255,191,143,255,"+"255,183,121,255,"+"255,188,131,255,"+"255,194,142,255,"+"255,189,131,255,"+"255,189,134,255,"+"255,189,137,255,"+"255,183,134,255,"+"255,175,130,255,"+"255,168,123,255,"+"253,159,134,255,"+"253,163,138,255,"+"251,153,124,255,"+"240,138,104,255,"+"236,129,101,255,"+"240,147,136,255,"+"228,143,131,255,"+"223,136,113,255,"+"215,128,102,255,"+"200,121,103,255,"+"186,108,93,255,"+"175,97,86,255,"+"176,107,97,255,"+"185,121,114,255,"+"180,117,106,255,"+"165,105,100,255,"+"144,99,101,255,"+"126,98,113,255,"+"102,91,105,255,"+"85,80,99,255,"+"87,93,115,255,"+"24,54,77,255,"+"17,43,65,255,"+"63,65,84,255,"+"98,94,117,255,"+"102,107,143,255,"+"87,94,128,255,"+"84,83,99,255,"+"78,81,92,255,"+"68,78,86,255,"+"60,74,92,255,"+"55,75,107,255,"+"33,67,97,255,"+"7,56,84,255,"+"8,57,92,255,"+"11,64,96,255,"+"6,58,89,255,"+"13,61,88,255,"+"29,72,101,255,"+"28,68,96,255,"+"16,60,90,255,"+"35,70,101,255,"+"52,82,124,255,"+"127,131,201,255,"+"182,194,242,255,"+"0,0,43,255,"+"0,0,61,255,"+"0,2,59,255,"+"0,7,71,255,"+"5,46,102,255,"+"71,111,170,255,"+"90,117,166,255,"+"84,111,179,255,"+"47,84,171,255,"+"5,47,95,255,"+"19,60,83,255,"+"40,64,84,255,"+"50,65,86,255,"+"38,56,77,255,"+"77,72,93,255,"+"115,98,120,255,"+"142,116,140,255,"+"157,130,162,255,"+"170,156,188,255,"+"165,117,138,255,"+"190,142,169,255,"+"215,191,205,255,"+"208,169,173,255,"+"193,127,115,255,"+"189,109,102,255,"+"201,116,103,255,"+"199,107,88,255,"+"202,117,99,255,"+"204,120,98,255,"+"204,120,111,255,"+"209,127,126,255,"+"220,135,116,255,"+"235,151,133,255,"+"245,164,151,255,"+"252,182,160,255,"+"254,177,141,255,"+"255,172,128,255,"+"255,178,135,255,"+"255,155,94,255,"+"255,157,98,255,"+"255,165,111,255,"+"255,168,111,255,"+"255,167,111,255,"+"255,173,125,255,"+"255,186,148,255,"+"255,172,123,255,"+"255,174,118,255,"+"255,174,121,255,"+"255,174,131,255,"+"255,175,138,255,"+"255,174,135,255,"+"254,172,128,255,"+"254,172,141,255,"+"254,159,121,255,"+"254,149,97,255,"+"247,144,109,255,"+"246,144,107,255,"+"245,137,91,255,"+"238,134,87,255,"+"233,129,101,255,"+"228,135,134,255,"+"225,142,145,255,"+"219,134,127,255,"+"213,135,131,255,"+"199,117,120,255,"+"182,103,105,255,"+"172,94,89,255,"+"184,112,112,255,"+"192,130,120,255,"+"181,119,103,255,"+"156,99,88,255,"+"135,96,96,255,"+"111,90,94,255,"+"94,84,93,255,"+"60,66,78,255,"+"44,57,79,255,"+"22,46,65,255,"+"46,60,78,255,"+"75,79,100,255,"+"77,81,102,255,"+"75,81,96,255,"+"89,87,98,255,"+"88,87,98,255,"+"80,82,93,255,"+"78,82,90,255,"+"76,84,93,255,"+"65,80,91,255,"+"52,76,93,255,"+"21,67,85,255,"+"7,62,85,255,"+"25,69,94,255,"+"37,73,103,255,"+"40,76,100,255,"+"46,78,104,255,"+"23,66,92,255,"+"25,69,110,255,"+"45,82,127,255,"+"85,113,170,255,"+"137,147,217,255,"+"156,164,231,255,"+"0,1,47,255,"+"0,5,66,255,"+"0,7,67,255,"+"0,14,78,255,"+"1,44,101,255,"+"15,78,124,255,"+"16,70,118,255,"+"12,57,108,255,"+"27,61,115,255,"+"7,45,96,255,"+"5,53,82,255,"+"20,59,77,255,"+"26,58,79,255,"+"47,61,84,255,"+"85,79,107,255,"+"117,101,121,255,"+"142,114,131,255,"+"141,111,127,255,"+"155,119,152,255,"+"178,141,164,255,"+"183,131,140,255,"+"194,149,164,255,"+"193,145,153,255,"+"193,129,122,255,"+"189,113,92,255,"+"196,107,84,255,"+"195,98,82,255,"+"201,110,96,255,"+"198,112,96,255,"+"197,116,114,255,"+"207,134,145,255,"+"220,143,144,255,"+"230,152,140,255,"+"241,151,124,255,"+"249,162,120,255,"+"254,182,148,255,"+"253,162,122,255,"+"254,173,127,255,"+"255,165,111,255,"+"255,155,101,255,"+"255,156,106,255,"+"255,150,91,255,"+"254,146,86,255,"+"255,151,93,255,"+"255,156,107,255,"+"255,161,113,255,"+"254,161,117,255,"+"254,158,114,255,"+"254,161,124,255,"+"254,164,133,255,"+"255,167,133,255,"+"252,164,139,255,"+"251,173,154,255,"+"249,156,113,255,"+"251,143,83,255,"+"246,136,85,255,"+"239,132,91,255,"+"236,129,92,255,"+"233,129,90,255,"+"228,130,93,255,"+"222,135,120,255,"+"217,135,130,255,"+"211,122,112,255,"+"205,114,99,255,"+"192,118,122,255,"+"176,102,114,255,"+"185,121,138,255,"+"188,126,126,255,"+"191,130,121,255,"+"172,113,104,255,"+"147,96,97,255,"+"120,86,83,255,"+"97,78,84,255,"+"75,73,94,255,"+"27,43,67,255,"+"23,42,66,255,"+"41,59,70,255,"+"67,76,93,255,"+"77,83,106,255,"+"76,79,103,255,"+"83,82,95,255,"+"99,94,100,255,"+"97,95,104,255,"+"82,83,93,255,"+"79,83,91,255,"+"74,82,89,255,"+"72,81,89,255,"+"68,84,105,255,"+"56,82,109,255,"+"36,73,94,255,"+"42,76,92,255,"+"40,75,95,255,"+"50,82,103,255,"+"41,75,108,255,"+"7,59,98,255,"+"14,57,117,255,"+"33,74,133,255,"+"57,89,147,255,"+"131,145,204,255,"+"195,203,246,255,"+"0,6,72,255,"+"1,32,100,255,"+"0,18,83,255,"+"0,21,83,255,"+"0,46,97,255,"+"0,64,108,255,"+"2,63,104,255,"+"7,52,93,255,"+"21,52,99,255,"+"2,42,87,255,"+"0,45,77,255,"+"0,42,74,255,"+"6,43,68,255,"+"40,52,80,255,"+"102,100,137,255,"+"125,115,140,255,"+"141,118,136,255,"+"152,123,139,255,"+"162,126,141,255,"+"186,146,168,255,"+"187,143,151,255,"+"186,134,141,255,"+"188,137,155,255,"+"201,139,139,255,"+"196,124,114,255,"+"200,117,103,255,"+"202,113,99,255,"+"201,114,104,255,"+"197,119,115,255,"+"200,122,124,255,"+"207,140,147,255,"+"213,144,141,255,"+"220,135,114,255,"+"232,140,114,255,"+"246,157,130,255,"+"251,187,169,255,"+"252,184,162,255,"+"250,172,139,255,"+"255,181,146,255,"+"253,160,113,255,"+"253,157,119,255,"+"252,149,99,255,"+"249,136,80,255,"+"249,137,79,255,"+"251,135,82,255,"+"248,144,91,255,"+"251,146,93,255,"+"249,143,92,255,"+"249,143,100,255,"+"249,144,103,255,"+"248,143,96,255,"+"249,149,124,255,"+"245,153,127,255,"+"242,142,110,255,"+"243,145,125,255,"+"243,144,110,255,"+"238,142,98,255,"+"233,133,96,255,"+"228,122,93,255,"+"226,133,113,255,"+"224,141,128,255,"+"214,122,109,255,"+"202,108,101,255,"+"197,117,124,255,"+"191,119,127,255,"+"190,122,134,255,"+"194,135,140,255,"+"188,126,126,255,"+"172,112,107,255,"+"147,96,98,255,"+"117,84,92,255,"+"92,70,97,255,"+"74,65,83,255,"+"75,74,98,255,"+"62,72,91,255,"+"42,57,78,255,"+"47,61,83,255,"+"71,76,109,255,"+"83,86,121,255,"+"82,79,104,255,"+"90,83,85,255,"+"106,98,102,255,"+"99,94,102,255,"+"86,85,93,255,"+"74,79,88,255,"+"61,71,83,255,"+"66,73,87,255,"+"68,81,98,255,"+"66,84,103,255,"+"56,79,94,255,"+"44,74,91,255,"+"40,73,98,255,"+"60,87,123,255,"+"67,94,144,255,"+"13,55,103,255,"+"1,27,91,255,"+"34,73,125,255,"+"73,103,141,255,"+"101,118,172,255,"+"158,174,232,255,"+"0,9,77,255,"+"0,25,90,255,"+"0,28,87,255,"+"0,23,84,255,"+"6,54,100,255,"+"0,59,106,255,"+"0,52,94,255,"+"0,42,86,255,"+"0,21,85,255,"+"7,47,99,255,"+"3,37,72,255,"+"0,31,67,255,"+"10,41,71,255,"+"56,68,94,255,"+"104,100,127,255,"+"130,120,149,255,"+"142,126,155,255,"+"166,141,161,255,"+"167,132,144,255,"+"178,128,137,255,"+"216,157,151,255,"+"207,145,138,255,"+"195,141,139,255,"+"194,129,119,255,"+"201,128,116,255,"+"205,133,123,255,"+"206,132,115,255,"+"206,130,115,255,"+"197,122,109,255,"+"201,123,115,255,"+"204,137,135,255,"+"204,134,127,255,"+"211,128,117,255,"+"222,134,116,255,"+"238,156,147,255,"+"245,195,195,255,"+"246,194,178,255,"+"247,170,135,255,"+"250,169,137,255,"+"252,163,118,255,"+"249,164,146,255,"+"250,154,113,255,"+"247,141,90,255,"+"246,134,88,255,"+"243,133,81,255,"+"239,130,81,255,"+"241,131,85,255,"+"241,134,87,255,"+"245,134,91,255,"+"243,133,93,255,"+"239,124,83,255,"+"235,125,89,255,"+"233,128,104,255,"+"231,127,103,255,"+"233,129,98,255,"+"234,133,96,255,"+"229,127,88,255,"+"224,123,89,255,"+"219,113,94,255,"+"222,128,121,255,"+"219,134,132,255,"+"212,127,126,255,"+"208,134,153,255,"+"208,140,152,255,"+"200,139,139,255,"+"196,139,141,255,"+"193,132,134,255,"+"181,120,117,255,"+"144,92,90,255,"+"107,70,89,255,"+"78,57,75,255,"+"78,66,87,255,"+"83,78,94,255,"+"75,76,92,255,"+"56,65,80,255,"+"28,51,67,255,"+"29,52,73,255,"+"64,70,108,255,"+"74,76,106,255,"+"83,78,99,255,"+"94,86,87,255,"+"103,94,98,255,"+"107,98,107,255,"+"92,87,91,255,"+"77,80,89,255,"+"77,85,101,255,"+"72,82,97,255,"+"75,90,99,255,"+"72,88,104,255,"+"63,81,96,255,"+"60,80,96,255,"+"62,83,118,255,"+"80,104,161,255,"+"67,97,153,255,"+"16,60,111,255,"+"5,48,99,255,"+"32,74,113,255,"+"61,94,125,255,"+"74,102,149,255,"+"118,137,196,255,"+"0,5,73,255,"+"0,15,83,255,"+"0,34,93,255,"+"0,36,97,255,"+"4,61,105,255,"+"0,61,110,255,"+"0,52,102,255,"+"3,55,105,255,"+"1,31,86,255,"+"4,36,86,255,"+"2,31,69,255,"+"0,34,62,255,"+"3,33,65,255,"+"40,59,89,255,"+"96,96,123,255,"+"127,118,146,255,"+"141,122,146,255,"+"163,137,152,255,"+"171,138,146,255,"+"172,121,123,255,"+"207,141,119,255,"+"202,149,141,255,"+"194,140,144,255,"+"193,131,124,255,"+"196,123,115,255,"+"206,138,132,255,"+"208,141,122,255,"+"205,131,109,255,"+"192,111,95,255,"+"200,118,113,255,"+"204,137,136,255,"+"203,131,126,255,"+"198,120,119,255,"+"207,126,118,255,"+"226,158,154,255,"+"237,180,177,255,"+"239,165,151,255,"+"245,157,131,255,"+"246,171,160,255,"+"249,173,146,255,"+"248,155,114,255,"+"247,147,100,255,"+"245,145,88,255,"+"243,138,85,255,"+"242,136,86,255,"+"239,133,88,255,"+"235,128,88,255,"+"234,123,82,255,"+"247,141,96,255,"+"247,151,112,255,"+"235,132,98,255,"+"232,136,107,255,"+"233,130,105,255,"+"233,127,96,255,"+"230,125,82,255,"+"230,125,82,255,"+"233,129,93,255,"+"229,136,102,255,"+"226,130,113,255,"+"219,135,120,255,"+"220,138,129,255,"+"216,151,153,255,"+"215,157,171,255,"+"224,155,148,255,"+"218,151,140,255,"+"193,129,128,255,"+"174,111,120,255,"+"147,91,99,255,"+"109,66,68,255,"+"87,59,72,255,"+"73,53,55,255,"+"80,67,71,255,"+"70,65,70,255,"+"49,57,63,255,"+"37,53,66,255,"+"51,62,97,255,"+"58,67,97,255,"+"69,71,95,255,"+"69,70,82,255,"+"85,78,90,255,"+"107,94,113,255,"+"108,97,116,255,"+"106,92,100,255,"+"101,89,92,255,"+"94,89,96,255,"+"84,87,92,255,"+"76,83,86,255,"+"76,87,94,255,"+"72,86,106,255,"+"64,84,106,255,"+"59,83,110,255,"+"76,100,141,255,"+"103,130,183,255,"+"74,107,151,255,"+"40,87,123,255,"+"20,71,112,255,"+"8,64,104,255,"+"13,66,103,255,"+"24,74,123,255,"+"100,123,180,255,"+"0,8,76,255,"+"0,32,97,255,"+"1,65,117,255,"+"1,65,112,255,"+"3,68,111,255,"+"3,70,116,255,"+"6,66,116,255,"+"15,76,122,255,"+"1,45,92,255,"+"0,28,78,255,"+"0,20,67,255,"+"0,37,69,255,"+"9,45,82,255,"+"53,73,108,255,"+"93,97,129,255,"+"120,119,153,255,"+"135,122,145,255,"+"156,132,145,255,"+"165,133,142,255,"+"167,120,123,255,"+"173,116,123,255,"+"194,147,171,255,"+"199,167,184,255,"+"190,140,143,255,"+"194,128,137,255,"+"197,132,135,255,"+"203,137,125,255,"+"202,128,109,255,"+"194,111,90,255,"+"190,104,95,255,"+"197,123,119,255,"+"198,123,115,255,"+"191,108,104,255,"+"198,121,122,255,"+"212,144,147,255,"+"220,141,136,255,"+"228,151,141,255,"+"240,160,150,255,"+"239,164,161,255,"+"243,169,159,255,"+"248,171,141,255,"+"248,158,113,255,"+"247,153,102,255,"+"245,146,99,255,"+"242,143,88,255,"+"242,137,89,255,"+"240,137,94,255,"+"236,132,93,255,"+"235,123,83,255,"+"235,130,93,255,"+"234,135,101,255,"+"234,143,114,255,"+"233,140,108,255,"+"236,139,98,255,"+"234,141,108,255,"+"229,138,105,255,"+"231,139,114,255,"+"233,158,154,255,"+"229,165,162,255,"+"224,155,158,255,"+"219,147,149,255,"+"216,158,161,255,"+"210,148,143,255,"+"204,133,122,255,"+"188,112,103,255,"+"158,95,104,255,"+"128,79,98,255,"+"110,61,79,255,"+"98,64,74,255,"+"89,64,72,255,"+"83,65,68,255,"+"83,67,70,255,"+"86,74,75,255,"+"72,65,67,255,"+"67,63,69,255,"+"80,73,81,255,"+"75,72,73,255,"+"81,74,87,255,"+"82,73,89,255,"+"91,80,99,255,"+"126,114,151,255,"+"119,114,135,255,"+"114,102,110,255,"+"110,94,96,255,"+"97,87,95,255,"+"76,78,86,255,"+"69,77,85,255,"+"71,83,91,255,"+"63,82,103,255,"+"60,86,115,255,"+"67,90,126,255,"+"60,88,132,255,"+"63,97,150,255,"+"62,98,142,255,"+"40,87,122,255,"+"20,77,113,255,"+"5,66,102,255,"+"1,42,83,255,"+"10,65,111,255,"+"71,103,154,255,"+"1,24,94,255,"+"0,66,127,255,"+"1,55,110,255,"+"2,61,112,255,"+"14,81,130,255,"+"18,83,125,255,"+"18,80,122,255,"+"2,59,101,255,"+"0,25,74,255,"+"0,7,58,255,"+"0,11,65,255,"+"0,35,81,255,"+"6,44,87,255,"+"52,75,110,255,"+"97,104,135,255,"+"141,142,177,255,"+"141,133,162,255,"+"149,128,147,255,"+"165,134,147,255,"+"160,116,125,255,"+"170,116,136,255,"+"195,157,182,255,"+"206,194,208,255,"+"198,157,183,255,"+"195,160,192,255,"+"195,138,147,255,"+"201,138,133,255,"+"206,139,125,255,"+"201,128,116,255,"+"194,116,113,255,"+"177,94,92,255,"+"190,106,98,255,"+"186,107,101,255,"+"187,106,117,255,"+"192,118,137,255,"+"197,112,109,255,"+"216,133,118,255,"+"226,145,142,255,"+"231,150,151,255,"+"232,153,152,255,"+"242,174,171,255,"+"246,175,157,255,"+"247,169,143,255,"+"246,164,130,255,"+"244,159,117,255,"+"245,156,111,255,"+"243,147,116,255,"+"240,150,133,255,"+"237,143,124,255,"+"234,131,98,255,"+"233,132,87,255,"+"238,140,104,255,"+"239,147,113,255,"+"237,144,103,255,"+"236,145,112,255,"+"226,137,108,255,"+"231,149,139,255,"+"229,171,174,255,"+"223,156,155,255,"+"225,155,144,255,"+"211,138,131,255,"+"200,122,117,255,"+"199,124,114,255,"+"182,106,96,255,"+"160,88,91,255,"+"142,88,119,255,"+"137,110,155,255,"+"104,70,94,255,"+"102,69,83,255,"+"100,73,80,255,"+"96,75,75,255,"+"92,76,76,255,"+"87,72,76,255,"+"76,65,70,255,"+"70,61,65,255,"+"81,67,68,255,"+"90,76,82,255,"+"102,85,90,255,"+"104,84,89,255,"+"108,89,111,255,"+"117,102,119,255,"+"111,95,104,255,"+"106,89,98,255,"+"109,95,104,255,"+"89,82,91,255,"+"83,84,86,255,"+"84,88,100,255,"+"86,94,122,255,"+"89,103,140,255,"+"75,100,137,255,"+"56,90,125,255,"+"39,81,116,255,"+"38,85,124,255,"+"24,80,122,255,"+"16,74,113,255,"+"2,57,97,255,"+"1,51,91,255,"+"0,41,85,255,"+"2,45,99,255,"+"49,88,141,255,"+"0,17,88,255,"+"0,41,108,255,"+"0,37,95,255,"+"7,71,122,255,"+"49,100,152,255,"+"43,96,138,255,"+"15,76,117,255,"+"0,46,95,255,"+"0,15,65,255,"+"0,1,50,255,"+"0,10,69,255,"+"0,18,73,255,"+"1,43,83,255,"+"36,66,105,255,"+"91,100,135,255,"+"124,126,158,255,"+"149,147,172,255,"+"157,143,158,255,"+"169,142,155,255,"+"170,131,147,255,"+"177,140,169,255,"+"190,151,175,255,"+"199,166,188,255,"+"199,166,198,255,"+"192,156,189,255,"+"190,129,138,255,"+"200,137,132,255,"+"206,140,125,255,"+"211,145,132,255,"+"210,146,139,255,"+"187,106,104,255,"+"188,99,93,255,"+"187,106,101,255,"+"178,99,106,255,"+"189,123,144,255,"+"187,105,102,255,"+"206,119,109,255,"+"209,128,127,255,"+"217,142,152,255,"+"226,145,140,255,"+"234,153,140,255,"+"238,173,177,255,"+"236,173,170,255,"+"240,174,156,255,"+"246,177,152,255,"+"246,178,153,255,"+"246,185,176,255,"+"242,191,192,255,"+"240,177,170,255,"+"237,154,131,255,"+"240,151,114,255,"+"239,147,112,255,"+"234,141,111,255,"+"238,147,114,255,"+"235,149,128,255,"+"228,149,139,255,"+"235,169,158,255,"+"227,170,156,255,"+"217,147,131,255,"+"208,134,121,255,"+"197,119,120,255,"+"190,106,103,255,"+"183,107,100,255,"+"167,95,88,255,"+"143,81,84,255,"+"140,97,124,255,"+"131,106,143,255,"+"114,83,106,255,"+"115,83,96,255,"+"112,86,95,255,"+"101,76,77,255,"+"90,69,68,255,"+"85,73,71,255,"+"89,73,71,255,"+"91,73,72,255,"+"92,78,75,255,"+"107,81,85,255,"+"119,91,89,255,"+"114,88,90,255,"+"116,95,122,255,"+"103,90,110,255,"+"107,92,99,255,"+"111,93,95,255,"+"114,101,107,255,"+"91,86,101,255,"+"67,74,90,255,"+"83,89,114,255,"+"96,110,153,255,"+"84,108,150,255,"+"73,102,139,255,"+"66,102,138,255,"+"49,94,129,255,"+"10,74,106,255,"+"5,70,107,255,"+"1,55,94,255,"+"0,51,92,255,"+"0,47,90,255,"+"0,51,94,255,"+"0,39,96,255,"+"17,56,123,255,"+"0,16,83,255,"+"2,41,101,255,"+"3,61,108,255,"+"5,71,121,255,"+"20,86,135,255,"+"10,73,114,255,"+"3,59,103,255,"+"0,44,98,255,"+"0,11,67,255,"+"0,4,64,255,"+"0,32,90,255,"+"0,41,89,255,"+"5,53,90,255,"+"56,83,132,255,"+"95,107,151,255,"+"121,123,161,255,"+"145,149,178,255,"+"156,147,169,255,"+"174,152,169,255,"+"182,151,167,255,"+"177,134,145,255,"+"185,137,142,255,"+"187,138,142,255,"+"188,148,167,255,"+"176,125,149,255,"+"182,118,130,255,"+"195,136,130,255,"+"197,134,116,255,"+"209,144,129,255,"+"213,155,143,255,"+"206,140,136,255,"+"200,121,118,255,"+"189,112,114,255,"+"182,97,91,255,"+"182,100,100,255,"+"182,99,105,255,"+"197,114,110,255,"+"203,125,115,255,"+"196,115,114,255,"+"209,123,114,255,"+"225,139,121,255,"+"230,148,138,255,"+"228,147,145,255,"+"233,162,151,255,"+"233,160,140,255,"+"239,172,163,255,"+"241,183,183,255,"+"246,188,191,255,"+"244,213,217,255,"+"236,178,166,255,"+"236,160,144,255,"+"236,165,155,255,"+"228,164,167,255,"+"224,137,119,255,"+"228,146,137,255,"+"224,150,152,255,"+"222,153,140,255,"+"217,149,140,255,"+"210,145,138,255,"+"207,141,144,255,"+"198,142,162,255,"+"183,121,134,255,"+"160,92,92,255,"+"145,83,84,255,"+"133,78,82,255,"+"126,83,89,255,"+"116,82,102,255,"+"125,99,131,255,"+"107,89,117,255,"+"87,63,81,255,"+"93,69,74,255,"+"90,68,79,255,"+"88,76,88,255,"+"99,76,81,255,"+"110,84,85,255,"+"113,85,87,255,"+"120,92,91,255,"+"122,98,90,255,"+"120,98,92,255,"+"124,101,109,255,"+"120,105,118,255,"+"123,102,105,255,"+"122,100,93,255,"+"100,91,97,255,"+"87,87,105,255,"+"63,78,93,255,"+"51,77,106,255,"+"54,87,131,255,"+"53,90,137,255,"+"54,94,129,255,"+"31,85,116,255,"+"18,74,109,255,"+"8,65,103,255,"+"2,60,94,255,"+"0,50,86,255,"+"0,50,88,255,"+"0,50,94,255,"+"0,48,92,255,"+"0,18,85,255,"+"0,19,100,255,"+"0,21,90,255,"+"0,44,102,255,"+"2,65,112,255,"+"1,70,121,255,"+"7,73,119,255,"+"2,65,109,255,"+"1,61,112,255,"+"2,60,117,255,"+"0,31,92,255,"+"1,15,85,255,"+"0,29,87,255,"+"1,49,93,255,"+"9,59,95,255,"+"28,60,106,255,"+"75,90,134,255,"+"139,143,188,255,"+"168,177,210,255,"+"159,149,173,255,"+"178,162,184,255,"+"172,143,162,255,"+"165,119,127,255,"+"183,135,137,255,"+"177,128,131,255,"+"170,124,147,255,"+"172,119,139,255,"+"172,114,124,255,"+"182,121,117,255,"+"186,125,119,255,"+"202,139,143,255,"+"216,168,163,255,"+"223,182,184,255,"+"207,160,170,255,"+"196,132,144,255,"+"196,110,102,255,"+"187,99,83,255,"+"183,99,93,255,"+"187,102,90,255,"+"196,115,103,255,"+"200,120,121,255,"+"203,123,122,255,"+"208,129,121,255,"+"209,130,121,255,"+"210,126,126,255,"+"219,142,145,255,"+"223,144,130,255,"+"224,150,153,255,"+"228,171,186,255,"+"229,161,168,255,"+"229,158,170,255,"+"228,162,166,255,"+"223,145,145,255,"+"224,146,144,255,"+"225,160,167,255,"+"216,142,132,255,"+"211,134,127,255,"+"203,125,128,255,"+"205,128,124,255,"+"201,130,122,255,"+"196,129,127,255,"+"193,136,147,255,"+"186,136,151,255,"+"178,130,137,255,"+"162,116,119,255,"+"151,106,112,255,"+"143,100,111,255,"+"135,97,111,255,"+"119,86,103,255,"+"135,113,139,255,"+"126,114,152,255,"+"99,80,107,255,"+"102,78,88,255,"+"109,78,92,255,"+"115,87,99,255,"+"119,87,95,255,"+"124,88,91,255,"+"129,92,92,255,"+"132,100,95,255,"+"131,103,97,255,"+"136,110,105,255,"+"138,114,119,255,"+"133,110,120,255,"+"109,86,91,255,"+"99,88,99,255,"+"75,77,95,255,"+"79,90,100,255,"+"43,68,90,255,"+"9,55,95,255,"+"27,76,124,255,"+"60,98,151,255,"+"69,106,155,255,"+"29,84,124,255,"+"3,67,99,255,"+"0,58,91,255,"+"0,50,91,255,"+"0,46,89,255,"+"0,46,85,255,"+"1,50,95,255,"+"4,47,100,255,"+"0,40,111,255,"+"0,47,126,255,"+"0,36,91,255,"+"5,61,112,255,"+"24,86,129,255,"+"6,77,121,255,"+"12,82,121,255,"+"6,70,115,255,"+"1,54,109,255,"+"1,46,100,255,"+"0,29,89,255,"+"15,49,109,255,"+"2,38,89,255,"+"0,34,83,255,"+"4,51,93,255,"+"26,65,98,255,"+"71,87,116,255,"+"130,138,174,255,"+"162,174,208,255,"+"151,141,162,255,"+"162,149,168,255,"+"162,137,154,255,"+"165,127,135,255,"+"178,138,136,255,"+"170,125,125,255,"+"172,120,132,255,"+"168,109,122,255,"+"157,101,113,255,"+"174,115,125,255,"+"179,128,149,255,"+"192,137,158,255,"+"213,164,161,255,"+"220,180,177,255,"+"223,187,192,255,"+"204,151,162,255,"+"191,109,110,255,"+"185,97,84,255,"+"191,110,96,255,"+"187,102,89,255,"+"190,107,90,255,"+"200,126,122,255,"+"202,132,133,255,"+"198,122,125,255,"+"202,127,127,255,"+"204,125,118,255,"+"205,131,131,255,"+"209,136,135,255,"+"212,143,150,255,"+"212,146,160,255,"+"210,134,126,255,"+"218,143,151,255,"+"226,173,183,255,"+"222,173,188,255,"+"215,167,182,255,"+"209,140,140,255,"+"210,131,123,255,"+"199,128,120,255,"+"188,113,106,255,"+"189,116,120,255,"+"180,113,125,255,"+"173,105,111,255,"+"165,105,112,255,"+"162,105,103,255,"+"160,108,103,255,"+"154,111,109,255,"+"149,107,107,255,"+"140,97,105,255,"+"132,95,102,255,"+"110,74,79,255,"+"105,73,91,255,"+"98,77,106,255,"+"118,96,133,255,"+"129,103,127,255,"+"131,95,105,255,"+"129,91,93,255,"+"132,94,89,255,"+"141,100,93,255,"+"144,103,101,255,"+"143,104,105,255,"+"144,110,115,255,"+"147,116,126,255,"+"142,118,131,255,"+"139,119,136,255,"+"110,101,115,255,"+"98,98,118,255,"+"85,91,112,255,"+"63,84,101,255,"+"52,79,130,255,"+"40,85,149,255,"+"19,76,128,255,"+"14,69,113,255,"+"20,79,121,255,"+"6,67,108,255,"+"2,54,92,255,"+"0,52,84,255,"+"0,44,91,255,"+"0,43,90,255,"+"0,36,81,255,"+"5,37,100,255,"+"18,58,136,255,"+"0,39,107,255,"+"0,50,107,255,"+"0,43,100,255,"+"13,82,138,255,"+"47,99,146,255,"+"7,69,115,255,"+"1,57,103,255,"+"2,47,98,255,"+"0,41,98,255,"+"0,46,108,255,"+"0,32,93,255,"+"1,30,87,255,"+"0,26,81,255,"+"0,28,78,255,"+"3,53,92,255,"+"30,71,103,255,"+"64,83,114,255,"+"103,110,151,255,"+"149,155,194,255,"+"137,130,151,255,"+"158,143,161,255,"+"159,132,149,255,"+"155,119,131,255,"+"173,133,146,255,"+"171,131,136,255,"+"163,113,111,255,"+"151,97,104,255,"+"141,87,105,255,"+"162,113,139,255,"+"183,149,183,255,"+"179,129,146,255,"+"197,138,133,255,"+"214,161,159,255,"+"227,193,194,255,"+"214,171,179,255,"+"209,156,159,255,"+"194,121,113,255,"+"198,113,96,255,"+"192,109,91,255,"+"190,106,94,255,"+"193,115,103,255,"+"196,122,111,255,"+"194,123,120,255,"+"193,122,117,255,"+"195,119,111,255,"+"196,122,122,255,"+"199,127,127,255,"+"210,147,151,255,"+"210,154,167,255,"+"201,129,128,255,"+"199,121,118,255,"+"205,131,126,255,"+"205,147,148,255,"+"207,164,173,255,"+"194,132,132,255,"+"191,119,114,255,"+"185,118,110,255,"+"178,114,109,255,"+"177,115,128,255,"+"177,121,137,255,"+"169,122,132,255,"+"164,109,107,255,"+"156,105,102,255,"+"146,97,97,255,"+"135,90,92,255,"+"132,88,86,255,"+"131,82,88,255,"+"125,80,78,255,"+"115,75,66,255,"+"115,81,94,255,"+"130,113,157,255,"+"157,150,196,255,"+"155,135,163,255,"+"139,103,110,255,"+"138,98,97,255,"+"141,103,95,255,"+"145,104,97,255,"+"145,105,102,255,"+"144,105,104,255,"+"137,105,112,255,"+"144,119,151,255,"+"142,129,156,255,"+"138,132,151,255,"+"118,117,131,255,"+"97,103,121,255,"+"77,87,117,255,"+"37,66,114,255,"+"22,56,110,255,"+"26,61,121,255,"+"8,61,115,255,"+"4,61,99,255,"+"3,66,109,255,"+"0,50,90,255,"+"0,45,88,255,"+"0,52,85,255,"+"0,38,88,255,"+"0,20,80,255,"+"0,16,77,255,"+"0,29,87,255,"+"0,34,86,255,"+"0,49,95,255,"+"0,53,104,255,"+"0,46,110,255,"+"3,67,130,255,"+"8,71,132,255,"+"2,59,112,255,"+"0,42,94,255,"+"0,32,87,255,"+"0,41,94,255,"+"0,42,94,255,"+"0,38,89,255,"+"0,34,86,255,"+"0,28,81,255,"+"0,19,74,255,"+"0,36,80,255,"+"13,59,92,255,"+"45,74,106,255,"+"83,92,130,255,"+"125,125,156,255,"+"129,122,137,255,"+"153,136,154,255,"+"156,136,154,255,"+"150,121,128,255,"+"150,113,123,255,"+"161,123,128,255,"+"162,113,106,255,"+"160,108,110,255,"+"147,94,107,255,"+"157,109,129,255,"+"163,123,152,255,"+"170,124,141,255,"+"169,108,112,255,"+"194,127,128,255,"+"212,155,145,255,"+"212,153,142,255,"+"216,153,139,255,"+"211,139,124,255,"+"209,129,101,255,"+"203,127,113,255,"+"200,127,126,255,"+"196,117,99,255,"+"191,112,90,255,"+"194,119,106,255,"+"193,121,108,255,"+"189,113,101,255,"+"191,116,115,255,"+"197,122,115,255,"+"203,136,139,255,"+"205,154,165,255,"+"198,138,142,255,"+"191,124,130,255,"+"177,108,112,255,"+"183,112,109,255,"+"185,123,119,255,"+"183,122,118,255,"+"178,118,114,255,"+"173,113,109,255,"+"169,112,106,255,"+"164,111,110,255,"+"164,114,114,255,"+"167,119,126,255,"+"160,109,110,255,"+"151,102,103,255,"+"143,96,99,255,"+"141,97,98,255,"+"140,96,94,255,"+"133,85,92,255,"+"129,84,88,255,"+"125,85,83,255,"+"123,82,84,255,"+"126,84,102,255,"+"137,102,130,255,"+"138,100,120,255,"+"147,101,103,255,"+"148,104,105,255,"+"150,109,107,255,"+"152,114,111,255,"+"147,109,107,255,"+"148,109,108,255,"+"135,104,112,255,"+"147,128,172,255,"+"159,160,205,255,"+"131,133,166,255,"+"110,114,142,255,"+"93,105,137,255,"+"53,79,115,255,"+"27,68,116,255,"+"20,69,100,255,"+"15,62,98,255,"+"2,52,95,255,"+"8,60,96,255,"+"2,63,99,255,"+"0,57,88,255,"+"0,53,95,255,"+"0,45,87,255,"+"0,30,76,255,"+"1,30,77,255,"+"0,23,71,255,"+"0,30,72,255,"+"0,34,82,255,"+"0,45,95,255,"+"0,49,101,255,"+"0,50,121,255,"+"4,50,126,255,"+"11,58,132,255,"+"0,50,103,255,"+"0,41,92,255,"+"0,30,84,255,"+"0,39,91,255,"+"0,35,91,255,"+"0,33,93,255,"+"0,35,92,255,"+"0,42,89,255,"+"0,28,84,255,"+"0,41,86,255,"+"14,64,100,255,"+"50,77,111,255,"+"77,87,112,255,"+"98,99,116,255,"+"111,106,122,255,"+"139,129,156,255,"+"146,133,150,255,"+"137,115,135,255,"+"134,105,123,255,"+"146,105,112,255,"+"156,103,101,255,"+"154,104,107,255,"+"151,98,102,255,"+"157,105,114,255,"+"159,110,128,255,"+"159,112,130,255,"+"147,97,115,255,"+"170,108,122,255,"+"189,119,111,255,"+"199,125,116,255,"+"208,141,131,255,"+"213,143,131,255,"+"211,134,114,255,"+"205,130,117,255,"+"199,123,115,255,"+"201,121,104,255,"+"194,110,92,255,"+"192,109,97,255,"+"190,110,99,255,"+"187,107,97,255,"+"188,107,104,255,"+"199,124,119,255,"+"199,137,134,255,"+"197,143,151,255,"+"195,140,140,255,"+"192,138,155,255,"+"176,129,153,255,"+"163,95,100,255,"+"166,101,98,255,"+"169,105,104,255,"+"164,107,104,255,"+"159,103,102,255,"+"157,101,95,255,"+"154,101,92,255,"+"152,100,96,255,"+"154,99,98,255,"+"149,97,100,255,"+"145,97,103,255,"+"141,95,104,255,"+"132,86,89,255,"+"130,87,96,255,"+"125,85,101,255,"+"124,81,96,255,"+"126,81,86,255,"+"126,78,81,255,"+"130,84,89,255,"+"142,98,108,255,"+"148,103,105,255,"+"156,109,105,255,"+"161,120,126,255,"+"167,128,140,255,"+"170,145,156,255,"+"160,130,132,255,"+"152,119,118,255,"+"135,107,112,255,"+"129,111,126,255,"+"120,121,140,255,"+"100,105,129,255,"+"92,100,135,255,"+"66,93,127,255,"+"12,62,98,255,"+"8,51,90,255,"+"3,42,83,255,"+"0,42,89,255,"+"0,51,91,255,"+"1,55,97,255,"+"4,66,102,255,"+"2,65,106,255,"+"15,79,132,255,"+"5,57,102,255,"+"0,47,84,255,"+"1,46,91,255,"+"1,30,78,255,"+"0,21,68,255,"+"0,28,79,255,"+"1,45,103,255,"+"1,56,121,255,"+"17,86,161,255,"+"0,40,121,255,"+"0,16,96,255,"+"0,41,104,255,"+"0,31,96,255,"+"0,25,85,255,"+"0,31,87,255,"+"0,39,91,255,"+"0,36,90,255,"+"3,35,92,255,"+"4,40,93,255,"+"1,37,96,255,"+"30,76,137,255,"+"59,96,145,255,"+"49,80,117,255,"+"64,83,109,255,"+"94,102,123,255,"+"109,107,137,255,"+"143,138,175,255,"+"141,130,145,255,"+"132,107,129,255,"+"138,110,127,255,"+"143,109,117,255,"+"149,107,110,255,"+"152,108,108,255,"+"150,99,100,255,"+"158,106,111,255,"+"157,108,115,255,"+"153,104,116,255,"+"140,100,134,255,"+"139,93,113,255,"+"162,99,101,255,"+"181,116,126,255,"+"190,121,113,255,"+"204,135,125,255,"+"209,142,131,255,"+"201,125,121,255,"+"196,116,105,255,"+"198,118,99,255,"+"201,124,104,255,"+"195,117,101,255,"+"183,106,90,255,"+"177,98,83,255,"+"177,95,83,255,"+"184,109,98,255,"+"197,131,122,255,"+"187,120,119,255,"+"190,136,140,255,"+"189,143,142,255,"+"184,136,141,255,"+"177,117,122,255,"+"167,103,104,255,"+"161,95,92,255,"+"155,95,97,255,"+"150,93,97,255,"+"153,97,95,255,"+"154,99,97,255,"+"147,93,96,255,"+"140,88,90,255,"+"139,90,96,255,"+"157,126,151,255,"+"148,128,167,255,"+"129,98,133,255,"+"130,96,129,255,"+"130,97,117,255,"+"119,77,82,255,"+"119,72,74,255,"+"128,78,90,255,"+"146,98,108,255,"+"158,111,115,255,"+"155,107,113,255,"+"158,113,125,255,"+"162,127,135,255,"+"174,144,165,255,"+"181,157,177,255,"+"157,135,139,255,"+"131,103,106,255,"+"123,101,108,255,"+"119,106,111,255,"+"104,99,110,255,"+"81,89,111,255,"+"70,89,138,255,"+"23,66,102,255,"+"1,50,77,255,"+"0,27,70,255,"+"0,31,77,255,"+"0,53,96,255,"+"1,59,101,255,"+"4,66,114,255,"+"5,64,111,255,"+"2,64,104,255,"+"15,73,128,255,"+"9,60,113,255,"+"0,45,86,255,"+"0,42,84,255,"+"0,38,82,255,"+"0,30,81,255,"+"0,33,92,255,"+"0,27,96,255,"+"0,31,104,255,"+"70,130,192,255,"+"14,76,157,255,"+"2,41,124,255,"+"0,49,114,255,"+"0,38,104,255,"+"0,32,90,255,"+"0,26,84,255,"+"6,48,99,255,"+"1,46,97,255,"+"8,57,108,255,"+"12,68,116,255,"+"6,50,108,255,"+"61,97,158,255,"+"90,121,176,255,"+"31,79,115,255,"+"38,73,103,255,"+"74,91,122,255,"+"107,111,143,255,"+"132,132,164,255,"+"124,118,134,255,"+"119,101,112,255,"+"140,114,134,255,"+"160,139,171,255,"+"143,113,130,255,"+"143,103,109,255,"+"148,105,109,255,"+"149,107,112,255,"+"137,96,110,255,"+"142,98,116,255,"+"158,124,148,255,"+"146,109,134,255,"+"141,90,100,255,"+"150,90,92,255,"+"162,100,102,255,"+"189,128,140,255,"+"196,136,135,255,"+"196,129,126,255,"+"200,133,131,255,"+"187,116,116,255,"+"198,127,128,255,"+"193,123,130,255,"+"190,127,140,255,"+"181,116,121,255,"+"178,107,94,255,"+"176,102,92,255,"+"174,99,94,255,"+"169,97,93,255,"+"176,105,102,255,"+"181,121,116,255,"+"187,130,132,255,"+"187,138,147,255,"+"176,122,127,255,"+"170,105,108,255,"+"166,106,108,255,"+"161,106,107,255,"+"157,101,101,255,"+"158,102,106,255,"+"157,103,109,255,"+"145,97,102,255,"+"130,83,93,255,"+"156,120,145,255,"+"148,121,144,255,"+"129,92,106,255,"+"123,81,96,255,"+"125,78,90,255,"+"122,75,79,255,"+"129,86,92,255,"+"144,102,133,255,"+"182,156,189,255,"+"178,159,193,255,"+"163,139,181,255,"+"164,133,174,255,"+"154,119,141,255,"+"182,152,188,255,"+"181,164,200,255,"+"128,106,125,255,"+"117,95,104,255,"+"117,103,115,255,"+"106,106,122,255,"+"88,91,117,255,"+"78,94,126,255,"+"47,82,125,255,"+"3,39,73,255,"+"0,25,68,255,"+"0,23,73,255,"+"1,47,98,255,"+"8,70,117,255,"+"1,59,110,255,"+"2,62,112,255,"+"1,60,104,255,"+"0,56,96,255,"+"1,46,92,255,"+"1,40,95,255,"+"0,42,90,255,"+"0,46,97,255,"+"0,30,84,255,"+"0,30,86,255,"+"0,50,112,255,"+"2,65,122,255,"+"0,50,108,255,"+"105,150,208,255,"+"63,128,195,255,"+"25,92,172,255,"+"11,78,139,255,"+"1,57,114,255,"+"0,32,98,255,"+"0,18,80,255,"+"0,36,86,255,"+"0,54,97,255,"+"0,59,102,255,"+"2,63,111,255,"+"14,74,119,255,"+"38,86,137,255,"+"64,111,175,255,"+"12,74,114,255,"+"15,64,93,255,"+"55,80,111,255,"+"96,102,141,255,"+"123,123,156,255,"+"107,104,126,255,"+"127,115,136,255,"+"149,128,148,255,"+"167,150,176,255,"+"138,113,128,255,"+"143,108,109,255,"+"144,108,109,255,"+"146,109,111,255,"+"140,107,119,255,"+"145,114,143,255,"+"154,124,150,255,"+"148,113,129,255,"+"134,92,117,255,"+"138,85,73,255,"+"150,93,88,255,"+"165,104,109,255,"+"177,116,110,255,"+"185,123,127,255,"+"205,155,159,255,"+"188,133,149,255,"+"200,145,158,255,"+"199,146,158,255,"+"192,136,154,255,"+"190,136,151,255,"+"178,112,109,255,"+"172,103,95,255,"+"167,98,91,255,"+"157,88,82,255,"+"158,81,81,255,"+"163,90,85,255,"+"175,107,104,255,"+"181,124,124,255,"+"178,124,133,255,"+"166,104,105,255,"+"165,103,99,255,"+"167,112,106,255,"+"165,111,103,255,"+"159,104,98,255,"+"159,107,105,255,"+"145,97,98,255,"+"133,88,91,255,"+"130,81,90,255,"+"140,94,99,255,"+"142,98,100,255,"+"134,91,99,255,"+"145,97,125,255,"+"147,105,130,255,"+"152,107,125,255,"+"166,128,160,255,"+"184,166,200,255,"+"179,159,188,255,"+"172,153,178,255,"+"154,123,144,255,"+"152,120,129,255,"+"150,122,141,255,"+"141,117,139,255,"+"122,99,110,255,"+"119,102,119,255,"+"118,115,141,255,"+"117,124,158,255,"+"90,102,142,255,"+"47,76,114,255,"+"10,62,103,255,"+"0,32,76,255,"+"0,17,68,255,"+"0,16,69,255,"+"0,29,84,255,"+"1,46,98,255,"+"0,50,98,255,"+"2,55,95,255,"+"0,49,93,255,"+"0,49,93,255,"+"0,39,90,255,"+"0,28,86,255,"+"0,36,88,255,"+"0,40,98,255,"+"0,44,98,255,"+"0,37,89,255,"+"0,43,100,255,"+"3,67,124,255,"+"4,60,128,255,"+"44,111,177,255,"+"16,77,146,255,"+"5,67,136,255,"+"4,70,127,255,"+"0,41,105,255,"+"0,37,109,255,"+"0,22,86,255,"+"0,38,89,255,"+"0,48,97,255,"+"0,47,96,255,"+"0,51,103,255,"+"9,71,116,255,"+"26,76,119,255,"+"5,65,114,255,"+"5,64,106,255,"+"12,64,100,255,"+"57,79,108,255,"+"102,109,143,255,"+"101,104,136,255,"+"105,100,123,255,"+"145,140,164,255,"+"148,138,156,255,"+"144,128,144,255,"+"126,106,123,255,"+"134,105,107,255,"+"131,103,99,255,"+"134,102,109,255,"+"148,118,140,255,"+"155,126,155,255,"+"168,155,183,255,"+"143,112,124,255,"+"141,106,123,255,"+"137,95,102,255,"+"144,91,85,255,"+"157,104,102,255,"+"162,106,108,255,"+"175,127,145,255,"+"178,130,147,255,"+"176,119,137,255,"+"184,130,140,255,"+"193,136,139,255,"+"187,131,132,255,"+"186,130,132,255,"+"179,120,121,255,"+"172,109,111,255,"+"173,120,131,255,"+"167,120,128,255,"+"159,95,110,255,"+"159,96,105,255,"+"168,107,103,255,"+"170,102,100,255,"+"164,101,108,255,"+"156,99,108,255,"+"155,94,95,255,"+"164,104,99,255,"+"160,102,97,255,"+"158,100,96,255,"+"155,102,99,255,"+"142,89,84,255,"+"126,71,66,255,"+"117,63,63,255,"+"128,78,81,255,"+"140,92,90,255,"+"147,100,111,255,"+"171,137,170,255,"+"172,152,186,255,"+"167,131,156,255,"+"166,135,159,255,"+"161,130,153,255,"+"162,128,138,255,"+"153,128,132,255,"+"129,102,106,255,"+"127,96,102,255,"+"120,98,108,255,"+"116,98,112,255,"+"108,96,115,255,"+"114,110,148,255,"+"135,140,188,255,"+"130,144,192,255,"+"86,112,156,255,"+"24,69,106,255,"+"4,50,98,255,"+"0,30,85,255,"+"0,33,83,255,"+"0,42,89,255,"+"0,35,81,255,"+"0,39,88,255,"+"2,51,95,255,"+"0,49,88,255,"+"0,52,99,255,"+"5,60,114,255,"+"6,62,122,255,"+"0,50,103,255,"+"0,42,96,255,"+"0,47,104,255,"+"0,66,115,255,"+"0,65,115,255,"+"0,58,108,255,"+"1,54,107,255,"+"6,69,130,255,"+"0,67,133,255,"+"0,50,116,255,"+"0,58,121,255,"+"0,50,113,255,"+"0,21,93,255,"+"0,17,86,255,"+"0,28,91,255,"+"0,41,96,255,"+"0,34,96,255,"+"0,48,97,255,"+"0,55,108,255,"+"26,76,128,255,"+"34,80,123,255,"+"3,62,108,255,"+"4,63,98,255,"+"5,54,94,255,"+"40,70,103,255,"+"80,95,127,255,"+"103,106,140,255,"+"116,110,133,255,"+"136,135,158,255,"+"145,145,170,255,"+"136,130,149,255,"+"123,115,134,255,"+"128,111,124,255,"+"129,108,115,255,"+"132,107,111,255,"+"134,107,113,255,"+"143,114,131,255,"+"144,119,134,255,"+"147,115,123,255,"+"135,105,110,255,"+"129,96,109,255,"+"135,93,105,255,"+"146,94,102,255,"+"156,102,105,255,"+"166,120,124,255,"+"158,107,110,255,"+"159,102,107,255,"+"169,112,121,255,"+"180,125,121,255,"+"181,127,123,255,"+"186,126,123,255,"+"187,130,128,255,"+"182,124,125,255,"+"190,145,158,255,"+"180,144,159,255,"+"175,124,152,255,"+"177,135,158,255,"+"165,110,118,255,"+"174,110,111,255,"+"174,119,118,255,"+"172,121,130,255,"+"164,104,109,255,"+"173,116,132,255,"+"175,130,139,255,"+"167,107,115,255,"+"167,116,118,255,"+"157,106,105,255,"+"134,85,96,255,"+"134,84,89,255,"+"153,107,114,255,"+"160,122,140,255,"+"149,109,126,255,"+"140,104,129,255,"+"153,121,153,255,"+"162,127,134,255,"+"158,121,136,255,"+"164,135,159,255,"+"150,125,137,255,"+"135,110,112,255,"+"114,92,99,255,"+"101,88,100,255,"+"88,79,91,255,"+"94,87,106,255,"+"78,90,117,255,"+"60,81,131,255,"+"84,103,169,255,"+"135,157,217,255,"+"54,98,158,255,"+"1,41,91,255,"+"0,17,73,255,"+"0,18,76,255,"+"0,23,78,255,"+"0,39,94,255,"+"0,35,87,255,"+"0,32,83,255,"+"2,45,90,255,"+"0,47,87,255,"+"2,57,107,255,"+"50,80,156,255,"+"66,84,174,255,"+"12,72,128,255,"+"6,70,128,255,"+"16,79,139,255,"+"10,86,139,255,"+"1,68,122,255,"+"0,48,102,255,"+"0,34,96,255,"+"0,42,103,255,"+"8,71,132,255,"+"5,60,121,255,"+"0,58,116,255,"+"0,35,106,255,"+"0,6,86,255,"+"0,9,86,255,"+"0,20,90,255,"+"0,24,89,255,"+"0,22,92,255,"+"3,52,100,255,"+"8,74,118,255,"+"32,90,139,255,"+"42,97,144,255,"+"5,66,112,255,"+"0,51,92,255,"+"0,39,84,255,"+"16,62,101,255,"+"60,90,132,255,"+"98,107,150,255,"+"110,111,145,255,"+"139,140,178,255,"+"151,151,181,255,"+"148,141,163,255,"+"138,134,155,255,"+"143,132,153,255,"+"155,147,154,255,"+"118,108,113,255,"+"128,106,122,255,"+"125,105,128,255,"+"136,108,130,255,"+"139,112,117,255,"+"134,102,102,255,"+"127,93,103,255,"+"143,113,140,255,"+"139,102,119,255,"+"141,94,102,255,"+"147,100,96,255,"+"140,91,91,255,"+"148,98,117,255,"+"170,134,157,255,"+"173,128,134,255,"+"177,127,125,255,"+"180,122,116,255,"+"180,124,116,255,"+"183,129,126,255,"+"187,136,148,255,"+"188,150,167,255,"+"180,130,137,255,"+"183,129,127,255,"+"174,119,113,255,"+"171,114,106,255,"+"170,113,106,255,"+"176,121,122,255,"+"172,119,126,255,"+"170,120,147,255,"+"183,145,180,255,"+"174,129,140,255,"+"167,119,120,255,"+"158,107,114,255,"+"165,125,155,255,"+"167,127,146,255,"+"175,128,134,255,"+"168,135,153,255,"+"151,118,134,255,"+"144,107,118,255,"+"150,114,122,255,"+"149,112,106,255,"+"143,106,109,255,"+"141,109,118,255,"+"131,105,113,255,"+"118,95,100,255,"+"91,76,85,255,"+"87,87,117,255,"+"37,56,83,255,"+"26,51,78,255,"+"9,33,57,255,"+"2,21,66,255,"+"6,38,90,255,"+"26,63,125,255,"+"9,40,105,255,"+"0,13,73,255,"+"0,13,71,255,"+"0,20,78,255,"+"0,21,76,255,"+"0,33,80,255,"+"0,38,83,255,"+"0,39,85,255,"+"0,47,92,255,"+"0,46,91,255,"+"4,55,108,255,"+"57,84,160,255,"+"81,90,178,255,"+"48,86,145,255,"+"65,111,169,255,"+"66,119,170,255,"+"22,93,148,255,"+"11,76,133,255,"+"0,42,98,255,"+"0,27,90,255,"+"0,30,86,255,"+"5,63,125,255,"+"2,54,123,255,"+"0,56,119,255,"+"0,24,96,255,"+"0,1,73,255,"+"0,8,81,255,"+"0,22,92,255,"+"0,25,89,255,"+"0,20,86,255,"+"1,35,94,255,"+"2,59,108,255,"+"13,76,120,255,"+"15,75,119,255,"+"5,67,111,255,"+"6,57,97,255,"+"0,45,87,255,"+"11,58,100,255,"+"43,77,122,255,"+"86,99,131,255,"+"101,105,131,255,"+"131,129,162,255,"+"128,127,154,255,"+"146,139,169,255,"+"152,148,176,255,"+"140,135,158,255,"+"144,136,151,255,"+"99,86,103,255,"+"107,93,119,255,"+"137,123,171,255,"+"137,126,162,255,"+"132,108,114,255,"+"129,100,101,255,"+"129,99,110,255,"+"145,125,152,255,"+"129,111,127,255,"+"122,89,100,255,"+"120,85,91,255,"+"127,88,86,255,"+"133,88,101,255,"+"143,103,127,255,"+"158,119,142,255,"+"154,111,121,255,"+"162,110,109,255,"+"169,120,113,255,"+"174,123,121,255,"+"182,132,136,255,"+"183,139,140,255,"+"184,130,126,255,"+"186,132,120,255,"+"184,132,123,255,"+"173,124,114,255,"+"170,114,108,255,"+"169,115,117,255,"+"162,108,117,255,"+"167,120,133,255,"+"179,145,173,255,"+"174,146,161,255,"+"153,105,112,255,"+"158,109,112,255,"+"158,116,136,255,"+"161,122,135,255,"+"158,122,125,255,"+"158,121,131,255,"+"164,132,153,255,"+"153,129,144,255,"+"138,107,112,255,"+"136,105,103,255,"+"129,103,100,255,"+"124,102,100,255,"+"107,91,94,255,"+"87,79,82,255,"+"71,73,91,255,"+"64,72,98,255,"+"14,40,74,255,"+"0,21,82,255,"+"0,17,63,255,"+"0,22,63,255,"+"0,32,68,255,"+"0,35,79,255,"+"0,30,79,255,"+"0,21,80,255,"+"0,29,82,255,"+"0,28,83,255,"+"0,28,88,255,"+"0,21,74,255,"+"0,35,81,255,"+"0,39,84,255,"+"0,47,94,255,"+"0,49,97,255,"+"4,61,112,255,"+"30,81,135,255,"+"38,85,136,255,"+"66,100,148,255,"+"80,117,167,255,"+"80,125,168,255,"+"44,107,155,255,"+"11,81,134,255,"+"0,52,105,255,"+"0,25,86,255,"+"0,9,78,255,"+"41,102,158,255,"+"13,72,132,255,"+"0,57,125,255,"+"0,19,98,255,"+"0,1,59,255,"+"0,9,79,255,"+"0,30,99,255,"+"0,31,91,255,"+"0,28,85,255,"+"0,15,79,255,"+"1,30,95,255,"+"26,79,123,255,"+"15,74,108,255,"+"10,70,115,255,"+"12,72,111,255,"+"5,66,105,255,"+"28,73,109,255,"+"49,79,111,255,"+"76,93,121,255,"+"94,101,127,255,"+"102,106,139,255,"+"100,103,145,255,"+"142,144,189,255,"+"145,150,185,255,"+"122,121,145,255,"+"111,106,131,255,"+"102,88,106,255,"+"101,93,112,255,"+"103,100,133,255,"+"124,122,149,255,"+"125,109,125,255,"+"108,89,104,255,"+"127,109,125,255,"+"136,122,138,255,"+"119,103,113,255,"+"115,93,97,255,"+"111,88,89,255,"+"114,87,97,255,"+"112,85,89,255,"+"114,76,81,255,"+"119,79,88,255,"+"128,90,100,255,"+"144,104,105,255,"+"158,117,120,255,"+"157,113,117,255,"+"160,113,119,255,"+"172,126,133,255,"+"175,129,134,255,"+"174,127,127,255,"+"179,128,124,255,"+"176,125,121,255,"+"174,123,120,255,"+"172,124,116,255,"+"163,111,105,255,"+"159,110,107,255,"+"147,107,112,255,"+"146,108,114,255,"+"147,105,112,255,"+"146,103,112,255,"+"158,130,161,255,"+"164,143,171,255,"+"151,122,128,255,"+"147,115,126,255,"+"157,135,163,255,"+"157,150,179,255,"+"128,117,133,255,"+"117,97,105,255,"+"114,95,99,255,"+"96,85,90,255,"+"81,78,85,255,"+"60,70,82,255,"+"53,72,91,255,"+"48,72,104,255,"+"18,60,112,255,"+"22,58,139,255,"+"2,42,91,255,"+"0,36,77,255,"+"0,35,77,255,"+"0,37,80,255,"+"0,46,86,255,"+"1,43,94,255,"+"1,45,96,255,"+"0,40,89,255,"+"0,35,82,255,"+"0,29,76,255,"+"0,38,82,255,"+"0,35,86,255,"+"0,49,96,255,"+"0,61,106,255,"+"3,67,114,255,"+"34,88,135,255,"+"52,96,137,255,"+"58,101,150,255,"+"83,116,169,255,"+"82,117,176,255,"+"48,104,171,255,"+"5,65,128,255,"+"0,37,95,255,"+"0,17,83,255,"+"2,27,91,255,"+"6,74,135,255,"+"4,60,129,255,"+"0,28,114,255,"+"0,12,97,255,"+"0,0,51,255,"+"0,2,72,255,"+"0,15,78,255,"+"0,32,86,255,"+"0,21,84,255,"+"0,12,86,255,"+"1,34,104,255,"+"31,83,136,255,"+"30,84,135,255,"+"59,102,153,255,"+"54,99,133,255,"+"43,88,125,255,"+"32,77,116,255,"+"32,74,107,255,"+"57,84,113,255,"+"100,110,148,255,"+"113,121,160,255,"+"96,103,149,255,"+"152,158,210,255,"+"134,145,189,255,"+"109,113,155,255,"+"109,113,153,255,"+"107,100,123,255,"+"96,92,107,255,"+"80,83,100,255,"+"84,84,103,255,"+"108,100,130,255,"+"99,96,139,255,"+"123,117,150,255,"+"127,116,127,255,"+"118,107,113,255,"+"104,98,104,255,"+"105,94,95,255,"+"114,93,109,255,"+"86,80,83,255,"+"90,75,72,255,"+"98,78,86,255,"+"93,74,86,255,"+"104,79,96,255,"+"126,96,115,255,"+"142,108,126,255,"+"149,104,119,255,"+"157,120,154,255,"+"170,146,186,255,"+"160,132,155,255,"+"159,117,123,255,"+"156,110,118,255,"+"163,116,128,255,"+"165,119,124,255,"+"150,106,100,255,"+"146,99,99,255,"+"143,102,105,255,"+"141,99,108,255,"+"139,102,114,255,"+"128,96,105,255,"+"132,104,120,255,"+"148,122,139,255,"+"138,109,119,255,"+"135,112,119,255,"+"134,113,123,255,"+"127,112,129,255,"+"122,113,128,255,"+"112,104,114,255,"+"99,92,103,255,"+"88,87,105,255,"+"88,95,120,255,"+"50,75,110,255,"+"16,61,85,255,"+"12,64,84,255,"+"8,60,97,255,"+"20,65,115,255,"+"2,42,89,255,"+"2,38,87,255,"+"1,29,82,255,"+"1,33,88,255,"+"0,39,88,255,"+"0,37,92,255,"+"0,40,99,255,"+"0,48,96,255,"+"0,47,87,255,"+"0,40,82,255,"+"0,35,80,255,"+"0,39,89,255,"+"0,51,98,255,"+"0,57,100,255,"+"0,67,100,255,"+"10,74,112,255,"+"19,82,122,255,"+"8,75,119,255,"+"30,84,141,255,"+"80,117,188,255,"+"81,126,200,255,"+"15,80,142,255,"+"0,49,106,255,"+"1,37,96,255,"+"2,41,104,255,"+"1,51,115,255,"+"1,24,108,255,"+"0,6,77,255,"+"0,0,57,255,"+"0,0,44,255,"+"0,4,75,255,"+"0,24,88,255,"+"0,24,80,255,"+"0,11,79,255,"+"0,10,83,255,"+"0,41,104,255,"+"46,93,162,255,"+"92,122,193,255,"+"72,111,169,255,"+"34,91,131,255,"+"50,93,128,255,"+"40,84,122,255,"+"22,80,112,255,"+"22,73,110,255,"+"85,107,154,255,"+"111,124,165,255,"+"107,117,160,255,"+"126,133,183,255,"+"108,118,165,255,"+"100,114,163,255,"+"100,108,149,255,"+"119,119,145,255,"+"102,109,132,255,"+"62,76,100,255,"+"61,71,88,255,"+"85,87,113,255,"+"101,106,144,255,"+"92,92,118,255,"+"112,108,116,255,"+"119,114,120,255,"+"107,102,110,255,"+"100,96,106,255,"+"93,90,105,255,"+"64,67,76,255,"+"68,71,70,255,"+"87,83,99,255,"+"80,76,106,255,"+"81,77,101,255,"+"114,103,154,255,"+"141,122,170,255,"+"147,112,136,255,"+"133,101,115,255,"+"120,102,126,255,"+"116,100,128,255,"+"137,115,137,255,"+"159,133,161,255,"+"166,141,163,255,"+"161,129,146,255,"+"136,107,118,255,"+"138,102,115,255,"+"138,108,112,255,"+"136,106,110,255,"+"134,106,121,255,"+"133,109,140,255,"+"125,102,127,255,"+"131,106,116,255,"+"135,111,126,255,"+"131,112,124,255,"+"126,112,117,255,"+"121,112,121,255,"+"121,114,133,255,"+"112,111,124,255,"+"90,95,115,255,"+"95,102,133,255,"+"86,101,141,255,"+"46,78,112,255,"+"13,60,90,255,"+"9,61,86,255,"+"1,54,85,255,"+"0,40,81,255,"+"0,34,81,255,"+"3,43,88,255,"+"1,42,85,255,"+"0,34,84,255,"+"0,41,95,255,"+"13,57,124,255,"+"26,76,144,255,"+"2,50,112,255,"+"0,42,92,255,"+"0,35,84,255,"+"0,46,93,255,"+"0,44,92,255,"+"0,56,100,255,"+"0,62,103,255,"+"3,70,103,255,"+"9,70,109,255,"+"6,74,114,255,"+"1,78,112,255,"+"29,92,143,255,"+"103,145,208,255,"+"98,145,213,255,"+"33,104,167,255,"+"8,71,131,255,"+"0,38,102,255,"+"0,22,89,255,"+"0,30,113,255,"+"0,23,110,255,"+"0,4,79,255,"+"0,0,55,255,"+"0,0,51,255,"+"0,3,73,255,"+"0,22,86,255,"+"0,19,79,255,"+"0,13,72,255,"+"0,20,77,255,"+"0,34,87,255,"+"8,52,114,255,"+"36,88,149,255,"+"21,82,138,255,"+"44,101,155,255,"+"40,93,129,255,"+"30,83,117,255,"+"17,76,107,255,"+"39,80,117,255,"+"103,121,153,255,"+"114,129,170,255,"+"129,138,193,255,"+"117,128,186,255,"+"64,92,152,255,"+"63,89,138,255,"+"72,88,120,255,"+"97,107,132,255,"+"105,116,138,255,"+"62,80,105,255,"+"57,70,93,255,"+"66,76,95,255,"+"46,69,91,255,"+"46,66,90,255,"+"97,96,112,255,"+"104,102,113,255,"+"95,93,103,255,"+"97,98,111,255,"+"81,84,95,255,"+"66,74,80,255,"+"69,76,81,255,"+"80,83,103,255,"+"92,97,138,255,"+"74,84,114,255,"+"105,108,152,255,"+"126,124,174,255,"+"125,117,147,255,"+"116,103,122,255,"+"111,101,113,255,"+"102,94,115,255,"+"114,106,131,255,"+"164,158,194,255,"+"183,187,217,255,"+"165,156,187,255,"+"146,137,162,255,"+"126,101,121,255,"+"126,106,119,255,"+"137,118,132,255,"+"149,137,160,255,"+"147,135,166,255,"+"134,123,155,255,"+"131,119,144,255,"+"140,129,159,255,"+"129,118,140,255,"+"126,116,139,255,"+"118,114,138,255,"+"114,117,148,255,"+"92,102,128,255,"+"88,103,151,255,"+"89,113,155,255,"+"38,79,115,255,"+"11,58,89,255,"+"7,54,93,255,"+"4,55,92,255,"+"2,59,90,255,"+"0,50,93,255,"+"2,48,85,255,"+"0,49,84,255,"+"0,54,94,255,"+"1,61,101,255,"+"18,77,126,255,"+"79,116,177,255,"+"108,142,205,255,"+"40,99,165,255,"+"25,84,143,255,"+"6,64,116,255,"+"0,54,103,255,"+"0,52,95,255,"+"0,61,101,255,"+"0,62,101,255,"+"4,69,107,255,"+"7,70,112,255,"+"3,67,111,255,"+"0,75,113,255,"+"14,86,136,255,"+"42,103,157,255,"+"54,115,173,255,"+"71,120,179,255,"+"70,127,180,255,"+"3,55,124,255,"+"0,26,107,255,"+"0,25,120,255,"+"0,11,77,255,"+"0,0,50,255,"+"0,0,51,255,"+"0,0,50,255,"+"0,1,71,255,"+"0,4,74,255,"+"0,8,74,255,"+"0,18,80,255,"+"0,31,87,255,"+"0,37,91,255,"+"0,45,99,255,"+"3,68,117,255,"+"12,82,133,255,"+"28,91,142,255,"+"12,78,120,255,"+"7,74,113,255,"+"7,73,110,255,"+"39,83,117,255,"+"92,113,141,255,"+"104,123,160,255,"+"114,128,176,255,"+"108,123,172,255,"+"41,83,135,255,"+"20,66,113,255,"+"44,77,109,255,"+"66,89,117,255,"+"88,101,128,255,"+"67,88,114,255,"+"46,73,100,255,"+"61,81,106,255,"+"59,77,96,255,"+"42,65,89,255,"+"69,77,100,255,"+"42,64,81,255,"+"66,76,94,255,"+"88,94,111,255,"+"80,87,102,255,"+"69,75,83,255,"+"69,82,84,255,"+"68,81,95,255,"+"67,82,98,255,"+"58,79,105,255,"+"88,101,146,255,"+"91,96,126,255,"+"106,106,129,255,"+"116,113,136,255,"+"128,125,153,255,"+"111,112,138,255,"+"120,114,139,255,"+"148,146,180,255,"+"170,181,218,255,"+"151,147,182,255,"+"130,122,146,255,"+"127,115,134,255,"+"111,104,118,255,"+"118,102,120,255,"+"141,127,148,255,"+"137,130,146,255,"+"140,131,156,255,"+"136,132,160,255,"+"141,142,178,255,"+"112,115,140,255,"+"111,113,146,255,"+"106,115,149,255,"+"119,135,184,255,"+"65,98,141,255,"+"57,86,127,255,"+"66,92,129,255,"+"47,84,120,255,"+"6,57,91,255,"+"3,51,85,255,"+"10,63,103,255,"+"6,62,101,255,"+"3,61,102,255,"+"6,56,95,255,"+"2,53,95,255,"+"1,40,90,255,"+"3,64,112,255,"+"32,91,153,255,"+"58,106,170,255,"+"52,101,160,255,"+"26,87,147,255,"+"28,89,145,255,"+"6,75,119,255,"+"1,67,106,255,"+"0,60,97,255,"+"0,61,97,255,"+"0,58,96,255,"+"0,63,101,255,"+"0,64,105,255,"+"0,63,104,255,"+"0,65,105,255,"+"0,68,110,255,"+"0,70,118,255,"+"3,80,133,255,"+"22,98,148,255,"+"17,86,139,255,"+"1,71,145,255,"+"0,51,133,255,"+"2,15,103,255,"+"1,10,74,255,"+"0,0,48,255,"+"0,0,63,255,"+"0,0,52,255,"+"0,0,60,255,"+"0,2,73,255,"+"0,6,73,255,"+"0,28,90,255,"+"0,38,96,255,"+"0,40,94,255,"+"0,39,93,255,"+"1,53,103,255,"+"5,72,124,255,"+"5,72,118,255,"+"1,67,112,255,"+"2,67,109,255,"+"10,73,111,255,"+"47,90,121,255,"+"76,104,134,255,"+"88,109,143,255,"+"109,127,161,255,"+"89,112,145,255,"+"44,81,120,255,"+"25,72,113,255,"+"19,69,103,255,"+"37,74,104,255,"+"52,79,109,255,"+"56,87,111,255,"+"30,74,100,255,"+"39,72,100,255,"+"32,70,94,255,"+"35,66,96,255,"+"60,75,99,255,"+"48,69,93,255,"+"49,71,101,255,"+"52,72,108,255,"+"52,73,101,255,"+"61,73,89,255,"+"66,80,93,255,"+"68,81,99,255,"+"62,78,96,255,"+"39,68,85,255,"+"48,75,103,255,"+"73,84,108,255,"+"75,85,107,255,"+"88,94,115,255,"+"119,119,153,255,"+"122,127,156,255,"+"113,114,141,255,"+"116,117,146,255,"+"130,135,165,255,"+"123,128,153,255,"+"118,117,132,255,"+"116,114,126,255,"+"112,110,120,255,"+"110,103,114,255,"+"116,105,125,255,"+"124,118,134,255,"+"128,122,144,255,"+"129,128,158,255,"+"127,133,170,255,"+"89,97,126,255,"+"80,90,111,255,"+"51,81,99,255,"+"47,86,110,255,"+"17,65,103,255,"+"8,50,92,255,"+"31,72,126,255,"+"21,69,121,255,"+"2,45,91,255,"+"3,31,88,255,"+"17,66,135,255,"+"2,40,95,255,"+"2,50,93,255,"+"0,35,84,255,"+"1,29,87,255,"+"0,21,81,255,"+"1,28,91,255,"+"25,79,152,255,"+"19,79,148,255,"+"4,70,125,255,"+"3,69,121,255,"+"1,65,116,255,"+"6,74,112,255,"+"3,74,109,255,"+"0,66,103,255,"+"0,61,101,255,"+"0,62,101,255,"+"0,61,98,255,"+"0,66,103,255,"+"0,66,104,255,"+"0,62,105,255,"+"0,62,107,255,"+"0,56,106,255,"+"9,82,136,255,"+"14,100,159,255,"+"1,74,139,255,"+"0,65,140,255,"+"0,46,124,255,"+"1,5,48,255,"+"0,3,27,255,"+"0,0,43,255,"+"0,0,68,255,"+"0,1,71,255,"+"0,1,75,255,"+"0,1,76,255,"+"0,21,91,255,"+"0,36,103,255,"+"0,41,95,255,"+"0,32,96,255,"+"0,32,94,255,"+"0,47,102,255,"+"0,58,109,255,"+"2,63,120,255,"+"1,65,115,255,"+"0,62,100,255,"+"6,73,108,255,"+"33,84,117,255,"+"54,91,124,255,"+"73,103,135,255,"+"98,120,153,255,"+"83,106,141,255,"+"57,88,129,255,"+"49,88,133,255,"+"25,74,120,255,"+"8,61,92,255,"+"20,67,98,255,"+"20,69,94,255,"+"23,73,101,255,"+"11,60,90,255,"+"13,61,89,255,"+"13,65,96,255,"+"32,69,97,255,"+"57,82,111,255,"+"60,82,121,255,"+"43,72,124,255,"+"34,65,110,255,"+"52,69,103,255,"+"55,70,90,255,"+"54,69,87,255,"+"60,73,93,255,"+"46,67,82,255,"+"33,62,82,255,"+"56,74,97,255,"+"59,77,100,255,"+"54,77,99,255,"+"73,89,114,255,"+"101,106,130,255,"+"92,102,124,255,"+"86,98,120,255,"+"94,106,129,255,"+"94,106,130,255,"+"101,106,125,255,"+"110,112,129,255,"+"108,109,125,255,"+"101,99,115,255,"+"108,106,132,255,"+"115,113,144,255,"+"108,108,131,255,"+"98,102,124,255,"+"76,88,119,255,"+"40,65,94,255,"+"21,58,77,255,"+"27,63,85,255,"+"25,64,86,255,"+"9,54,83,255,"+"0,40,75,255,"+"5,55,97,255,"+"3,50,93,255,"+"1,40,78,255,"+"9,36,106,255,"+"5,38,117,255,"+"0,7,71,255,"+"0,9,68,255,"+"0,9,79,255,"+"0,5,78,255,"+"0,5,66,255,"+"0,5,75,255,"+"6,32,101,255,"+"6,44,122,255,"+"0,32,95,255,"+"0,46,99,255,"+"1,67,112,255,"+"13,84,117,255,"+"20,88,123,255,"+"11,83,119,255,"+"1,72,111,255,"+"0,68,105,255,"+"0,68,102,255,"+"2,77,116,255,"+"2,77,114,255,"+"0,76,114,255,"+"0,70,115,255,"+"3,71,124,255,"+"29,97,155,255,"+"24,100,168,255,"+"10,88,163,255,"+"8,64,146,255,"+"0,23,113,255,"+"7,17,42,255,"+"2,5,23,255,"+"0,1,33,255,"+"0,3,68,255,"+"0,19,102,255,"+"0,11,96,255,"+"0,3,93,255,"+"4,44,138,255,"+"10,74,163,255,"+"0,52,117,255,"+"0,46,105,255,"+"0,36,95,255,"+"0,46,109,255,"+"3,61,119,255,"+"44,99,171,255,"+"15,68,133,255,"+"0,54,101,255,"+"2,70,107,255,"+"10,75,112,255,"+"36,87,120,255,"+"50,93,124,255,"+"74,102,134,255,"+"89,111,142,255,"+"64,97,130,255,"+"85,113,163,255,"+"52,97,150,255,"+"5,46,87,255,"+"4,42,82,255,"+"2,42,78,255,"+"10,56,92,255,"+"1,49,81,255,"+"0,49,80,255,"+"9,58,92,255,"+"8,64,92,255,"+"22,69,98,255,"+"45,76,110,255,"+"42,77,125,255,"+"108,130,185,255,"+"65,84,128,255,"+"59,75,103,255,"+"51,70,91,255,"+"58,77,99,255,"+"46,73,87,255,"+"30,64,82,255,"+"45,69,91,255,"+"49,74,97,255,"+"28,63,92,255,"+"39,71,99,255,"+"42,70,96,255,"+"47,74,97,255,"+"52,78,100,255,"+"53,82,102,255,"+"49,81,104,255,"+"59,81,104,255,"+"68,83,104,255,"+"73,84,99,255,"+"85,89,105,255,"+"85,88,113,255,"+"100,103,142,255,"+"93,98,136,255,"+"103,108,151,255,"+"82,98,145,255,"+"80,101,133,255,"+"23,63,88,255,"+"5,47,83,255,"+"10,48,81,255,"+"6,31,74,255,"+"4,44,83,255,"+"12,64,99,255,"+"5,55,95,255,"+"2,41,90,255,"+"12,53,122,255,"+"1,19,85,255,"+"0,1,58,255,"+"1,15,85,255,"+"6,45,119,255,"+"3,47,113,255,"+"0,40,94,255,"+"0,15,81,255,"+"0,28,86,255,"+"0,44,101,255,"+"0,47,96,255,"+"0,56,99,255,"+"1,68,112,255,"+"1,68,109,255,"+"16,82,125,255,"+"12,86,123,255,"+"0,77,117,255,"+"0,73,114,255,"+"0,70,113,255,"+"20,89,141,255,"+"13,87,132,255,"+"1,80,131,255,"+"1,77,151,255,"+"8,84,165,255,"+"47,110,183,255,"+"31,107,181,255,"+"45,108,182,255,"+"88,139,214,255,"+"11,36,141,255,"+"0,0,19,255,"+"0,0,23,255,"+"0,0,32,255,"+"0,0,49,255,"+"0,3,72,255,"+"0,4,78,255,"+"0,6,96,255,"+"7,51,143,255,"+"17,91,181,255,"+"3,80,155,255,"+"0,62,125,255,"+"0,47,105,255,"+"0,50,113,255,"+"2,58,112,255,"+"15,65,127,255,"+"2,48,108,255,"+"0,42,96,255,"+"0,62,106,255,"+"2,76,118,255,"+"8,80,113,255,"+"29,85,117,255,"+"51,91,122,255,"+"67,99,128,255,"+"51,92,122,255,"+"60,99,135,255,"+"21,75,119,255,"+"1,32,85,255,"+"0,19,69,255,"+"0,21,68,255,"+"0,37,78,255,"+"0,45,76,255,"+"0,43,76,255,"+"2,52,83,255,"+"1,59,91,255,"+"2,56,89,255,"+"15,56,90,255,"+"23,59,105,255,"+"70,95,140,255,"+"48,76,108,255,"+"45,73,96,255,"+"25,62,78,255,"+"47,72,87,255,"+"56,78,89,255,"+"51,74,88,255,"+"44,71,88,255,"+"27,65,87,255,"+"19,64,90,255,"+"19,67,90,255,"+"3,55,83,255,"+"4,52,83,255,"+"6,46,74,255,"+"6,48,75,255,"+"2,46,75,255,"+"9,52,81,255,"+"12,53,84,255,"+"20,64,89,255,"+"38,71,101,255,"+"66,84,117,255,"+"93,107,154,255,"+"108,121,178,255,"+"137,147,209,255,"+"101,129,187,255,"+"17,61,112,255,"+"4,43,96,255,"+"19,56,108,255,"+"50,77,116,255,"+"66,93,144,255,"+"54,87,144,255,"+"68,101,158,255,"+"31,81,130,255,"+"15,68,113,255,"+"3,42,96,255,"+"0,15,78,255,"+"0,4,69,255,"+"3,23,97,255,"+"35,95,162,255,"+"32,95,150,255,"+"16,71,122,255,"+"3,37,100,255,"+"0,43,96,255,"+"1,55,112,255,"+"0,59,106,255,"+"0,67,108,255,"+"1,64,110,255,"+"1,68,109,255,"+"3,75,117,255,"+"3,77,120,255,"+"5,81,129,255,"+"0,66,121,255,"+"0,58,110,255,"+"4,73,129,255,"+"3,84,138,255,"+"2,83,155,255,"+"36,106,204,255,"+"76,137,224,255,"+"23,102,193,255,"+"5,68,154,255,"+"3,49,141,255,"+"22,63,154,255,"+"6,21,117,255,"+"0,0,15,255,"+"0,0,11,255,"+"0,0,7,255,"+"0,0,20,255,"+"0,0,36,255,"+"0,0,58,255,"+"0,3,82,255,"+"0,17,102,255,"+"5,45,133,255,"+"36,108,180,255,"+"3,75,136,255,"+"0,52,108,255,"+"0,42,103,255,"+"0,48,105,255,"+"0,42,102,255,"+"0,44,103,255,"+"0,42,96,255,"+"0,55,99,255,"+"3,69,111,255,"+"2,70,108,255,"+"5,72,109,255,"+"24,86,120,255,"+"28,82,117,255,"+"30,84,118,255,"+"24,82,114,255,"+"6,65,110,255,"+"0,24,75,255,"+"0,34,81,255,"+"0,49,89,255,"+"0,39,80,255,"+"0,40,86,255,"+"2,46,84,255,"+"9,65,93,255,"+"0,51,84,255,"+"0,48,81,255,"+"1,47,78,255,"+"7,61,103,255,"+"42,83,122,255,"+"60,84,111,255,"+"48,79,105,255,"+"36,71,98,255,"+"46,74,98,255,"+"56,80,106,255,"+"51,77,99,255,"+"24,62,87,255,"+"15,63,91,255,"+"9,61,89,255,"+"3,56,79,255,"+"0,55,82,255,"+"2,60,94,255,"+"1,50,76,255,"+"0,36,74,255,"+"0,34,75,255,"+"0,31,67,255,"+"0,32,70,255,"+"0,50,92,255,"+"1,50,90,255,"+"5,55,87,255,"+"29,69,108,255,"+"45,80,128,255,"+"43,86,149,255,"+"41,88,158,255,"+"7,54,115,255,"+"0,47,101,255,"+"28,66,117,255,"+"50,85,127,255,"+"84,108,169,255,"+"93,114,180,255,"+"83,111,175,255,"+"41,84,140,255,"+"54,90,139,255,"+"49,89,131,255,"+"27,71,123,255,"+"4,33,92,255,"+"1,15,86,255,"+"8,54,126,255,"+"15,70,129,255,"+"26,77,122,255,"+"7,54,112,255,"+"1,60,113,255,"+"4,77,120,255,"+"0,66,110,255,"+"0,64,111,255,"+"3,68,114,255,"+"8,79,119,255,"+"3,78,121,255,"+"2,76,124,255,"+"4,73,126,255,"+"1,60,118,255,"+"0,41,101,255,"+"0,43,104,255,"+"0,52,117,255,"+"2,55,138,255,"+"72,117,206,255,"+"107,152,221,255,"+"13,55,164,255,"+"0,14,102,255,"+"0,10,94,255,"+"0,3,88,255,"+"0,0,72,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,2,255,"+"0,0,19,255,"+"0,0,9,255,"+"0,0,30,255,"+"0,1,69,255,"+"0,8,87,255,"+"7,45,122,255,"+"58,119,190,255,"+"24,91,157,255,"+"0,54,114,255,"+"0,52,114,255,"+"0,55,115,255,"+"1,44,109,255,"+"0,39,103,255,"+"0,47,102,255,"+"0,55,100,255,"+"0,61,101,255,"+"0,56,96,255,"+"1,63,108,255,"+"3,71,114,255,"+"1,64,105,255,"+"2,67,107,255,"+"2,66,109,255,"+"3,63,108,255,"+"0,28,80,255,"+"1,38,90,255,"+"0,51,100,255,"+"0,39,86,255,"+"0,32,81,255,"+"2,41,83,255,"+"5,61,97,255,"+"0,57,92,255,"+"1,51,86,255,"+"0,44,78,255,"+"1,44,90,255,"+"12,71,110,255,"+"21,74,102,255,"+"29,75,101,255,"+"40,77,108,255,"+"69,88,118,255,"+"67,87,123,255,"+"36,72,113,255,"+"12,56,103,255,"+"17,64,99,255,"+"11,62,93,255,"+"1,54,81,255,"+"0,52,81,255,"+"3,55,94,255,"+"1,47,83,255,"+"0,37,78,255,"+"0,35,78,255,"+"0,32,76,255,"+"1,41,78,255,"+"1,43,80,255,"+"0,39,81,255,"+"0,46,87,255,"+"9,56,93,255,"+"12,57,95,255,"+"1,51,99,255,"+"20,72,129,255,"+"6,57,105,255,"+"0,50,91,255,"+"6,56,98,255,"+"41,85,123,255,"+"45,87,138,255,"+"70,103,154,255,"+"54,93,144,255,"+"58,99,152,255,"+"79,111,157,255,"+"91,120,162,255,"+"99,128,169,255,"+"29,83,129,255,"+"2,47,103,255,"+"2,48,102,255,"+"0,37,98,255,"+"2,50,115,255,"+"2,66,120,255,"+"5,70,122,255,"+"1,64,111,255,"+"0,58,101,255,"+"0,57,103,255,"+"0,60,104,255,"+"1,71,114,255,"+"3,80,125,255,"+"0,70,118,255,"+"1,54,105,255,"+"6,53,107,255,"+"0,29,96,255,"+"0,32,101,255,"+"0,29,110,255,"+"0,21,116,255,"+"3,18,131,255,"+"3,17,134,255,"+"0,6,120,255,"+"0,0,97,255,"+"0,0,75,255,"+"0,0,61,255,"+"0,0,37,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,1,255,"+"0,0,14,255,"+"0,0,6,255,"+"0,0,25,255,"+"0,1,69,255,"+"0,11,86,255,"+"2,24,106,255,"+"20,81,170,255,"+"8,76,154,255,"+"0,61,135,255,"+"4,71,151,255,"+"5,72,145,255,"+"4,59,121,255,"+"0,36,99,255,"+"0,36,96,255,"+"2,49,96,255,"+"0,49,92,255,"+"0,46,88,255,"+"0,54,101,255,"+"0,66,109,255,"+"0,69,115,255,"+"0,66,111,255,"+"0,59,104,255,"+"0,54,96,255,"+"0,37,86,255,"+"1,38,101,255,"+"0,59,119,255,"+"0,42,100,255,"+"0,30,78,255,"+"0,33,81,255,"+"0,32,82,255,"+"0,44,85,255,"+"1,45,81,255,"+"0,35,78,255,"+"0,38,82,255,"+"0,55,96,255,"+"4,63,95,255,"+"29,80,107,255,"+"35,74,107,255,"+"118,97,110,255,"+"75,83,101,255,"+"59,93,134,255,"+"37,81,126,255,"+"41,83,126,255,"+"19,72,107,255,"+"10,67,101,255,"+"2,50,87,255,"+"0,36,79,255,"+"1,55,93,255,"+"0,48,88,255,"+"0,40,81,255,"+"0,27,78,255,"+"0,32,78,255,"+"0,29,70,255,"+"0,34,80,255,"+"0,43,87,255,"+"0,40,81,255,"+"1,35,78,255,"+"3,45,84,255,"+"2,45,83,255,"+"0,42,82,255,"+"0,45,85,255,"+"6,65,101,255,"+"21,78,114,255,"+"15,70,115,255,"+"13,69,118,255,"+"29,90,138,255,"+"18,81,129,255,"+"57,97,143,255,"+"108,129,172,255,"+"118,141,180,255,"+"81,118,165,255,"+"37,92,139,255,"+"14,76,111,255,"+"0,57,97,255,"+"0,57,102,255,"+"0,58,108,255,"+"3,57,112,255,"+"1,55,108,255,"+"0,51,97,255,"+"0,52,103,255,"+"0,55,102,255,"+"0,58,106,255,"+"0,69,123,255,"+"0,66,122,255,"+"0,45,105,255,"+"0,37,106,255,"+"0,37,108,255,"+"0,28,102,255,"+"0,8,87,255,"+"0,2,94,255,"+"0,28,156,255,"+"0,6,136,255,"+"0,2,118,255,"+"0,5,123,255,"+"0,2,102,255,"+"1,13,108,255,"+"1,4,67,255,"+"0,0,2,255,"+"0,0,2,255,"+"0,0,2,255,"+"0,0,7,255,"+"0,0,2,255,"+"0,0,6,255,"+"0,0,33,255,"+"0,0,52,255,"+"0,5,80,255,"+"0,34,122,255,"+"0,68,140,255,"+"2,77,153,255,"+"59,122,213,255,"+"44,115,207,255,"+"6,57,137,255,"+"3,51,132,255,"+"1,51,123,255,"+"3,69,121,255,"+"0,49,102,255,"+"0,42,95,255,"+"0,42,101,255,"+"0,51,103,255,"+"0,59,121,255,"+"0,70,123,255,"+"0,65,112,255,"+"0,54,107,255,"+"0,39,91,255,"+"0,38,100,255,"+"1,66,130,255,"+"5,68,133,255,"+"1,41,95,255,"+"0,30,84,255,"+"0,22,75,255,"+"0,25,77,255,"+"0,36,76,255,"+"0,38,86,255,"+"0,34,77,255,"+"0,42,86,255,"+"1,43,83,255,"+"14,65,98,255,"+"24,76,111,255,"+"26,63,102,255,"+"14,59,94,255,"+"12,66,99,255,"+"28,78,116,255,"+"43,89,142,255,"+"20,79,118,255,"+"36,86,127,255,"+"29,83,124,255,"+"25,71,123,255,"+"12,66,112,255,"+"0,53,90,255,"+"0,49,82,255,"+"0,36,77,255,"+"0,22,71,255,"+"0,25,74,255,"+"0,33,83,255,"+"0,40,83,255,"+"0,34,79,255,"+"0,25,74,255,"+"0,32,72,255,"+"0,33,72,255,"+"0,34,76,255,"+"0,48,88,255,"+"0,54,93,255,"+"1,61,103,255,"+"0,59,110,255,"+"5,71,118,255,"+"29,90,134,255,"+"43,91,129,255,"+"43,87,125,255,"+"126,145,178,255,"+"131,151,185,255,"+"112,136,182,255,"+"95,126,177,255,"+"50,97,137,255,"+"7,72,113,255,"+"0,69,110,255,"+"0,73,113,255,"+"1,68,112,255,"+"0,60,108,255,"+"0,47,97,255,"+"0,44,103,255,"+"0,40,102,255,"+"0,44,113,255,"+"4,71,142,255,"+"3,66,133,255,"+"0,45,115,255,"+"0,46,125,255,"+"0,24,101,255,"+"0,7,80,255,"+"0,5,94,255,"+"0,7,107,255,"+"0,8,121,255,"+"0,3,115,255,"+"1,13,124,255,"+"3,24,144,255,"+"10,42,164,255,"+"14,83,201,255,"+"5,27,134,255,"+"0,0,2,255,"+"0,0,2,255,"+"0,0,2,255,"+"0,0,7,255,"+"0,0,2,255,"+"0,0,3,255,"+"0,0,5,255,"+"0,0,25,255,"+"0,0,55,255,"+"0,12,93,255,"+"1,59,146,255,"+"2,66,153,255,"+"31,88,193,255,"+"16,77,182,255,"+"1,22,114,255,"+"7,60,147,255,"+"2,60,135,255,"+"1,59,116,255,"+"0,50,105,255,"+"0,48,101,255,"+"0,47,103,255,"+"0,47,100,255,"+"6,58,130,255,"+"6,71,141,255,"+"1,68,137,255,"+"2,69,140,255,"+"1,48,109,255,"+"1,51,111,255,"+"1,55,128,255,"+"7,71,135,255,"+"3,58,124,255,"+"0,23,93,255,"+"0,14,77,255,"+"0,14,80,255,"+"0,25,77,255,"+"0,31,81,255,"+"0,34,78,255,"+"0,32,77,255,"+"0,34,79,255,"+"0,50,90,255,"+"2,61,97,255,"+"1,63,103,255,"+"1,50,94,255,"+"1,54,88,255,"+"12,66,108,255,"+"26,79,120,255,"+"14,78,111,255,"+"32,88,131,255,"+"58,101,149,255,"+"37,85,138,255,"+"17,64,115,255,"+"5,60,102,255,"+"0,63,99,255,"+"0,51,87,255,"+"0,43,81,255,"+"0,30,81,255,"+"0,36,86,255,"+"0,40,87,255,"+"0,25,75,255,"+"0,21,79,255,"+"0,27,79,255,"+"0,29,77,255,"+"0,34,83,255,"+"0,35,90,255,"+"0,41,91,255,"+"6,63,114,255,"+"1,63,113,255,"+"16,76,123,255,"+"48,96,135,255,"+"61,102,144,255,"+"68,105,144,255,"+"71,107,152,255,"+"93,117,167,255,"+"113,136,184,255,"+"119,143,189,255,"+"84,122,164,255,"+"24,87,132,255,"+"5,79,128,255,"+"0,75,122,255,"+"3,75,126,255,"+"5,72,128,255,"+"0,55,110,255,"+"0,43,107,255,"+"0,34,109,255,"+"0,49,134,255,"+"6,65,151,255,"+"3,49,124,255,"+"0,36,111,255,"+"1,36,129,255,"+"2,30,117,255,"+"0,1,58,255,"+"0,7,96,255,"+"0,7,94,255,"+"0,6,81,255,"+"0,6,75,255,"+"0,1,49,255,"+"0,2,72,255,"+"2,9,92,255,"+"1,21,103,255,"+"0,4,84,255,"+"0,0,3,255,"+"0,0,4,255,"+"0,0,1,255,"+"0,0,3,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,3,255,"+"0,0,22,255,"+"0,0,36,255,"+"0,3,76,255,"+"1,23,121,255,"+"1,35,119,255,"+"3,55,150,255,"+"1,23,120,255,"+"0,8,85,255,"+"0,32,102,255,"+"0,43,107,255,"+"0,24,90,255,"+"0,22,86,255,"+"0,40,97,255,"+"0,52,109,255,"+"1,59,128,255,"+"33,95,190,255,"+"48,103,194,255,"+"41,87,178,255,"+"32,86,168,255,"+"2,39,105,255,"+"0,18,83,255,"+"0,11,88,255,"+"0,17,85,255,"+"2,35,123,255,"+"7,43,132,255,"+"1,15,95,255,"+"0,13,85,255,"+"0,13,77,255,"+"0,12,77,255,"+"0,20,74,255,"+"0,23,75,255,"+"0,28,83,255,"+"0,36,88,255,"+"0,41,84,255,"+"0,56,94,255,"+"0,46,93,255,"+"0,44,86,255,"+"0,43,92,255,"+"4,51,93,255,"+"9,64,113,255,"+"26,88,149,255,"+"10,74,126,255,"+"3,69,116,255,"+"3,57,108,255,"+"0,58,107,255,"+"0,59,104,255,"+"0,58,99,255,"+"0,55,99,255,"+"0,50,94,255,"+"0,55,98,255,"+"0,47,96,255,"+"0,32,89,255,"+"0,26,82,255,"+"0,28,81,255,"+"1,30,85,255,"+"0,29,84,255,"+"0,32,83,255,"+"1,46,94,255,"+"5,64,107,255,"+"1,60,106,255,"+"9,72,121,255,"+"35,92,142,255,"+"39,100,154,255,"+"42,99,147,255,"+"90,124,175,255,"+"107,135,200,255,"+"136,163,220,255,"+"125,155,202,255,"+"94,128,186,255,"+"62,112,158,255,"+"33,96,153,255,"+"23,80,146,255,"+"11,69,137,255,"+"1,61,126,255,"+"2,57,118,255,"+"1,30,105,255,"+"0,14,105,255,"+"0,29,108,255,"+"0,22,100,255,"+"0,10,93,255,"+"0,4,84,255,"+"3,20,118,255,"+"5,48,157,255,"+"0,3,70,255,"+"0,1,48,255,"+"0,1,18,255,"+"0,0,23,255,"+"0,0,21,255,"+"0,0,1,255,"+"0,0,9,255,"+"0,0,8,255,"+"0,0,6,255,"+"0,0,7,255,"+"0,0,14,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,2,255,"+"0,0,7,255,"+"0,0,34,255,"+"0,0,55,255,"+"0,0,65,255,"+"0,7,84,255,"+"0,25,109,255,"+"0,11,94,255,"+"0,16,96,255,"+"0,46,117,255,"+"0,53,120,255,"+"4,43,113,255,"+"0,14,87,255,"+"0,22,87,255,"+"0,48,99,255,"+"1,68,122,255,"+"37,95,182,255,"+"125,152,235,255,"+"131,164,234,255,"+"32,88,174,255,"+"1,42,114,255,"+"0,19,86,255,"+"0,2,69,255,"+"0,0,62,255,"+"3,18,111,255,"+"37,81,181,255,"+"22,78,166,255,"+"1,36,113,255,"+"0,12,86,255,"+"0,5,75,255,"+"0,10,68,255,"+"0,11,73,255,"+"0,15,79,255,"+"0,26,86,255,"+"0,28,81,255,"+"0,40,87,255,"+"1,53,105,255,"+"3,52,102,255,"+"0,43,99,255,"+"0,51,107,255,"+"4,49,103,255,"+"6,55,110,255,"+"0,47,101,255,"+"0,50,100,255,"+"1,53,101,255,"+"0,56,103,255,"+"0,50,103,255,"+"1,53,106,255,"+"2,61,116,255,"+"1,65,104,255,"+"0,56,97,255,"+"6,62,103,255,"+"26,74,118,255,"+"0,37,82,255,"+"1,31,87,255,"+"3,39,97,255,"+"6,39,95,255,"+"16,60,104,255,"+"0,45,95,255,"+"0,52,97,255,"+"0,52,97,255,"+"0,67,116,255,"+"10,86,135,255,"+"20,92,139,255,"+"45,100,150,255,"+"117,143,192,255,"+"156,182,232,255,"+"152,184,235,255,"+"110,146,206,255,"+"115,148,215,255,"+"101,140,193,255,"+"93,135,194,255,"+"90,135,200,255,"+"56,113,180,255,"+"4,41,115,255,"+"0,19,92,255,"+"0,9,75,255,"+"0,2,82,255,"+"0,0,58,255,"+"0,0,55,255,"+"0,0,59,255,"+"0,0,58,255,"+"0,1,41,255,"+"0,3,44,255,"+"0,0,24,255,"+"0,0,5,255,"+"0,0,1,255,"+"0,0,12,255,"+"0,0,15,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,2,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,4,255,"+"0,0,33,255,"+"0,0,43,255,"+"0,0,48,255,"+"0,0,67,255,"+"0,1,76,255,"+"0,2,80,255,"+"0,7,99,255,"+"0,40,129,255,"+"3,68,146,255,"+"28,96,162,255,"+"1,62,133,255,"+"0,46,106,255,"+"0,42,95,255,"+"0,66,116,255,"+"10,76,152,255,"+"57,118,216,255,"+"47,111,201,255,"+"5,68,154,255,"+"0,40,112,255,"+"0,24,93,255,"+"0,5,69,255,"+"0,3,44,255,"+"0,4,73,255,"+"2,24,112,255,"+"17,68,158,255,"+"2,59,144,255,"+"1,37,129,255,"+"0,10,98,255,"+"0,8,93,255,"+"0,12,84,255,"+"0,9,72,255,"+"0,20,81,255,"+"0,17,79,255,"+"0,33,88,255,"+"0,42,100,255,"+"0,44,100,255,"+"0,28,88,255,"+"0,27,85,255,"+"0,38,90,255,"+"0,37,94,255,"+"0,41,97,255,"+"0,43,93,255,"+"0,41,93,255,"+"0,46,98,255,"+"3,68,117,255,"+"19,85,134,255,"+"9,66,115,255,"+"0,48,98,255,"+"0,59,101,255,"+"2,67,106,255,"+"7,69,107,255,"+"0,50,88,255,"+"1,32,86,255,"+"9,52,101,255,"+"6,46,96,255,"+"14,63,108,255,"+"0,39,92,255,"+"0,42,102,255,"+"1,51,106,255,"+"1,62,120,255,"+"10,81,138,255,"+"4,76,132,255,"+"20,86,146,255,"+"93,135,194,255,"+"138,173,230,255,"+"101,150,210,255,"+"58,117,187,255,"+"78,132,213,255,"+"86,137,216,255,"+"66,120,190,255,"+"38,88,163,255,"+"10,37,109,255,"+"0,6,73,255,"+"0,0,52,255,"+"0,0,45,255,"+"0,0,55,255,"+"0,0,45,255,"+"0,0,40,255,"+"0,0,37,255,"+"0,0,16,255,"+"0,0,9,255,"+"0,0,8,255,"+"0,0,4,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,2,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,10,255,"+"0,0,24,255,"+"0,0,6,255,"+"0,0,20,255,"+"0,0,33,255,"+"0,0,49,255,"+"0,0,64,255,"+"0,0,71,255,"+"0,7,86,255,"+"0,28,110,255,"+"0,31,108,255,"+"1,38,114,255,"+"0,62,129,255,"+"0,45,106,255,"+"0,38,97,255,"+"0,43,101,255,"+"1,55,114,255,"+"11,65,152,255,"+"1,51,146,255,"+"0,34,125,255,"+"0,9,94,255,"+"0,2,74,255,"+"0,2,61,255,"+"0,3,54,255,"+"0,2,71,255,"+"0,11,85,255,"+"0,10,84,255,"+"0,24,106,255,"+"4,58,155,255,"+"3,34,137,255,"+"26,71,171,255,"+"9,38,128,255,"+"0,14,90,255,"+"0,34,100,255,"+"0,30,98,255,"+"0,39,105,255,"+"1,53,112,255,"+"1,56,112,255,"+"0,46,97,255,"+"0,36,94,255,"+"0,28,90,255,"+"0,36,94,255,"+"0,56,102,255,"+"0,36,89,255,"+"0,39,93,255,"+"0,36,91,255,"+"2,54,104,255,"+"7,78,124,255,"+"1,64,108,255,"+"0,40,97,255,"+"3,50,116,255,"+"24,89,155,255,"+"2,69,120,255,"+"0,50,94,255,"+"0,35,87,255,"+"0,27,85,255,"+"0,25,84,255,"+"0,30,88,255,"+"0,29,87,255,"+"0,45,99,255,"+"1,47,100,255,"+"0,42,103,255,"+"0,52,112,255,"+"2,72,133,255,"+"22,92,155,255,"+"45,104,169,255,"+"83,136,201,255,"+"31,94,174,255,"+"7,73,158,255,"+"10,69,157,255,"+"30,84,182,255,"+"11,39,132,255,"+"1,10,102,255,"+"18,40,136,255,"+"2,13,95,255,"+"0,0,55,255,"+"0,4,51,255,"+"0,1,23,255,"+"0,0,29,255,"+"0,0,22,255,"+"0,0,19,255,"+"0,0,3,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,2,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,17,255,"+"0,0,43,255,"+"0,0,4,255,"+"0,0,4,255,"+"0,0,6,255,"+"0,0,24,255,"+"0,0,49,255,"+"0,0,68,255,"+"0,1,67,255,"+"0,3,76,255,"+"0,2,77,255,"+"0,14,95,255,"+"0,36,110,255,"+"0,42,108,255,"+"0,31,95,255,"+"0,16,87,255,"+"0,36,91,255,"+"0,32,99,255,"+"0,36,122,255,"+"1,41,126,255,"+"0,14,99,255,"+"0,0,68,255,"+"0,0,59,255,"+"0,0,42,255,"+"0,3,64,255,"+"1,5,67,255,"+"0,0,62,255,"+"0,2,71,255,"+"0,16,83,255,"+"2,24,113,255,"+"32,88,178,255,"+"12,62,150,255,"+"0,36,110,255,"+"1,51,117,255,"+"0,47,115,255,"+"7,61,145,255,"+"6,71,136,255,"+"2,68,130,255,"+"3,66,127,255,"+"0,45,104,255,"+"1,31,94,255,"+"0,22,91,255,"+"0,41,100,255,"+"0,36,96,255,"+"1,41,102,255,"+"1,39,100,255,"+"0,37,100,255,"+"0,62,113,255,"+"0,61,113,255,"+"0,46,103,255,"+"1,42,114,255,"+"12,74,143,255,"+"2,68,128,255,"+"0,48,105,255,"+"0,40,95,255,"+"0,39,99,255,"+"2,36,96,255,"+"1,25,88,255,"+"0,14,83,255,"+"0,29,92,255,"+"0,41,99,255,"+"0,39,109,255,"+"0,60,136,255,"+"5,79,162,255,"+"13,98,167,255,"+"2,63,134,255,"+"5,41,117,255,"+"2,22,100,255,"+"0,14,101,255,"+"0,10,83,255,"+"2,10,86,255,"+"0,1,63,255,"+"0,1,51,255,"+"10,26,105,255,"+"1,15,97,255,"+"0,0,64,255,"+"0,3,46,255,"+"0,0,14,255,"+"0,0,14,255,"+"0,0,8,255,"+"0,0,8,255,"+"0,0,5,255,"+"0,0,2,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,5,255,"+"0,0,2,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,2,255,"+"0,0,2,255,"+"0,0,0,255,"+"0,0,11,255,"+"0,0,11,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,0,19,255,"+"0,0,46,255,"+"0,0,40,255,"+"0,0,58,255,"+"0,0,59,255,"+"0,0,68,255,"+"0,3,88,255,"+"0,14,95,255,"+"0,19,90,255,"+"0,7,81,255,"+"0,10,89,255,"+"0,20,95,255,"+"0,23,94,255,"+"0,30,109,255,"+"0,38,128,255,"+"0,39,140,255,"+"0,8,89,255,"+"0,0,52,255,"+"0,0,49,255,"+"0,3,55,255,"+"1,5,59,255,"+"0,0,64,255,"+"0,8,92,255,"+"0,6,83,255,"+"0,7,83,255,"+"0,22,103,255,"+"0,32,120,255,"+"0,36,118,255,"+"0,40,122,255,"+"12,58,153,255,"+"30,96,187,255,"+"14,89,154,255,"+"6,78,143,255,"+"1,62,137,255,"+"0,38,115,255,"+"1,26,106,255,"+"0,15,99,255,"+"0,32,104,255,"+"0,38,108,255,"+"4,57,125,255,"+"3,47,115,255,"+"0,40,106,255,"+"0,47,104,255,"+"0,45,113,255,"+"1,43,121,255,"+"2,71,140,255,"+"0,56,125,255,"+"1,63,124,255,"+"0,41,105,255,"+"0,41,99,255,"+"0,39,98,255,"+"0,24,88,255,"+"0,13,82,255,"+"1,14,87,255,"+"1,25,104,255,"+"0,29,103,255,"+"0,31,114,255,"+"6,59,164,255,"+"28,105,200,255,"+"6,87,170,255,"+"1,37,123,255,"+"0,5,84,255,"+"0,0,47,255,"+"0,0,41,255,"+"0,0,34,255,"+"0,0,45,255,"+"0,0,31,255,"+"0,0,61,255,"+"0,0,38,255,"+"0,0,55,255,"+"0,1,65,255,"+"0,0,45,255,"+"0,0,3,255,"+"0,0,11,255,"+"0,0,11,255,"+"0,0,4,255,"+"0,0,8,255,"+"0,0,3,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,4,255,"+"0,0,2,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,1,255,"+"0,0,3,255,"+"0,0,5,255,"+"0,0,15,255,"+"0,0,2,255,"+"0,0,1,255,"+"0,0,3,255,"+"0,0,2,255,"+"0,0,3,255,"+"0,0,22,255,"+"0,0,11,255,"+"0,0,1,255,"+"0,0,1,255,"+"0,0,0,255,"+"0,0,8,255,"+"0,0,18,255,"+"0,0,45,255,"+"0,0,63,255,"+"0,0,67,255,"+"0,0,69,255,"+"0,0,74,255,"+"0,2,73,255,"+"0,1,61,255,"+"0,0,62,255,"+"0,2,69,255,"+"0,7,80,255,"+"0,28,93,255,"+"0,31,106,255,"+"1,49,141,255,"+"2,57,161,255,"+"6,38,139,255,"+"0,1,68,255,"+"0,0,51,255,"+"0,0,29,255,"+"0,0,46,255,"+"0,0,66,255,"+"0,8,91,255,"+"0,5,83,255,"+"0,1,64,255,"+"0,2,68,255,"+"0,13,93,255,"+"0,28,117,255,"+"7,55,161,255,"+"92,133,216,255,"+"104,160,227,255,"+"18,98,186,255,"+"9,89,168,255,"+"41,104,190,255,"+"24,77,180,255,"+"5,40,155,255,"+"0,21,128,255,"+"0,15,112,255,"+"1,31,131,255,"+"15,69,170,255,"+"2,59,147,255,"+"0,43,121,255,"+"0,44,116,255,"+"8,68,148,255,"+"28,89,173,255,"+"14,85,169,255,"+"0,51,133,255,"+"0,53,119,255,"+"0,45,116,255,"+"0,35,105,255,"+"0,25,93,255,"+"0,21,99,255,"+"0,17,93,255,"+"0,11,86,255,"+"0,8,86,255,"+"0,16,94,255,"+"0,26,115,255,"+"16,61,176,255,"+"87,145,232,255,"+"11,43,151,255,"+"0,3,88,255,"+"0,0,38,255,"+"0,0,9,255,"+"0,0,11,255,"+"0,0,15,255,"+"0,0,15,255,"+"0,0,14,255,"+"0,0,23,255,"+"0,0,40,255,"+"0,2,77,255,"+"0,0,40,255,"+"0,0,9,255,"+"0,0,6,255,"+"0,0,16,255,"+"0,0,8,255,"+"0,0,1,255,"+"0,0,1,255,"+"0,0,1,255,"+"0,0,3,255,"+"0,0,10,255,"+"0,0,22,255,"+"0,0,11,255,"+"0,0,8,255,"+"0,0,0,255,"+"0,0,0,255,"+"0,0,3,255,"+"0,0,25,255,"+"0,0,14,255,"+"0,0,7,255,"; + var name,width,height,pixels,nextPixel,result; + function nextData(){var pos = costumeData.indexOf(","),data; data = costumeData.substring(0,pos); costumeData = costumeData.substring(pos+1,costumeData.length); return data;} + result = new List(); + while(costumeData.length > 5){ + name = nextData(); width = nextData(); height = nextData(); pixels = new List(); + for(var n=1;n<=Number(width)*Number(height);n++){ + nextPixel = []; + for(var i=1;i<=4;i++) nextPixel.push(nextData()); + pixels.add(new List(nextPixel)); + } + result.add(new List([name,width,height,pixels])); + } + return result; + }); + diff --git a/libraries/SciSnap3Extensions.js b/libraries/SciSnap3Extensions.js new file mode 100644 index 0000000000..5c1babc9ce --- /dev/null +++ b/libraries/SciSnap3Extensions.js @@ -0,0 +1,5454 @@ +//================= start options ============================================================ +//a new logo -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_SetSciSnapLogo()', + function () { + IDE_Morph.prototype.createLogo = function () { + var myself = this; + if (this.logo) { + this.logo.destroy(); + } + this.logo = new Morph(); + this.logo.texture = "data:image/png;base64," + + "iVBORw0KGgoAAAANSUhEUgAAADwAAAAYCAYAAACmwZ5SAAAIPklEQVR42sWYBXjbSBbHFSpTb" + + "EHAECgzHSwzMzMz827w4mVmDEhyksUyH1+5R21Thji2pVCZGXX/GY1lvixX3/e+4Tfzmwe2xB" + + "mG0bF4uFQUKaF20+eSqCvSuZrMPx2U+cmaKrS3eAWjtVYwdEXwaYr4DvouXl+Zw4fWzPZw6VQP" + + "6idSOpwwbhyXFqq3qEK/oCq8rgGqrU4wNn0lGkGFP4y+TQAMagqvody15WvR2Iwx1NcGZPG5lh" + + "qHzdI5G+AnHhjWAxgVA1bgmDUjYHHw2wGwYf8kyYAFt2iKpGiqdHeLyp+p1QijfIptsO7NGqLJ" + + "4kk65gK+Htbes2eChEsR1uiqcJ21MdvrxAAzuGiJhoXbPrlrHLGmZARk90trP/993vdR7q/i+8" + + "MbXoHs2fqNSC7qa61Oyo/cYxzECpckQh+PkXrddePSfhYLr/ZwnRCTBcRC+me9MyNh/TX8JcR9" + + "g3LWmqCS9zsuwUPmL64ck0HcNVGsttQLfWHxzwBuQLYiBJ4IqlyX73NAtkMKq3x/sOgnGjio8k" + + "/CXQ9oChF+Heqnkf6NdVJ3XeG/CyrZ4zaP47rRlWPa0667eX7nS29amHbWVf9OPfmq5en0QNGH" + + "SZnt8aQbs8+MiletNvekoJI1i3hKUBVXaIr90aDaJ8/AZbFLMuEgiQ5+6nWLU34sMJ4wsO5FzH" + + "n5eoBOINkW5QpY9qZYy6588Nybtj0z9GWj1HVuSMlJ1yxOGXPZ4k70Lu5fnEFcD0Iv4EiJ+/Kt" + + "j13UebbnzDS6Ybn7rMPFecVLnj77g4DimqYpOS2aKja11IrNrbXiAuw3D5l+NmQ8+qqbvdJ76H" + + "sOMpac8+SrF3ec8MrcN+N8jyQHjolhJJjXALwElv4HsWxYkXOSUeYyQgKllf9342LneXReufMK" + + "2i51ytHrneN/iaQE3eMglomH2P0pQ2yB9CgLm2KC+6ptDrj2bk3lP4y4tUHmQZ1PGc8UiCi/BP" + + "Bxo6KD39VyxwX0QivcfRjkW0bRQLtR4nybtiucOb8G8CB7U1o0MA7l+6hvZ5pgxjm6IqnMI+4d" + + "oeRSesAS1+iQ2wD6oFHsGmzNecGdB7CBUZsD1AR3jWGWvdS0tvtMur7UcSFpW3oqsvmEl/B8rg" + + "MXbGV3a01Z3gDjQ5yblMmBMwbbm1LjshfNrij9lZkuWHgj5B+WEihkB/YmuVUlwtXnxLl0Rd9e" + + "bOwP8WudQ9jYRFKyNQ9G6J6bKAyYAeZj/WE29nQS4M5DMqOBo/5NBRXxxQOTJQPAC9u/7slbG5" + + "SGYtj5kVGcOzzstu6TzM0dX6AsN+e4r04Qw9Xs4Aosfko8sPM/zPI7Ua83def+ztTtfBBrPjDr" + + "7t+HgCF/gf7LcFmNWLM6GfCwTD+Aw0+KwYCbvcLpAF2HxPUfxPAqv8yPjbFGMWQ3O8STzF3vN+" + + "PRnWUlp3KMxQLTMddjGN/ALu7FKGCECZtTizmLwmvy3Ka7O2ymPtc1FjByAq2jRHtvJPDIrMYM" + + "Agd37jY4058StrBlXS4VsHMAO09XhGtR3xJQxdviXPAZqTs2lU1ILjUaOHmWjpIS17vMK3LDFn" + + "bcFQJG35KIS3oN4/+FtFoX8z2AB9oae1IL2/xd+9q2WsDWz5Ku8vdt/pq+DNzUUmvPBfhOJK5P" + + "w9bNHRGRfR81IR19vy9w9Pqccxjk6RYw3DYM7FppzkOf6Q11uKQKVr/9ewL3oRa2RbszPQABhE" + + "XbIGvoX81xXCdN4dcgntcxt72EblDsOicqaxfFA6M+DQfwRAEju0daB3Bj2dhpFnC5BfwdpJGB" + + "fIjxjVbijAFG/d8sLD7Emj2WbsgwW2PvpH+3NFV8d9u3ohFQ+Hutv4EyX7X921yDtoty7CyTTk" + + "X5OSzTRtsssVgZFDHO5t2TIGkdQHuzud5pZuRncUnxwFMxrjPXv9cEc1yJ8k/xwCw7Iy9AGggP" + + "ypdo0nvX0dVMWk3Ug62HvOPCsvsgK/GT1DsErCv8pdu+zaJQVnJiCQsKd+BgVnyzGz7CYP9Cwi" + + "TepV3XYmwbO+herHnC7I8GRv3PkFYzLPIlrJnH9E6Jd2m4vhnbx0kOAI7l0mFgf6fB9kA4hhGn" + + "445MyzLIaxxRtLiSyzBfKPK6oG+iMSub/NGfYczneiDz2b+58vHTuSTPSY6l2Wdws+nvucfjST" + + "VeKIhzq81PDxs4zB4ovI4z0mLH+iLRJGobRa7MMZyRMcDuL6Sw4RieMQgWBFQ6jVfBZ/05SfrA" + + "dZ/R8RWDvMSbB+VSQ7/LWrWUr6n8DOLuQdnR0lTT9x2fXPCwX3Y/5pOHXDbL4+kV+gTk8cxOO/" + + "NMAgvrskQYkAcMaKwZ9IRfdhX5awpe8Mv9i3zVfa16ZJ8P5bqqMSVtddxD6ypHl/hrBrwQVHOs" + + "8dgxAnzgZdfSWH3JdCf+xIODhkuz3l6Z002Txat0xf4hLD5JU8TxQUVai3Jps7czvXHfrL6dCT" + + "QR6iFsrebln9EU+7agyk/TVfsUTRZmaIo0PVSP6lMyp/oV98z2Om4mDjtTV/tMwX6zQuOxYwR4" + + "/6s5rbH6kulOCBwLT6xttdmHAtPdhZEk5nVZuD7pepoHhOkImU9CF7f6U6EHKa16ZN/0nG4b64" + + "Z3b6/kui2nJWlLtAx5XJQgkSGGz+bwXMfex7/fFw/LhZN/6kn0tREWfg8wCwKARnmx5hWvIZ6A" + + "jH91s1c8X/MKL6N/bYsqDftZ3oJggO/xVaND+d6bkUshLxjUfdG3fVxm7yBcvL2efrY5ouHrJc" + + "qjiPlDukr79uiKeKuVCCHkE1CsjBt3XRr5aOCBkMtNNMcyxs8g/wNEIKQzeRECpwAAAABJRU5E" + + "rkJggg=="; + this.logo.render = function (ctx) { + var gradient = ctx.createLinearGradient(0, 0, this.width(), 0); + gradient.addColorStop(0, 'black'); + gradient.addColorStop(0.5, myself.frameColor.toString()); + ctx.fillStyle = MorphicPreferences.isFlat ? myself.frameColor.toString() : gradient; + ctx.fillRect(0, 0, this.width(), this.height()); + if (this.cachedTexture) { + this.renderCachedTexture(ctx); + } else if (this.texture) { + this.renderTexture(this.texture, ctx); + } + }; + this.logo.renderCachedTexture = function (ctx) { + ctx.drawImage(this.cachedTexture, 5, Math.round((this.height() - this.cachedTexture.height) / 2)); + this.changed(); + }; + this.logo.mouseClickLeft = function () { + myself.snapMenu(); + }; + this.logo.color = BLACK; + this.logo.setExtent(new Point(200, 28)); // dimensions are fixed + this.add(this.logo); + }; + var stage = this.parentThatIsA(StageMorph), ide = stage.parentThatIsA(IDE_Morph), world = stage.parentThatIsA(WorldMorph); + ide.createLogo(); + ide.createControlBar(); + ide.fixLayout(); + }); +// new menu items -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_addMenuItemForSciSnapManuals()', + function () { + IDE_Morph.prototype.snapMenu = function () { + var menu, world = this.world(); + menu = new MenuMorph(this); + menu.addItem('About...', 'aboutSnap'); + menu.addLine(); + menu.addItem('Reference manual', () => { + var url = this.resourceURL('help', 'SnapManual.pdf'); + window.open(url, 'SnapReferenceManual'); + }); + menu.addItem('Snap! website', () => window.open('https://snap.berkeley.edu/', 'SnapWebsite')); + menu.addItem('SciSnap! manual', () => window.open('https://emu-online.de/ProgrammingWithSciSnap3.pdf', '')); + menu.addItem('SciSnap! Handbuch', () => window.open('https://emu-online.de/ProgrammierenMitSciSnap3.pdf', '')); + menu.addItem('Download source', () => window.open('https://github.com/jmoenig/Snap/releases/latest', 'SnapSource')); + if (world.isDevMode) { + menu.addLine(); + menu.addItem('Switch back to user mode', 'switchToUserMode', 'disable deep-Morphic\ncontext menus' + '\nand show user-friendly ones', + new Color(0, 100, 0)); + } else if (world.currentKey === 16) { // shift-click + menu.addLine(); + menu.addItem('Switch to dev mode', 'switchToDevMode', 'enable Morphic\ncontext menus\nand inspectors,' + '\nnot user-friendly!', new Color(100, 0, 0)); + } + menu.popup(world, this.logo.bottomLeft()); + }; + }); + +//================= additional options of the Pen-palette ============================================================ +//make a drip -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_drip(xa,ya,width,height,dx,dy,color,costume,n)', + function (xa, ya, width, height, dx, dy, color, costume, n) { + var ctx = costume.contents.getContext('2d'), r = color.at(1), g = color.at(2), b = color.at(3), + radius = Math.min(width, height) / 4, xm = xa + (width + dx) / 2, ym = ya + (height + dy) / 2, alpha, crad, nr, ng, nb; + for (i = 0; i < n; i++) { + ctx.beginPath(); + x = xm + Math.random() * width / 2; + y = ym + Math.random() * height / 2; + dist = Math.sqrt((x - xm) * (x - xm) + (y - ym) * (y - ym)); + if (dist < radius) + crad = Math.random() * dist; + else + crad = Math.random() * 20 * radius / dist; + nr = Math.abs(1.0 * r + 50.0 - 100.0 * Math.random()); + if (nr > 255) + nr = 255; + ng = Math.abs(1.0 * g + 50.0 - 100.0 * Math.random()); + if (ng > 255) + ng = 255; + nb = Math.abs(1.0 * b + 50.0 - 100.0 * Math.random()); + if (nb > 255) + nb = 255; + ctx.fillStyle = new Color(nr, ng, nb).toString(); + ctx.strokeStyle = ctx.fillStyle; + alpha = 1 - Math.sqrt(Math.abs((x - xm) / width)); + if (alpha < 0.01) + alpha = 0.01; + for (var m = 1; m <= 20; m++) { + ctx.beginPath(); + ctx.globalAlpha = m * alpha / 20; + ctx.arc(x, y, Math.abs(crad * (1 - (m - 1) * 0.04)), 0, 2 * Math.PI); + ctx.closePath(); + ctx.fill(); + } + } + return costume; + }); + +//================= additional options of the Looks-palette ============================================================ +//new costume -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_newcostume(w,h,color)', + function (w, h, color) { + var newCostume = new Costume(); + newCostume.contents.width = w; + newCostume.contents.height = h; + var ctx = newCostume.contents.getContext('2d'); + ctx.beginPath(); + ctx.fillStyle = new Color(color.at(1), color.at(2), color.at(3)).toString(); + ctx.strokeStyle = new Color(color.at(1), color.at(2), color.at(3)).toString(); + ctx.fillRect(0, 0, w, h); + ctx.strokeRect(0, 0, w, h); + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + newCostume.rotationCenter = new Point(w / 2, h / 2); + return newCostume; + }); +//rename costume -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_renameCostume(costume,newName)', function (costume, newName) { + costume.name = newName; +}); +//show global message -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_showmessage(title,message)', function (title, message) { + this.parentThatIsA(IDE_Morph).inform(title, message); +}); +//layer -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_layer()', function () { + if (!this.parent) { + return null; + } + return this.parent.children.indexOf(this); +}); +//show as dialog -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_showAsDialog(theList)', function (theList) { + new TableDialogMorph(theList).popUp(this.world()); +}); +//set cursor -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_setCursor(cur,proc)', function (cur, proc) { //Many thanks to helicoptur on the Snap! user forum! + function setTo(val) { + document.body.style.cursor = val; + top.window.document.body.style.cursor = val; + } + if (cur instanceof Costume || this.costumes.asArray().map(e => e.name).includes(cur) || cur === 'current') { + alert("Sorry, costumes don't work very well for custom cursors at the moment."); + return; + let c = newCanvas(), ctx = c.getContext('2d'); + cur = proc.reportNewCostumeStretched(cur, 100, 100); + c.width = cur.width(); + c.height = cur.height(); + ctx.drawImage(cur.contents, 0, 0); + setTo('url("' + c.toDataURL() + '"), auto'); + } else if (`auto cell copy crosshair default grab grabbing help move not-allowed pointer progress text wait zoom-in zoom-out n-resize s-resize e-resize w-resize ne-resize se-resize nw-resize sw-resize`.split(' ').includes(cur)) + { + setTo(cur); + } else { + setTo('url("' + cur + '"),auto'); + } +}); + +//================= additional options of the Control-palette ============================================================ +//select a sprite as active sprite ------------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_selectSprite(sprite)', + function (sprite) { + if((typeof(sprite) !== 'object')||(sprite===null)) return; + var ide = this.parentThatIsA(IDE_Morph); + ide.selectSprite(sprite, true); + }); +//create sprites, permanent clones , or duplicates -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_createObject(operation,sprite,spriteName)', + function (operation, sprite, spriteName) { + if((typeof(sprite) !== 'object')||(sprite===null)) return; + var stage = this.parentThatIsA(StageMorph), ide = stage.parentThatIsA(IDE_Morph), world = stage.parentThatIsA(WorldMorph), result, hats; + if (spriteName === "") + spriteName = "notSet"; + if ((sprite === "")&&!(operation==="newSprite")) + sprite = this; + if (operation === 'duplicate') { + return ide.duplicateSprite(sprite); + } + if (operation === 'permanentClone') { + result = sprite.createClone(); + result.perpetuate(); + return null; + } + if (operation === 'newSprite') { + ide.addNewSprite(); + return null; + } + return "ERROR: unknown operation"; + }); +//import a stored sprite -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_importSprite(params)', //params: parte 1 or two, ev. data + function (params) { + if (Number(params.at(1)) === 1) { + var inp = document.createElement('input'), ide = this.parent.parent, result = 0, done = false; + function userImport() { + function txtOnlyMsg(ftype, anyway) { + ide.confirm('Snap! can only import "text" files.\n' + 'You selected a file of type "' + ftype + '".' + '\n\n' + 'Open anyway?', 'Unable to import', anyway); + } + function readText(aFile) { + var frd = new FileReader(), ext = aFile.name.split('.').pop().toLowerCase(); + function isXMLFile(aFile) { + return aFile.type.indexOf('xml') !== -1 || contains(['xml']); + } + function isType(aFile, string) { + return aFile.type.indexOf(string) !== -1 || (ext === string); + } + frd.onloadend = function (e) { + done = true; + if (isType(aFile, 'xml')) { + result = e.target.result; + } + }; + if (isXMLFile(aFile)) { + frd.readAsText(aFile); + } else { + txtOnlyMsg(aFile.type, function () { + frd.readAsText(aFile); + }); + } + } + if (ide.filePicker) { + document.body.removeChild(ide.filePicker); + ide.filePicker = null; + } + if (inp.files.length > 0) { + readText(inp.files[inp.files.length - 1]); + } + } + inp.type = 'file'; + inp.style.color = "transparent"; + inp.style.backgroundColor = "transparent"; + inp.style.border = "none"; + inp.style.outline = "none"; + inp.style.position = "absolute"; + inp.style.top = "0px"; + inp.style.left = "0px"; + inp.style.width = "0px"; + inp.style.height = "0px"; + inp.style.display = "none"; + inp.addEventListener("change", userImport, false); + document.body.appendChild(inp); + ide.filePicker = inp; + inp.click(); + return function () { + return new List([done, result]); + }; + } else if (Number(params.at(1)) === 2) { + var stage = this.parentThatIsA(StageMorph), ide = stage.parentThatIsA(IDE_Morph), world = stage.parentThatIsA(WorldMorph), thisObj = this, cats = SpriteMorph.prototype.categories, + colors = SpriteMorph.prototype.blockColor, data = params.at(2), i = 0, index = -1; + ide.openSpritesString(data); + } + }); +//remove sprite -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_removeSprite(sprite)', function (sprite) { + if((typeof(sprite) !== 'object')||(sprite===null)) return; + var stage = this.parentThatIsA(StageMorph), ide = stage.parentThatIsA(IDE_Morph); + ide.removeSprite(sprite); +}); +//change sprite name -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_changeSpritenameTo(sprite,newName)', function (sprite,newName) { + if((typeof(sprite) !== 'object')||(sprite===null)) return; + var stage = this.parentThatIsA(StageMorph), ide = stage.parentThatIsA(IDE_Morph), world = stage.parentThatIsA(WorldMorph); + ide.spriteBar.nameField.setContents(newName); + ide.spriteBar.nameField.fixLayout(); + sprite.name = newName; + ide.recordUnsavedChanges(); + ide.createCorral(); + ide.fixLayout(); +}); +//attach/detach parts to the current sprite -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_attach part(choice,part)', function (choice, part) { + if((typeof(part) !== 'object')||(part===null)) return; + if (choice === "attach") + this.attachPart(part); + else if (choice === "detach") + this.detachAllParts(); +}); +//adds dynamically an event-handler to a sprite -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_installEventHandler(data)', function (data) { + var stage = this.parentThatIsA(StageMorph), ide = stage.parentThatIsA(IDE_Morph), world = stage.parentThatIsA(WorldMorph), object = ide.currentSprite, scripts = object.scripts, xml; + if (Process.prototype.isCatchingErrors) { + try { + xml = ide.serializer.parse(data, true); + ide.serializer.loadScripts(object, scripts, xml); + } catch (err) { + ide.showMessage('Load failed: ' + err); + } + } else { + xml = ide.serializer.parse(data, true); + ide.serializer.loadScripts(object, scripts, xml); + } + scripts.changed(); + ide.spriteBar.tabBar.tabTo('scripts'); +}); +//adds statically an event-handler to a sprite or removes it -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_onEventRun(aFunction,event)', function (aFunction, event) { + if (event === 'mouseClickLeft') { + if (aFunction === 'reset') + this.mouseClickLeft = SpriteMorph.prototype.mouseClickLeft; + else + this.mouseClickLeft = function (pos) { + invoke(aFunction, null, null, 1000, "too long", true, null, true); + } + } + if (event === 'mouseClickRight') { + if (aFunction === 'reset') + this.mouseClickRight = SpriteMorph.prototype.mouseClickRight; + else + this.mouseClickRight = function (pos) { + invoke(aFunction, null, null, 1000, "too long", true, null, true); + } + } + if (event === 'mouseDownLeft') { + if (aFunction === 'reset') + this.mouseDownLeft = SpriteMorph.prototype.mouseDownLeft; + else + this.mouseDownLeft = function (pos) { + invoke(aFunction, null, null, 1000, "too long", true, null, true); + } + } + if (event === 'mouseDownRight') { + if (aFunction === 'reset') + this.mouseDownRight = SpriteMorph.prototype.mouseDownRight; + else + this.mouseDownRight = function (pos) { + invoke(aFunction, null, null, 1000, "too long", true, null, true); + } + } + if (event === 'mouseDoubleClick') { + if (aFunction === 'reset') + this.mouseDoubleClick = SpriteMorph.prototype.mouseDoubleClick; + else + this.mouseDoubleClick = function (pos) { + invoke(aFunction, null, null, 1000, "too long", true, null, true); + } + } + if (event === 'mouseEnter') { + if (aFunction === 'reset') + this.mouseEnter = SpriteMorph.prototype.mouseEnter; + else + this.mouseEnter = function (pos) { + invoke(aFunction, null, null, 1000, "too long", true, null, true); + } + } + if (event === 'mouseLeave') { + if (aFunction === 'reset') + this.mouseLeave = SpriteMorph.prototype.mouseLeave; + else + this.mouseLeave = function (pos) { + invoke(aFunction, null, null, 1000, "too long", true, null, true); + } + } + if (event === 'mouseMove') { + if (aFunction === 'reset') + this.mouseMove = SpriteMorph.prototype.mouseMove; + else + this.mouseMove = function (pos, button) { + invoke(aFunction, null, null, 1000, "too long", true, null, true); + } + } + if (event === 'mouseScroll') { + if (aFunction === 'reset') + this.mouseScroll = SpriteMorph.prototype.mouseScroll; + else + this.mouseScroll = function (pos, button) { + invoke(aFunction, null, null, 1000, "too long", true, null, true); + } + } + if (event === 'mouseEnterDragging') { + if (aFunction === 'reset') + this.mouseEnterDragging = SpriteMorph.prototype.mouseEnterDragging; + else + this.mouseEnterDragging = function (morph) { + invoke(aFunction, null, null, 1000, "too long", true, null, true); + } + } + if (event === 'mouseLeaveDragging') { + if (aFunction === 'reset') + this.mouseLeaveDragging = SpriteMorph.prototype.mouseLeaveDragging; + else + this.mouseLeaveDragging = function (morph) { + invoke(aFunction, null, null, 1000, "too long", true, null, true); + } + } + if (event === 'mouseEnterBounds') { + if (aFunction === 'reset') + this.mouseEnterBounds = SpriteMorph.prototype.mouseEnterBounds; + else + this.mouseEnterBounds = function (morph) { + invoke(aFunction, null, null, 1000, "too long", true, null, true); + } + } + if (event === 'mouseLeaveBounds') { + if (aFunction === 'reset') + this.mouseLeaveBounds = SpriteMorph.prototype.mouseLeaveBounds; + else + this.mouseLeaveBounds = function (morph) { + invoke(aFunction, null, null, 1000, "too long", true, null, true); + } + } +}); +//is sprite deleted? -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_isDeleted(sprite)', function (sprite) { + if((typeof(sprite) !== 'object')||(sprite===null)) return true; + return thisSprite.isCorpse; +}); + +//================= additional options of the Sensing-palette ============================================================ +//is shift-key pressed? -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_currentKeyPressed()', function () { + return this.world().currentKey; +}); +//settings -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_setting(which)', //copied from Snap! library + function (which) { + var stage = this.parentThatIsA(StageMorph), ide = stage.parentThatIsA(IDE_Morph), world = stage.parentThatIsA(WorldMorph); + switch (which) { + case 'Project notes': + return ide.projectNotes; + case 'Project name': + return ide.projectName; + case 'User': + return ide.cloud.username; + case 'Presentation mode': + return ide.isAppMode; + case 'Language': + return SnapTranslator.language; + case 'Zoom blocks': + return SyntaxElementMorph.prototype.scale; + case 'Stage size': + return new List([stage.dimensions.x, stage.dimensions.y]); + case 'Stage scale': + return stage.scale; + case 'Retina display support': + return isRetinaEnabled(); + case 'Long form input dialog': + return InputSlotDialogMorph.prototype.isLaunchingExpanded; + case 'Plain prototype labels': + return BlockLabelPlaceHolderMorph.prototype.plainLabel; + case 'Input sliders': + return MorphicPreferences.useSliderForInput; + case 'Execute on slider change': + return ArgMorph.prototype.executeOnSliderEdit; + case 'Clicking sound': + return !!BlockMorph.prototype.snapSound; + case 'Turbo mode': + return stage.isFastTracked; + case 'Flat design': + return MorphicPreferences.isFlat; + case 'Keyboard editing': + return !!this.scripts.focus; + case 'Visible stepping': + return Process.prototype.enableSingleStepping; + case 'Thread safe scripts': + return stage.isThreadSafe; + case 'Prefer smooth animations': + return StageMorph.prototype.frameRate > 0; + case 'Flat line ends': + return SpriteMorph.prototype.useFlatLineEnds; + case 'Codification support': + return StageMorph.prototype.enableCodeMapping; + case 'Inheritance support': + return StageMorph.prototype.enableInheritance; + case 'Hyper blocks support': + return Process.prototype.enableHyperOps; + case 'Visible palette': + return ide.currentCategory; + default: + return which; + } + }); +//set flag to -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_setFlagTo(which,tf)', //copied from Snap! library + function (which, tf) { + var stage = this.parentThatIsA(StageMorph), ide = stage.parentThatIsA(IDE_Morph), world = stage.parentThatIsA(WorldMorph), thisObj = this; + if (tf != !!tf) + return; + try { + ide.savingPreferences = false; + switch (which) { + case 'Presentation mode': + if (tf != ide.isAppMode) + ide.toggleAppMode(); + break; + case 'Retina display support': + if (tf != isRetinaEnabled()) + ide.toggleRetina(); + break; + case 'Long form input dialog': + if (tf != InputSlotDialogMorph.prototype.isLaunchingExpanded) + ide.toggleLongFormInputDialog(); + break; + case 'Plain prototype labels': + if (tf != BlockLabelPlaceHolderMorph.prototype.plainLabel) + ide.togglePlainPrototypeLabels(); + break; + case 'Input sliders': + MorphicPreferences.useSliderForInput = tf; + break; + case 'Execute on slider change': + ArgMorph.prototype.executeOnSliderEdit = tf; + break; + case 'Clicking sound': + if (tf != !!BlockMorph.prototype.snapSound) + BlockMorph.prototype.toggleSnapSound(); + break; + case 'Turbo mode': + if (tf != stage.isFastTracked) + ide.toggleFastTracking(); + break; + case 'Flat design': + if (tf == MorphicPreferences.isFlat) + break; + if (tf) + ide.flatDesign(); + else + ide.defaultDesign(); + break; + case 'Keyboard editing': + if (thisObj.scripts.focus && !tf) { + thisObj.scripts.focus.stopEditing(); + } else if (tf && !thisObj.scripts.focus) { + thisObj.scripts.toggleKeyboardEntry(); + } + ; + break; + case 'Visible stepping': + if (tf != Process.prototype.enableSingleStepping) + ide.toggleSingleStepping(); + break; + case 'Thread safe scripts': + stage.isThreadSafe = tf; + break; + case 'Prefer smooth animations': + if (tf != (StageMorph.prototype.frameRate > 0)) + ide.toggleVariableFrameRate(); + break; + case 'Flat line ends': + SpriteMorph.prototype.useFlatLineEnds = tf; + break; + case 'Codification support': + if (tf != StageMorph.prototype.enableCodeMapping) { + StageMorph.prototype.enableCodeMapping = tf; + ide.currentSprite.blocksCache.variables = null; + ide.currentSprite.paletteCache.variables = null; + ide.refreshPalette(); + } + break; + case 'Inheritance support': + if (tf != StageMorph.prototype.enableInheritance) { + StageMorph.prototype.enableInheritance = tf; + ide.currentSprite.blocksCache.variables = null; + ide.currentSprite.paletteCache.variables = null; + ide.refreshPalette(); + } + break; + case 'Hyper blocks support': + Process.prototype.enableHyperOps = tf; + break; + } + ; + } finally { + ide.savingPreferences = false; + } + ; + }); +//set value to -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_setValueTo(which,value)', + function (which, value) { + var stage = this.parentThatIsA(StageMorph), ide = stage.parentThatIsA(IDE_Morph), world = stage.parentThatIsA(WorldMorph); + try { + ide.savingPreferences = false; + switch (which) { + case 'Project notes': + ide.projectNotes = value; + break; + case 'Project name': + ide.setProjectName(value); + break; + case 'Language': + ide.setLanguage(value); + break; + case 'Zoom blocks': + if (!isNaN(value)) + ide.setBlocksScale(Math.min(value, 12)); + break; + case 'Stage size': + if ((value instanceof List) && value.length() == 2 && !isNaN(value.at(1)) && !isNaN(value.at(2))) + ide.setStageExtent(new Point(value.at(1), value.at(2))); + break; + case 'Stage scale': + ide.toggleStageSize(value != 1, Math.max(0.1, value)); + break; + case 'Visible palette': + ide.currentCategory = value.toLowerCase(); + ide.categories.children.forEach(function (each) { + each.refresh(); + }); + ide.refreshPalette(true); + break; + } + ; + } finally { + ide.savingPreferences = true; + } + ; + }); + +//================= additional options of the Operators-palette ============================================================ +//String operations -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_stringOperations(operation,params)', //params: txt, from, to, choice, sub, replace + function (operation, params) { + if (operation == 'substring') { + var txt = params.at(1), from = Number(params.at(2)) - 1, to = Number(params.at(3)); + if (to > txt.length) + to = txt.length; + if ((from >= 0) && (from < txt.length) && (to >= from)) + return txt.substring(from, to); + else + return ""; + } + if (operation == 'delete') { + var choice = params.at(1), sub = params.at(2), txt = params.at(3), result = txt, pos = result.indexOf(sub); + if (choice === 'first') + return result.replace(sub, ''); + else { + while (pos > -1) { + result = result.replace(sub, ''); + pos = result.indexOf(sub); + } + return result; + } + } + if (operation == 'replace') { + var choice = params.at(1), sub = params.at(2), replace = params.at(3), txt = params.at(4), result = txt, pos = result.indexOf(sub); + if (choice === 'first') + return result.replace(sub, replace); + else { + while (pos > -1) { + result = result.replace(sub, replace); + pos = result.indexOf(sub); + } + return result; + } + } + return 'ERROR: unknown string operation!'; + }); + +//================= options of the SciSnap!-globals palette ============================================================ +//drawing on sprites or stage -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_drawOnCostume(operation,costume,params,properties)', //params: coordinates, radius, text, height + function (operation, costume, params, properties) { + function property(key) { + var i = 1; + while (i <= properties.length()) { + if (properties.at(i).at(1) == key) + return properties.at(i).at(2); + i++; + } + return '-'; + } + var ctx = costume.contents.getContext('2d'), x1 = Number(params.at(1)), y1 = Number(params.at(2)), style = property('lineStyle'), lineColor = property('lineColor'), fillColor = property('fillColor'); + if (style == 'dashed') { + ctx.setLineDash([10, 10]); + } else if (style == 'dash-dot') { + ctx.setLineDash([10, 5, 2, 5]); + } else if (style == 'dot-dot') { + ctx.setLineDash([2, 5]); + } else { + ctx.setLineDash([]); + } + ctx.lineWidth = property('lineWidth'); + ctx.strokeStyle = new Color(lineColor.at(1), lineColor.at(2), lineColor.at(3)).toString(); + ctx.fillStyle = new Color(fillColor.at(1), fillColor.at(2), fillColor.at(3)).toString(); + if (operation == 'drawLine' || operation == 'drawRect' || operation == 'fillRect') { + var x2 = Number(params.at(3)), y2 = Number(params.at(4)); + ctx.beginPath(); + if (operation == 'drawLine') { + ctx.moveTo(x1, y1); + ctx.lineTo(x2, y2); + ctx.closePath(); + ctx.stroke(); + } + if (operation == 'drawRect') { + ctx.strokeRect(x1, y1, x2 - x1, y2 - y1); + ctx.closePath(); + ctx.stroke(); + } + if (operation == 'fillRect') { + ctx.fillRect(x1, y1, x2 - x1, y2 - y1); + ctx.closePath(); + ctx.fill(); + } + return costume; + } + if (operation == 'drawCircle' || operation == 'fillCircle') { + var r = Number(params.at(3)); + ctx.beginPath(); + if (operation == 'drawCircle') { + ctx.arc(x1, y1, r, 0, 6.283185307179586476925286766559); + ctx.closePath(); + ctx.stroke(); + } + if (operation == 'fillCircle') { + ctx.arc(x1, y1, r, 0, 6.283185307179586476925286766559); + ctx.closePath(); + ctx.fill(); + } + return costume; + } + if (operation == 'drawText') { + var text = params.at(3), height = Number(params.at(4)), horizontal = params.at(5); + ctx.fillStyle = new Color(lineColor.at(1), lineColor.at(2), lineColor.at(3)).toString(); + ctx.beginPath(); + ctx.font = "" + height + "px sans-serif"; + if (horizontal) + ctx.fillText(text, x1, y1); + else { + ctx.rotate(-Math.PI / 2); + ctx.fillText(text, -y1, x1); + ctx.rotate(Math.PI / 2); + } + ctx.closePath(); + ctx.stroke(); + return costume; + } + if (operation == 'widthOfText') { + ctx.font = "" + params.at(2) + "px sans-serif"; + return Math.round(ctx.measureText(params.at(1)).width); + } + }); +//file or filelist selection -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_selectFileWithFilepicker(choice)', + function (choice) { + var inp = document.createElement('input'), ide = this.parent.parent, result = 0, done = false; + function setCursor(val) { + document.body.style.cursor = val; + top.window.document.body.style.cursor = val; + } + function userImport() { + function readDir(fs) { + done = true; + result = []; + for (var i = 0; i < fs.length; i++) + result.push(new List([fs[i].name, fs[i]])); + result = new List(result); + if (choice === 'file') + result = result.at(1); + } + document.body.removeChild(inp); + ide.filePicker = null; + if (inp.files.length > 0) { + readDir(inp.files); + } + } + //Some settings for the filepicker window + if (ide.filePicker) { + document.body.removeChild(ide.filePicker); + ide.filePicker = null; + } + inp.type = 'file'; + inp.style.color = "transparent"; + inp.style.backgroundColor = "transparent"; + inp.style.border = "none"; + inp.style.outline = "none"; + inp.style.position = "absolute"; + inp.style.top = "0px"; + inp.style.left = "0px"; + inp.style.width = "0px"; + inp.style.height = "0px"; + inp.style.display = "none"; + if (choice === 'filelist') + inp.multiple = true; + //Import data with function "userImport" + inp.addEventListener("change", userImport, false); + document.body.appendChild(inp); + ide.filePicker = inp; + inp.click(); + //return a list of type [done,data] + return function () { + return new List([done, result]); + }; + }); +//read file as BLOB -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_readFileAsBLOB(source)', + function (source) { + var result = 0, done = false, isFITS = false, header, properties, min = 100000, max = -100000, typeOfData = 'undefined', filename = 'unknown', sum = 0; + function setCursor(val) { + document.body.style.cursor = val; + top.window.document.body.style.cursor = val; + } + function getFITSdataFrom(anArrayBuffer) { + function isDefined(key) { + var i = 0, found = false; + while ((i < properties.length) && !found) { + found = properties.at(i).at(1) == key; + i++; + } + ; + return found; + } + var hlen, key, val, width, height = 1, depth = 1, bscale = 2, bzero = 0, bitpix = 16, numberOfPixels, numberOfBytes, imagevalues = [], imageIndex, fitsIndex, view, card, n, ok; + header = []; + properties = []; + //read header block and properties + for (hlen = 0; hlen < anArrayBuffer.byteLength; hlen += 80) { + card = String.fromCharCode.apply(null, new Uint8Array(anArrayBuffer, hlen, 80)); + header.push(card); + if (card.substring(0, 6) === 'END ') { + hlen += 80; + break; + } //END with spaces in the rest of the line + if (card.indexOf('=') !== -1) { + key = card.substring(0, 8).trim(); + val = card.substring(10).trim(); + if (val[0] == "'") { + var s = val.substring(1); + n = s.indexOf("'"); + val = s.substring(0, n); + } else { + n = val.indexOf('/'); + if (n != -1) + val = val.substring(0, n).trim(); + if (val != 'T' && val != 'F' && key != 'COMMENT' && key != 'HISTORY' && key != 'HIERARCH') + val = Number(val); + } + if (key === 'NAXIS1') + width = val; + if (key === 'NAXIS2') + height = val; + if (key === 'NAXIS3') + depth = val; + if (key === 'BSCALE') + bscale = val; + if (key === 'BZERO') + bzero = val; + if (key === 'BITPIX') + bitpix = val; + properties.push(new List([key, val])); + } + } + //Is this file format supported? + ok = isDefined('SIMPLE') && isDefined('BITPIX') && isDefined('NAXIS') && isDefined('NAXIS1') && isDefined('NAXIS2'); + if (!ok) + return new List([new List(header), new List(properties), min, max, "ERROR: mandatory keywords missing!"]); + ok = isDefined('NAXIS3') || (Math.abs(bitpix) > 32); + if (ok) + return new List([new List(header), new List(properties), min, max, "ERROR: file format not supported!"]); + //Look for start value of data blocks + if ((hlen % 2880) > 0) + hlen += 2880 - (hlen % 2880); + //calculate memory place needed + numberOfPixels = width * height; + numberOfBytes = numberOfPixels * Math.abs(bitpix) / 8; + //read values + imagevalues = new Array(numberOfPixels); + view = new DataView(anArrayBuffer, hlen, numberOfBytes); + imageIndex = 0; + for (var y = 0; y < height; y++) { + fitsIndex = (height - 1 - y) * width; + for (var x = 0; x < width; x++) { + if (bitpix == 8) + val = view.getUint8(fitsIndex); //8-bit unsigned integer + if (bitpix == 16) + val = view.getInt16(2 * fitsIndex, false); //16-bit signed integer + if (bitpix == 32) + val = view.getInt32(4 * fitsIndex, false); //32-bit signed integer + if (bitpix == -32) + val = view.getFloat32(4 * fitsIndex, false); //single precision floating point value + imagevalues[imageIndex] = bzero + bscale * val; + if (imagevalues[imageIndex] > max) + max = imagevalues[imageIndex]; + if (imagevalues[imageIndex] < min) + min = imagevalues[imageIndex]; + sum += imagevalues[imageIndex]; + imageIndex++; + fitsIndex++; + } + } + return new List([new List(header), new List(properties), min, max, sum, new List(imagevalues), filename]); + } + //error message, only text content allowed + function txtOnlyMsg(ftype, anyway) { + ide.confirm(localize('Snap! can only import "text" files.\n' + 'You selected a file of type "' + ftype + '".') + '\n\n' + localize('Open anyway?'), 'Unable to import', anyway); + } + function readFile(aFile) { + filename = aFile.name; + //test for allowed file types + function isTextFile(aFile) { + isFITS = contains(['fts', 'fits'], ext); + return aFile.type.indexOf('text') !== -1 || contains(['txt', 'csv', 'xml', 'json', 'csv'], ext); + } + //test for a special file type + function isType(aFile, string) { + return aFile.type.indexOf(string) !== -1 || (ext === string); + } + //use a filereader + var frd = new FileReader(), ext = aFile.name.split('.').pop().toLowerCase(); + frd.onloadend = function (e) { + done = true; + if (isType(aFile, 'csv')) { + result = Process.prototype.parseCSV(e.target.result); + } //import CSV data + else if (isType(aFile, 'json')) { + result = Process.prototype.parseJSON(e.target.result); + } //import JSON data + else if (isFITS) { + result = getFITSdataFrom(e.target.result); + } //import FITS data + else { + result = e.target.result; + } //import text data + }; + if (isTextFile(aFile)) { + frd.readAsText(aFile); + } else if (isFITS) { + frd.readAsArrayBuffer(aFile); + } else { + txtOnlyMsg(aFile.type, function () { + frd.readAsText(aFile); + }); + } //unknown file type + } + result = readFile(source); + //return a list of type [done,data] + setCursor('default'); + return function () { + return new List([done, result]); + }; + }); +//write to file -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_write(data,type,filename)', + function (data, type, filename) { + var ide = this.parentThatIsA(IDE_Morph); + if (type == 'TEXT') { + ide.saveFileAs(data, 'text/plain;charset=utf-8', filename); + } + if (type == 'DATAASTEXT') { + ide.saveFileAs(data.asTXT(), 'text/plain;charset=utf-8', filename); + } + if (type == 'CSV') { + ide.saveFileAs(data.asCSV(), 'text/csv;charset=utf-8', filename); + } + if (type == 'JSON') { + ide.saveFileAs(data.asJSON(true), 'text/json;charset=utf-8', filename); + } + }); +//fetch binary data from url -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_fetchBinary(url)', + function (url, proc) { + var response, i, header; + url = decodeURI(url); + Process.prototype.checkURLAllowed(url); + if (!proc.httpRequest) { + proc.httpRequest = new XMLHttpRequest(); + proc.httpRequest.open("GET", url, true); + proc.httpRequest.responseType = "arraybuffer"; + proc.httpRequest.send(null); + } else if (proc.httpRequest.readyState === 4) { + response = proc.httpRequest.response; + proc.httpRequest = null; + return response; + } + proc.pushContext('doYield'); + proc.pushContext(); + }); +//read FITS data from an ArrayBuffer -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_readFITSdataFromArrayBuffer(arraybuffer)', + function (arraybuffer) { + var result = 0, header = [], properties = [], min = 100000, max = -100000, typeOfData = 'undefined', sum = 0; + function getFITSdataFrom(anArrayBuffer) { + function isDefined(key) { + var i = 0, found = false; + while ((i < properties.length) && !found) { + found = properties.at(i).at(1) == key; + i++; + } + return found; + } + var hlen, key, val, width, height = 1, depth = 1, bscale = 2, bzero = 0, bitpix = 16, numberOfPixels, numberOfBytes, imagevalues = [], imageIndex, fitsIndex, view, card, n, ok; + for (hlen = 0; hlen < anArrayBuffer.byteLength; hlen += 80) { + card = String.fromCharCode.apply(null, new Uint8Array(anArrayBuffer, hlen, 80)); + header.push(card); + if (card.substring(0, 6) === 'END ') { + hlen += 80; + break; + } + if (card.indexOf('=') !== -1) { + key = card.substring(0, 8).trim(); + val = card.substring(10).trim(); + if (val[0] == "'") { + var s = val.substring(1); + n = s.indexOf("'"); + val = s.substring(0, n); + } else { + n = val.indexOf('/'); + if (n != -1) + val = val.substring(0, n).trim(); + if (val != 'T' && val != 'F' && key != 'COMMENT' && key != 'HISTORY' && key != 'HIERARCH') + val = Number(val); + } + if (key === 'NAXIS1') + width = val; + if (key === 'NAXIS2') + height = val; + if (key === 'NAXIS3') + depth = val; + if (key === 'BSCALE') + bscale = val; + if (key === 'BZERO') + bzero = val; + if (key === 'BITPIX') + bitpix = val; + properties.push(new List([key, val])); + } + } + ok = isDefined('SIMPLE') && isDefined('BITPIX') && isDefined('NAXIS') && isDefined('NAXIS1') && isDefined('NAXIS2'); + if (!ok) + return new List([new List(header), new List(properties), min, max, "ERROR: mandatory keywords missing!"]); + ok = isDefined('NAXIS3') || (Math.abs(bitpix) > 32); + if (ok) + return new List([new List(header), new List(properties), min, max, "ERROR: file format not supported!"]); + if ((hlen % 2880) > 0) + hlen += 2880 - (hlen % 2880); + numberOfPixels = width * height; + numberOfBytes = numberOfPixels * Math.abs(bitpix) / 8; + imagevalues = new Array(numberOfPixels); + view = new DataView(anArrayBuffer, hlen, numberOfBytes); + imageIndex = 0; + for (var y = 0; y < height; y++) { + fitsIndex = (height - 1 - y) * width; + for (var x = 0; x < width; x++) { + if (bitpix == 8) + val = view.getUint8(fitsIndex); //8-bit unsigned integer + if (bitpix == 16) + val = view.getInt16(2 * fitsIndex, false); //16-bit signed integer + if (bitpix == 32) + val = view.getInt32(4 * fitsIndex, false); //32-bit signed integer + if (bitpix == -32) + val = view.getFloat32(4 * fitsIndex, false); //single precision floating point value + imagevalues[imageIndex] = bzero + bscale * val; + if (imagevalues[imageIndex] > max) + max = imagevalues[imageIndex]; + if (imagevalues[imageIndex] < min) + min = imagevalues[imageIndex]; + sum += imagevalues[imageIndex]; + imageIndex++; + fitsIndex++; + } + } + return new List([new List(header), new List(properties), min, max, sum, new List(imagevalues), 'from URL']); + } + return getFITSdataFrom(arraybuffer); + }); + +//================= options of the Math-tools palette ============================================================ +//Test on vector, matrix, or table ---------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_isType(data,selection)', + function (data, selection) { + function isNumber(element) { + if (String(element).trim() === "") + return false; + else + return !Number.isNaN(Number(element)); + } + function isRowVector(data) { + var result = true, i = 1; + if (data.length() === 0) + return true; + while (result && (i <= data.length())) { + if (!isNumber(data.at(i))) + result = false; + i++; + } + return result; + } + function isColumnVector(data) { + var result = true, i = 1; + if (data.length() === 0) + return true; + while (result && (i <= data.length())) { + row = data.at(i); + if (!(row instanceof List)) + result = false; + else if (row.length() != 1) + result = false; + else if (!isNumber(row.at(1))) + result = false; + i++; + } + return result; + } + function isMatrix(data) { + var result = true, row, i = 1, j, width; + if (data.length() === 0) + return true; + while (result && (i <= data.length())) { + row = data.at(i); + if (!(row instanceof List)) + result = false; + else { + if (i == 1) { + width = row.length(); + if (width < 1) + result = false; + } else if (row.length() != width) + result = false; + } + j = 1; + while (result && (j <= row.length())) { + if (!isNumber(row.at(j))) + result = false; + j++; + } + i++; + } + return result; + } + function isTable(data) { + var result = true, row, i = 1, width; + if (data.length() === 0) + return true; + while (result && (i <= data.length())) { + row = data.at(i); + if (!(row instanceof List)) + result = false; + else { + if (i == 1) { + width = row.length(); + if (width < 1) + result = false; + } else if (row.length() != width) + result = false; + } + i++; + } + return result; + } + if (selection === "vector") { + if (isRowVector(data)) + return true; + return isColumnVector(data); + } + if (selection === "row-vector") { + return isRowVector(data); + } + if (selection === "column-vector") { + return isColumnVector(data); + } + if (selection === "matrix") { + return isMatrix(data); + } + if (selection === "table") { + return isTable(data); + } + return "ERROR: wrong selection!"; + }); +//Variance of vector or matrix ---------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_variance(data,mean)', + function (data, mean) { + var n = 0, isNumber, c, variance = 0, i = 1, k, value; + if (data.length() === 0) + return 0; + data = data.flatten(); + while (i <= data.length()) { + value = data.at(i); + if (typeof (value) === "number") + isNumber = true; + else if (typeof (value) === "string") { + isNumber = true; + k = 0; + while ((k < value.length) && isNumber) { + c = value.charAt(k); + if ((c < '0') || (c > '9')) + if ((c !== 'E') && (c !== 'e') && (c !== '+') && (c !== '-') && (c !== '.') && (c !== ',')) + isNumber = false; + k++; + } + } else + isNumber = false; + if (isNumber) { + value = Number(value); + variance = Number(variance) + (Number(value) - Number(mean)) * (Number(value) - Number(mean)); + n++; + } + i++; + } + if (n > 0) + variance = variance / n; + else + variance = NaN; + return variance; + }); +//Transposition of vector, matrix, or table ---------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_transpose(data)', + function (data) { + var width = 1, result = new List(), row; + if (!(data instanceof List)) + return "ERROR: data are not transposable!"; + if (data.length() === 0) + return data; + if (data.at(1) instanceof List) { + width = data.at(1).length(); + if (width === 1) { + for (var y = 1; y <= data.length(); y++) + if (data.at(y) instanceof List) { + if (data.at(y).length() === 1) + result.add(data.at(y).at(1)); + else + return "ERROR: structure is not rectangular!"; + } else + return "ERROR: structure is not rectangular!"; + return result; + } else { + for (var x = 1; x <= width; x++) { + row = new List(); + for (var y = 1; y <= data.length(); y++) + if (!(data.at(y) instanceof List)) + return "ERROR: structure is not rectangular!"; + else if ((x > data.at(y).length()) || ((x === width) && (x < data.at(y).length()))) + return "ERROR: structure is not rectangular!"; + else + row.add(data.at(y).at(x)); + result.add(row); + } + return result; + } + } else { + for (var x = 1; x <= data.length(); x++) { + row = new List(); + row.add(data.at(x)); + result.add(row); + } + return result; + } + }); +//MathPad add axes -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_MathpadAddAxes(costume,properties)', //cAttributes,type,xMax,xMin,yMax,yMin,zMax,zMin,dimensions + function (costume, properties) { + function property(key) { + var i = 1; + while (i <= properties.length()) { + if (properties.at(i).at(1) == key) + return properties.at(i).at(2); + i++; + } + return '-'; + } + function xTOxp(x) { + return x * (width - x0) / xMax; + } + function xpTOx(xp) { + return xMax * xp / (width - x0); + } + function yTOyp(y) { + return y * y0 / yMax; + } + function ypTOy(yp) { + return yMax * yp / y0; + } + function zTOzp(z) { + return -z * 0.5 * (width - x0) / zMin; + } + function zpTOz(zp) { + return -zMin * 2 * zp / (width - x0); + } + function vectorTOcoordinates(v) { + if (dimensions > 2) + return new List([xTOxp(Number(v.at(1))) - zTOzp(Number(v.at(3))) * Math.cos(Math.PI / 6) + x0, y0 - yTOyp(Number(v.at(2))) + zTOzp(Number(v.at(3))) * 0.5]); + else + return new List([xTOxp(Number(v.at(1))), yTOyp(Number(v.at(2)))]); + } + var leftOffset = Number(property('offsets').at(1)), upperOffset = Number(property('offsets').at(2)), type = property('typeOfData'), + xMax = Number(property('xMax')), xMin = Number(property('xMin')), yMax = Number(property('yMax')), yMin = Number(property('yMin')), + zMax = Number(property('zMax')), zMin = Number(property('zMin')), dimensions = Number(property('dimensions')), withGrid = property('withGrid?'), + ctx, width, height, xpos, ypos, zpos, delta, text, x, y, z, zx, zy, w; + //set values + ctx = costume.contents.getContext('2d'); + width = Number(property('width')); + height = Number(property('height')); + x0 = -width * xMin / (xMax - xMin); + y0 = height * yMax / (yMax - yMin); + //plot frame + ctx.beginPath(); + ctx.lineWidth = 1; + ctx.strokeStyle = new Color(0, 0, 0).toString(); + ctx.strokeRect(leftOffset, upperOffset, width, height); + ctx.closePath(); + ctx.stroke(); + if (dimensions == 1) { //to display sets + delta = xTOxp((xMax - xMin) / (10 * Math.round(width / 500))); + xpos = x0; + y0 = height - 20; + ctx.lineWidth = 1; + ctx.strokeStyle = new Color(0, 0, 0).toString(); + ctx.fillStyle = new Color(0, 0, 0).toString(); + ctx.beginPath(); + ctx.moveTo(leftOffset, upperOffset + y0); + ctx.lineTo(leftOffset + width, upperOffset + y0); + ctx.lineTo(leftOffset + width - 10, upperOffset + y0 - 6); + ctx.lineTo(leftOffset + width - 10, upperOffset + y0 + 6); + ctx.lineTo(leftOffset + width, upperOffset + y0); + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + while (xpos >= 0) { + xpos = xpos - delta; + } + while (xpos <= 0) { + xpos = xpos + delta; + } + x = xpTOx(xpos - x0); + while (xpos < width) { + text = x.toPrecision(2); + w = ctx.measureText(text).width; + if (withGrid) { + ctx.beginPath(); + ctx.lineWidth = 0.7; + ctx.strokeStyle = new Color(200, 200, 200).toString(); + ctx.moveTo(leftOffset + xpos, upperOffset); + ctx.lineTo(leftOffset + xpos, upperOffset + height - 20); + ctx.closePath(); + ctx.stroke(); + ctx.beginPath(); + ctx.lineWidth = 1; + ctx.strokeStyle = new Color(0, 0, 0).toString(); + ctx.closePath(); + ctx.stroke(); + } else { + ctx.beginPath(); + ctx.moveTo(leftOffset + xpos, upperOffset + y0 - 3); + ctx.lineTo(leftOffset + xpos, upperOffset + y0 + 3); + ctx.closePath(); + ctx.stroke(); + } + if (xpos < width - 10) { + ctx.beginPath(); + ctx.fillText(text, leftOffset + xpos - w / 2, upperOffset + y0 + 15); + ctx.closePath(); + ctx.stroke(); + } + xpos = xpos + delta; + x = xpTOx(xpos - x0); + } + return costume; + } + //plot x-axis + ctx.beginPath(); + ctx.lineWidth = 1; + ctx.strokeStyle = new Color(0, 0, 0).toString(); + ctx.fillStyle = new Color(0, 0, 0).toString(); + ctx.moveTo(leftOffset, upperOffset + y0); + ctx.lineTo(leftOffset + width, upperOffset + y0); + ctx.lineTo(leftOffset + width - 10, upperOffset + y0 - 6); + ctx.lineTo(leftOffset + width - 10, upperOffset + y0 + 6); + ctx.lineTo(leftOffset + width, upperOffset + y0); + if (type === "complex-number") + ctx.fillText("Re", leftOffset + width - 25, upperOffset + y0 - 15); + else + ctx.fillText("x", leftOffset + width - 15, upperOffset + y0 + 15); + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + //y-axis + ctx.beginPath(); + ctx.moveTo(leftOffset + x0, upperOffset + height); + ctx.lineTo(leftOffset + x0, upperOffset); + ctx.lineTo(leftOffset + x0 - 6, upperOffset + 10); + ctx.lineTo(leftOffset + x0 + 6, upperOffset + 10); + ctx.lineTo(leftOffset + x0, upperOffset); + if (type === "complex-number") + ctx.fillText("Im", leftOffset + x0 + 10, upperOffset + 15); + else + ctx.fillText("y", leftOffset + x0 - 20, upperOffset + 15); + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + //z-Axis + if (dimensions > 2) { + zy = y0 + x0 * Math.tan(Math.PI / 6); + ctx.beginPath(); + ctx.moveTo(leftOffset, upperOffset + zy); + ctx.lineTo(leftOffset + width, upperOffset + y0 - (width - x0) * Math.tan(Math.PI / 6)); + ctx.moveTo(leftOffset, upperOffset + zy); + ctx.lineTo(leftOffset + 10, upperOffset + zy - 12); + ctx.lineTo(leftOffset + 16, upperOffset + zy); + ctx.fillText("z", leftOffset + 12, upperOffset + y0 + x0 * Math.tan(Math.PI / 6) - 15); + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + } + //x-scale + delta = xTOxp((xMax - xMin) / (10 * Math.round(width / 500))); + xpos = x0; + while (xpos >= 0) { + xpos = xpos - delta; + } + while (xpos <= 0) { + xpos = xpos + delta; + } + x = xpTOx(xpos - x0); + ctx.beginPath(); + while (xpos < width) { + text = x.toPrecision(2); + w = ctx.measureText(text).width; + if (withGrid && (xpos !== x0)) { + ctx.beginPath(); + ctx.lineWidth = 0.7; + ctx.strokeStyle = new Color(200, 200, 200).toString(); + ctx.moveTo(leftOffset + xpos, upperOffset); + ctx.lineTo(leftOffset + xpos, upperOffset + height); + ctx.closePath(); + ctx.stroke(); + ctx.beginPath(); + ctx.lineWidth = 1; + ctx.strokeStyle = new Color(0, 0, 0).toString(); + ctx.closePath(); + ctx.stroke(); + } else { + ctx.beginPath(); + ctx.moveTo(leftOffset + xpos, upperOffset + y0 - 3); + ctx.lineTo(leftOffset + xpos, upperOffset + y0 + 3); + ctx.closePath(); + ctx.stroke(); + } + if (xpos < width - 10) { + ctx.beginPath(); + ctx.fillText(text, leftOffset + xpos - w / 2, upperOffset + y0 + 15); + ctx.closePath(); + ctx.stroke(); + } + xpos = xpos + delta; + x = xpTOx(xpos - x0); + } + //y-scale + delta = yTOyp((yMax - yMin) / (10 * Math.round(height / 500))); + ypos = y0; + while (ypos <= height) { + ypos = ypos + delta; + } + while (ypos > height) { + ypos = ypos - delta; + } + y = ypTOy(y0 - ypos); + ctx.beginPath(); + while (ypos > 0) { + text = y.toPrecision(2); + w = ctx.measureText(text).width; + if (withGrid && (ypos !== y0)) { + ctx.beginPath(); + ctx.lineWidth = 0.7; + ctx.strokeStyle = new Color(200, 200, 200).toString(); + ctx.moveTo(leftOffset, upperOffset + ypos); + ctx.lineTo(leftOffset + width, upperOffset + ypos); + ctx.closePath(); + ctx.stroke(); + ctx.beginPath(); + ctx.lineWidth = 1; + ctx.strokeStyle = new Color(0, 0, 0).toString(); + ctx.closePath(); + ctx.stroke(); + } else { + ctx.beginPath(); + ctx.moveTo(leftOffset + x0 - 3, upperOffset + ypos); + ctx.lineTo(leftOffset + x0 + 3, upperOffset + ypos); + ctx.closePath(); + ctx.stroke(); + } + if (ypos < height - 10) { + ctx.beginPath(); + ctx.fillText(text, leftOffset + x0 + 7, upperOffset + ypos + 3); + ctx.closePath(); + ctx.stroke(); + } + ypos = ypos - delta; + y = ypTOy(y0 - ypos); + } + //z-scale + if (dimensions > 2) { + delta = zTOzp((zMax - zMin) / (10 * Math.round(width / 500))); + zpos = x0; + while (zpos < width) { + zpos = zpos + delta; + } + while (zpos >= width) { + zpos = zpos - delta; + } + z = -zpTOz(zpos - x0); + ctx.beginPath(); + while (zpos > 0) { + text = z.toPrecision(2); + w = ctx.measureText(text).width; + zx = (zpos - x0) * Math.cos(Math.PI / 6); + zy = -(zpos - x0) / 2; + if (withGrid && (zx !== 0)) { + ctx.beginPath(); + ctx.lineWidth = 0.7; + ctx.strokeStyle = new Color(160, 160, 255).toString(); + ctx.moveTo(leftOffset + zx + x0, upperOffset); + ctx.lineTo(leftOffset + zx + x0, upperOffset + height); + ctx.closePath(); + ctx.stroke(); + ctx.beginPath(); + ctx.lineWidth = 1; + ctx.strokeStyle = new Color(0, 0, 0).toString(); + ctx.closePath(); + ctx.stroke(); + } else { + ctx.beginPath(); + ctx.moveTo(leftOffset + zx + x0, upperOffset + y0 + zy - 3); + ctx.lineTo(leftOffset + zx + x0, upperOffset + y0 + zy + 3); + ctx.closePath(); + ctx.stroke(); + } + if ((zpos !== x0) && (zpos < width - 10)) { + ctx.fillText(text, leftOffset + zx + x0 - w / 2, upperOffset + y0 + zy + 15); + } + zpos = zpos - delta; + z = -zpTOz(zpos - x0); + } + } + return costume; + }); +//MathPad plot data -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_MathPadPlot(costume,data,color,properties,choice)', + function (costume, data, color, properties, choice) { + function property(key) { + var i = 1; + while (i <= properties.length()) { + if (properties.at(i).at(1) == key) + return properties.at(i).at(2); + i++; + } + return '-'; + } + function xTOxp(x) { + return x * (width - x0) / xMax; + } + function xpTOx(xp) { + return xMax * xp / (width - x0); + } + function yTOyp(y) { + return y * y0 / yMax; + } + function ypTOy(yp) { + return yMax * yp / y0; + } + function zTOzp(z) { + return -z * 0.5 * (width - x0) / zMin; + } + function zpTOz(zp) { + return -zMin * 2 * zp / (width - x0); + } + function vectorToXYcoordinates(v) { + if (dimensions > 2) + return new List([xTOxp(Number(v.at(1))) - zTOzp(Number(v.at(3))) * Math.cos(Math.PI / 6), yTOyp(Number(v.at(2))) - zTOzp(Number(v.at(3))) / 2]); + else + return new List([xTOxp(Number(v.at(1))), yTOyp(Number(v.at(2)))]); + } + function plotLine(x1, y1, x2, y2) { + ctx.moveTo(leftOffset + x1 + x0, upperOffset + y0 - y1); + ctx.lineTo(leftOffset + x0 + x2, upperOffset + y0 - y2); + } + var r = color.at(1), g = color.at(2), b = color.at(3), xMax = Number(property('xMax')), xMin = Number(property('xMin')), yMax = Number(property('yMax')), + yMin = Number(property('yMin')), zMax = Number(property('zMax')), zMin = Number(property('zMin')), dimensions = Number(property('dimensions')), + linewidth = Number(property('lineWidth')), onlypoints = Number(property('onlyPoints')), startpoint = property('startPoint'), + width = Number(property('width')), height = Number(property('height')), leftOffset = Number(property('offsets').at(1)), + upperOffset = Number(property('offsets').at(2)), ctx = costume.contents.getContext('2d'), costumeWidth = costume.contents.width, + costumeHeight = costume.contents.height, x0, y0, point, l, xp, yp, alpha, dl, xe, ye, xs, ys, theStartpoint; + x0 = -width * xMin / (xMax - xMin); + y0 = height * yMax / (yMax - yMin); + ctx.fillStyle = new Color(r, g, b).toString(); + ctx.strokeStyle = new Color(r, g, b).toString(); + ctx.lineWidth = linewidth; + theStartpoint = vectorToXYcoordinates(startpoint); + xs = theStartpoint.at(1); + ys = theStartpoint.at(2); + if (choice === 'object-of') { + ctx.beginPath(); + point = vectorToXYcoordinates(data.at(1)); + ctx.moveTo(leftOffset + point.at(1) + x0, upperOffset + y0 - point.at(2)); + for (var i = 2; i <= data.length(); i++) { + point = vectorToXYcoordinates(data.at(i)); + ctx.lineTo(leftOffset + point.at(1) + x0, upperOffset + y0 - point.at(2)); + } + ctx.closePath(); + ctx.stroke(); + return costume; + } + if (choice === 'line-to') { + point = vectorToXYcoordinates(data); + xp = point.at(1); + yp = point.at(2); + ctx.beginPath(); + if (onlypoints) + plotLine(xp, yp, xp + 1, yp); + else + plotLine(xs, ys, xp, yp); + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + return costume; + } + if ((choice === "vector") || (choice === "complex-number")) { + point = vectorToXYcoordinates(data); + xp = point.at(1); + yp = point.at(2); + if (onlypoints) { + ctx.beginPath(); + plotLine(xp, yp, xp + 1, yp); + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + return costume; + } + ctx.beginPath(); + plotLine(xs, ys, xp + xs, yp + ys); + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + l = Math.sqrt(xp * xp + yp * yp); + if (l > 15) { + alpha = Math.acos(xp / l); + if (yp < 0) + alpha = -alpha; + xe = xp * (l - 10) / l; + ye = yp * (l - 10) / l; + ctx.beginPath(); + ctx.moveTo(leftOffset + xs + xp + x0, upperOffset + y0 - (ys + yp)); + ctx.lineTo(leftOffset + xs + xe - 5 * Math.sin(alpha) + x0, upperOffset + y0 - (ys + ye + 5 * Math.cos(alpha))); + ctx.lineTo(leftOffset + xs + xe + 5 * Math.sin(alpha) + x0, upperOffset + y0 - (ys + ye - 5 * Math.cos(alpha))); + ctx.lineTo(leftOffset + xs + xp + x0, upperOffset + y0 - (ys + yp)); + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + } + return costume; + } + }); +//MathPad plot set -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_MathPadPlotSet(set,setname,properties,atY,costume)', + function (set,setname,properties,atY,costume) { + function property(key) {var i = 1; while (i <= properties.length()) {if (properties.at(i).at(1) == key) return properties.at(i).at(2); i++;} return '-';} + function isElement(element,set,proc){ + var elements = set.at(3), intervals = set.at(4), predicate = set.at(5), interval, result; + if (elements.contains(element)) return true; + if (!isNaN(element)) { + for (var i = 1; i <= intervals.length(); i++) {interval = intervals.at(i); result = false; + if (interval.at(2) === "<") {if (interval.at(1) < element) result = true;} else {if (interval.at(1) <= element) result = true;} + if (interval.at(3) === "<") {if (element < interval.at(4)) if (result) return true;} else {if (element <= interval.at(4)) if (result) return true;}}} + if (!(predicate === "")) return Process.prototype.reportAtomicMap(predicate, new List([element])).at(1); + return false; + } + var color = property('lineColor'), r = color.at(1), g = color.at(2), b = color.at(3), xMax = Number(property('xMax')), xMin = Number(property('xMin')), + linewidth = Number(property('lineWidth')), width = Number(property('width')), height = Number(property('height')), leftOffset = Number(property('offsets').at(1)), + upperOffset = Number(property('offsets').at(2)), ctx = costume.contents.getContext('2d'), x0 = -width * xMin / (xMax - xMin); + ctx.strokeStyle = new Color(0, 0, 0).toString(); ctx.lineWidth = 1; ctx.font = "" + 12 + "px sans-serif"; + ctx.beginPath(); ctx.moveTo(leftOffset,atY); ctx.lineTo(width+leftOffset,atY); ctx.fillText(setname, leftOffset+5, atY+15); ctx.closePath(); ctx.stroke(); + ctx.strokeStyle = new Color(r, g, b).toString(); ctx.lineWidth = linewidth; ctx.beginPath(); + for(var x=1;x < width;x++){if(isElement(xMin-(x*xMin)/x0,set,'')){ctx.moveTo(x+leftOffset,atY-3); ctx.lineTo(x+leftOffset,atY+3);}} + ctx.closePath(); ctx.stroke(); + return costume + }); +//Mathtools FFT -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_FFTops(data,freq,choice)', + function (data, freq, choice) { + function newComplex(re, im) { + return [re, im]; + } + function addComplex(c1, c2) { + return newComplex(c1[0] + c2[0], c1[1] + c2[1]); + } + function subComplex(c1, c2) { + return newComplex(c1[0] - c2[0], c1[1] - c2[1]); + } + function mulComplex(c1, c2) { + return newComplex(c1[0] * c2[0] - c1[1] * c2[1], c1[0] * c2[1] + c1[1] * c2[0]); + } + function absComplex(c) { + return Math.sqrt(c[0] * c[0] + c[1] * c[1]); + } + function complexToPolar(c) { + return newComplex(absComplex(c), Math.atan(c[1] / c[0])); + } + function polarToComplex(c) { + return newComplex(c[0] * Math.cos(c[1]), c[0] * Math.sin(c[1])); + } + function FFT(d) { + var n = d.length, nDIV2 = n / 2, even = [], odd = [], result = [], evenPart, oddPart; + if (n <= 1) + return d; + for (var i = 0; i < n; i++) { + result.push(0); + } + for (var i = 0; i < nDIV2; i++) { + even.push(d[2 * i]); + odd.push(d[2 * i + 1]); + } + evenPart = FFT(even); + oddPart = FFT(odd); + f = -2 * Math.PI / n; + for (var k = 0; k < nDIV2; k++) { + g = mulComplex(newComplex(Math.cos(f * k), Math.sin(f * k)), oddPart[k]); + result[k] = addComplex(evenPart[k], g); + result[k + nDIV2] = subComplex(evenPart[k], g); + } + return result; + } + var rData = [], cData = [], N = 0, result, maxLength = data.length(), n; + if (choice === "frequency_spectrum") { + rData = data.asArray(); + //complete data up to length 2^N + while (Math.pow(2, N) < rData.length) { + N++; + } + while (rData.length < Math.pow(2, N)) { + rData.push(0); + } + //convert to complex numbers + for (var i = 0; i < rData.length; i++) { + cData.push([Number(rData[i]), Number(0)]); + } + //calculate FFT + result = FFT(cData); + //shorten to length of original data + while (result.length > maxLength) { + result.pop(); + } + //calculate normalized FFT data + n = cData.length; + for (var i = 0; i < result.length; i++) { + result[i] = [1.0 * i / n * freq, 2 * absComplex(result[i]) / maxLength]; + } + result[0][1] = result[0][1] / 2; + //convert to List + for (var i = 0; i < result.length; i++) { + result[i] = new List(result[i]); + } + return new List(result); + } + if (choice === 'complex_FFTdata') { + rData = data.asArray(); + //complete data up to length 2^N + while (Math.pow(2, N) < rData.length) { + N++; + } + while (rData.length < Math.pow(2, N)) { + rData.push(0); + } + //convert to complex numbers + for (var i = 0; i < rData.length; i++) { + cData.push([Number(rData[i]), Number(0)]); + } + //calculate FFT + result = FFT(cData); + //use SciSnap! format for complex numbers + for (var i = 0; i < result.length; i++) { + result[i] = ["cnC", result[i][0], result[i][1]]; + } + //shorten to length of original data + while (result.length > maxLength) { + result.pop(); + } + //convert to List + for (var i = 0; i < result.length; i++) { + result[i] = new List(result[i]); + } + return new List(result); + } + if (choice === 'iFFT_of_FFTdata') { + //convert data to conjugate complex array + for (var i = 1; i <= data.length(); i++) { + rData.push([data.at(i).at(1), -data.at(i).at(2)]); + } + //complete data up to length 2^N + while (Math.pow(2, N) < rData.length) { + N++; + } + while (rData.length < Math.pow(2, N)) { + rData.push([0, 0]); + } + //calculate FFT + result = FFT(rData); + n = result.length; + for (var i = 0; i < n; i++) { + result[i] = result[i][0] / n; + } + //shorten to length of original data + while (result.length > maxLength) { + result.pop(); + } + //convert to List + return new List(result); + } + return "ERROR: incorrect selection!"; + }); +//is e element of set? -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_isElementOfSet(set,element,proc)', + function (set, element, proc) { + var elements = set.at(3), intervals = set.at(4), predicate = set.at(5), interval, result; + if (elements.contains(element)) + return true; + if (!isNaN(element)) { + for (var i = 1; i <= intervals.length(); i++) { + interval = intervals.at(i); + result = false; + if (interval.at(2) === "<") { + if (interval.at(1) < element) + result = true; + } else { + if (interval.at(1) <= element) + result = true; + } + if (interval.at(3) === "<") { + if (element < interval.at(4)) + if (result) + return true; + } else { + if (element <= interval.at(4)) + if (result) + return true; + } + } + } + if (!(predicate === "")) + return proc.reportAtomicMap(predicate, new List([element])).at(1); + return false; + }); +//================= options of the Data-tools palette ============================================================ +//copy of a list -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_copyOf(theList)', + function (theList) { + function listCopy(item) { + var theCopy; + if (item instanceof List) { + theCopy = new List(); + for (var i = 1; i <= item.length(); i++) + theCopy.add(listCopy(item.at(i))); + } else + theCopy = item; + return theCopy; + } + return listCopy(theList); + }); +//conversion of CSV-data to a table -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_convertCSVToTable(data)', + function (data) { + var maxColumns = 0, help; + for (var i = 1; i <= data.length(); i++) { + if (data.at(i) instanceof List) + if (data.at(i).length() > maxColumns) + maxColumns = data.at(i).length(); + } + for (var i = 1; i <= data.length(); i++) { + if (data.at(i) instanceof List) { + for (var j = data.at(i).length() + 1; j <= maxColumns; j++) + data.at(i).add(); + } else { + help = data.at(i); + data.put(new List(), i); + data.at(i).add(help); + for (var j = data.at(i).length() + 1; j <= maxColumns; j++) + data.at(i).add(); + } + } + return data; + }); +//conversion of data to different formats -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_convertData(data,type)', + function (data, type) { + if (type == 'DATAASTEXT') + return data.asTXT(); + if (type == 'CSV') + return data.asCSV(); + if (type == 'JSON') + return data.asJSON(true); + return "ERROR: unknown datatype!"; + }); +//returns parts of different colums of a table -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_columncopy(data,cols,start,stop)', + function (data, cols, start, stop) { + var row, result = new List(); + for (var i = start; i <= stop; i++) { + row = new List(); + for (var n = 1; n <= cols.length(); n++) + row.add(data.at(i).at(cols.at(n))); + result.add(row); + } + return result; + }); +//returns a subsection of a table -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_subsection(data,begin,end)', + function (data, begin, end) { + var x, y, x1 = begin.at(1), y1 = begin.at(2), x2 = end.at(1), y2 = end.at(2), row, result = new List(); + y = y1; + while ((y <= y2) && (y <= data.length())) { + x = x1; + row = new List(); + while ((x <= x2) && (x <= data.at(1).length())) { + row.add(data.at(y).at(x)); + x++; + } + result.add(row); + y++; + } + return result; + }); +//returns subsection of an image -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_subsectionImage(data,begin,end,width,height)', + function (data, begin, end, width, height) { + var x, y, x1 = Number(begin.at(1)), y1 = Number(begin.at(2)), x2 = Number(end.at(1)), y2 = Number(end.at(2)), result = new List(); + width = Number(width); + height = Number(height); + y = y1; + while ((y <= y2) && (y <= height)) { + x = x1; + while ((x <= x2) && (x <= width)) { + result.add(data.at((y - 1) * width + x)); + x++; + } + y++; + } + return result; + }); +//pooling operation on image or data -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_pooling(data,width,height,typeOfPooling,stride,typeOfData)', + function (data, width, height, typeOfPooling, stride, typeOfData) { + function getValue(x, y) { + return data.at((y - 1) * width + x); + } + var result = [], y, x, max, sum, mean, n, value, row; + width = Number(width); + height = Number(height); + stride = Number(stride); + result.push(Math.ceil(1.0 * width / stride)); + result.push(Math.ceil(1.0 * height / stride)); + if (typeOfData === "FITS") { + y = 1; + while (y <= height) { + x = 1; + while (x <= width) { + max = 0; + mean = 0; + n = 0; + sum = 0; + for (var i = 0; i < stride; i++) { + for (var j = 0; j < stride; j++) { + if (((x + i) <= width) && ((y + j) <= height)) { + n++; + value = Number(getValue(x + i, y + j)); + sum = sum + value; + if (value > max) + max = value; + } + } + } + if (n > 0) + mean = 1.0 * sum / n; + if (typeOfPooling === "max") + result.push(max); + else + result.push(mean); + x = x + stride; + } + y = y + stride; + } + } + if (typeOfData === "RGB") { + y = 1; + while (y <= height) { + x = 1; + while (x <= width) { + max = [0, 0, 0, 0]; + mean = [0, 0, 0, 0]; + n = 0; + sum = [0, 0, 0, 0]; + for (var i = 0; i < stride; i++) { + for (var j = 0; j < stride; j++) { + if (((x + i) <= width) && ((y + j) <= height)) { + n++; + value = getValue(x + i, y + j); + for (k = 0; k < 4; k++) { + sum[k] = sum[k] + Number(value.at(k + 1)); + if (value.at(k + 1) > max[k]) + max[k] = value.at(k + 1); + } + } + } + } + if (n > 0) + for (k = 0; k < 4; k++) + mean[k] = 1.0 * sum[k] / n; + if (typeOfPooling === "max") + result.push(new List(max)); + else + result.push(new List(mean)); + x = x + stride; + } + y = y + stride; + } + } + if (typeOfData === "matrix") { + y = 1; + while (y <= height) { + x = 1; + row = new List(); + while (x <= width) { + max = data.at(y).at(x); + mean = 0; + n = 0; + sum = 0; + for (var i = 0; i < stride; i++) { + for (var j = 0; j < stride; j++) { + if (((x + i) <= width) && ((y + j) <= height)) { + n++; + value = Number(data.at(y + j).at(x + i)); + sum = sum + value; + if (value > max) + max = value; + } + } + } + if (n > 0) + mean = 1.0 * sum / n; + if (typeOfPooling === "max") + row.add(max); + else + row.add(mean); + x = x + stride; + } + result.push(row); + y = y + stride; + } + } + if (typeOfData === "vector") { + x = 1; + while (x <= width) { + max = data.at(x); + mean = 0; + n = 0; + sum = 0; + for (var i = 0; i < stride; i++) { + if ((x + i) <= width) { + n++; + value = Number(data.at(x + i)); + sum = sum + value; + if (value > max) + max = value; + } + } + if (n > 0) + mean = 1.0 * sum / n; + if (typeOfPooling === "max") + result.push(max); + else + result.push(mean); + x = x + stride; + } + } + return new List(result); + }); +//grouping of data -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_groupeddata(aTable,compaircolumn,operation,groupcolumn)', + function (aTable, compaircolumn, operation, groupcolumn) { + compaircolumn = Number(compaircolumn); + groupcolumn = Number(groupcolumn); + var min, max, sum, mean, n, result, i, value, oldgroup, newgroup; + function isNumber(val) { + var ok, k, c; + if (typeof (val) === "number") + ok = true; + else { + if (typeof (val) === "string") { + ok = true; + k = 0; + while ((k < val.length) && ok) { + c = val.charAt(k); + if ((c < '0') || (c > '9')) + if ((c !== 'E') && (c !== 'e') && (c !== '+') && (c !== '-') && (c !== '.') && (c !== ',')) + ok = false; + k++; + } + } else + ok = false; + } + return ok; + } + result = new List(); + result.add(new List(['value', operation])); + if (aTable.contents.length === 0) + return result; + newgroup = aTable.at(1).at(groupcolumn); + if (isNumber(newgroup)) + newgroup = Number(newgroup); + oldgroup = newgroup; + value = aTable.at(1).at(compaircolumn); + if (isNumber(value)) { + value = Number(value); + sum = value; + } else + sum = "-"; + min = value; + max = value; + n = 1; + i = 2; + while (i <= aTable.length()) { + newgroup = aTable.at(i).at(groupcolumn); + if (isNumber(newgroup)) + newgroup = Number(newgroup); + value = aTable.at(i).at(compaircolumn); + if (isNumber(value)) + value = Number(value); + if (isNumber(newgroup)) + newgroup = Number(newgroup); + if (newgroup === oldgroup) { + if (min > value) + min = value; + if (max < value) + max = value; + if (isNumber(value) && isNumber(sum)) + sum = Number(sum) + Number(value); + else + sum = "-"; + n++; + } else { + if (operation === 'min') + result.add(new List([oldgroup, min])); + if (operation === 'max') + result.add(new List([oldgroup, max])); + if (operation === 'number') + result.add(new List([oldgroup, n])); + if (operation === 'sum') + result.add(new List([oldgroup, sum])); + if (operation === 'mean') + if (isNumber(sum)) + result.add(new List([oldgroup, 1.0 * sum / n])); + else + result.add(new List([oldgroup, "-"])); + min = value; + max = value; + if (isNumber(value)) + sum = value; + else + sum = "-"; + n = 1; + oldgroup = newgroup; + } + i++; + } + if (operation === 'min') + result.add(new List([oldgroup, min])); + if (operation === 'max') + result.add(new List([oldgroup, max])); + if (operation === 'number') + result.add(new List([oldgroup, n])); + if (operation === 'sum') + result.add(new List([oldgroup, sum])); + if (operation === 'mean') + if (isNumber(sum)) + result.add(new List([oldgroup, 1.0 * sum / n])); + else + result.add(new List([oldgroup, "-"])); + return result; + }); +//determines ranges, covariance, or correlation of two columns -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_propertiesoftable(selection,table,x,y)', + function (selection, table, x, y) { + x = Number(x); + y = Number(y); + var xmin, xmax, ymin, ymax, meanx, meany, cov, corr, varx, vary, i, valx, valy, sx, sy; + if (table.contents.length < 1) + return "bad data"; + xmin = Number(table.at(1).at(x)); + xmax = xmin; + ymin = Number(table.at(1).at(y)); + ymax = ymin; + meanx = xmin; + meany = ymin; + i = 2; + while (i <= table.length()) { + valx = Number(table.at(i).at(x)); + valy = Number(table.at(i).at(y)); + if (valx < xmin) + xmin = valx; + if (valx > xmax) + xmax = valx; + if (valy < ymin) + ymin = valy; + if (valy > ymax) + ymax = valy; + meanx = Number(meanx) + valx; + meany = Number(meany) + valy; + i++; + } + meanx = meanx / (i - 1); + meany = meany / (i - 1); + if (selection === "ranges") + return new List([xmin, xmax, ymin, ymax]); + i = 1; + cov = 0; + corr = 0; + varx = 0; + vary = 0; + while (i <= table.length()) { + valx = Number(table.at(i).at(x)); + valy = Number(table.at(i).at(y)); + cov = Number(cov) + (valx - meanx) * (valy - meany); + varx = Number(varx) + (valx - meanx) * (valx - meanx); + vary = Number(vary) + (valy - meany) * (valy - meany); + i++; + } + sx = Math.sqrt(varx); + sy = Math.sqrt(vary); + corr = cov / (sx * sy); + cov = cov / (i - 1); + if (selection === "covariance") + return cov; + if (selection === "correlation") + return corr; + return "unknown"; + }); +//use convolution kernel -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_convolution(kernel,data,width,height,typeOfData,mIndex,kWidth)', + function (kernel, data, width, height, typeOfData, mIndex, kWidth) { + function getValue(x, y) { + if (typeOfData === 'FITS') + return (data.at(x + (y - 1) * width)); + if (typeOfData === 'RGB') + return (data.at(x + (y - 1) * width)); + if (typeOfData === 'table') + return (data.at(y).at(x)); + } + function getKernelValue(x, y) { + return (kernel.at(y).at(x)); + } + var result = [], x, y, value, r, g, b, s, row; + width = Number(width); + height = Number(height); + mIndex = Number(mIndex); + kWidth = Number(kWidth); + for (var y = 1; y <= height; y++) { + row = new List(); + for (var x = 1; x <= width; x++) { + if (typeOfData === 'FITS') + value = 0; + if (typeOfData === 'RGB') { + r = 0; + g = 0; + b = 0; + s = 255; + } + ; + if (typeOfData === 'table') + value = 0; + for (var ky = 1; ky <= kWidth; ky++) + for (var kx = 1; kx <= kWidth; kx++) + if ((y - mIndex + ky > 0) && (y - mIndex + ky <= height) && (x - mIndex + kx > 0) && (x - mIndex + kx <= width)) { + if (typeOfData === 'FITS') + value = value + getValue(x - mIndex + kx, y - mIndex + ky) * getKernelValue(kx, ky); + if (typeOfData === 'table') + value = value + getValue(x - mIndex + kx, y - mIndex + ky) * getKernelValue(kx, ky); + if (typeOfData === 'RGB') { + r = r + getValue(x - mIndex + kx, y - mIndex + ky).at(1) * getKernelValue(kx, ky); + g = g + getValue(x - mIndex + kx, y - mIndex + ky).at(2) * getKernelValue(kx, ky); + b = b + getValue(x - mIndex + kx, y - mIndex + ky).at(3) * getKernelValue(kx, ky); + } + } + if (typeOfData === 'FITS') + result.push(value); + if (typeOfData === 'table') + row.add(value); + if (typeOfData === 'RGB') + result.push(new List([r, g, b, s])); + } + if (typeOfData === 'table') + result.push(row); + } + return new List(result); + }); +//k-means clustering -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_k-means-clustering(k,data)', + function (k, data) { + function distanceBetween(p1, p2) { + var result = 0; + for (var i = 1; i <= dimension; i++) + result = result + (p1.at(i) - p2.at(i)) * (p1.at(i) - p2.at(i)); + return Math.sqrt(result); + } + function buildClusters() { + var minDist, dist, nearestCenter; + anyChanges = false; + for (var i = 1; i <= data.length(); i++) { + minDist = 1000000000; + nearestCenter = 0; + for (var n = 1; n <= k; n++) { + dist = distanceBetween(data.at(i), centers.at(n)); + if (dist < minDist) { + nearestCenter = n; + minDist = dist; + } + } + if (data.at(i).at(dimension + 1) != nearestCenter) { + data.at(i).put(nearestCenter, dimension + 1); + anyChanges = true; + } + } + } + function adjustCenters() { + var sum, n; + for (var i = 1; i <= k; i++) { //for all centers + for (var j = 1; j <= dimension; j++) { + sum = 0; + n = 0; + for (var m = 1; m <= data.length(); m++) { + if (data.at(m).at(dimension + 1) === i) { + n++; + sum = sum + data.at(m).at(j); + } + } + if (n > 0) { + centers.at(i).put(1.0 * sum / n, j); + } + } + } + } + var dimension = data.at(1).length(), minmax = new List(), min, max, value, centers = new List(), center, anyChanges, loops = 0; + k = Number(k); + for (var i = 1; i <= data.length(); i++) { + data.at(i).add(0); + } + for (var i = 1; i <= dimension; i++) { + min = 10000000; + max = -min; + for (var n = 1; n <= data.length(); n++) { + value = Number(data.at(n).at(i)); + if (min > value) { + min = value; + } + if (max < value) { + max = value; + } + } + minmax.add(new List([min, max])); + } + for (var i = 1; i <= k; i++) { + center = new List(); + for (var n = 1; n <= dimension; n++) + center.add(Math.random() * (minmax.at(n).at(2) - minmax.at(n).at(1)) + minmax.at(n).at(1)); + center.add(i); + centers.add(center); + } + anyChanges = true; + loops = 0; + while (anyChanges && (loops < 100)) { + loops++; + buildClusters(); + adjustCenters(); + } + return data; + }); +//returns Levenshtein distance between two strings -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_LevenshteinDistance(s1,s2)', + function (s1, s2) { + function min(vector) { + var m = 10000000, i = 1; + while (i <= vector.length()) { + if (m > vector.at(i)) + m = vector.at(i); + i++; + } + return m; + } + var lengthS1 = s1.length, lengthS2 = s2.length, D = new List(), line, result; + for (var i = 0; i <= lengthS2; i++) { + line = new List(); + for (var j = 0; j <= lengthS1; j++) + line.add(""); + D.add(line); + } + for (var i = 0; i <= lengthS1; i++) + D.at(1).put(i, i + 1); + for (var i = 0; i <= lengthS2; i++) + D.at(i + 1).put(i, 1); + for (var i = 2; i <= lengthS2 + 1; i++) { + for (var j = 2; j <= lengthS1 + 1; j++) { + if (s1.charAt(j - 1) === s2.charAt(i - 1)) + D.at(i).put(min(new List([D.at(i - 1).at(j - 1), D.at(i - 1).at(j - 1) + 1, D.at(i - 1).at(j) + 1, D.at(i).at(j - 1) + 1])), j); + else + D.at(i).put(min(new List([D.at(i - 1).at(j - 1) + 1, D.at(i - 1).at(j) + 1, D.at(i).at(j - 1) + 1])), j); + } + } + return D.at(lengthS2 + 1).at(lengthS1 + 1); + }); +//DBSCAN clustering -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_DBSCAN(data,r,minMembers)', + function (data, r, minMembers) { + function distance(p1, p2) { + var result = 0; + for (var i = 1; i <= dim; i++) { + result = result + (p1.at(i) - p2.at(i)) * (p1.at(i) - p2.at(i)); + } + ; + return Math.sqrt(result); + } + function neighboursOf(p) { + var result = new List(); + for (var i = 1; i <= data.length(); i++) { + if ((p != data.at(i)) && (distance(p, data.at(i)) <= r)) + result.add(data.at(i)); + } + return result; + } + function expand(neighs) { + var p, newNeighbours; + for (var i = 1; i <= neighs.length(); i++) { + p = neighs.at(i); + if (Number(p.at(dim + 1)) === -1) { + p.put(0, dim + 1); + newNeighbours = neighboursOf(p); + if (newNeighbours.length() >= minMembers) + for (var j = 1; j <= newNeighbours.length(); j++) + if (!neighs.contains(newNeighbours.at(j))) + neighs.add(newNeighbours.at(j)); + if (Number(p.at(dim + 1)) < 1) + p.put(clusterNr, dim + 1); + } + } + } + var clusterNr = 0, n, point, dim = data.at(1).length() - 1, neighbours; + n = 1; + while (n <= data.length()) { + point = data.at(n); + if (Number(point.at(dim + 1)) === -1) { + point.put(0, dim + 1); + neighbours = neighboursOf(point); + if (neighbours.length() < minMembers) + point.put(-2, dim + 1); + else { + clusterNr++; + point.put(clusterNr, dim + 1); + expand(neighbours); + } + } + n++; + } + return data; + }); +//returns a ID3-tree -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_ID3Tree(data)', + function (data) { + function quicksort(anArray) { + if (anArray.length <= 1) + return anArray; + var pivot = anArray[0], left = [], right = []; + for (var i = 1; i < anArray.length; i++) + anArray[i] < pivot ? left.push(anArray[i]) : right.push(anArray[i]); + return quicksort(left).concat(pivot, quicksort(right)); + } + ; + function sort(aList) { + var result = []; + for (var i = 1; i <= aList.length(); i++) + result.push(Number(aList.at(i))); + return new List(quicksort(result)); + } + function tableSort(aTable, column) { + var result = new List(), max, n; + while (aTable.length() > 0) { + max = Number(aTable.at(1).at(column)); + n = 1; + for (var i = 2; i <= aTable.length(); i++) + if (Number(aTable.at(i).at(column)) > max) { + max = Number(aTable.at(i).at(column)); + n = i; + } + result.add(aTable.at(n)); + aTable.remove(n); + } + return result; + } + function countValuesIn(aList) { + var sortedData, countedValues, value, n; + sortedData = sort(aList); + countedValues = new List(); + value = sortedData.at(1); + n = 0; + for (var i = 1; i <= sortedData.length(); i++) + if (sortedData.at(i) === value) + n++; + else { + countedValues.add(new List([value, n])); + value = sortedData.at(i); + n = 1; + } + countedValues.add(new List([value, n])); + return countedValues; + } + function column(n, table) { + var result = new List(); + for (var i = 1; i <= table.length(); i++) + result.add(table.at(i).at(n)); + return result; + } + function random(max) { + return Math.floor(Math.random() * max + 1); + } + function entropyOf(data) { + var result = 0, values = countValuesIn(data); + for (var i = 1; i <= values.length(); i++) + if (values.at(i).at(2) > 0) + result = result - values.at(i).at(2) / data.length() * Math.log(values.at(i).at(2) / data.length()); + return result; + } + function selectRowsWhere(table, column, value) { + var result = new List(); + for (var i = 1; i <= table.length(); i++) + if (typeof value ==='number') + if(Number(table.at(i).at(column)) === Number(value)) result.add(table.at(i)); + if(table.at(i).at(column) === value) result.add(table.at(i)); + return result; + } + function deleteColumn(table, n) { + var result = table.columns(); + result.remove(n); + return result.columns(); + } + function ID3Tree(data) { + var countedValues, informationGains, newData, links, compareColumn, values, nTotal, result, help; + if (data.length() === 0) + return new List(); + countedValues = countValuesIn(column(data.at(1).length(), data)); + if (countedValues.length() === 1) + return new List(["leaf", countedValues.at(1).at(1)]); + if (data.at(1).length() === 1) + return new List(["leaf (unambiguous)", countedValues.at(random(countedValues.length())).at(1)]); + informationGains = new List(); + for (var i = 1; i <= data.at(1).length() - 1; i++) { + nTotal = data.length(); + result = entropyOf(column(data.at(1).length(), data)); + values = countValuesIn(column(i, data)); + for (var j = 1; j <= values.length(); j++) { + help = selectRowsWhere(data, i, values.at(j).at(1)); + result = result - values.at(j).at(2) / nTotal * entropyOf(column(data.at(1).length(), help)); + } + informationGains.add(new List([i, result])); + } + informationGains = tableSort(informationGains, 2); + compareColumn = informationGains.at(1).at(1); + countedValues = countValuesIn(column(compareColumn, data)); + links = new List(); + for (var i = 1; i <= countedValues.length(); i++) { + newData = selectRowsWhere(data, compareColumn, countedValues.at(i).at(1)); + newData = deleteColumn(newData, compareColumn); + links.add(new List([countedValues.at(i).at(1), ID3Tree(newData)])); + } + return new List(["node", informationGains.at(1).at(1), links]); + } + return ID3Tree(data); + }); + +//================= options of the PlotPad palette ============================================================ +//add axes and scales on PlotPad-------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_addAxesAndScalesToPlotpad(costume,properties)', + function (costume, properties) { + function getProperty(key) { + for (var i = 1; i <= properties.length(); i++) + if (properties.at(i).at(1) === key) + return properties.at(i).at(2); + return "not found"; + } + function xTOxp(x) { + return leftOffset + (x - xLeft) * diagramWidth / (xRight - xLeft); + } + function yTOyp(y) { + return upperOffset + (yUpper - y) * diagramHeight / (yUpper - yLower); + } + function xpTOx(xp) { + return xLeft + (xRight - xLeft) * (xp - leftOffset) / diagramWidth; + } + function ypTOy(yp) { + return yUpper - (yUpper - yLower) * (yp - upperOffset) / diagramHeight; + } + function round(x, n) { + return Math.round(x * Math.pow(10, n)) / Math.pow(10, n); + } + function randomInt(min, max) { + return Math.floor(Math.random() * (max - min + 1) + min); + } + function special(s) { + var a; + for (var i = 0; i < conv.length; i++) { + a = conv[i]; + s = s.replaceAll(a[0], a[1]); + } + return s; + } + function rainbow(f) { + var angle = 300. * f, r, g, b; + if (angle < 60.) { + r = 255; + g = Math.floor(angle * 4.25 - 0.01); + b = 0; + } else if (angle < 120.) { + r = Math.floor((120 - angle) * 4.25 - 0.01); + g = 255; + b = 0; + } else if (angle < 180.) { + r = 0; + g = 255; + b = Math.floor((angle - 120) * 4.25 - 0.01); + } else if (angle < 240.) { + r = 0; + g = Math.floor((240 - angle) * 4.25 - 0.01); + b = 255; + } else if (angle < 300.) { + r = Math.floor((angle - 240) * 4.25 - 0.01); + g = 0; + b = 255; + } else { + r = 255; + g = 0; + b = Math.floor((360 - angle) * 4.25 - 0.01); + } + return new Color(r, g, b).toString(); + } + var xLeft = Number(getProperty("xLeft")), xRight = Number(getProperty("xRight")), yLower = Number(getProperty("yLower")), yUpper = Number(getProperty("yUpper")), + leftOffset = Number(getProperty("scaleLeftOffset")), rightOffset = Number(getProperty("scaleRightOffset")), upperOffset = Number(getProperty("scaleUpperOffset")), + lowerOffset = Number(getProperty("scaleLowerOffset")), xprecision = Number(getProperty("scalesXprecision")), xtextheight = Number(getProperty("scalesXtextheight")), + xIntervals = Number(getProperty("scalesXintervals")), yprecision = Number(getProperty("scalesYprecision")), ytextheight = Number(getProperty("scalesYtextheight")), + yIntervals = Number(getProperty("scalesYintervals")), xstart = Number(getProperty("scalesXstart")), xstep = Number(getProperty("scalesXstep")), + xscaling = Number(getProperty("scalesXscaling")), ystart = Number(getProperty("scalesYstart")), ystep = Number(getProperty("scalesYstep")), + yscaling = Number(getProperty("scalesYscaling")), ticlength = Number(getProperty("scalesTiclength")), xminitic = Number(getProperty("scalesXminitics")), + yminitic = Number(getProperty("scalesYminitics")), xgrid = getProperty("scalesXgrid"), ygrid = getProperty("scalesYgrid"), xcentered = getProperty("scalesXcentered"), + ycentered = getProperty("scalesYcentered"), showXscale = Number(getProperty("scalesShowXscale")), showYscale = Number(getProperty("scalesShowYscale")), + border = getProperty("plotBorder"), withclosebutton = getProperty("withCloseButton"), closebuttonleft = getProperty("closeButtonLeft"), closebuttonsize = Number(getProperty("closeButtonSize")), + rback = Number(getProperty("backColor").at(1)), gback = Number(getProperty("backColor").at(2)), bback = Number(getProperty("backColor").at(3)), + rfront = Number(getProperty("frontColor").at(1)), gfront = Number(getProperty("frontColor").at(2)), bfront = Number(getProperty("frontColor").at(1)), + ctx = costume.contents.getContext('2d'), rightCostumeEdge = costume.contents.width, lowerCostumeEdge = costume.contents.height, + diagramWidth = rightCostumeEdge - leftOffset - rightOffset, diagramHeight = lowerCostumeEdge - lowerOffset - upperOffset, + x0 = xLeft / (xLeft - xRight) * diagramWidth, y0 = yUpper / (yUpper - yLower) * diagramHeight; + var conv = [ + ["Α", "\u0391"], ["Β", "\u0392"], ["Γ", "\u0393"], ["Δ", "\u0394"], ["Ε", "\u0395"], + ["Ζ", "\u0396"], ["Η", "\u0397"], ["Θ", "\u0398"], ["Ι", "\u0399"], ["Κ", "\u039A"], + ["Λ", "\u039B"], ["Μ", "\u039C"], ["Ν", "\u039D"], ["Ξ", "\u039E"], ["Ο", "\u039F"], + ["Π", "\u03A0"], ["Ρ", "\u03A1"], ["Σ", "\u03A2"], ["Τ", "\u03A3"], ["Υ", "\u03A4"], + ["ϒ", "\u03A5"], ["Φ", "\u03A6"], ["Χ", "\u03A7"], ["Ψ", "\u03A8"], ["Ω", "\u03A9"], + ["α", "\u03B1"], ["β", "\u03B2"], ["γ", "\u03B3"], ["δ", "\u03B4"], ["ε", "\u03B5"], + ["ζ", "\u03B6"], ["η", "\u03B7"], ["θ", "\u03B8"], ["ι", "\u03B9"], ["κ", "\u03BA"], + ["λ", "\u03BB"], ["μ", "\u03BC"], ["ν", "\u03BD"], ["ξ", "\u03BE"], ["ο", "\u03BF"], + ["π", "\u03C0"], ["ρ", "\u03C1"], ["ς", "\u03C2"], ["σ", "\u03C3"], ["τ", "\u03C4"], + ["υ", "\u03C5"], ["φ", "\u03C6"], ["χ", "\u03C7"], ["ψ", "\u03C8"], ["ω", "\u03C9"], + ["ϑ", "\u03D1"], ["ϖ", "\u03D6"], ["€", "\u20AC"], ["£", "\xA3"], ["¥", "\xA5"], + ["°", "\xB0"], ["±", "\xB1"], ["²", "\xB2"], ["³", "\xB3"], ["µ", "\xB5"], + ["×", "\xD7"], ["÷", "\xF7"], ["∂", "\u2202"], ["∇", "\u2207"], ["∝", "\u221D"], + ["∞", "\u221E"]]; + function draw_title() { + var label = special(getProperty("title")), h = Number(getProperty("titleHeight")); + ctx.fillStyle = new Color(rfront, gfront, bfront).toString(); + ctx.font = "" + getProperty("titleHeight") + "px sans-serif"; + if (label.length > 0 && upperOffset > 0) { + var w = ctx.measureText(label).width, yl = upperOffset / 2 + 0.4 * h; + if (ticlength < 0) + yl += ticlength / 2; + ctx.fillText(label, leftOffset + diagramWidth / 2 - w / 2, yl); + } + } + function draw_xlabel() { + var xl, yl, w, label = special(getProperty("xLabel")), units = special(getProperty("xUnit")), scaling = "" + xscaling.toPrecision(1), idx = scaling.indexOf("1e+"); + if (idx > -1) + scaling = scaling.replace("1e+", "10^"); + else { + idx = scaling.indexOf("1e"); + if (idx > -1) + scaling = scaling.replace("1e", "10^"); + } + ctx.fillStyle = new Color(rfront, gfront, bfront).toString(); + if (xscaling < 0.99 || xscaling > 1.01) { + label += " / " + scaling; + if (units.length > 0) + label += " " + units; + } else if (units.length > 0) + label += " [" + units + "]"; + ctx.font = "" + getProperty("xLabelHeight") + "px sans-serif"; + w = ctx.measureText(label).width; + if (ycentered) { + xl = leftOffset + diagramWidth - w; + yl = yTOyp(0.) - 1.5 * ticlength; + } else { + xl = leftOffset + diagramWidth / 2 - w / 2; + yl = upperOffset + diagramHeight + 3.2 * xtextheight; + if (ticlength < 0) + yl -= ticlength; + } + ctx.fillText(label, xl, yl); + } + function draw_ylabel(xl) { + var yl, w, label = special(getProperty("yLabel")), units = special(getProperty("yUnit")), scaling = "" + yscaling.toPrecision(1), idx = scaling.indexOf("1e+"); + if (idx > -1) + scaling = scaling.replace("1e+", "10^"); + else { + idx = scaling.indexOf("1e"); + if (idx > -1) + scaling = scaling.replace("1e", "10^"); + } + ctx.fillStyle = new Color(rfront, gfront, bfront).toString(); + if (yscaling < 0.99 || yscaling > 1.01) { + label += " / " + scaling; + if (units.length > 0) + label += " " + units; + } else if (units.length > 0) + label += " [" + units + "]"; + ctx.font = "" + Number(getProperty("yLabelHeight")) + "px sans-serif"; + w = ctx.measureText(label).width; + if (xcentered) { + xl = xTOxp(0.) + 1.5 * ticlength; + yl = upperOffset + 0.2 * ytextheight; + ctx.fillText(label, xl, yl); + } else { + ctx.rotate(-Math.PI / 2); + yl = xl - ytextheight; + if (ticlength < 0) + yl += ticlength; + ctx.fillText(label, -w / 2 - lowerCostumeEdge / 2, yl); + ctx.rotate(Math.PI / 2); + } + } + function draw_scales() { + var w, text, x, y, xs, ys, xl, yl, xpos, ypos, xp, yp, dt, t, n, xtics, ytics, xp1, xp2, yp1, yp2, xpoff, ypoff, xx = leftOffset; + xs = xstart; + x = xs * xscaling; + xp = xTOxp(x); + xpos = xp - leftOffset; + ctx.lineWidth = 1; + ctx.fillStyle = new Color(rfront, gfront, bfront).toString(); + ctx.strokeStyle = new Color(rfront, gfront, bfront).toString(); + ctx.font = "" + xtextheight + "px sans-serif"; + yp1 = diagramHeight + upperOffset; + yp2 = upperOffset; + ypoff = 0.; + if (ycentered) { + yp1 = yTOyp(0.); + yp2 = yp1; + ypoff = ticlength; + } + dt = xstep * xscaling / (xminitic + 1); + n = 1; + xtics = Math.abs(xTOxp(x + dt) - xTOxp(x)) > 4 && xminitic > 0; + if (showXscale) { + if (xtics) { + while (n <= xminitic) { + t = xTOxp(x - dt * n); + if (t > leftOffset && t < leftOffset + diagramWidth) { + ctx.moveTo(t, yp1 - ticlength / 2); + ctx.lineTo(t, yp1 + ypoff / 2); + if (!xcentered) { + ctx.moveTo(t, yp2 - ypoff / 2); + ctx.lineTo(t, yp2 + ticlength / 2); + } + } + n += 1; + } + } + if (ycentered) + yl = yTOyp(0.) + 1.2 * ticlength + xtextheight; + else + yl = upperOffset + diagramHeight + xtextheight * 1.3; + if (ticlength < 0) + yl -= ticlength; + while (xpos <= diagramWidth) { + if (xpos >= 0) { + text = xs.toFixed(xprecision); + w = ctx.measureText(text).width; + if (ygrid) { + ctx.moveTo(xp, upperOffset); + ctx.lineTo(xp, diagramHeight + upperOffset); + } + ctx.moveTo(xp, yp1 - ticlength); + ctx.lineTo(xp, yp1 + ypoff); + if (!xcentered) { + ctx.moveTo(xp, yp2 - ypoff); + ctx.lineTo(xp, yp2 + ticlength); + } + if (xtics) { + n = 1; + while (n <= xminitic) { + t = xTOxp(x + dt * n); + if (t > leftOffset && t < leftOffset + diagramWidth) { + ctx.moveTo(t, yp1 - ticlength / 2); + ctx.lineTo(t, yp1 + ypoff / 2); + if (!xcentered) { + ctx.moveTo(t, yp2 - ypoff / 2); + ctx.lineTo(t, yp2 + ticlength / 2); + } + } + n += 1; + } + } + if (xp > w && xp < rightCostumeEdge - w) + ctx.fillText(text, xp - w / 2, yl); + } + xs += xstep; + w = xs / xstep; + x = xs * xscaling; + xp = xTOxp(x); + xpos = xp - leftOffset; + } + } + if (showYscale) { + ctx.font = "" + ytextheight + "px sans-serif"; + ys = ystart; + y = ys * yscaling; + yp = yTOyp(y); + ypos = yp - upperOffset; + xp1 = leftOffset; + xp2 = leftOffset + diagramWidth; + xpoff = 0; + if (xcentered) { + xp1 = xTOxp(0.); + xp2 = xp1; + xpoff = ticlength; + } + dt = ystep * yscaling / (yminitic + 1); + n = 1; + ytics = Math.abs(yTOyp(y + dt) - yTOyp(y)) > 4 && yminitic > 0; + if (ytics) { + while (n <= yminitic) { + t = yTOyp(y - dt * n); + if (t > upperOffset && t < upperOffset + diagramHeight) { + ctx.moveTo(xp1 - xpoff / 2, t); + ctx.lineTo(xp1 + ticlength / 2, t); + if (!ycentered) { + ctx.moveTo(xp2 - ticlength / 2, t); + ctx.lineTo(xp2 + xpoff / 2, t); + } + } + n += 1; + } + } + while (ypos >= 0) { + if (ypos <= diagramHeight) { + text = ys.toFixed(yprecision); + w = ctx.measureText(text).width; + if (xgrid) { + ctx.moveTo(leftOffset, yp); + ctx.lineTo(diagramWidth + leftOffset, yp); + } + ctx.moveTo(xp1 - xpoff, yp); + ctx.lineTo(xp1 + ticlength, yp); + if (!ycentered) { + ctx.moveTo(xp2 - ticlength, yp); + ctx.lineTo(xp2 + xpoff, yp); + } + if (ytics) { + n = 1; + while (n <= yminitic) { + t = yTOyp(y + dt * n); + if (t > upperOffset && t < upperOffset + diagramHeight) { + ctx.moveTo(xp1 - xpoff / 2, t); + ctx.lineTo(xp1 + ticlength / 2, t); + if (!ycentered) { + ctx.moveTo(xp2 - ticlength / 2, t); + ctx.lineTo(xp2 + xpoff / 2, t); + } + } + n += 1; + } + } + if (xcentered) { + xl = xTOxp(0.) - 1.2 * ticlength - w; + } else { + xl = leftOffset - 1.2 * ytextheight - 2 * w / 3; + if (ticlength < 0) + xl += ticlength; + } + if (yp > -w && yp < lowerCostumeEdge + w) { + ctx.fillText(text, xl, yp + ytextheight * 0.4); + if (xl < xx) + xx = xl; + } + } + ys += ystep; + y = ys * yscaling; + yp = yTOyp(y); + ypos = yp - upperOffset; + } + if (xcentered) + xl = leftOffset - 1.2 * ytextheight; + } + return xx; + } + ctx.beginPath(); + ctx.fillStyle = new Color(rback, gback, bback).toString(); + if (border) + ctx.strokeStyle = new Color(rfront, gfront, bfront).toString(); + else + ctx.strokeStyle = new Color(rback, gback, bback).toString(); + ctx.lineWidth = 1; + if (!withclosebutton) { + ctx.fillRect(0, 0, rightCostumeEdge, upperOffset); + ctx.fillRect(rightCostumeEdge - 1, 0, 1, lowerCostumeEdge); + ctx.fillRect(0, 0, leftOffset, lowerCostumeEdge); + } else if (closebuttonleft) { + ctx.fillRect(closebuttonsize + 1, 0, rightCostumeEdge, upperOffset); + ctx.fillRect(rightCostumeEdge - 1, 0, 1, lowerCostumeEdge); + ctx.fillRect(0, closebuttonsize + 1, leftOffset, lowerCostumeEdge); + } else { + ctx.fillRect(0, 0, rightCostumeEdge - closebuttonsize - 1, upperOffset); + ctx.fillRect(rightCostumeEdge - 1, 0, 1, lowerCostumeEdge); + ctx.fillRect(0, 0, leftOffset, lowerCostumeEdge); + } + ctx.fillRect(0, lowerCostumeEdge - lowerOffset + 1, rightCostumeEdge, lowerCostumeEdge); + ctx.strokeRect(0, 0, rightCostumeEdge, lowerCostumeEdge); + var xx = draw_scales(); + draw_title(); + draw_xlabel(); + draw_ylabel(xx + 4); + xp1 = leftOffset; + xp2 = leftOffset + diagramWidth; + yp1 = upperOffset; + yp2 = upperOffset + diagramHeight; + xp = xTOxp(0.); + yp = yTOyp(0.); + if (xcentered && xp >= leftOffset && xp <= leftOffset + diagramWidth) { + if (yUpper > yLower) { + ctx.moveTo(xp, yp2); + ctx.lineTo(xp, yp1 - ytextheight); + ctx.lineTo(xp + 0.25 * ytextheight, yp1); + ctx.lineTo(xp - 0.25 * ytextheight, yp1); + ctx.lineTo(xp, yp1 - ytextheight); + } else { + ctx.moveTo(xp, yp1); + ctx.lineTo(xp, yp2 + ytextheight); + ctx.lineTo(xp + 0.25 * ytextheight, yp2); + ctx.lineTo(xp - 0.25 * ytextheight, yp2); + ctx.lineTo(xp, yp2 + ytextheight); + } + } else { + ctx.moveTo(xp1, yp1); + ctx.lineTo(xp1, yp2); + if (!ycentered) { + ctx.moveTo(xp2, yp1); + ctx.lineTo(xp2, yp2); + } + } + if (ycentered && yp >= upperOffset && yp <= upperOffset + diagramHeight) { + if (xRight > xLeft) { + ctx.moveTo(xp1, yp); + ctx.lineTo(xp2 + xtextheight, yp); + ctx.lineTo(xp2, yp + 0.25 * xtextheight); + ctx.lineTo(xp2, yp - 0.25 * xtextheight); + ctx.lineTo(xp2 + xtextheight, yp); + } else { + ctx.moveTo(xp2, yp); + ctx.lineTo(xp1 - xtextheight, yp); + ctx.lineTo(xp1, yp + 0.25 * ytextheight); + ctx.lineTo(xp1, yp - 0.25 * ytextheight); + ctx.lineTo(xp1 - xtextheight, yp); + } + } else { + if (!xcentered) { + ctx.moveTo(xp1, yp1); + ctx.lineTo(xp2, yp1); + } + ctx.moveTo(xp1, yp2); + ctx.lineTo(xp2, yp2); + } + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + return costume; + }); +//Draw a graph on PlotPad-------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_addGraphToPlotpad(costume,properties,aFunction,proc)', + function (costume, properties, aFunction, proc) { + function xTOxp(x) { + return x0 + (x * diagramWidth / (xRight - xLeft)); + } + function yTOyp(y) { + return y0 - (y * diagramHeight / (yUpper - yLower)); + } + function xpTOx(xp) { + return (xp - x0) * (xRight - xLeft) / diagramWidth; + } + function ypTOy(yp) { + return (y0 - yp) * (yUpper - yLower) / diagramHeight; + } + function round(x, n) { + return Math.round(x * Math.pow(10, n)) / Math.pow(10, n); + } + function randomInt(min, max) { + return Math.floor(Math.random() * (max - min + 1) + min); + } + function myFunction(f, x) { + if (f instanceof List) { + var grade = f.length(), result; + if (grade == 0) + return 0; + else if (grade == 1) + return Number(f.at(1)); + else { + result = Number(f.at(1)) * Number(x) + Number(f.at(2)); + for (var i = 3; i <= grade; i++) + result = result * Number(x) + Number(f.at(i)); + return result; + } + } else + return proc.reportAtomicMap(f, new List([x])).at(1); + } + function plotFunction(f) { + var xpos, ypos, x, y, xpOld, ypOld, plottedDots = 0, missingDots = 0, style = 1, modus = 1, + r = Number(getProperty("lineColor").at(1)), g = Number(getProperty("lineColor").at(2)), b = Number(getProperty("lineColor").at(3)), + lineStyle = getProperty("lineStyle"), lineWidth = Number(getProperty("lineWidth")); + if (lineStyle.trim() == 'continuous') + style = 1; + else if (lineStyle.trim() == 'dashed') + style = 2; + else if (lineStyle.trim() == 'dash-dot') + style = 3; + else if (lineStyle.trim() == 'dot-dot') + style = 4; + ctx.beginPath(); + ctx.strokeStyle = new Color(r, g, b).toString(); + ctx.fillStyle = new Color(r, g, b).toString(); + ctx.lineWidth = lineWidth; + xpOld = 0; + x = xpTOx(xpOld); + y = myFunction(f, x); + ypOld = yTOyp(y); + xpos = 1; + while (xpos <= diagramWidth) { + x = xpTOx(xpos); + y = myFunction(f, x); + ypos = yTOyp(y); + if (modus > 0) { + ctx.moveTo(xpOld + leftOffset, ypOld + upperOffset); + ctx.lineTo(xpos + leftOffset, ypos + upperOffset); + if (style > 1) + plottedDots++; + } else + missingDots++; + xpOld = xpos; + ypOld = ypos; + xpos = xpos + 1; + if (style == 2) { + if ((modus == 1) && (plottedDots > 3)) { + modus = 0; + plottedDots = 0; + missingDots = 0; + } else if ((modus == 0) && (missingDots > 2)) { + modus = 1; + plottedDots = 0; + missingDots = 0; + } + } + if (style == 3) { + if ((modus == 1) && (plottedDots > 3)) { + modus = 0; + plottedDots = 0; + missingDots = 0; + } else if ((modus == 0) && (missingDots > 0)) { + modus = 2; + plottedDots = 0; + missingDots = 0; + } else if ((modus == 2) && (plottedDots > 0)) { + modus = -1; + plottedDots = 0; + missingDots = 0; + } else if ((modus == -1) && (missingDots > 0)) { + modus = 1; + plottedDots = 0; + missingDots = 0; + } + } + if (style == 4) { + if ((modus == 1) && (plottedDots > 0)) { + modus = 0; + plottedDots = 0; + missingDots = 0; + } else if ((modus == 0) && (missingDots > 0)) { + modus = 1; + plottedDots = 0; + missingDots = 0; + } + } + } + ctx.closePath(); + ctx.stroke(); + } + function defineClip() { + ctx.beginPath(); + ctx.linewidth = 0; + ctx.strokeStyle = new Color(0, 0, 0); + ctx.rect(leftOffset, upperOffset, diagramWidth, diagramHeight); + ctx.closePath(); + ctx.clip(); + } + function getProperty(key) { + for (var i = 1; i <= properties.length(); i++) + if (properties.at(i).at(1) === key) + return properties.at(i).at(2); + return "not found"; + } + var xLeft = Number(getProperty("xLeft")), xRight = Number(getProperty("xRight")), yLower = Number(getProperty("yLower")), yUpper = Number(getProperty("yUpper")), + leftOffset = Number(getProperty("scaleLeftOffset")), rightOffset = Number(getProperty("scaleRightOffset")), upperOffset = Number(getProperty("scaleUpperOffset")), + lowerOffset = Number(getProperty("scaleLowerOffset")), ctx = costume.contents.getContext('2d'), rightCostumeEdge = costume.contents.width, + lowerCostumeEdge = costume.contents.height, diagramWidth = rightCostumeEdge - leftOffset - rightOffset, diagramHeight = lowerCostumeEdge - lowerOffset - upperOffset, + x0 = xLeft / (xLeft - xRight) * diagramWidth, y0 = yUpper / (yUpper - yLower) * diagramHeight; + ctx.save(); + defineClip(); + plotFunction(aFunction); + ctx.restore(); + return costume; + }); +//draw dataplot on PlotPad -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_addNumericDataplotToPlotPad(costume,properties,data)', + function (costume, properties, data) { + function getProperty(key) { + for (var i = 1; i <= properties.length(); i++) + if (properties.at(i).at(1) === key) + return properties.at(i).at(2); + return "not found"; + } + function xTOxp(x) { + return x0 + (x * diagramWidth / (xRight - xLeft)); + } + function yTOyp(y) { + return y0 - (y * diagramHeight / (yUpper - yLower)); + } + function xpTOx(xp) { + return (xp - x0) * (xRight - xLeft) / diagramWidth; + } + function ypTOy(yp) { + return (y0 - yp) * (yUpper - yLower) / diagramHeight; + } + function round(x, n) { + return Math.round(x * Math.pow(10, n)) / Math.pow(10, n); + } + function randomInt(min, max) { + return Math.floor(Math.random() * (max - min + 1) + min); + } + function rainbow(f) { + var angle = 300. * f, r, g, b; + if (angle < 60.) { + r = 255; + g = Math.floor(angle * 4.25 - 0.01); + b = 0; + } else if (angle < 120.) { + r = Math.floor((120 - angle) * 4.25 - 0.01); + g = 255; + b = 0; + } else if (angle < 180.) { + r = 0; + g = 255; + b = Math.floor((angle - 120) * 4.25 - 0.01); + } else if (angle < 240.) { + r = 0; + g = Math.floor((240 - angle) * 4.25 - 0.01); + b = 255; + } else if (angle < 300.) { + r = Math.floor((angle - 240) * 4.25 - 0.01); + g = 0; + b = 255; + } else { + r = 255; + g = 0; + b = Math.floor((360 - angle) * 4.25 - 0.01); + } + return new Color(r, g, b).toString(); + } + function plotData() { + var linewidth = Number(getProperty("lineWidth")), linestyle = 1, datawidth = Number(getProperty("markerWidth")), datastyle = 1, + arraydata = data.asArray(), xpos, ypos, xpOld, ypOld, w, i, connected = getProperty("markerConnected"), n = arraydata.length, frac = 0., attLineStyle, attDataStyle; + attLineStyle = getProperty("lineStyle").trim(); + attDataStyle = getProperty("markerStyle").trim(); + if (attLineStyle == 'continuous') + linestyle = 1; + else if (attLineStyle == 'dashed') + linestyle = 2; + else if (attLineStyle == 'dash-dot') + linestyle = 3; + else if (attLineStyle == 'dot-dot') + linestyle = 4; + else if (attLineStyle == 'rainbow') + linestyle = 5; + else if (attLineStyle == 'inverse-rainbow') + linestyle = 6; + else if (attLineStyle == 'none') + linestyle = 0; + if (attDataStyle == 'o circle') + datastyle = 1; + else if (attDataStyle == 'o') + datastyle = 1; + else if (attDataStyle == 'circle') + datastyle = 1; + else if (attDataStyle == '._point') + datastyle = 2; + else if (attDataStyle == '.') + datastyle = 2; + else if (attDataStyle == 'point') + datastyle = 2; + else if (attDataStyle == '*_asterix') + datastyle = 3; + else if (attDataStyle == '*') + datastyle = 3; + else if (attDataStyle == 'asterix') + datastyle = 3; + else if (attDataStyle == '+_plus') + datastyle = 4; + else if (attDataStyle == '+') + datastyle = 4; + else if (attDataStyle == 'plus') + datastyle = 4; + else if (attDataStyle == 'x_ex') + datastyle = 5; + else if (attDataStyle == 'x') + datastyle = 5; + else if (attDataStyle == 'ex') + datastyle = 5; + else if (attDataStyle == 'square') + datastyle = 6; + else if (attDataStyle == 'triangle') + datastyle = 7; + else if (attDataStyle == 'none') + datastyle = 0; + ctx.lineWidth = linewidth; + if (linestyle == 2) + ctx.setLineDash([10, 5]); + else if (linestyle == 3) + ctx.setLineDash([10, 2, 1, 2]); + else if (linestyle == 4) + ctx.setLineDash([1, 2]); + else + ctx.setLineDash([]); + if ((linestyle > 0) && connected) { + ctx.beginPath(); + ctx.strokeStyle = lcolor; + ctx.fillStyle = lcolor; + if (n > 0) { + xpOld = xTOxp(arraydata[0].at(1)); + ypOld = yTOyp(arraydata[0].at(2)); + } + i = 0; + while (i < n) { + xpos = xTOxp(arraydata[i].at(1)); + ypos = yTOyp(arraydata[i].at(2)); + if (i > 0) { + frac = (i + 0.) / (n + 0.); + if (linestyle == 5) + ctx.strokeStyle = rainbow(frac); + ctx.moveTo(xpOld + leftOffset, ypOld + upperOffset); + ctx.lineTo(xpos + leftOffset, ypos + upperOffset); + if (linestyle == 5 || linestyle == 6) { + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + ctx.beginPath(); + } + } + xpOld = xpos; + ypOld = ypos; + i = i + 1; + } + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + } + ctx.setLineDash([]); + if (datastyle > 0) { + ctx.strokeStyle = lcolor; + ctx.fillStyle = mcolor; + if (arraydata.length > 0) { + xpOld = xTOxp(arraydata[0].at(1)); + ypOld = yTOyp(arraydata[0].at(2)); + } + i = 0; + while (i < arraydata.length) { + ctx.beginPath(); + xpos = xTOxp(arraydata[i].at(1)); + ypos = yTOyp(arraydata[i].at(2)); + if (datastyle == 1) + ctx.arc(xpos + leftOffset, ypos + upperOffset, datawidth / 2, 0, 6.28318531); + else if (datastyle == 2) + ctx.arc(xpos + leftOffset, ypos + upperOffset, 2, 0, 6.28318531); + else if (datastyle == 3) { + ctx.font = "" + 2 * datawidth * 3 + "px sans-serif"; + w = ctx.measureText("*").width; + ctx.fillText("*", xpos + leftOffset - w / 2, ypos + upperOffset + datawidth / 2); + } else if (datastyle == 4) { + ctx.font = "" + datawidth * 3 + "px sans-serif"; + w = ctx.measureText("+").width; + ctx.fillText("+", xpos + leftOffset - w / 2, ypos + upperOffset + datawidth / 2); + } else if (datastyle == 5) { + ctx.font = "" + datawidth * 3 + "px sans-serif"; + w = ctx.measureText("X").width; + ctx.fillText("X", xpos + leftOffset - w / 2, ypos + upperOffset + datawidth / 2); + } else if (datastyle == 6) { + ctx.fillRect(xpos + leftOffset - datawidth / 2, ypos + upperOffset - datawidth / 2, datawidth, datawidth); + ctx.strokeRect(xpos + leftOffset - datawidth / 2, ypos + upperOffset - datawidth / 2, datawidth, datawidth); + } else if (datastyle == 7) { + ctx.moveTo(xpos + leftOffset, ypos + upperOffset - datawidth / 2); + ctx.lineTo(xpos + leftOffset - datawidth / 2, ypos + upperOffset + datawidth / 2); + ctx.lineTo(xpos + leftOffset + datawidth / 2, ypos + upperOffset + datawidth / 2); + ctx.lineTo(xpos + leftOffset, ypos + upperOffset - datawidth / 2); + } + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + xpOld = xpos; + ypOld = ypos; + i = i + 1; + } + } + } + function defineClip() { + ctx.beginPath(); + ctx.linewidth = 0; + ctx.strokeStyle = new Color(0, 0, 0); + ctx.rect(leftOffset, upperOffset, diagramWidth, diagramHeight); + ctx.closePath(); + ctx.clip(); + } + var xLeft = Number(getProperty("xLeft")), xRight = Number(getProperty("xRight")), yLower = Number(getProperty("yLower")), yUpper = Number(getProperty("yUpper")), + leftOffset = Number(getProperty("scaleLeftOffset")), rightOffset = Number(getProperty("scaleRightOffset")), upperOffset = Number(getProperty("scaleUpperOffset")), + lowerOffset = Number(getProperty("scaleLowerOffset")), ctx = costume.contents.getContext('2d'), rightCostumeEdge = costume.contents.width, + lowerCostumeEdge = costume.contents.height, diagramWidth = rightCostumeEdge - leftOffset - rightOffset, diagramHeight = lowerCostumeEdge - lowerOffset - upperOffset, + x0 = xLeft / (xLeft - xRight) * diagramWidth, y0 = yUpper / (yUpper - yLower) * diagramHeight, + lcolor = new Color(Number(getProperty("lineColor").at(1)), Number(getProperty("lineColor").at(2)), Number(getProperty("lineColor").at(3))).toString(), + mcolor = new Color(Number(getProperty("markerColor").at(1)), Number(getProperty("markerColor").at(2)), Number(getProperty("markerColor").at(3))).toString(); + ctx.save(); + defineClip(); + plotData(); + ctx.restore(); + return costume; + }); +//draw dataplot on PlotPad -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_addMixedDataplotToPlotPad(costume,properties,data)', + function (costume, properties, data) { + function getProperty(key) { + for (var i = 1; i <= properties.length(); i++) + if (properties.at(i).at(1) === key) + return properties.at(i).at(2); + return "not found"; + } + function xTOxp(x) { + return x0 + (x * diagramWidth / (xRight - xLeft)); + } + function yTOyp(y) { + return y0 - (y * diagramHeight / (yUpper - yLower)); + } + function xpTOx(xp) { + return (xp - x0) * (xRight - xLeft) / diagramWidth; + } + function ypTOy(yp) { + return (y0 - yp) * (yUpper - yLower) / diagramHeight; + } + function round(x, n) { + return Math.round(x * Math.pow(10, n)) / Math.pow(10, n); + } + function randomInt(min, max) { + return Math.floor(Math.random() * (max - min + 1) + min); + } + function rainbow(f) { + var angle = 300. * f, r, g, b; + if (angle < 60.) { + r = 255; + g = Math.floor(angle * 4.25 - 0.01); + b = 0; + } else if (angle < 120.) { + r = Math.floor((120 - angle) * 4.25 - 0.01); + g = 255; + b = 0; + } else if (angle < 180.) { + r = 0; + g = 255; + b = Math.floor((angle - 120) * 4.25 - 0.01); + } else if (angle < 240.) { + r = 0; + g = Math.floor((240 - angle) * 4.25 - 0.01); + b = 255; + } else if (angle < 300.) { + r = Math.floor((angle - 240) * 4.25 - 0.01); + g = 0; + b = 255; + } else { + r = 255; + g = 0; + b = Math.floor((360 - angle) * 4.25 - 0.01); + } + return new Color(r, g, b).toString(); + } + function plotData() { + var linewidth = Number(getProperty("lineWidth")), linestyle = 0, datawidth = Number(getProperty("markerWidth")), datastyle = 1, + arraydata = data.asArray(), xpos, ypos, xpOld, ypOld, w, i = 0, n = arraydata.length, frac = 0., attLineStyle, attDataStyle; + attLineStyle = getProperty("lineStyle").trim(); + attDataStyle = getProperty("markerStyle").trim(); + if (attLineStyle == 'continuous') + linestyle = 1; + else if (attLineStyle == 'dashed') + linestyle = 2; + else if (attLineStyle == 'dash-dot') + linestyle = 3; + else if (attLineStyle == 'dot-dot') + linestyle = 4; + else if (attLineStyle == 'rainbow') + linestyle = 5; + else if (attLineStyle == 'inverse-rainbow') + linestyle = 6; + else if (attLineStyle == 'none') + linestyle = 0; + connected = linestyle > 0; + if (attDataStyle == 'o circle') + datastyle = 1; + else if (attDataStyle == 'o') + datastyle = 1; + else if (attDataStyle == 'circle') + datastyle = 1; + else if (attDataStyle == '._point') + datastyle = 2; + else if (attDataStyle == '.') + datastyle = 2; + else if (attDataStyle == 'point') + datastyle = 2; + else if (attDataStyle == '*_asterix') + datastyle = 3; + else if (attDataStyle == '*') + datastyle = 3; + else if (attDataStyle == 'asterix') + datastyle = 3; + else if (attDataStyle == '+_plus') + datastyle = 4; + else if (attDataStyle == '+') + datastyle = 4; + else if (attDataStyle == 'plus') + datastyle = 4; + else if (attDataStyle == 'x_ex') + datastyle = 5; + else if (attDataStyle == 'x') + datastyle = 5; + else if (attDataStyle == 'ex') + datastyle = 5; + else if (attDataStyle == 'square') + datastyle = 6; + else if (attDataStyle == 'triangle') + datastyle = 7; + else if (attDataStyle == 'none') + datastyle = 8; + else + datastyle = 1; + ctx.strokeStyle = new Color(Number(getProperty("lineColor").at(1)), Number(getProperty("lineColor").at(2)), Number(getProperty("lineColor").at(3))).toString(); + ctx.fillStyle = new Color(Number(getProperty("markerColor").at(1)), Number(getProperty("markerColor").at(2)), Number(getProperty("markerColor").at(3))).toString(); + ctx.lineWidth = linewidth; + if (linestyle == 2) + ctx.setLineDash([10, 10]); + else if (linestyle == 3) + ctx.setLineDash([10, 5, 2, 5]); + else if (linestyle == 4) + ctx.setLineDash([2, 5]); + else + ctx.setLineDash([]); + if (arraydata.length > 0) { + dx = 0.9 * (xRight - xLeft) / (arraydata.length - 1); + x = xLeft + 0.1 * dx; + xpOld = xTOxp(x); + ypOld = yTOyp(arraydata[0].at(2)); + } + while (i < arraydata.length) { + xpos = xTOxp(x); + ypos = yTOyp(arraydata[i].at(2)); + if (connected && i > 0) { + ctx.beginPath(); + if (linestyle == 5) + ctx.strokeStyle = rainbow((i + 0.) / (arraydata.length + 0.)); + ctx.moveTo(xpOld + leftOffset, ypOld + upperOffset); + ctx.lineTo(xpos + leftOffset, ypos + upperOffset); + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + } + ctx.beginPath(); + if (datastyle == 1) + ctx.arc(xpos + leftOffset, ypos + upperOffset, datawidth / 2, 0, 6.28318531); + else if (datastyle == 2) + ctx.arc(xpos + leftOffset, ypos + upperOffset, 2, 0, 6.28318531); + else if (datastyle == 3) { + ctx.font = "" + 2 * datawidth * 3 + "px sans-serif"; + w = ctx.measureText("*").width; + ctx.fillText("*", xpos + leftOffset - w / 2, ypos + upperOffset + datawidth / 2); + } else if (datastyle == 4) { + ctx.font = "" + datawidth * 3 + "px sans-serif"; + w = ctx.measureText("+").width; + ctx.fillText("+", xpos + leftOffset - w / 2, ypos + upperOffset + datawidth / 2); + } else if (datastyle == 5) { + ctx.font = "" + datawidth * 3 + "px sans-serif"; + w = ctx.measureText("X").width; + ctx.fillText("X", xpos + leftOffset - w / 2, ypos + upperOffset + datawidth / 2); + } else if (datastyle == 6) { + ctx.fillRect(xpos + leftOffset - datawidth / 2, ypos + upperOffset - datawidth / 2, datawidth, datawidth); + ctx.strokeRect(xpos + leftOffset - datawidth / 2, ypos + upperOffset - datawidth / 2, datawidth, datawidth); + } else if (datastyle == 7) { + ctx.moveTo(xpos + leftOffset, ypos + upperOffset - datawidth / 2); + ctx.lineTo(xpos + leftOffset - datawidth / 2, ypos + upperOffset + datawidth / 2); + ctx.lineTo(xpos + leftOffset + datawidth / 2, ypos + upperOffset + datawidth / 2); + ctx.lineTo(xpos + leftOffset, ypos + upperOffset - datawidth / 2); + } else if (datastyle == 8) { + ctx.moveTo(xpos + leftOffset, ypos + upperOffset); + ctx.lineTo(xpos + leftOffset, ypos + upperOffset + 1); + } + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + xpOld = xpos; + ypOld = ypos; + i = i + 1; + x = x + dx; + } + ctx.setLineDash([]); + } + var xLeft = Number(getProperty("xLeft")), xRight = Number(getProperty("xRight")), yLower = Number(getProperty("yLower")), yUpper = Number(getProperty("yUpper")), + leftOffset = Number(getProperty("scaleLeftOffset")), rightOffset = Number(getProperty("scaleRightOffset")), upperOffset = Number(getProperty("scaleUpperOffset")), + lowerOffset = Number(getProperty("scaleLowerOffset")), ctx = costume.contents.getContext('2d'), rightCostumeEdge = costume.contents.width, + lowerCostumeEdge = costume.contents.height, diagramWidth = rightCostumeEdge - leftOffset - rightOffset, diagramHeight = lowerCostumeEdge - lowerOffset - upperOffset, + x0 = xLeft / (xLeft - xRight) * diagramWidth, y0 = yUpper / (yUpper - yLower) * diagramHeight; + plotData(); + ctx.restore(); + return costume; + }); +//draw histogram on PlotPad -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set( + 'SciS_addHistogramToPlotpad(costume,properties,data)', + function (costume, properties, data) { + function getProperty(key) { + for (var i = 1; i <= properties.length(); i++) + if (properties.at(i).at(1) === key) + return properties.at(i).at(2); + return "not found"; + } + function xTOxp(x) { + return x0 + (x * diagramWidth / (xRight - xLeft)); + } + function yTOyp(y) { + return y0 - (y * diagramHeight / (yUpper - yLower)); + } + function xpTOx(xp) { + return (xp - x0) * (xRight - xLeft) / diagramWidth; + } + function ypTOy(yp) { + return (y0 - yp) * (yUpper - yLower) / diagramHeight; + } + function round(x, n) { + return Math.round(x * Math.pow(10, n)) / Math.pow(10, n); + } + function randomInt(min, max) { + return Math.floor(Math.random() * (max - min + 1) + min); + } + function rainbow(f) { + var angle = 300. * f, r, g, b; + if (angle < 60.) { + r = 255; + g = Math.floor(angle * 4.25 - 0.01); + b = 0; + } else if (angle < 120.) { + r = Math.floor((120 - angle) * 4.25 - 0.01); + g = 255; + b = 0; + } else if (angle < 180.) { + r = 0; + g = 255; + b = Math.floor((angle - 120) * 4.25 - 0.01); + } else if (angle < 240.) { + r = 0; + g = Math.floor((240 - angle) * 4.25 - 0.01); + b = 255; + } else if (angle < 300.) { + r = Math.floor((angle - 240) * 4.25 - 0.01); + g = 0; + b = 255; + } else { + r = 255; + g = 0; + b = Math.floor((360 - angle) * 4.25 - 0.01); + } + return new Color(r, g, b).toString(); + } + function defineClip() { + ctx.beginPath(); + ctx.linewidth = 0; + ctx.strokeStyle = new Color(0, 0, 0); + ctx.rect(leftOffset + 1, upperOffset + 1, diagramWidth - 2, diagramHeight - 2); + ctx.closePath(); + ctx.clip(); + } + function plotHistogram() { + var linewidth = Number(getProperty("lineWidth")), linestyle = 1, yZero = yTOyp(0.), arraydata = data.asArray(), xp, yp, i, xold, n = arraydata.length, x = arraydata[0].at(1), y = arraydata[0].at(2), + dx = arraydata[1].at(1) - x, lcolor = new Color(Number(getProperty("lineColor").at(1)), Number(getProperty("lineColor").at(2)), Number(getProperty("lineColor").at(3))).toString(), attLineStyle; + attLineStyle = getProperty("lineStyle").trim(); + if (n == 0) + return; + if (attLineStyle == 'continuous') + linestyle = 1; + else if (attLineStyle == 'dashed') + linestyle = 2; + else if (attLineStyle == 'dash-dot') + linestyle = 3; + else if (attLineStyle == 'dot-dot') + linestyle = 4; + else if (attLineStyle == 'rainbow') + linestyle = 5; + else if (attLineStyle == 'inverse-rainbow') + linestyle = 6; + else if (attLineStyle == 'none') + linestyle = 0; + if (linestyle === 0) + return; + ctx.lineWidth = linewidth; + if (linestyle == 2) + ctx.setLineDash([10, 5]); + else if (linestyle == 3) + ctx.setLineDash([10, 2, 1, 2]); + else if (linestyle == 4) + ctx.setLineDash([1, 2]); + else + ctx.setLineDash([]); + ctx.beginPath(); + ctx.strokeStyle = lcolor; + ctx.fillStyle = new Color(Number(getProperty("markerColor").at(1)), Number(getProperty("markerColor").at(2)), Number(getProperty("markerColor").at(3))).toString(); + xp = xTOxp(x); + yp = yTOyp(0.); + ctx.moveTo(xp, yp); + i = 0; + while (i < n) { + xold = xp; + x = arraydata[i].at(1); + y = arraydata[i].at(2); + yp = yTOyp(y); + ctx.moveTo(xp + leftOffset, yZero + upperOffset); + ctx.lineTo(xp + leftOffset, yp + upperOffset); + xp = xTOxp(x + dx); + ctx.lineTo(xp + leftOffset, yp + upperOffset); + ctx.lineTo(xp + leftOffset, yZero + upperOffset); + ctx.lineTo(xold + leftOffset, yZero + upperOffset); + i = i + 1; + } + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + } + var xLeft = Number(getProperty("xLeft")), xRight = Number(getProperty("xRight")), yLower = Number(getProperty("yLower")), yUpper = Number(getProperty("yUpper")), + leftOffset = Number(getProperty("scaleLeftOffset")), rightOffset = Number(getProperty("scaleRightOffset")), upperOffset = Number(getProperty("scaleUpperOffset")), + lowerOffset = Number(getProperty("scaleLowerOffset")), ctx = costume.contents.getContext('2d'), rightCostumeEdge = costume.contents.width, + lowerCostumeEdge = costume.contents.height, diagramWidth = rightCostumeEdge - leftOffset - rightOffset, diagramHeight = lowerCostumeEdge - lowerOffset - upperOffset, + x0 = xLeft / (xLeft - xRight) * diagramWidth, y0 = yUpper / (yUpper - yLower) * diagramHeight; + ctx.save(); + defineClip(); + plotHistogram(); + ctx.restore(); + return costume; + }); + +//================= options of the ImagePad palette ============================================================ +//add image to ImagePad ---------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_addImageToImagePad(data,properties,color,log,alpha,pixels,selection)', + function (data,properties,color,log,alpha,pixels,selection) { + function property(key) {var i = 1; + while (i <= properties.length()){if(properties.at(i).at(1) == key) return properties.at(i).at(2); i++;} + return '-';} + var leftOffset = Number(property("offsets").at(1)), upperOffset = Number(property("offsets").at(2)), imageWidth = Number(property("imageWidth")), imageHeight = Number(property("imageHeight")), + costumeWidth = Number(property("costumeWidth")), costumeHeight = Number(property("costumeHeight")),max = Number(property("maxValue")), min = Number(property("minValue")), imageType = property("typeOfData"), + oldPixel, newPixel, value, n, ratio, result, interval = (max - min) / 8, xLeft, xRight, yUpper, yLower, canvas, ctx, src, dta, i, k, px; + if (data.length() == 0) return new Costume(); + xLeft= leftOffset+1; if(xLeft<1) xLeft=1; xRight = costumeWidth; if(leftOffset+imageWidth max) n = max; + if (log) n = Math.round(Math.log(n - min) / Math.log(max - min) * 255); else n = Math.round((n - min) / (max - min) * 255); + if ((color === "RGB") && ((value < min) || (value > max))) newPixel = new List([0, 0, 0, data.at(i).at(4)]); + if (color === "gray") newPixel = new List([n, n, n, alpha]); if (color === "red") newPixel = new List([n, 0, 0, alpha]); + if (color === "green") newPixel = new List([0, n, 0, alpha]); if (color === "blue") newPixel = new List([0, 0, n, alpha]); + if (color === "false-color") { + if (value <= min) newPixel = new List([0, 0, 0, alpha]); else if (value < min + interval) newPixel = new List([0, 0, n, alpha]); + else if (value < min + 2 * interval) newPixel = new List([0, n, n, alpha]); else if (value < min + 3 * interval) newPixel = new List([n, 0, n, alpha]); + else if (value < min + 4 * interval) newPixel = new List([0, n, 0, alpha]); else if (value < min + 5 * interval) newPixel = new List([n, 0, 0, alpha]); + else if (value < min + 6 * interval) newPixel = new List([n, n / 2, 0, alpha]); else if (value < min + 7 * interval) newPixel = new List([n, n, 0, alpha]); + else if (value < min + 8 * interval) newPixel = new List([n, n, n, alpha]); else newPixel = new List([255, 255, 255, alpha]);} + result = new List(); + if(selection==='create') result = newPixel; + else if(selection==='add'){for (var n = 1; n <= 4; n++) result.add(Math.min(newPixel.at(n) + oldPixel.at(n),255));} + else if(selection==='mix'){ratio = newPixel.at(4) / 255; for (var n = 1; n <= 4; n++) result.add(ratio * newPixel.at(n) + (1.0 - ratio) * oldPixel.at(n));} + pixels.put(result,(y-1)*costumeWidth+x); + } + } + canvas = newCanvas(new Point(costumeWidth,costumeHeight), true); //modified Snap! source + ctx = canvas.getContext('2d'); src = pixels.itemsArray(); dta = ctx.createImageData(costumeWidth, costumeHeight); + for (i = 0; i < src.length; i += 1) { + px = src[i] instanceof List ? src[i].itemsArray() : [src[i]]; + for (k = 0; k < 3; k += 1) { + dta.data[(i * 4) + k] = px[k] === undefined ? +px[0] : +px[k]; + } + dta.data[i * 4 + 3] = (px[3] === undefined ? 255 : +px[3]); + } + ctx.putImageData(dta, 0, 0); + return new Costume(canvas,null,null,true,null); + }); +//drawListOfPoints on ImagePad ---------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_drawListOfPoints(costume,data,shape,size,properties,withNoise,range)', + function (costume, data, shape, size, properties,withNoise,range) { + function property(key) { + var i = 1; + while (i <= properties.length()) { + if (properties.at(i).at(1) == key) + return properties.at(i).at(2); + i++; + } + return '-'; + } + function modify(value){ + value = value + Math.round(Math.random()*2*range-range); + if(value>255) value = value+510-value; + if(value<0) value = -value; + return value; + } + var ctx = costume.contents.getContext('2d'), style = property("lineStyle").trim(), w = Number(property("lineWidth")), lineColor = property("lineColor"), fillColor = property("fillColor"), + ro = Number(lineColor.at(1)), go = Number(lineColor.at(2)), bo = Number(lineColor.at(3)), r = Number(fillColor.at(1)), g = Number(fillColor.at(2)), b = Number(fillColor.at(3)); + if (style == 'dashed') + ctx.setLineDash([10, 10]); + else if (style == 'dash-dot') + ctx.setLineDash([10, 5, 2, 5]); + else if (style == 'dot-dot') + ctx.setLineDash([2, 5]); + else + ctx.setLineDash([]); + size = Number(size); + ctx.strokeStyle = new Color(ro, go, bo).toString(); + ctx.fillStyle = new Color(r, g, b).toString(); + for (var i = 1; i <= data.length(); i++) { + if(withNoise){ + ctx.strokeStyle = new Color(modify(ro), modify(go), modify(bo)).toString(); + ctx.fillStyle = new Color(modify(r), modify(g), modify(b)).toString(); + } + if (shape === "circles") { + ctx.beginPath(); + ctx.arc(data.at(i).at(1), data.at(i).at(2), size, 0, 6.283185307179586476925286766559); + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + } + if (shape === "squares") { + ctx.beginPath(); + ctx.fillRect(data.at(i).at(1) - size, data.at(i).at(2) - size, 2 * size, 2 * size); + ctx.strokeRect(data.at(i).at(1) - size, data.at(i).at(2) - size, 2 * size, 2 * size); + ctx.closePath(); + ctx.stroke(); + ctx.fill(); + } + } + return costume; + }); +//brightness on ImagePad ---------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set( + 'SciS_brightness(data,xpos,ypos,r,width,height,typeOfData,typeOfArea)', + function (data, xpos, ypos, r, width, height, typeOfData, typeOfArea) { + var value, sumOfValues, points, y, x; + function imageValue(xp, yp) { + if ((xp > width) || (xp < 1) || (yp > height) || (yp < 1)) + return -1; + else + return data.at(xp + (yp - 1) * width); + } + xpos=Number(xpos); ypos=Number(ypos); r=Number(r); width=Number(width); height=Number(height); + sumOfValues = 0, points = 0, y = ypos - r; + if (typeOfArea === 'circle') { + if (typeOfData == 'FITS') { + while ((y <= ypos + r) && (y <= height)) { + x = xpos - r; + while ((x <= xpos + r) && (x <= width)) { + if (r >= Math.sqrt((xpos - x) * (xpos - x) + (ypos - y) * (ypos - y))) { + value = imageValue(Math.round(x), Math.round(y)); + if (value !== -1) { + sumOfValues = sumOfValues + value; + points++; + } + } + x++; + } + y++; + } + return new List([sumOfValues, points]); + } else { + sumOfValues = [0, 0, 0]; + while ((y <= ypos + r) && (y <= height)) { + x = xpos - r; + while ((x <= xpos + r) && (x <= width)) { + if (r >= Math.sqrt((xpos - x) * (xpos - x) + (ypos - y) * (ypos - y))) { + value = imageValue(Math.round(x), Math.round(y)); + if (value !== -1) { + sumOfValues = [sumOfValues[0] + value.at(1), sumOfValues[1] + value.at(2), sumOfValues[2] + value.at(3)]; + points++; + } + } + x++; + } + y++; + } + return new List([new List(sumOfValues), points]); + } + } + if (typeOfArea === 'square') { + if (typeOfData == 'FITS') { + while ((y <= ypos + r) && (y <= height)) { + x = xpos - r; + while ((x <= xpos + r) && (x <= width)) { + value = imageValue(Math.round(x), Math.round(y)); + if (value !== -1) { + sumOfValues = sumOfValues + value; + points++; + } + x++; + } + y++; + } + return new List([sumOfValues, points]); + } else { + sumOfValues = [0, 0, 0]; + while ((y <= ypos + r) && (y <= height)) { + x = xpos - r; + while ((x <= xpos + r) && (x <= width)) { + value = imageValue(Math.round(x), Math.round(y)); + if (value !== -1) { + sumOfValues = [sumOfValues[0] + value.at(1), sumOfValues[1] + value.at(2), sumOfValues[2] + value.at(3)]; + points++; + } + x++; + } + y++; + } + } + return new List([new List(sumOfValues), points]); + } + }); +//affine transformation of a costume ---------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set( + 'SciS_affineTransformation(a11,a12,a13,a21,a22,a23,w,h,data,typeOfData)', + function (a11, a12, a13, a21, a22, a23, w, h, data, typeOfData) { + var x, y, xnew, ynew, value, newdata = []; + for (var i = 1; i <= data.contents.length; i++) + if (typeOfData == 'FITS') + newdata.push(0); + else + newdata.push(new List([0, 0, 0, 255])); + for (var y = 1; y <= h; y++) + for (var x = 1; x <= w; x++) { + value = data.at(x + (y - 1) * w); + xnew = Math.round(a11 * x + a12 * y + a13); + ynew = Math.round(a21 * x + a22 * y + a23); + if ((xnew > 0) && (xnew <= w) && (ynew > 0) && (ynew <= h)) + newdata[xnew - 1 + (ynew - 1) * w - 1] = value; + } + return new List(newdata); + }); +//collect slice data of an image ---------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_collectSliceData(p1,p2,dist,imageData,width,height,imageType)', + function (p1, p2, dist, imageData, width, height, imageType) { + var x1 = Number(p1.at(1)), y1 = Number(p1.at(2)), x2 = Number(p2.at(1)), y2 = Number(p2.at(2)), dx, dy, i, result; + dist = Number(dist); + width = Number(width); + height = Number(height); + function imageValue(x, y) { + if ((x > width) || (x < 1) || (y > height) || (y < 1)) { + if (imageType === 'FITS') + return 0; + else + return new List([0, 0, 0]); + } else + return imageData.at(x + (y - 1) * width); + } + dx = (x2 - x1) / dist; + dy = (y2 - y1) / dist; + i = 0; + result = []; + while (i <= dist) { + result.push(new List([i, imageValue(Math.round(x1 + i * dx), Math.round(y1 + i * dy))])); + i++; + } + return new List(result); + }); +//create new costums for ImagePad tools -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_changeToolCostume(size,tool,color)', + function (size, tool, color) { + var minSize, result = [], x = 1, y = 1, r, d = size / 2, d2 = Math.sqrt(2) * (d - size / 5); + if ((tool === 'lineEnd1') || (tool === 'lineEnd2')) + minSize = size / 2; + else + minSize = size / 5; + if (color.length() < 4) + color.add(255); + while (y <= size) { + if ((tool === 'lineEnd1') || (tool === 'lineEnd2')) + if (Math.sqrt((x - minSize) * (x - minSize) + (y - minSize) * (y - minSize)) > minSize) + result.push(new List([255, 255, 255, 0])); + else + result.push(color); + if (tool === 'squareTool') { + r = Math.sqrt((x - d) * (x - d) + (y - d) * (y - d)); + if ((x == 1) || (x == size) || (y == 1) || (y == size)) + result.push(color); + else if (((x <= minSize) || (x >= size - minSize)) && ((y <= minSize) || (y >= size - minSize))) + result.push(color); + else if ((r < d2 + 1) && (r > d2 - 1)) + result.push(color); + else + result.push(new List([255, 255, 255, 0])); + } + x++; + if (x > size) { + x = 1; + y++; + } + } + return new List(result); + }); +//image arthmetic -------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_imageArithmetic(image1,image2,imageType,xOffset,yOffset,width1,height1,width2,height2,operation)', + function (image1, image2, imageType, xOffset, yOffset, width1, height1, width2, height2, operation) { + var result = [], result2, pixel1, pixel2, newPixel, min = 1000000, max = -1000000; + function isImagePointOfImage2(x, y) { + return((x > 0) && (x <= width2) && (y > 0) && (y <= height2)); + } + if (imageType === 'FITS') { + for (var y = 1; y <= height1; y++) + for (var x = 1; x <= width1; x++) { + pixel1 = image1.at((y - 1) * width1 + x); + if (!isImagePointOfImage2(x - xOffset, y - yOffset)) + result.push(pixel1); + else { + pixel2 = image2.at((y - yOffset - 1) * width2 + x - xOffset); + if (operation === '+') + result.push(pixel1 + pixel2); + if (operation === '-') + result.push(pixel1 - pixel2); + if (operation === '*') + result.push(pixel1 * pixel2); + if (operation === '/') + if (pixel2 !== 0) + result.push(pixel1 / pixel2); + else + result.push(0); + } + } + return new List(result); + } + if (imageType === 'RGB') { + for (var y = 1; y <= height1; y++) + for (var x = 1; x <= width1; x++) { + pixel1 = image1.at((y - 1) * width1 + x); + if (!isImagePointOfImage2(x - xOffset, y - yOffset)) + result.push(pixel1); + else { + pixel2 = image2.at((y - yOffset - 1) * width2 + x - xOffset); + if (operation === '+') + newPixel = new List([pixel1.at(1) + pixel2.at(1), pixel1.at(2) + pixel2.at(2), pixel1.at(3) + pixel2.at(3), pixel1.at(4) + pixel2.at(4)]); + if (operation === '-') + newPixel = new List([pixel1.at(1) - pixel2.at(1), pixel1.at(2) - pixel2.at(2), pixel1.at(3) - pixel2.at(3), pixel1.at(4) - pixel2.at(4)]); + if (operation === '*') + newPixel = new List([pixel1.at(1) * pixel2.at(1), pixel1.at(2) * pixel2.at(2), pixel1.at(3) * pixel2.at(3), pixel1.at(4) * pixel2.at(4)]); + if (operation === '/') { + newPixel = new List([]); + for (var i = 1; i < 5; i++) { + if (pixel2.at(i) !== 0) + newPixel.add(pixel1.at(i) / pixel2.at(i)); + else + newPixel.add(0); + } + } + result.push(newPixel); + } + } + for (var i = 0; i < result.length; i++) + for (var j = 1; j < 5; j++) { + if (result[i].at(j) > max) + max = result[i].at(j); + if (result[i].at(j) < min) + min = result[i].at(j); + } + result = new List(result); + if(max===min) return result; + else{ + result2 = new List([]); + for (var i = 1; i <= result.length(); i++) { + pixel1 = result.at(i); + newPixel = new List([]); + for (var j = 1; j < 5; j++) + newPixel.add(Math.round(255.0 * (pixel1.at(j) - min) / (max - min))); + result2.add(newPixel); + } + return result2; + } + } + }) +//================= options of the GraphPad palette ============================================================ +//add vertices to vertexlist ---------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_addVerticesToGraph(n,amatrix,vlist,properties,point)', + function (n, amatrix,vlist, properties,point) { + function property(key) { + var i = 1; + while (i <= properties.length()) { + if (properties.at(i).at(1) == key) + return properties.at(i).at(2); + i++; + } + return '-'; + } + function randomValue(a, b) { + return Math.round((b - a) * Math.random() + a); + } + var xLeft = Number(property('xLeft')), xRight = Number(property('xRight')), yUpper = Number(property('yUpper')), yLower = Number(property('yLower')), + size = Number(property('verticesMinRadius')), dx = Math.abs(0.1*(xRight-xLeft)), dy = Math.abs(0.1*(yLower-yUpper)); + //first add vertices to vertexlist + if(point==='null'){ //random positions + n = Number(n); + for (var i = 1; i <= n; i++) { //vertex attributes are: x,y,size,content,isMarked,colorNr,numberOfLinks + vlist.add(new List([randomValue(xLeft+dx, xRight-dx), randomValue(yUpper+dy, yLower-dy), size, "", false, randomValue(1, 10), 0]));}} + else { n=1; vlist.add(new List([point.at(1),point.at(2), size, "", false, randomValue(1, 10), 0]));} //only one vertex, if coordinates are submitted + //now add vertices to adjacencymatrix + var w, row; + if (amatrix.length() === 0) w = 0; else w = amatrix.at(1).length(); + for (var i = 1; i <= n; i++) { row = new List(); + for (var j = 1; j <= w; j++) row.add("X"); + amatrix.add(row); + } + for (var i = 1; i <= amatrix.length(); i++) { + for (var j = 1; j <= n; j++) { + amatrix.at(i).add("X"); + } + } + return 'ok'; + }); +//draw graph on GraphPad ----------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_drawGraphOnGraphPad(amatrix,vlist,properties)', + function (amatrix, vlist, properties) { + function property(key) { + var i = 1; + while (i <= properties.length()) { + if (properties.at(i).at(1) == key) + return properties.at(i).at(2); + i++; + } + return '-'; + } + var costume = property('initialCostume'), ctx = costume.contents.getContext('2d'), costumeWidth = Number(property('costumeWidth')), costumeHeight = Number(property('costumeHeight')), + graphWidth = Number(property('width')), graphHeight = Number(property('heighth')), bcolor = property('backColor'), + lineWidth = Number(property('lineWidth')), lcolor = property('lineColor'), minsize = Number(property('verticesMinRadius')), growing = property('verticesGrowing'), + contentShown = property('verticesContentShown'), withWeights = property('edgesWithWeights'), showWeights = property('edgesShowWeights'), + directed = property('edgesDirected'), leftOffset = Number(property('offsets').at(1)), upperOffset = Number(property('offsets').at(2)),c, row, anz, v1, v2, x1, y1, x2, y2, n = amatrix.length(), + label, textheight, weight, marked, xp, yp, alpha, l, dx, dy, dl, size; + //count edges per vertex an set size per vertex + for (var i = 1; i <= amatrix.length(); i++) { + anz = 0; + row = amatrix.at(i); + for (var j = 1; j <= row.length(); j++) + if (row.at(j) !== "X") + anz++; + vlist.at(i).put(anz, 7); + if (growing) + vlist.at(i).put(minsize + 2 * vlist.at(i).at(7), 3); + } + //draw edges + ctx.lineWidth = lineWidth; + ctx.strokeStyle = new Color(Number(lcolor.at(1)), Number(lcolor.at(2)), Number(lcolor.at(3))).toString(); + ctx.fillStyle = new Color(Number(lcolor.at(1)), Number(lcolor.at(2)), Number(lcolor.at(3))).toString(); + v1 = 1; + while (v1 <= n) { + v2 = 1; + while (v2 <= n) { + weight = amatrix.at(v1).at(v2); + if (weight != "X") { + weight = Number(weight); + x1 = Number(vlist.at(v1).at(1)); + y1 = Number(vlist.at(v1).at(2)); + x2 = Number(vlist.at(v2).at(1)); + y2 = Number(vlist.at(v2).at(2)); + ctx.beginPath(); + ctx.moveTo(x1+leftOffset, y1+upperOffset); + ctx.lineTo(x2+leftOffset, y2+upperOffset); + ctx.closePath(); + ctx.stroke(); + if (directed) { + xp = x2 - x1; + yp = y2 - y1; + size = vlist.at(v2).at(3); + l = Math.sqrt(xp * xp + yp * yp); + if (l > 15) { + ctx.beginPath(); + alpha = Math.acos(Math.abs(xp) / l); + if (!contentShown) + l = l - size; + else { + if (vlist.at(v2).at(4).length === 0) + label = "VertexNr: " + v2; + else + label = vlist.at(v2).at(4); + textheight = Number(2 * minsize) + 3 * Number(vlist.at(v2).at(7)); + ctx.font = "" + textheight + "px sans-serif"; + w = ctx.measureText(label).width + 20; + h = textheight + 10; + if (x1 === x2) + l = l - h / 2; + else if (y1 === y2) + l = l - w / 2; + else { + dx = w / 2; + dl = Math.abs(l * dx / xp); + dy = Math.abs(dl * Math.sin(alpha)); + if (dy > h / 2) + dl = h / 2 / Math.sin(alpha); + l = l - dl; + } + } + dx = 5 * Math.sin(alpha); + dy = 5 * Math.cos(alpha); + if (xp >= 0) + if (yp >= 0) {//right-down + x2 = x1 + l * Math.cos(alpha); + y2 = y1 + l * Math.sin(alpha); + ctx.moveTo(x2+leftOffset, y2+upperOffset); + ctx.lineTo(x1 + (l - 10) * Math.cos(alpha) + dx+leftOffset, y1 + (l - 10) * Math.sin(alpha) - dy+upperOffset); + ctx.lineTo(x1 + (l - 10) * Math.cos(alpha) - dx+leftOffset, y1 + (l - 10) * Math.sin(alpha) + dy+upperOffset); + } else {//right-up + x2 = x1 + l * Math.cos(alpha); + y2 = y1 - l * Math.sin(alpha); + ctx.moveTo(x2+leftOffset, y2+upperOffset); + ctx.lineTo(x1 + (l - 10) * Math.cos(alpha) - dx+leftOffset, y1 - (l - 10) * Math.sin(alpha) - dy+upperOffset); + ctx.lineTo(x1 + (l - 10) * Math.cos(alpha) + dx+leftOffset, y1 - (l - 10) * Math.sin(alpha) + dy+upperOffset); + } + else if (yp >= 0) {//left-down + x2 = x1 - l * Math.cos(alpha); + y2 = y1 + l * Math.sin(alpha); + ctx.moveTo(x2+leftOffset, y2+upperOffset); + ctx.lineTo(x1 - (l - 10) * Math.cos(alpha) + dx+leftOffset, y1 + (l - 10) * Math.sin(alpha) + dy+upperOffset); + ctx.lineTo(x1 - (l - 10) * Math.cos(alpha) - dx+leftOffset, y1 + (l - 10) * Math.sin(alpha) - dy+upperOffset); + } else {//left-up + x2 = x1 - l * Math.cos(alpha); + y2 = y1 - l * Math.sin(alpha); + ctx.moveTo(x2+leftOffset, y2+upperOffset); + ctx.lineTo(x1 - (l - 10) * Math.cos(alpha) + dx+leftOffset, y1 - (l - 10) * Math.sin(alpha) - dy+upperOffset); + ctx.lineTo(x1 - (l - 10) * Math.cos(alpha) - dx+leftOffset, y1 - (l - 10) * Math.sin(alpha) + dy+upperOffset); + } + ctx.lineTo(x2+leftOffset, y2+upperOffset); + ctx.closePath(); + ctx.stroke(); + ctx.fill(); + } + } + } + if (showWeights) { + ctx.font = "" + 12 + "px sans-serif"; + ctx.beginPath(); + if (weight != "X") + ctx.fillText("" + weight, (x1 + x2) / 2+leftOffset, (y1 + y2) / 2 - 2+upperOffset); + ctx.closePath(); + ctx.fill(); + } + v2++; + } + v1++; + } + //color connected vertices in same color + var connectedVertices, row, color, processedVertices = new List(); + for (var vNr = 1; vNr <= vlist.length(); vNr++) { + if (!(processedVertices.contains(vNr))) { + color = Math.round(9 * Math.random() + 1); + connectedVertices = new List(); + connectedVertices.add(vNr); + while (connectedVertices.length() > 0) { + v1 = connectedVertices.at(1); + processedVertices.add(v1); + connectedVertices.remove(1); + vlist.at(v1).put(color, 6); + row = amatrix.at(v1); + for (var i = 1; i <= row.length(); i++) + if ((row.at(i) != "X") && (connectedVertices.indexOf(i) < 1) && (processedVertices.indexOf(i) < 1)) + connectedVertices.add(i); + } + } + } + //draw vertices + ctx.lineWidth = 1; + ctx.strokeStyle = new Color(0, 0, 0).toString(); + for (var i = 1; i <= vlist.length(); i++) { + marked = vlist.at(i).at(5); + if (!contentShown) { + if (marked) { + ctx.beginPath(); + ctx.fillStyle = new Color(255, 0, 0).toString(); + ctx.strokeStyle = new Color(255, 0, 0).toString(); + ctx.arc(Number(vlist.at(i).at(1))+Number(leftOffset), Number(vlist.at(i).at(2))+Number(upperOffset), Number(vlist.at(i).at(3)) + 3, 0, 6.283185307179586476925286766559); + ctx.strokeStyle = new Color(0, 0, 0).toString(); + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + } + ctx.beginPath(); + c = vlist.at(i).at(6); + if (c === 1) + ctx.fillStyle = new Color(0, 0, 255).toString(); + else if (c === 2) + ctx.fillStyle = new Color(0, 155, 255).toString(); + else if (c === 3) + ctx.fillStyle = new Color(255, 0, 255).toString(); + else if (c === 4) + ctx.fillStyle = new Color(255, 0, 0).toString(); + else if (c === 5) + ctx.fillStyle = new Color(0, 255, 0).toString(); + else if (c === 6) + ctx.fillStyle = new Color(0, 255, 155).toString(); + else if (c === 7) + ctx.fillStyle = new Color(255, 255, 0).toString(); + else if (c === 8) + ctx.fillStyle = new Color(0, 0, 0).toString(); + else if (c === 9) + ctx.fillStyle = new Color(255, 255, 255).toString(); + else + ctx.fillStyle = new Color(155, 155, 155).toString(); + ctx.arc(Number(vlist.at(i).at(1))+Number(leftOffset), Number(vlist.at(i).at(2))+Number(upperOffset), Number(vlist.at(i).at(3)), 0, 6.283185307179586476925286766559); + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + } else { + if (vlist.at(i).at(4).length === 0) + label = "#" + i; + else + label = vlist.at(i).at(4); + ctx.beginPath(); + if (growing) + textheight = Number(2 * minsize) + 3 * Number(vlist.at(i).at(7)); + else + textheight = Number(2 * minsize); + ctx.font = "" + textheight + "px sans-serif"; + w = ctx.measureText(label).width + 20; + h = textheight + 10; + ctx.fillStyle = new Color(255, 255, 255).toString(); + if (marked) + ctx.strokeStyle = new Color(255, 0, 0).toString(); + else + ctx.strokeStyle = new Color(0, 0, 0).toString(); + x1 = vlist.at(i).at(1) - w / 2; + y1 = vlist.at(i).at(2) - h / 2; + ctx.fillRect(x1+leftOffset, y1+upperOffset, w, h); + ctx.strokeRect(x1 + 1+leftOffset, y1 + 1+upperOffset, w - 3, h - 2); + if (marked) + ctx.fillStyle = new Color(255, 0, 0).toString(); + else + ctx.fillStyle = new Color(0, 0, 0).toString(); + ctx.textAlign = "center"; + ctx.textBaseline = "center"; + ctx.fillText(label, x1 + w / 2+leftOffset, y1 + h - 7+upperOffset); + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + } + } + return costume; + }); +//add n random edges to graph ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_addRandomEdgesToGraph(amatrix,n,properties,vlist)', + function (amatrix, n, properties, vlist) { + function property(key) { + var i = 1; + while (i <= properties.length()) { + if (properties.at(i).at(1) == key) + return properties.at(i).at(2); + i++; + } + return '-'; + } + var v1 = 0, v2 = 0, i, length = vlist.length(), found, w, k, x1, y1, x2, y2, result, withWeights = property('edgesWithWeights'), directedEdges = property('edgesDirected'); + if (length > 1) { + n = Number(n); + k = 1; + while (k <= n) { + do { + v1 = Math.floor(Math.random() * length) + 1; + } while (v1 > length); + i = 1; + found = false; + while (!found && (i < 100)) { + do { + v2 = Math.floor(Math.random() * length) + 1; + } while (v2 > length); + found = (v1 !== v2) && (amatrix.at(v1).at(v2) === "X"); + i++; + } + if (found) { + if (withWeights) { //takes the distance/10 as weight in the beginning + x1 = Number(vlist.at(v1).at(1)); + y1 = Number(vlist.at(v1).at(2)); + x2 = Number(vlist.at(v2).at(1)); + y2 = Number(vlist.at(v2).at(2)); + w = Math.round(Math.sqrt((x1 - x2) * (x1 - x2) + (y1 - y2) * (y1 - y2)) / 10); + } else + w = 1; + amatrix.at(v1).put(w, v2); + vlist.at(v1).put(vlist.at(v1).at(7) + 1, 7); + if (!directedEdges) { + amatrix.at(v2).put(w, v1); + vlist.at(v2).put(vlist.at(v2).at(7) + 1, 7); + } + vlist.at(v2).put(vlist.at(v1).at(6), 6); + } + k++; + } + } + result = new List(); + result.add(amatrix); + result.add(vlist); + return result; + }); +//depth first search on graph ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set( + 'SciS_depthFirstSearch(amatrix,vlist,cont,n)', + function (amatrix, vlist, cont, n) { + function depthFirstSearch(content, nr) { + var nextVertices = new List(), found, vertexNr, result; + vlist.at(nr).put(true, 5); //mark vertex + if (vlist.at(nr).at(4) === content) + return new List([true, "" + content + " found in vertex " + nr]); //content is found! + else { + for (var i = 1; i <= vlist.length(); i++) { + if ((amatrix.at(nr).at(i) != "X") && (!vlist.at(i).at(5))) + nextVertices.add(i); + for (var j = 1; j <= nextVertices.length(); j++) + vlist.at(j).put(false, 5); + found = false; + while ((nextVertices.length() > 0) && !found) { + vertexNr = nextVertices.at(1); + nextVertices.remove(1); + result = depthFirstSearch(content, vertexNr); + found = result.at(1); + if (found) + return result; + } + } + return new List([false, "" + content + " not found!"]); + } + } + //delete all markers + //for(var i=1;i<=vlist.length();i++) vlist.at(i).put(false,5); + return depthFirstSearch(cont, n); + } +); +//breath first search on graph --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set( + 'SciS_breadthFirstSearch(amatrix,vlist,cont,n)', + function (amatrix, vlist, cont, n) { + function breadthFirstSearch(content, nr) { + var nextVertices = new List([n]), vertexNr; + while (nextVertices.length() > 0) { + vertexNr = nextVertices.at(1); + nextVertices.remove(1); + vlist.at(vertexNr).put(true, 5); //mark vertex + if (vlist.at(vertexNr).at(4) === content) + return new List([true, "" + content + " found in vertex " + vertexNr]); //content is found! + else { + for (var i = 1; i <= amatrix.length(); i++) { + if ((amatrix.at(vertexNr).at(i) != "X") && (!vlist.at(i).at(5))) + nextVertices.add(i); + } + } + } + return new List([false, "" + content + " not found!"]); + } + //for(var i=1;i<=vlist.length();i++) vlist.at(i).put(false,5); //delete all markers + return breadthFirstSearch(cont, n); + } +); +//shortest path on graph ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set( + 'SciS_shortestPath(amatrix,start,end)', + function (amatrix, start, end) { + var completedVertices = new List(), distances = new List(), openTuples = new List(), result, actualTuple, actualDistance, i, j, k; + openTuples.add(new List([start, 0, ""])); //initialization + while (openTuples.length() > 0) { //use all connected vertices + actualTuple = openTuples.at(1); //take the first tuple in openTuples and delete it from list, add it to completedVertices and the new distance to distances + openTuples.remove(1); + completedVertices.add(actualTuple.at(1)); + distances.add(new List([actualTuple.at(1), actualTuple.at(2)])); + for (var i = 1; i <= amatrix.length(); i++) { //add a new "message" for every connected vertex to openTuples + if (!completedVertices.contains(i) && (amatrix.at(actualTuple.at(1)).at(i) != "X")) { + actualDistance = amatrix.at(actualTuple.at(1)).at(i) + actualTuple.at(2); + openTuples.add(new List([i, actualDistance, actualTuple.at(1)])); + for (var j = 1; j <= distances.length(); j++) { //relaxation + if (distances.at(j).at(1) === i) + if (actualDistance < distances.at(j).at(2)) + distances.put(new List([i, actualDistance]), j); + } + } + } + openTuples = new List(openTuples.asArray().sort(function (a, b) { + return a.at(2) - b.at(2); + })); //sort openTuples by distances + i = 1; + while (i < openTuples.length()) { //delete doubles + k = openTuples.at(i).at(1); + j = i + 1; + while (j <= openTuples.length()) + if (openTuples.at(j).at(1) === k) + openTuples.remove(j); + else + j++; + i++; + } + } + result = -1; + for (var i = 1; i <= distances.length(); i++) //look for the distance to endvertex + if (distances.at(i).at(1) === end) + result = distances.at(i).at(2); + return result; + } +); +//all shortest paths on graph --------------------------------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set( + 'SciS_allShortestPaths(amatrix,start)', + function (amatrix, start) { + var completedVertices = new List(), distances = new List(), openTuples = new List(), result, actualTuple, actualDistance, i, j, k; + openTuples.add(new List([start, 0, ""])); //initialization + while (openTuples.length() > 0) { //use all connected vertices + actualTuple = openTuples.at(1); //take the first tuple in openTuples and delete it from list, add it to completedVertices and the new distance to distances + openTuples.remove(1); + completedVertices.add(actualTuple.at(1)); + distances.add(new List([actualTuple.at(1), actualTuple.at(2)])); + for (var i = 1; i <= amatrix.length(); i++) { //add a new "message" for every connected vertex to openTuples + if (!completedVertices.contains(i) && (amatrix.at(actualTuple.at(1)).at(i) != "X")) { + actualDistance = amatrix.at(actualTuple.at(1)).at(i) + actualTuple.at(2); + openTuples.add(new List([i, actualDistance, actualTuple.at(1)])); + for (var j = 1; j <= distances.length(); j++) { //relaxation + if (distances.at(j).at(1) === i) + if (actualDistance < distances.at(j).at(2)) + distances.put(new List([i, actualDistance]), j); + } + } + } + openTuples = new List(openTuples.asArray().sort(function (a, b) { + return a.at(2) - b.at(2); + })); //sort openTuples by distances + i = 1; + while (i < openTuples.length()) { //delete doubles + k = openTuples.at(i).at(1); + j = i + 1; + while (j <= openTuples.length()) + if (openTuples.at(j).at(1) === k) + openTuples.remove(j); + else + j++; + i++; + } + } + return new List(distances.asArray().sort(function (a, b) { + return a.at(1) - b.at(1); + })); //sort distances by vertexnumber + } +); +//vertex number on graph ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set( + 'SciS_vertexnumberAtGraph(vlist,properties,position)', + function (vlist, properties,position) { + function property(key) { + var i = 1; + while (i <= properties.length()) { + if (properties.at(i).at(1) == key) + return properties.at(i).at(2); + i++; + } + return '-'; + } + var vertexWidth, vertexHeight, showContent, offsets, + xpos, ypos, size, xVertex, yVertex, i, label, textheight, w, h, ctx, help; + help = new Costume(); + help.contents.width = 10; + help.contents.height = 10;//only for text-measurement + ctx = help.contents.getContext('2d'); + offsets = property('offsets'); + xPos = Math.round(Number(offsets.at(1)) + Number(position.at(1))); + yPos = Math.round(Number(offsets.at(2)) + Number(position.at(2))); + showContent = property('verticesContentShown'); + i = 1; + while (i <= vlist.length()) { + xVertex = Number(vlist.at(i).at(1)); + yVertex = Number(vlist.at(i).at(2)); + size = Number(vlist.at(i).at(3)); + if (showContent) { + if (vlist.at(i).at(4).length === 0) + label = "VertexNr: " + i; + else + label = vlist.at(i).at(4); + textheight = Number(2 * property('verticesMinRadius')) + 3 * Number(vlist.at(i).at(7)); + ctx.font = "" + textheight + "px sans-serif"; + w = ctx.measureText(label).width + 20; + h = textheight + 10; + if ((xPos >= xVertex - w / 2) && (xPos <= xVertex + w / 2) && (yPos >= yVertex - h / 2) && (yPos <= yVertex + h / 2)) + return i; + } else { + if (Math.sqrt((xPos - xVertex) * (xPos - xVertex) + (yPos - yVertex) * (yPos - yVertex)) <= size) + return i; + } + i++; + } + return("no vertex at this position!"); + }); + +//================= options of the NNPad palette ============================================================ +//NN output ---------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set( + 'SciS_NNoutput(weights,width,depth,n,input)', + function (weights, width, depth, n, input) { + var inp = new List(), layerNr = 1, layer, output, sum; + for (var i = 1; i <= input.length(); i++) + inp.add(input.at(i)); + if ((n === "last") || (n > depth)) + n = Number(depth); + else + n = Number(n); + while (layerNr <= n) { + inp.add(0.1); + layer = weights.at(layerNr); + output = new List(); + for (var i = 1; i <= layer.length(); i++) { + sum = 0; + for (var j = 1; j <= inp.length(); j++) + sum = sum + layer.at(i).at(j) * inp.at(j); + output.add(sum); + } + inp = new List(); + for (var i = 1; i <= output.length(); i++) + inp.add(1.0 / (1 + Math.exp(-output.at(i)))); + layerNr++; + } + return inp; + } +); + +SnapExtensions.primitives.set( + 'SciS_NNshowStatus(properties,weights,outputs,costume,isStage)', + function (properties,weights,outputs,costume,isStage) { + function property(key) { + var i = 1; + while (i <= properties.length()) { + if (properties.at(i).at(1) === key) + return properties.at(i).at(2); + i++; + } + return '-'; + } + + var newCostume, ctx, costumeWidth, costumeHeight, netWidth, netHeight, layerWidth, depth, r, g, b, dx, dy, x, y, x1, y1, colorcode, offsets; + + costumeWidth = Number(property('costumeWidth')); + costumeHeight = Number(property('costumeHeight')); + netWidth = Number(property('netWidth')); + netHeight = Number(property('netHeight')); + layerWidth = Number(property('layerWidth')); + depth = Number(property('numberOfLayers')); + r = Number(property('backColor').at(1)); + g = Number(property('backColor').at(2)); + b = Number(property('backColor').at(3)); + leftOffset = Number(property('offsets').at(1)); + upperOffset = Number(property('offsets').at(2)); + if (isStage) { + ctx = costume.contents.getContext('2d'); + ctx.beginPath(); + ctx.fillStyle = new Color(r, g, b).toString(); + ctx.strokeStyle = new Color(0, 0, 0).toString(); + ctx.fillRect(leftOffset, upperOffset, netWidth, netHeight); + ctx.strokeRect(leftOffset, upperOffset, netWidth, netHeight); + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + + } else { + //new costume + newCostume = new Costume(); + newCostume.contents.width = costumeWidth; + newCostume.contents.height = costumeHeight; + ctx = newCostume.contents.getContext('2d'); + ctx.beginPath(); + ctx.fillStyle = new Color(r, g, b).toString(); + ctx.strokeStyle = new Color(0, 0, 0).toString(); + ctx.fillRect(0, 0, costumeWidth, costumeHeight); + ctx.strokeRect(0, 0, netWidth, netHeight); + ctx.closePath(); + ctx.fill(); + ctx.stroke(); + newCostume.rotationCenter = new Point(costumeWidth / 2, costumeHeight / 2); + } + +//draw frame + ctx.beginPath(); + ctx.lineWidth = 2; + ctx.moveTo(leftOffset + netWidth - 15, upperOffset + netHeight - 20); + ctx.lineTo(leftOffset + netWidth - 15, upperOffset + 40); + ctx.lineTo(leftOffset + netWidth - 20, upperOffset + 40); + ctx.lineTo(leftOffset + netWidth - 15, upperOffset + 20); + ctx.lineTo(leftOffset + netWidth - 10, upperOffset + 40); + ctx.lineTo(leftOffset + netWidth - 15, upperOffset + 40); + ctx.closePath(); + ctx.stroke(); + ctx.beginPath(); + ctx.lineWidth = 1; + ctx.moveTo(leftOffset + netWidth - 30, upperOffset + 1); + ctx.lineTo(leftOffset + netWidth - 30, upperOffset + netHeight - 1); + ctx.closePath(); + ctx.stroke(); + +//draw connections + if (layerWidth > 1) + dx = 1.0 * (netWidth - 50) / (layerWidth - 1); + else + dx = 1.0 * (netWidth - 15) / 2; + if (depth > 1) + dy = 1.0 * netHeight / depth; + else + dy = 1.0 * netHeight / 2; + ctx.lineWidth = 1; + for (var layer = 1; layer <= depth; layer++) { + for (var i = 1; i <= layerWidth; i++) { + x = 10 + (i - 1) * dx; + if (layer === depth) + y = 3; + else + y = netHeight - layer * dy; + for (var n = 1; n <= layerWidth; n++) { + ctx.beginPath(); + x1 = 10 + (n - 1) * dx; + if (layer === 1) + y1 = netHeight - 3; + else + y1 = netHeight - (layer - 1) * dy; + colorcode = Math.round(255 * weights.at(layer).at(i).at(n)); + if (colorcode < 0) + ctx.strokeStyle = new Color(-colorcode, 0, 0).toString(); + else + ctx.strokeStyle = new Color(0, colorcode, 0).toString(); + ctx.moveTo(leftOffset + x, upperOffset + y); + ctx.lineTo(leftOffset + x1, upperOffset + y1); + ctx.closePath(); + ctx.stroke(); + } + } + } + +//draw connectors + if (layerWidth > 1) + dx = 1.0 * (netWidth - 50) / (layerWidth - 1); + else + dx = 1.0 * (netWidth - 15) / 2; + if (depth > 1) + dy = 1.0 * (netHeight - 30) / (depth - 1); + else + dy = 1.0 * (netHeight - 15) / 2; + ctx.lineWidth = 1; + for (var i = 0; i < layerWidth; i++) { + ctx.beginPath(); + x = 5 + i * dx; + y = 1; + colorcode = Math.round(255 * outputs.at(depth + 1).at(i + 1)); + if (colorcode < 0) + ctx.fillStyle = new Color(-colorcode, 0, 0).toString(); + else + ctx.fillStyle = new Color(0, colorcode, 0).toString(); + ctx.strokeRect(leftOffset + x, upperOffset + y, 10, 5); + ctx.fillRect(leftOffset + x, upperOffset + y, 10, 5); + ctx.closePath(); + ctx.stroke(); + ctx.fill(); + y = netHeight - 6; + colorcode = Math.round(255 * outputs.at(1).at(i + 1)); + if (colorcode < 0) + ctx.fillStyle = new Color(-colorcode, 0, 0).toString(); + else + ctx.fillStyle = new Color(0, colorcode, 0).toString(); + ctx.strokeRect(leftOffset + x, upperOffset + y, 10, 5); + ctx.fillRect(leftOffset + x, upperOffset + y, 10, 5); + ctx.closePath(); + ctx.stroke(); + ctx.fill(); + } + +//draw inner layers + if (layerWidth > 1) + dx = 1.0 * (netWidth - 50) / (layerWidth - 1); + else + dx = 1.0 * (netWidth - 15) / 2; + if (depth > 1) + dy = 1.0 * netHeight / depth; + else + dy = 1.0 * netHeight / 2; + for (var layer = 2; layer <= depth; layer++) { + for (var i = 0; i < layerWidth; i++) { + ctx.beginPath(); + x = 10 + i * dx; + y = netHeight - (layer - 1) * dy; + colorcode = Math.round(255 * outputs.at(layer).at(i + 1)); + if (colorcode < 0) + ctx.fillStyle = new Color(-colorcode, 0, 0).toString(); + else + ctx.fillStyle = new Color(0, colorcode, 0).toString(); + ctx.arc(leftOffset + x, upperOffset + y, 5, 0, 6.283185307179586476925286766559); + ctx.closePath(); + ctx.stroke(); + ctx.fill(); + } + } + if (isStage) + return costume; + else + return newCostume; + } +); + +SnapExtensions.primitives.set( + 'SciS_NNteach(weights,width,depth,input,output,eta)', + function (weights, width, depth, input, output, eta) { + function NNoutput(n, input) { + var inp = new List(), layerNr = 1, layer, out, sum; + for (var i = 1; i <= input.length(); i++) + inp.add(input.at(i)); + n = Number(n); + while (layerNr <= n) { + inp.add(0.1); + layer = weights.at(layerNr); + out = new List(); + for (var i = 1; i <= layer.length(); i++) { + sum = 0; + for (var j = 1; j <= inp.length(); j++) + sum = sum + layer.at(i).at(j) * inp.at(j); + out.add(sum); + } + inp = new List(); + for (var i = 1; i <= output.length(); i++) + inp.add(1.0 / (1 + Math.exp(-output.at(i)))); + layerNr++; + } + return inp; + } + + var lNr = depth, currentLayer, currentOutput, delta, h, previousDelta; + while (lNr >= 1) { + currentLayer = weights.at(lNr); + currentOutput = NNoutput(lNr, input); + if (lNr === 1) + nextOutput = input; + else + nextOutput = NNoutput(lNr - 1, input); + if (lNr === depth) { + delta = new List(); + for (var i = 1; i <= width; i++) { + h = currentOutput.at(i) * (1 - currentOutput.at(i)) * (currentOutput.at(i) - output.at(i)); + delta.add(h); + for (var n = 1; n <= width; n++) + currentLayer.at(i).put(currentLayer.at(i).at(n) - eta * h * nextOutput.at(n), n); + } + previousDelta = delta; + } else { + delta = new List(); + for (var i = 1; i <= width; i++) { + h = 0; + for (var k = 1; k <= width; k++) + h = h + previousDelta.at(k) * weights.at(lNr + 1).at(i).at(k); + h = h * currentOutput.at(i) * (1 - currentOutput.at(i)); + delta.add(h); + for (var n = 1; n <= width; n++) + currentLayer.at(i).put(currentLayer.at(i).at(n) - eta * h * nextOutput.at(n), n); + } + previousDelta = delta; + } + lNr--; + } + return weights; + } +); + +//================= options of the GridPad palette ============================================================ +//add grid to GridPad ---------------------------------------------------------------------------------------------------------------------------------------------- +SnapExtensions.primitives.set('SciS_addGridToGridPad(costume,properties,withLines,data)', + function (costume,properties,withLines,data) { + function property(key) { + var i = 1; + while (i <= properties.length()) { + if (properties.at(i).at(1) === key) + return properties.at(i).at(2); + i++; + } + return '-'; + } + + var ctx = costume.contents.getContext('2d'), + xMax = Number(property('numberOfGridColumns')), + yMax = Number(property('numberOfGridRows')), + cellWidth = Number(property('cellWidth')), + cellHeight = Number(property('cellHeight')), + colors = property('cellColors'), + maxColors = colors.length(), + cellcolor, d; + ctx.lineWidth = Number(property('lineWidth')); + ctx.strokeStyle = new Color(0, 0, 0).toString(); + for (var x = 1; x <= xMax; x++) { + for (var y = 1; y <= yMax; y++) { + ctx.beginPath(); + d = data.at(y).at(x); + if (d > maxColors) + d = maxColors; + if (d < 1) + d = 1; + cellcolor = colors.at(d).at(1); + ctx.fillStyle = new Color(cellcolor.at(1), cellcolor.at(2), cellcolor.at(3)).toString(); + ctx.fillRect((x - 1) * cellWidth, (y - 1) * cellHeight, cellWidth, cellHeight); + ctx.closePath(); + ctx.fill(); + } + } + ctx.beginPath(); + ctx.moveTo(0, 0); + ctx.lineTo(xMax * cellWidth, 0); + ctx.lineTo(xMax * cellWidth, yMax * cellHeight); + ctx.lineTo(0, yMax * cellHeight); + ctx.lineTo(0, 0); + ctx.closePath(); + ctx.stroke(); + if (!withLines) + return costume; + ctx.beginPath(); + ctx.lineWidth = 1; + ctx.strokeStyle = new Color(0, 0, 0).toString(); + for (var y = 0; y <= yMax; y++) { + ctx.moveTo(0, cellHeight * y); + ctx.lineTo(cellWidth * xMax, cellHeight * y); + } + for (var x = 0; x <= xMax; x++) { + ctx.moveTo(cellWidth * x, 0); + ctx.lineTo(cellWidth * x, cellHeight * yMax); + } + ctx.closePath(); + ctx.stroke(); + return costume; + + } +); + +SnapExtensions.primitives.set( + 'SciS_fillOnGridPadGridRandomlyOnImagePad(xMin,xMax,yMin,yMax,numbers,data)', + function (xMin, xMax, yMin, yMax, numbers, data) { + var result, maxNumber = numbers.length(), h; + + function listCopy(item) { + var theCopy; + if (item instanceof List) { + theCopy = new List(); + for (var i = 1; i <= item.length(); i++) + theCopy.add(listCopy(item.at(i))); + } else + theCopy = item; + return theCopy; + } + + function myRandom(min, max) { + if (max < min) { + var h = max; + max = min; + min = h; + } + return Math.floor(Math.random() * (Number(max) - Number(min)) + Number(min) + 0.5); + } + + result = listCopy(data); + xMin = Math.abs(xMin); + xMax = Math.abs(xMax); + yMin = Math.abs(yMin); + yMax = Math.abs(yMax); + if (xMin > xMax) { + h = xMin; + xMin = xMax; + xMax = h; + } + if (yMin > yMax) { + h = yMin; + yMin = yMax; + yMax = h; + } + for (var y = yMin; y <= yMax; y++) + for (var x = xMin; x <= xMax; x++) + result.at(y).put(numbers.at(myRandom(1, maxNumber)), x); + return result; + } +); + +SnapExtensions.primitives.set( + 'SciS_neighborhoodInGridOnImagePad(data,properties,x,y,isTorus,typeOfNeighborhood)', + function (data, properties, x, y, isTorus, typeOfNeighborhood) { + function property(key) { + var i = 1; + while (i <= properties.length()) { + if (properties.at(i).at(1) === key) + return properties.at(i).at(2); + i++; + } + return '-'; + } + + var xMax = Number(property('numberOfGridColumns')), + yMax = Number(property('numberOfGridrows')), + result = [], xg, yg; + if ((x < 1) || (x > xMax) || (y < 1) || (y > yMax)) + return "ERROR: index out of bounds!"; + for (var xp = x - 1; xp <= x + 1; xp++) { + for (var yp = y - 1; yp <= y + 1; yp++) { + xg = xp; + yg = yp; + if (xp < 1) { + if (isTorus) { + xg = xMax; + } else { + xg = 0; + } + } + if (xp > xMax) { + if (isTorus) { + xg = 1; + } else { + xg = 0; + } + } + if (yp < 1) { + if (isTorus) { + yg = yMax; + } else { + yg = 0; + } + } + if (yp > yMax) { + if (isTorus) { + yg = 1; + } else { + yg = 0; + } + } + if ((xg > 0) && (yg > 0)) { + result.push(data.at(yg).at(xg)); + } else { + result.push(""); + } + } + } + if (typeOfNeighborhood === "Moore") + return new List([result[3], result[6], result[7], result[8], result[5], result[2], result[1], result[0]]); + else + return new List([result[3], result[7], result[5], result[1], ]); + } +); + +SnapExtensions.primitives.set( + 'SciS_swapCellsOfGridOnGridPad(data,n,isTorus,range,xMin,xMax,yMin,yMax)', + function (data, n, isTorus, range, xMin, xMax, yMin, yMax) { + + function listCopy(item) { + var theCopy; + if (item instanceof List) { + theCopy = new List(); + for (var i = 1; i <= item.length(); i++) + theCopy.add(listCopy(item.at(i))); + } else + theCopy = item; + return theCopy; + } + + function myRandom(min, max) { + if (max < min) { + var h = max; + max = min; + min = h; + } + return Math.floor(Math.random() * (Number(max) - Number(min)) + Number(min) + 0.5); + } + + function swap(x, y) { + var xNew, yNew; + if (isTorus) { + xNew = x + myRandom(-range, range); + yNew = y + myRandom(-range, range); + if (xNew < 1) + xNew = xMax; + if (xNew > xMax) + xNew = 1; + if (yNew < 1) + yNew = yMax; + if (yNew > yMax) + yNew = 1; + } else { + do { + xNew = x + myRandom(-range, range); + } while ((xNew < 1) || (xNew > xMax)); + do { + yNew = y + myRandom(-range, range); + } while ((yNew < 1) || (yNew > yMax)); + } + result.at(y).put(data.at(yNew).at(xNew), x); + result.at(yNew).put(data.at(y).at(x), xNew); + } + + data = listCopy(data); + result = listCopy(data); + xMin = Math.abs(xMin); + xMax = Math.abs(xMax); + yMin = Math.abs(yMin); + yMax = Math.abs(yMax); + if (xMin > xMax) { + h = xMin; + xMin = xMax; + xMax = h; + } + if (yMin > yMax) { + h = yMin; + yMin = yMax; + yMax = h; + } + + for (i = 1; i <= n; i++) { + rnd = myRandom(1, 8); + if (rnd === 1) { + for (var x = xMin; x <= xMax; x++) + for (var y = yMin; y <= yMax; y++) + swap(x, y); + } + if (rnd === 2) { + for (var x = xMin; x <= xMax; x++) + for (var y = yMax; y >= yMin; y--) + swap(x, y); + } + if (rnd === 3) { + for (var x = xMax; x >= xMin; x--) + for (var y = yMin; y <= yMax; y++) + swap(x, y); + } + if (rnd === 4) { + for (var x = xMax; x >= xMin; x--) + for (var y = yMax; y >= yMin; y--) + swap(x, y); + } + if (rnd === 5) { + for (var y = yMin; y <= yMax; y++) + for (var x = xMin; x <= xMax; x++) + swap(x, y); + } + if (rnd === 6) { + for (var y = yMax; y >= yMin; y--) + for (var x = xMin; x <= xMax; x++) + swap(x, y); + } + if (rnd === 7) { + for (var y = yMin; y <= yMax; y++) + for (var x = xMax; x >= xMin; x--) + swap(x, y); + } + if (rnd === 8) { + for (var y = yMax; y >= yMin; y--) + for (var x = xMax; x >= xMin; x--) + swap(x, y); + } + data = result; + result = listCopy(data); + } + return result; + } +); + +SnapExtensions.primitives.set( + 'SciS_changeSurroundingValuesOfGridOnGridPad(data,ifValue,elseValue,surrValue,op,n,isTorus,withNoise,noise,xMin,xMax,yMin,yMax,oldValue)', + function (data, ifValue, elseValue, surrValue, op, n, isTorus, withNoise, noise, xMin, xMax, yMin, yMax, oldValue) { + var result; + + function listCopy(item) { + var theCopy; + if (item instanceof List) { + theCopy = new List(); + for (var i = 1; i <= item.length(); i++) + theCopy.add(listCopy(item.at(i))); + } else + theCopy = item; + return theCopy; + } + + function myRandom(min, max) { + if (max < min) { + var h = max; + max = min; + min = h; + } + return Math.floor(Math.random() * (Number(max) - Number(min)) + Number(min) + 0.5); + } + + function actWith(x, y) { + var xg, yg, res = 0, ok, val; + if ((oldValue === 0) || (data.at(y).at(x) === oldValue)) { + for (var xp = x - 1; xp <= x + 1; xp++) { + for (var yp = y - 1; yp <= y + 1; yp++) { + xg = xp; + yg = yp; + if (xp < 1) { + if (isTorus) { + xg = xMax; + } else { + xg = 0; + } + } + if (xp > xMax) { + if (isTorus) { + xg = 1; + } else { + xg = 0; + } + } + if (yp < 1) { + if (isTorus) { + yg = yMax; + } else { + yg = 0; + } + } + if (yp > yMax) { + if (isTorus) { + yg = 1; + } else { + yg = 0; + } + } + if ((xg > 0) && (yg > 0) && (data.at(yg).at(xg) === surrValue)) + res++; + } + } + if((oldValue!==0)&&(data.at(y).at(x)===surrValue)) res--; + ok = false; + if ((op === "greater-than") && (res > n)) + ok = true; + if ((op === "equal-to") && (res == n)) + ok = true; + if ((op === "smaller-than") && (res < n)) + ok = true; + if ((op === "different-from") && (res !== n)) + ok = true; + if (ok) + result.at(y).put(ifValue, x); + else + result.at(y).put(elseValue, x); + if (withNoise) { + if (Math.random() * 100 <= noise) + if (Math.random() <= 0.5) + result.at(y).put(ifValue, x); + else + result.at(y).put(elseValue, x); + } + } + } + + result = listCopy(data); + xMin = Math.abs(xMin); + xMax = Math.abs(xMax); + yMin = Math.abs(yMin); + yMax = Math.abs(yMax); + if (xMin > xMax) { + h = xMin; + xMin = xMax; + xMax = h; + } + if (yMin > yMax) { + h = yMin; + yMin = yMax; + yMax = h; + } + if (oldValue === "any") + oldValue = 0; + oldValue = Number(oldValue); + for (var x = xMin; x <= xMax; x++) + for (var y = yMin; y <= yMax; y++) + actWith(x, y); + return result; + } +); + +SnapExtensions.primitives.set( + 'SciS_replaceValuesOfGridOnImagePad(data,operation,isTorus,xMin,xMax,yMin,yMax,range)', + function (data, operation, isTorus, xMin, xMax, yMin, yMax,range) { + var result; + + function listCopy(item) { + var theCopy; + if (item instanceof List) { + theCopy = new List(); + for (var i = 1; i <= item.length(); i++) + theCopy.add(listCopy(item.at(i))); + } else + theCopy = item; + return theCopy; + } + + function actWith(x, y) { + var xg, yg,sum=0, max=-100000, min=100000, n=0, z; + for (var xp = x - range; xp <= x + range; xp++) { + for (var yp = y - range; yp <= y + range; yp++) { + xg = xp; + yg = yp; + if (xp < 1) { + if (isTorus) { + xg = xMax+xp; + } else { + xg = 0; + } + } + if (xp > xMax) { + if (isTorus) { + xg = xp-xMax; + } else { + xg = 0; + } + } + if (yp < 1) { + if (isTorus) { + yg = yMax+yp; + } else { + yg = 0; + } + } + if (yp > yMax) { + if (isTorus) { + yg = yp-yMax; + } else { + yg = 0; + } + } + if ((xg > 0) && (yg > 0)) { + z = data.at(yg).at(xg); + sum = sum + z; + n++; + if (z > max) + max = z; + if (z < min) + min = z; + } + } + } + if (operation === "sum") + result.at(y).put(sum, x); + if (operation === "min") + result.at(y).put(min, x); + if (operation === "max") + result.at(y).put(max, x); + if (operation === "mean") + if (n > 0) + result.at(y).put(1.0 * sum / n, x); + else + result.at(y).put("", x); + } + + + result = listCopy(data); + xMin = Math.abs(xMin); + xMax = Math.abs(xMax); + yMin = Math.abs(yMin); + yMax = Math.abs(yMax); + range=Number(range); + if (xMin > xMax) { + h = xMin; + xMin = xMax; + xMax = h; + } + if (yMin > yMax) { + h = yMin; + yMin = yMax; + yMax = h; + } + for (var x = xMin; x <= xMax; x++) + for (var y = yMin; y <= yMax; y++) + actWith(x, y); + return result; + } +); + +SnapExtensions.primitives.set( + 'SciS_combineGridsOnGridPad(grid1,grid2,value1,operator,value2,ifValue,elseValue,xMax,yMax)', + function (grid1, grid2, value1, operator, value2, ifValue, elseValue, xMax, yMax) { + var result = new List(), row, ok, ok1, ok2; + for (var y = 1; y <= yMax; y++) { + row = new List(); + for (var x = 1; x <= xMax; x++) { + ok1 = grid1.at(y).at(x) === value1; + ok2 = grid2.at(y).at(x) === value2; + ok = false; + if ((operator === "and") && (ok1 && ok2)) + ok = true; + if ((operator === "or") && (ok1 || ok2)) + ok = true; + if ((operator === "xor") && ((ok1 && !ok2) || (!ok1 && ok2))) + ok = true; + if ((operator === "not-and") && (!(ok1 && ok2))) + ok = true; + if ((operator === "not-or") && (!(ok1 || ok2))) + ok = true; + if ((operator === "not-xor") && (!((ok1 && !ok2) || (!ok1 && ok2)))) + ok = true; + if (operator === "minus") + if (ok2) + ok = false; + else + ok = ok1; + if (ok) + row.add(ifValue); + else + row.add(elseValue); + } + result.add(row); + } + return result; + + } +); + +SnapExtensions.primitives.set( + 'SciS_applyWolframAutomatonToAgridOnGridPad(no,grid,color0,color1)', + function (no, grid, color0, color1) { + var WolframData, gridWidth = grid.at(1).length(), lineData = new List(), lineLength, result; + + function numberToBits(n) { + var result = [0, 0, 0, 0, 0, 0, 0, 0], bit; + for (var i = 7; i >= 0; i--) { + bit = Math.floor(1.0 * n / Math.pow(2, i)); + result[i] = bit; + n = n - bit * Math.pow(2, i); + } + return result; + } + + no = Number(no); + color0 = Number(color0); + color1 = Number(color1); + if ((no > 255) || (no < 0)) + return "ERROR: number out of range!"; + WolframData = new List(numberToBits(no)); + for (var i = 1; i <= 3 * gridWidth; i++) + lineData.add(color0); + for (var i = gridWidth + 1; i <= 2 * gridWidth; i++) + lineData.put(grid.at(1).at(i - gridWidth), i); + lineLength = lineData.length(); + for (var y = 1; y < grid.length(); y++) { + result = new List(); + for (var i = 1; i <= lineLength; i++) { + if (i === 1) { + if (lineData.at(1) === color1) + n = 2; + else + n = 0; + if (lineData.at(2) === color1) + n++; + } else if (i === lineLength) { + if (lineData.at(i - 1) === color1) + n = 4; + else + n = 0; + if (lineData.at(i) === color1) + n = n + 2; + } else { + if (lineData.at(i - 1) === color1) + n = 4; + else + n = 0; + if (lineData.at(i) === color1) + n = n + 2; + if (lineData.at(i + 1) === color1) + n++; + } + if (WolframData.at(n + 1) === 1) { + result.add(color1); + if ((i > gridWidth) && (i <= 2 * gridWidth)) + grid.at(y + 1).put(color1, i - gridWidth); + } else { + result.add(color0); + if ((i > gridWidth) && (i <= 2 * gridWidth)) + grid.at(y + 1).put(color0, i - gridWidth); + } + } + lineData = result; + } + return grid; + } +); + + +/* + //empty example -------------------------------------------------------------------------------------------------------------------------------------- + SnapExtensions.primitives.set('SciS_emptyExample(params)', + function (params) { + }); + */ + + diff --git a/libraries/SciSnapExtensions.js b/libraries/SciSnapExtensions.js deleted file mode 100644 index 400d647520..0000000000 --- a/libraries/SciSnapExtensions.js +++ /dev/null @@ -1,5047 +0,0 @@ -SnapExtensions.primitives.set( - 'SciS_SetSciSnapLogo()', - function () { - IDE_Morph.prototype.createLogo = function () { - var myself = this; - - if (this.logo) { - this.logo.destroy(); - } - - this.logo = new Morph(); - - this.logo.texture = "data:image/png;base64," + - "iVBORw0KGgoAAAANSUhEUgAAADwAAAAYCAYAAACmwZ5SAAAIPklEQVR42sWYBXjbSBbHFSpTb" + - "EHAECgzHSwzMzMz827w4mVmDEhyksUyH1+5R21Thji2pVCZGXX/GY1lvixX3/e+4Tfzmwe2xB" + - "mG0bF4uFQUKaF20+eSqCvSuZrMPx2U+cmaKrS3eAWjtVYwdEXwaYr4DvouXl+Zw4fWzPZw6VQP" + - "6idSOpwwbhyXFqq3qEK/oCq8rgGqrU4wNn0lGkGFP4y+TQAMagqvody15WvR2Iwx1NcGZPG5lh" + - "qHzdI5G+AnHhjWAxgVA1bgmDUjYHHw2wGwYf8kyYAFt2iKpGiqdHeLyp+p1QijfIptsO7NGqLJ" + - "4kk65gK+Htbes2eChEsR1uiqcJ21MdvrxAAzuGiJhoXbPrlrHLGmZARk90trP/993vdR7q/i+8" + - "MbXoHs2fqNSC7qa61Oyo/cYxzECpckQh+PkXrddePSfhYLr/ZwnRCTBcRC+me9MyNh/TX8JcR9" + - "g3LWmqCS9zsuwUPmL64ck0HcNVGsttQLfWHxzwBuQLYiBJ4IqlyX73NAtkMKq3x/sOgnGjio8k" + - "/CXQ9oChF+Heqnkf6NdVJ3XeG/CyrZ4zaP47rRlWPa0667eX7nS29amHbWVf9OPfmq5en0QNGH" + - "SZnt8aQbs8+MiletNvekoJI1i3hKUBVXaIr90aDaJ8/AZbFLMuEgiQ5+6nWLU34sMJ4wsO5FzH" + - "n5eoBOINkW5QpY9qZYy6588Nybtj0z9GWj1HVuSMlJ1yxOGXPZ4k70Lu5fnEFcD0Iv4EiJ+/Kt" + - "j13UebbnzDS6Ybn7rMPFecVLnj77g4DimqYpOS2aKja11IrNrbXiAuw3D5l+NmQ8+qqbvdJ76H" + - "sOMpac8+SrF3ec8MrcN+N8jyQHjolhJJjXALwElv4HsWxYkXOSUeYyQgKllf9342LneXReufMK" + - "2i51ytHrneN/iaQE3eMglomH2P0pQ2yB9CgLm2KC+6ptDrj2bk3lP4y4tUHmQZ1PGc8UiCi/BP" + - "Bxo6KD39VyxwX0QivcfRjkW0bRQLtR4nybtiucOb8G8CB7U1o0MA7l+6hvZ5pgxjm6IqnMI+4d" + - "oeRSesAS1+iQ2wD6oFHsGmzNecGdB7CBUZsD1AR3jWGWvdS0tvtMur7UcSFpW3oqsvmEl/B8rg" + - "MXbGV3a01Z3gDjQ5yblMmBMwbbm1LjshfNrij9lZkuWHgj5B+WEihkB/YmuVUlwtXnxLl0Rd9e" + - "bOwP8WudQ9jYRFKyNQ9G6J6bKAyYAeZj/WE29nQS4M5DMqOBo/5NBRXxxQOTJQPAC9u/7slbG5" + - "SGYtj5kVGcOzzstu6TzM0dX6AsN+e4r04Qw9Xs4Aosfko8sPM/zPI7Ua83def+ztTtfBBrPjDr" + - "7t+HgCF/gf7LcFmNWLM6GfCwTD+Aw0+KwYCbvcLpAF2HxPUfxPAqv8yPjbFGMWQ3O8STzF3vN+" + - "PRnWUlp3KMxQLTMddjGN/ALu7FKGCECZtTizmLwmvy3Ka7O2ymPtc1FjByAq2jRHtvJPDIrMYM" + - "Agd37jY4058StrBlXS4VsHMAO09XhGtR3xJQxdviXPAZqTs2lU1ILjUaOHmWjpIS17vMK3LDFn" + - "bcFQJG35KIS3oN4/+FtFoX8z2AB9oae1IL2/xd+9q2WsDWz5Ku8vdt/pq+DNzUUmvPBfhOJK5P" + - "w9bNHRGRfR81IR19vy9w9Pqccxjk6RYw3DYM7FppzkOf6Q11uKQKVr/9ewL3oRa2RbszPQABhE" + - "XbIGvoX81xXCdN4dcgntcxt72EblDsOicqaxfFA6M+DQfwRAEju0daB3Bj2dhpFnC5BfwdpJGB" + - "fIjxjVbijAFG/d8sLD7Emj2WbsgwW2PvpH+3NFV8d9u3ohFQ+Hutv4EyX7X921yDtoty7CyTTk" + - "X5OSzTRtsssVgZFDHO5t2TIGkdQHuzud5pZuRncUnxwFMxrjPXv9cEc1yJ8k/xwCw7Iy9AGggP" + - "ypdo0nvX0dVMWk3Ug62HvOPCsvsgK/GT1DsErCv8pdu+zaJQVnJiCQsKd+BgVnyzGz7CYP9Cwi" + - "TepV3XYmwbO+herHnC7I8GRv3PkFYzLPIlrJnH9E6Jd2m4vhnbx0kOAI7l0mFgf6fB9kA4hhGn" + - "445MyzLIaxxRtLiSyzBfKPK6oG+iMSub/NGfYczneiDz2b+58vHTuSTPSY6l2Wdws+nvucfjST" + - "VeKIhzq81PDxs4zB4ovI4z0mLH+iLRJGobRa7MMZyRMcDuL6Sw4RieMQgWBFQ6jVfBZ/05SfrA" + - "dZ/R8RWDvMSbB+VSQ7/LWrWUr6n8DOLuQdnR0lTT9x2fXPCwX3Y/5pOHXDbL4+kV+gTk8cxOO/" + - "NMAgvrskQYkAcMaKwZ9IRfdhX5awpe8Mv9i3zVfa16ZJ8P5bqqMSVtddxD6ypHl/hrBrwQVHOs" + - "8dgxAnzgZdfSWH3JdCf+xIODhkuz3l6Z002Txat0xf4hLD5JU8TxQUVai3Jps7czvXHfrL6dCT" + - "QR6iFsrebln9EU+7agyk/TVfsUTRZmaIo0PVSP6lMyp/oV98z2Om4mDjtTV/tMwX6zQuOxYwR4" + - "/6s5rbH6kulOCBwLT6xttdmHAtPdhZEk5nVZuD7pepoHhOkImU9CF7f6U6EHKa16ZN/0nG4b64" + - "Z3b6/kui2nJWlLtAx5XJQgkSGGz+bwXMfex7/fFw/LhZN/6kn0tREWfg8wCwKARnmx5hWvIZ6A" + - "jH91s1c8X/MKL6N/bYsqDftZ3oJggO/xVaND+d6bkUshLxjUfdG3fVxm7yBcvL2efrY5ouHrJc" + - "qjiPlDukr79uiKeKuVCCHkE1CsjBt3XRr5aOCBkMtNNMcyxs8g/wNEIKQzeRECpwAAAABJRU5E" + - "rkJggg=="; - - this.logo.render = function (ctx) { - var gradient = ctx.createLinearGradient( - 0, - 0, - this.width(), - 0 - ); - gradient.addColorStop(0, 'black'); - gradient.addColorStop(0.5, myself.frameColor.toString()); - ctx.fillStyle = MorphicPreferences.isFlat ? - myself.frameColor.toString() : gradient; - ctx.fillRect(0, 0, this.width(), this.height()); - if (this.cachedTexture) { - this.renderCachedTexture(ctx); - } else if (this.texture) { - this.renderTexture(this.texture, ctx); - } - }; - - this.logo.renderCachedTexture = function (ctx) { - ctx.drawImage( - this.cachedTexture, - 5, - Math.round((this.height() - this.cachedTexture.height) / 2) - ); - this.changed(); - }; - - this.logo.mouseClickLeft = function () { - myself.snapMenu(); - }; - - this.logo.color = BLACK; - this.logo.setExtent(new Point(200, 28)); // dimensions are fixed - this.add(this.logo); - }; - var stage = this.parentThatIsA(StageMorph), - ide = stage.parentThatIsA(IDE_Morph), - world = stage.parentThatIsA(WorldMorph); - ide.createLogo(); - ide.createControlBar(); - ide.fixLayout(); - } -); - -SnapExtensions.primitives.set( - 'SciS_addMenuItemForSciSnapManuals()', - function () { - IDE_Morph.prototype.snapMenu = function () { - var menu, - world = this.world(); - - menu = new MenuMorph(this); - menu.addItem('About...', 'aboutSnap'); - menu.addLine(); - menu.addItem( - 'Reference manual', - () => { - var url = this.resourceURL('help', 'SnapManual.pdf'); - window.open(url, 'SnapReferenceManual'); - } - ); - menu.addItem( - 'Snap! website', - () => window.open('https://snap.berkeley.edu/', 'SnapWebsite') - ); - menu.addItem( - 'SciSnap! manual', - () => window.open('https://emu-online.de/ProgrammingWithSciSnap2.pdf', '') - ); - menu.addItem( - 'SciSnap! Handbuch', - () => window.open('https://emu-online.de/ProgrammierenMitSciSnap2.pdf', '') - ); - menu.addItem( - 'Download source', - () => window.open( - 'https://github.com/jmoenig/Snap/releases/latest', - 'SnapSource' - ) - ); - if (world.isDevMode) { - menu.addLine(); - menu.addItem( - 'Switch back to user mode', - 'switchToUserMode', - 'disable deep-Morphic\ncontext menus' - + '\nand show user-friendly ones', - new Color(0, 100, 0) - ); - } else if (world.currentKey === 16) { // shift-click - menu.addLine(); - menu.addItem( - 'Switch to dev mode', - 'switchToDevMode', - 'enable Morphic\ncontext menus\nand inspectors,' - + '\nnot user-friendly!', - new Color(100, 0, 0) - ); - } - menu.popup(world, this.logo.bottomLeft()); - }; - } -); - -SnapExtensions.primitives.set( -//copied from Snap! library - 'SciS_setvalue(which,value)', - function (which, value) { - var stage = this.parentThatIsA(StageMorph), - ide = stage.parentThatIsA(IDE_Morph), - world = stage.parentThatIsA(WorldMorph); - try { - ide.savingPreferences = false; - switch (which) { - case 'Project notes': - ide.projectNotes = value; - break; - case 'Project name': - ide.setProjectName(value); - break; - case 'Language': - ide.setLanguage(value); - break; - case 'Zoom blocks': - if (!isNaN(value)) - ide.setBlocksScale(Math.min(value, 12)); - break; - case 'Stage size': - if ((value instanceof List) && value.length() == 2 - && !isNaN(value.at(1)) && !isNaN(value.at(2))) - ide.setStageExtent(new Point(value.at(1), value.at(2))); - break; - case 'Stage scale': - ide.toggleStageSize(value != 1, Math.max(0.1, value)); - break; - case 'Visible palette': - ide.currentCategory = value.toLowerCase(); - ide.categories.children.forEach(function (each) { - each.refresh(); - }); - ide.refreshPalette(true); - break; - } - ; - } finally { - ide.savingPreferences = true; - } - ; - } -); - -SnapExtensions.primitives.set( - 'SciS_uppercase(txt)', - function (txt) { - return txt.toUpperCase(); - } -); - -SnapExtensions.primitives.set( - 'SciS_lowercase(txt)', - function (txt) { - return txt.toLowerCase(); - } -); - -SnapExtensions.primitives.set( - 'SciS_indexof(sub,txt)', - function (sub, txt) { - return txt.indexOf(sub) + 1; - ; - } -); - -SnapExtensions.primitives.set( - 'SciS_substring(aString,from,to)', - function (aString, from, to) { - from -= 1; - if (to > aString.length) - to = aString.length; - if ((from >= 0) && (from < aString.length) && (to >= from)) - return aString.substring(from, to); - else - return ""; - } -); - -SnapExtensions.primitives.set( - 'SciS_delete(substring,aString,choice)', - function (substring, aString, choice) { - var result = aString, pos = result.indexOf(substring); - if (choice === 'first') - return result.replace(substring, ''); - else { - while (pos > -1) { - result = result.replace(substring, ''); - pos = result.indexOf(substring); - } - return result; - } - } -); - -SnapExtensions.primitives.set( - 'SciS_writeToFile(data,filename)', - function (data, filename) { - var ide = this.parentThatIsA(IDE_Morph); - if (isString(data)) { - ide.saveFileAs(data, 'text/plain;charset=utf-8', filename); - } - } -); - -SnapExtensions.primitives.set( - 'SciS_replace(substring,replacement,aString,choice)', - function (substring, replacement, aString, choice) { - var result = aString, pos = result.indexOf(substring); - if (choice === 'first') - return result.replace(substring, replacement); - else { - while (pos > -1) { - result = result.replace(substring, replacement); - pos = result.indexOf(substring); - } - return result; - } - } -); - -SnapExtensions.primitives.set( - 'SciS_costumecopy(costume)', - function (costume) { - if (typeof (costume) === "object") - return costume.copy(); - else - return "costume required!"; - } -); - -SnapExtensions.primitives.set( - 'SciS_newcostume(w,h,r,g,b)', - function (w, h, r, g, b) { - var newCostume = new Costume(); - newCostume.contents.width = w; - newCostume.contents.height = h; - var ctx = newCostume.contents.getContext('2d'); - ctx.beginPath(); - ctx.fillStyle = new Color(r, g, b).toString(); - ctx.strokeStyle = new Color(0, 0, 0).toString(); - ctx.fillRect(0, 0, w, h); - ctx.strokeRect(0, 0, w, h); - ctx.closePath(); - ctx.fill(); - ctx.stroke(); - newCostume.rotationCenter = new Point(w / 2, h / 2); - return newCostume; - } -); - -SnapExtensions.primitives.set( - 'SciS_showmessage(title,message)', - function (title, message) { - this.parentThatIsA(IDE_Morph).inform(title, message); - } -); - -SnapExtensions.primitives.set( - 'SciS_copyOf(theList)', - function (theList) { - function listCopy(item) { - var theCopy; - if (item instanceof List) { - theCopy = new List(); - for (var i = 1; i <= item.length(); i++) - theCopy.add(listCopy(item.at(i))); - } else - theCopy = item; - return theCopy; - } - return listCopy(theList); - } -); - -SnapExtensions.primitives.set( - 'SciS_mathpadaddaxes(cAttributes,type,maxValue,dimension,costume)', - function (cAttributes, type, maxValue, dimension, costume) { - var ctx, costumeWidth, costumeHeight, leftOffset = Number(cAttributes.at(6)), upperOffset = Number(cAttributes.at(7)), - x0, y0, intervals, width = Number(cAttributes.at(8)), height = Number(cAttributes.at(9)); - - function valueTOpixel(v) { - return (v * width) / (2 * maxValue); - } - function pixelTOvalue(p) { - return (2 * maxValue * p) / width; - } - - //set values - ctx = costume.contents.getContext('2d'); - costumeWidth = costume.contents.width; - costumeHeight = costume.contents.height; - x0 = width / 2; - y0 = height / 2; - intervals = 10 * Math.round(width / 500); - - //plot frame - ctx.beginPath(); - ctx.lineWidth = 1; - ctx.strokeStyle = new Color(0, 0, 0).toString(); - ctx.strokeRect(leftOffset, upperOffset, width, height); - ctx.closePath(); - ctx.stroke(); - - //plot axes - ctx.beginPath(); - ctx.lineWidth = 1; - ctx.strokeStyle = new Color(0, 0, 0).toString(); - ctx.fillStyle = new Color(0, 0, 0).toString(); - ctx.moveTo(leftOffset, upperOffset + y0); - ctx.lineTo(leftOffset + width, upperOffset + y0); - ctx.lineTo(leftOffset + width - 10, upperOffset + y0 - 6); - ctx.lineTo(leftOffset + width - 10, upperOffset + y0 + 6); - ctx.lineTo(leftOffset + width, upperOffset + y0); - ctx.closePath(); - ctx.fill(); - ctx.stroke(); - ctx.beginPath(); - if (type === "complex") - ctx.fillText("Re", leftOffset + width - 25, upperOffset + y0 - 15); - else - ctx.fillText("x", leftOffset + width - 15, upperOffset + y0 + 15); - ctx.moveTo(leftOffset + x0, upperOffset + height); - ctx.lineTo(leftOffset + x0, upperOffset); - ctx.lineTo(leftOffset + x0 - 6, upperOffset + 10); - ctx.lineTo(leftOffset + x0 + 6, upperOffset + 10); - ctx.lineTo(leftOffset + x0, upperOffset); - if (dimension > 2) { - ctx.fillText("z", leftOffset + x0 - 15, upperOffset + 15); - ctx.moveTo(leftOffset, upperOffset + y0 + x0 / 2); - ctx.lineTo(leftOffset + width, upperOffset + y0 - x0 / 2); - ctx.lineTo(leftOffset + width - 12, upperOffset + y0 - x0 / 2); - ctx.lineTo(leftOffset + width - 6, upperOffset + y0 - x0 / 2 + 8); - ctx.lineTo(leftOffset + width, upperOffset + y0 - x0 / 2); - ctx.fillText("y", leftOffset + width - 15, upperOffset + y0 - x0 / 2 - 5); - } else { - if (type === "complex") - ctx.fillText("Im", leftOffset + x0 - 25, upperOffset + 15); - else - ctx.fillText("y", leftOffset + x0 + 15, upperOffset + 15); - } - - //drawScales - var dx = 2 * maxValue / intervals, delta = valueTOpixel(dx), xpos = x0, ypos = y0, zpos, text, pos = y0, - zpos, zdelta, w, x, y, fac; - while (xpos >= 0) { - xpos = xpos - delta; - } - while (xpos <= 0) { - xpos = xpos + delta; - } - x = pixelTOvalue(xpos - x0); - while (xpos < width) { - text = x.toPrecision(2); - w = ctx.measureText(text).width; - ctx.moveTo(leftOffset + xpos, upperOffset + pos - 3); - ctx.lineTo(leftOffset + xpos, upperOffset + pos + 3); - if ((xpos < width - 10) && (xpos !== x0)) { - ctx.fillText(text, leftOffset + xpos - w / 2, upperOffset + pos + 15); - } - if (dimension > 2) { - zpos = x0 - (x0 - xpos) * Math.cos(Math.PI / 6) * 0.8; - ctx.moveTo(leftOffset + zpos, upperOffset + pos + (x0 - zpos) / 2 - 3); - ctx.lineTo(leftOffset + zpos, upperOffset + pos + (x0 - zpos) / 2 + 3); - if ((zpos !== x0) && (zpos < width - 10)) { - ctx.fillText(text, leftOffset + zpos - w / 2, upperOffset + pos + (x0 - zpos) / 2 + 15); - } - } - xpos = xpos + delta; - x = pixelTOvalue(xpos - x0); - } - pos = x0; - while (ypos >= 0) { - ypos = ypos - delta; - } - ypos = ypos + delta; - y = pixelTOvalue(y0 - ypos); - while (ypos <= height) { - text = y.toPrecision(2); - w = ctx.measureText(text).width; - ctx.moveTo(leftOffset + pos - 3, upperOffset + ypos); - ctx.lineTo(leftOffset + pos + 3, upperOffset + ypos); - if ((ypos !== y0) && (ypos > 10)) { - ctx.fillText(text, leftOffset + pos + 5, upperOffset + ypos + 3); - } - ypos = ypos + delta; - y = pixelTOvalue(y0 - ypos); - } - ctx.closePath(); - ctx.fill(); - ctx.stroke(); - return costume; - } -); - -SnapExtensions.primitives.set( - 'SciS_mathpadplot(costume,data,r,g,b,maxValue,linewidth,dimension,onlypoints,cAttributes,startpoint,choice)', - function (costume, data, r, g, b, maxValue, linewidth, dimension, onlypoints, cAttributes, startpoint, choice) { - function valueTOpixel(v) { - return (v * width) / (2 * maxValue); - } - function pixelTOvalue(p) { - return (2 * maxValue * p) / width; - } - function vectorTOcoordinates(v) { - if (dimension > 2) { - var x = Number(v.at(1)), y = Number(v.at(2)), z = Number(v.at(3)), ypos; - ypos = valueTOpixel(y) * Math.cos(Math.PI / 6) * 0.8; - return new List([valueTOpixel(x) + ypos, valueTOpixel(z) + ypos / 2]); - } else { - var x = Number(v.at(1)), y = Number(v.at(2)); - return new List([valueTOpixel(x), valueTOpixel(y)]); - } - } - - if (choice === 'object-of') { - //variables - var ctx = costume.contents.getContext('2d'), costumeWidth = costume.contents.width, - costumeHeight = costume.contents.height, width = Number(cAttributes.at(8)), - height = Number(cAttributes.at(9)), leftOffset = Number(cAttributes.at(6)), - upperOffset = Number(cAttributes.at(7)), x0 = width / 2, y0 = height / 2, point; - maxValue = Number(maxValue); - ctx.beginPath(); - ctx.fillStyle = new Color(r, g, b).toString(); - ctx.strokeStyle = new Color(r, g, b).toString(); - ctx.lineWidth = Number(linewidth); - point = vectorTOcoordinates(data.at(1)); - ctx.moveTo(leftOffset + point.at(1) + x0, upperOffset + y0 - point.at(2)); - for (var i = 2; i <= data.length(); i++) { - point = vectorTOcoordinates(data.at(i)); - ctx.lineTo(leftOffset + point.at(1) + x0, upperOffset + y0 - point.at(2)); - } - ctx.closePath(); - ctx.stroke(); - return costume; - } - - //else plot a complex number, line, or vector - //variables - var ctx = costume.contents.getContext('2d'), costumeWidth = costume.contents.width, - costumeHeight = costume.contents.height, width = Number(cAttributes.at(8)), - height = Number(cAttributes.at(9)), leftOffset = Number(cAttributes.at(6)), - upperOffset = Number(cAttributes.at(7)), x0 = width / 2, y0 = height / 2, point, l, - xp, yp, alpha, dl, xe, ye, xs, ys; - maxValue = Number(maxValue); - ctx.beginPath(); - ctx.fillStyle = new Color(r, g, b).toString(); - ctx.strokeStyle = new Color(r, g, b).toString(); - ctx.lineWidth = Number(linewidth); - point = vectorTOcoordinates(data); - theStartpoint = vectorTOcoordinates(startpoint); - xs = theStartpoint.at(1); - ys = theStartpoint.at(2); - if (onlypoints) { - if (choice === "line-to") { - ctx.moveTo(leftOffset + point.at(1) + x0, upperOffset + y0 - point.at(2)); - ctx.lineTo(leftOffset + point.at(1) + x0 + 1, upperOffset + y0 - point.at(2) + 1); - ctx.closePath(); - ctx.stroke(); - } else { - ctx.moveTo(leftOffset + point.at(1) + xs + x0, upperOffset + y0 - point.at(2) - ys); - ctx.lineTo(leftOffset + point.at(1) + xs + x0 + 1, upperOffset + y0 - point.at(2) - ys + 1); - ctx.closePath(); - ctx.stroke(); - } - } else { - ctx.moveTo(leftOffset + xs + x0, upperOffset + y0 - ys); - if (choice === "line-to") - ctx.lineTo(leftOffset + point.at(1) + x0, upperOffset + y0 - point.at(2)); - else - ctx.lineTo(leftOffset + point.at(1) + xs + x0, upperOffset + y0 - point.at(2) - ys); - ctx.closePath(); - ctx.stroke(); - if ((choice === "vector") || (choice === "complex-number")) { - xp = point.at(1), yp = point.at(2); - l = Math.sqrt(xp * xp + yp * yp); - if (l > 15) { - ctx.beginPath(); - alpha = Math.acos(xp / l); - if (yp < 0) - alpha = -alpha; - xe = xp * (l - 10) / l; - ye = yp * (l - 10) / l; - ctx.moveTo(leftOffset + xp + xs + x0, upperOffset + y0 - yp - ys); - ctx.lineTo(leftOffset + xe - 5 * Math.sin(alpha) + xs + x0, upperOffset + y0 - ye - 5 * Math.cos(alpha) - ys); - ctx.lineTo(leftOffset + xe + 5 * Math.sin(alpha) + xs + x0, upperOffset + y0 - ye + 5 * Math.cos(alpha) - ys); - ctx.lineTo(leftOffset + xp + xs + x0, upperOffset + y0 - yp - ys); - ctx.closePath(); - ctx.stroke(); - ctx.fill(); - } - } - } - return costume; - } -); - -SnapExtensions.primitives.set( - 'SciS_ispropertypresent(properties,name,value)', - function (properties, name, value) { - var result, props, i, found; - try { - result = this.variables.getVar(properties); - } catch (error) { - result = "null"; - } - if (result === "null") - return false; - props = this.variables.getVar(properties); - i = 1; - found = false; - while (!found && (i <= props.length())) { - found = (props.at(i).at(1) === name) && (props.at(i).at(2) === value); - i++; - } - return found; - } -); - - -SnapExtensions.primitives.set( - 'SciS_extractFITSdata(FITSdata)', - function (FITSdata) { - function strToInt(high, low) { - var left = high.toString(2), right = low.toString(2); - while (left.length < 8) - left = "0" + left; - while (right.length < 8) - right = "0" + right; - var both = left + right, result = 0; - var factor = 1; - for (var i = 15; i >= 0; i--) { - if (both.charAt(i) == '1') - result = result + factor; - factor = factor * 2; - } - return result; - } - - var width = 0, height = 0, numberlength = 0; - minValue = 32768, maxValue = -32769, header = [], pixelvalues = [], - keyword = '', kwvalue = '', indexInLine = 0, i = 0, insideString = false, finished = false, c = ' ', n = 0, - mask = Math.pow(2, 7) - 1; - i = 0; - while ((i < 2880) && (i < FITSdata.length)) { - indexInLine = 1; - keyword = ''; - c = FITSdata.charAt(i); - while ((c != ' ') && (c != '=') && (i < 2880) && (i < FITSdata.length) && (indexInLine <= 80)) { - keyword = keyword + c; - i++; - indexInLine++; - c = FITSdata.charAt(i); - } - while (((c == ' ') || (c == '=')) && (i < 2880) && (i < FITSdata.length) && (indexInLine <= 80)) { - i++; - indexInLine++; - c = FITSdata.charAt(i); - } - kwvalue = ''; - insideString = false; - finished = false; - while (!finished) { - kwvalue = kwvalue + FITSdata.charAt(i); - if (c == "'") - insideString = !insideString; - i++; - indexInLine++; - c = FITSdata.charAt(i); - if (insideString) - finished = (i >= 2880) || (i >= FITSdata.length) || (indexInLine > 80); - else - finished = (c == ' ') || (i >= 2880) || (i >= FITSdata.length) || (indexInLine > 80); - } - if (keyword.length > 0) - header.push(new List([keyword, kwvalue])); - if (keyword == 'NAXIS1') - width = kwvalue; - if (keyword == 'NAXIS2') - height = kwvalue; - if (keyword == 'BITPIX') - numberlength = kwvalue; - while ((i < 2880) && (i < FITSdata.length) && (indexInLine <= 80)) { - i++; - indexInLine++; - } - } - - if (numberlength == 16) { - i = 2880; - while (i < FITSdata.length - 1) { - n = strToInt(FITSdata.charAt(i).charCodeAt(0), FITSdata.charAt(i + 1).charCodeAt(0)); - //n = -(n & mask) + (n & ~mask); - pixelvalues.push(n); - if (n > maxValue) - maxValue = n; - if (n < minValue) - minValue = n; - i = i + 2; - } - return new List([width, height, minValue, maxValue, new List(header), new List(pixelvalues)]); - } else - return 'unsupported number format'; - } -); - -SnapExtensions.primitives.set( - 'SciS_readFileWithFilepicker()', - function () { - var inp = document.createElement('input'), ide = this.parent.parent, result = 0, done = false; - - function userImport() { - - function txtOnlyMsg(ftype, anyway) { - ide.confirm( - localize( - 'Snap! can only import "text" files.\n' + - 'You selected a file of type "' + - ftype + - '".' - ) + '\n\n' + localize('Open anyway?'), - 'Unable to import', - anyway // callback - ); - } - - function readText(aFile) { - var frd = new FileReader(), - ext = aFile.name.split('.').pop().toLowerCase(); - - function isTextFile(aFile) { - // special cases for Windows - // check the file extension for text-like-ness - return aFile.type.indexOf('text') !== -1 || - contains(['txt', 'csv', 'xml', 'json', 'tsv'], ext); - } - - function isType(aFile, string) { - return aFile.type.indexOf(string) !== -1 || (ext === string); - } - - frd.onloadend = function (e) { - done = true; - if (isType(aFile, 'csv')) { - result = Process.prototype.parseCSV(e.target.result); - } else if (isType(aFile, 'json')) { - result = Process.prototype.parseJSON(e.target.result); - } else { - result = e.target.result; - } - }; - - if (isTextFile(aFile)) { - frd.readAsText(aFile); - } else { - txtOnlyMsg( - aFile.type, - function () { - frd.readAsText(aFile); - } - ); - } - } - - document.body.removeChild(inp); - ide.filePicker = null; - if (inp.files.length > 0) { - readText(inp.files[inp.files.length - 1]); - } - } - - if (ide.filePicker) { - document.body.removeChild(ide.filePicker); - ide.filePicker = null; - } - inp.type = 'file'; - inp.style.color = "transparent"; - inp.style.backgroundColor = "transparent"; - inp.style.border = "none"; - inp.style.outline = "none"; - inp.style.position = "absolute"; - inp.style.top = "0px"; - inp.style.left = "0px"; - inp.style.width = "0px"; - inp.style.height = "0px"; - inp.style.display = "none"; - inp.addEventListener( - "change", - userImport, - false - ); - document.body.appendChild(inp); - ide.filePicker = inp; - inp.click(); - return function () { - return new List([done, result]); - }; - } -); - -SnapExtensions.primitives.set( - 'SciS_writetoCSVfile(data,filename)', - function (data, filename) { - var ide = this.parent.parent; - ide.saveFileAs(data.asCSV(), 'text/csv;charset=utf-8', filename); - } -); - -SnapExtensions.primitives.set( - 'SciS_pooling(data,width,height,typeOfPooling,stride,typeOfData)', - function (data, width, height, typeOfPooling, stride, typeOfData) { - function getValue(x, y) { - return data.at((y - 1) * width + x); - } - - var result = [], y, x, max, sum, mean, n, value, row; - width = Number(width); - height = Number(height); - stride = Number(stride); - result.push(Math.ceil(1.0 * width / stride)); - result.push(Math.ceil(1.0 * height / stride)); - - if (typeOfData === "FITS") { - y = 1; - while (y <= height) { - x = 1; - while (x <= width) { - max = 0; - mean = 0; - n = 0; - sum = 0; - for (var i = 0; i < stride; i++) { - for (var j = 0; j < stride; j++) { - if (((x + i) <= width) && ((y + j) <= height)) { - n++; - value = Number(getValue(x + i, y + j)); - sum = sum + value; - if (value > max) - max = value; - } - } - } - if (n > 0) - mean = 1.0 * sum / n; - if (typeOfPooling === "max") - result.push(max); - else - result.push(mean); - x = x + stride; - } - y = y + stride; - } - } - - if (typeOfData === "RGB") { - y = 1; - while (y <= height) { - x = 1; - while (x <= width) { - max = [0, 0, 0, 0]; - mean = [0, 0, 0, 0]; - n = 0; - sum = [0, 0, 0, 0]; - for (var i = 0; i < stride; i++) { - for (var j = 0; j < stride; j++) { - if (((x + i) <= width) && ((y + j) <= height)) { - n++; - value = getValue(x + i, y + j); - for (k = 0; k < 4; k++) { - sum[k] = sum[k] + Number(value.at(k + 1)); - if (value.at(k + 1) > max[k]) - max[k] = value.at(k + 1); - } - } - } - } - if (n > 0) - for (k = 0; k < 4; k++) - mean[k] = 1.0 * sum[k] / n; - if (typeOfPooling === "max") - result.push(new List(max)); - else - result.push(new List(mean)); - x = x + stride; - } - y = y + stride; - } - } - - if (typeOfData === "matrix") { - y = 1; - while (y <= height) { - x = 1; - row = new List(); - while (x <= width) { - max = data.at(y).at(x); - mean = 0; - n = 0; - sum = 0; - for (var i = 0; i < stride; i++) { - for (var j = 0; j < stride; j++) { - if (((x + i) <= width) && ((y + j) <= height)) { - n++; - value = Number(data.at(y + j).at(x + i)); - sum = sum + value; - if (value > max) - max = value; - } - } - } - if (n > 0) - mean = 1.0 * sum / n; - if (typeOfPooling === "max") - row.add(max); - else - row.add(mean); - x = x + stride; - } - result.push(row); - y = y + stride; - } - } - - if (typeOfData === "vector") { - x = 1; - while (x <= width) { - max = data.at(x); - mean = 0; - n = 0; - sum = 0; - for (var i = 0; i < stride; i++) { - if ((x + i) <= width) { - n++; - value = Number(data.at(x + i)); - sum = sum + value; - if (value > max) - max = value; - } - } - if (n > 0) - mean = 1.0 * sum / n; - if (typeOfPooling === "max") - result.push(max); - else - result.push(mean); - x = x + stride; - } - } - - return new List(result); - } -); - -SnapExtensions.primitives.set( - 'SciS_convolution(kernel,data,width,height,typeOfData,mIndex,kWidth)', - function (kernel, data, width, height, typeOfData, mIndex, kWidth) { - function getValue(x, y) { - if (typeOfData === 'FITS') - return (data.at(x + (y - 1) * width)); - if (typeOfData === 'RGB') - return (data.at(x + (y - 1) * width)); - if (typeOfData === 'table') - return (data.at(y).at(x)); - } - - function getKernelValue(x, y) { - return (kernel.at(y).at(x)); - - } - - var result = [], x, y, value, r, g, b, s, row; - width = Number(width); - height = Number(height); - mIndex = Number(mIndex); - kWidth = Number(kWidth); - for (var y = 1; y <= height; y++) { - row = new List(); - for (var x = 1; x <= width; x++) { - if (typeOfData === 'FITS') - value = 0; - if (typeOfData === 'RGB') { - r = 0; - g = 0; - b = 0; - s = 255; - } - ; - if (typeOfData === 'table') - value = 0; - for (var ky = 1; ky <= kWidth; ky++) - for (var kx = 1; kx <= kWidth; kx++) - if ((y - mIndex + ky > 0) && (y - mIndex + ky <= height) && (x - mIndex + kx > 0) && (x - mIndex + kx <= width)) { - if (typeOfData === 'FITS') - value = value + getValue(x - mIndex + kx, y - mIndex + ky) * getKernelValue(kx, ky); - if (typeOfData === 'table') - value = value + getValue(x - mIndex + kx, y - mIndex + ky) * getKernelValue(kx, ky); - if (typeOfData === 'RGB') { - r = r + getValue(x - mIndex + kx, y - mIndex + ky).at(1) * getKernelValue(kx, ky); - g = g + getValue(x - mIndex + kx, y - mIndex + ky).at(2) * getKernelValue(kx, ky); - b = b + getValue(x - mIndex + kx, y - mIndex + ky).at(3) * getKernelValue(kx, ky); - } - } - if (typeOfData === 'FITS') - result.push(value); - if (typeOfData === 'table') - row.add(value); - if (typeOfData === 'RGB') - result.push(new List([r, g, b, s])); - } - if (typeOfData === 'table') - result.push(row); - } - return new List(result); - } -); - - -SnapExtensions.primitives.set( - 'SciS_variance(aList,mean)', - function (aList, mean) { - if (aList.length() === 0) - return 0; - var n = 0, isNumber, c, variance = 0; - var i = 1, k, value; - while (i <= aList.length()) { - value = aList.at(i); - if (typeof (value) === "number") - isNumber = true; - else { - if (typeof (value) === "string") { - isNumber = true; - k = 0; - while ((k < value.length) && isNumber) { - c = value.charAt(k); - if ((c < '0') || (c > '9')) - if ((c !== 'E') && (c !== 'e') && (c !== '+') && (c !== '-') && (c !== '.') && (c !== ',')) - isNumber = false; - k++; - } - } else - isNumber = false; - } - if (isNumber) { - value = Number(value); - variance = Number(variance) + (Number(value) - Number(mean)) * (Number(value) - Number(mean)); - n++; - } - i++; - } - if (n > 0) - variance = variance / n; - else - variance = NaN; - return variance; - } -); - -SnapExtensions.primitives.set( - 'SciS_propertiesoftable(selection,table,x,y)', - function (selection, table, x, y) { - x = Number(x); - y = Number(y); - var xmin, xmax, ymin, ymax, meanx, meany, cov, corr, varx, vary, i, valx, valy, sx, sy; - if (table.contents.length < 1) - return "bad data"; - xmin = Number(table.at(1).at(x)); - xmax = xmin; - ymin = Number(table.at(1).at(y)); - ymax = ymin; - meanx = xmin; - meany = ymin; - i = 2; - while (i <= table.length()) { - valx = Number(table.at(i).at(x)); - valy = Number(table.at(i).at(y)); - if (valx < xmin) - xmin = valx; - if (valx > xmax) - xmax = valx; - if (valy < ymin) - ymin = valy; - if (valy > ymax) - ymax = valy; - meanx = Number(meanx) + valx; - meany = Number(meany) + valy; - i++; - } - meanx = meanx / (i - 1); - meany = meany / (i - 1); - if (selection === "ranges") - return new List([xmin, xmax, ymin, ymax]); - - i = 1; - cov = 0; - corr = 0; - varx = 0; - vary = 0; - while (i <= table.length()) { - valx = Number(table.at(i).at(x)); - valy = Number(table.at(i).at(y)); - cov = Number(cov) + (valx - meanx) * (valy - meany); - varx = Number(varx) + (valx - meanx) * (valx - meanx); - vary = Number(vary) + (valy - meany) * (valy - meany); - i++; - } - - sx = Math.sqrt(varx); - sy = Math.sqrt(vary); - corr = cov / (sx * sy); - cov = cov / (i - 1); - if (selection === "covariance") - return cov; - if (selection === "correlation") - return corr; - return "unknown"; - } -); - - -SnapExtensions.primitives.set( - 'SciS_importCSVdata(data)', - function (data) { - var maxColumns = 0, help; - for (var i = 1; i <= data.length(); i++) - { - if (data.at(i) instanceof List) - if (data.at(i).length() > maxColumns) - maxColumns = data.at(i).length(); - } - for (var i = 1; i <= data.length(); i++) { - if (data.at(i) instanceof List) { - for (var j = data.at(i).length() + 1; j <= maxColumns; j++) - data.at(i).add(); - } else { - help = data.at(i); - data.put(new List(), i); - data.at(i).add(help); - for (var j = data.at(i).length() + 1; j <= maxColumns; j++) - data.at(i).add(); - } - } - return data; - } -); - -SnapExtensions.primitives.set( - 'SciS_groupeddata(aTable,compaircolumn,operation,groupcolumn)', - function (aTable, compaircolumn, operation, groupcolumn) { - compaircolumn = Number(compaircolumn); - groupcolumn = Number(groupcolumn); - var min, max, sum, mean, n, result, i, value, oldgroup, newgroup, stored = false; - - function isNumber(val) { - var ok, k, c; - if (typeof (val) === "number") - ok = true; - else { - if (typeof (val) === "string") { - ok = true; - k = 0; - while ((k < val.length) && ok) { - c = val.charAt(k); - if ((c < '0') || (c > '9')) - if ((c !== 'E') && (c !== 'e') && (c !== '+') && (c !== '-') && (c !== '.') && (c !== ',')) - ok = false; - k++; - } - } else - ok = false; - } - return ok; - } - - result = new List(); - result.add(new List(['value', operation])); - if (aTable.contents.length === 0) - return result; - - newgroup = aTable.at(1).at(groupcolumn); - if (isNumber(newgroup)) - newgroup = Number(newgroup); - oldgroup = newgroup; - value = aTable.at(1).at(compaircolumn); - if (isNumber(value)) { - value = Number(value); - sum = value; - } else - sum = "-"; - min = value; - max = value; - n = 1; - i = 2; - while (i <= aTable.length()) { - stored = false; - newgroup = aTable.at(i).at(groupcolumn); - if (isNumber(newgroup)) - newgroup = Number(newgroup); - value = aTable.at(i).at(compaircolumn); - if (isNumber(value)) - value = Number(value); - if (isNumber(newgroup)) - newgroup = Number(newgroup); - if (newgroup === oldgroup) { - if (min > value) - min = value; - if (max < value) - max = value; - if (isNumber(value) && isNumber(sum)) - sum = Number(sum) + Number(value); - else - sum = "-"; - n++; - } else { - if (operation === 'min') - result.add(new List([oldgroup, min])); - if (operation === 'max') - result.add(new List([oldgroup, max])); - if (operation === 'number') - result.add(new List([oldgroup, n])); - if (operation === 'sum') - result.add(new List([oldgroup, sum])); - if (operation === 'mean') - if (isNumber(sum)) - result.add(new List([oldgroup, 1.0 * sum / n])); - else - result.add(new List([oldgroup, "-"])); - min = value; - max = value; - if (isNumber(value)) - sum = value; - else - sum = "-"; - n = 1; - oldgroup = newgroup; - stored = true; - } - i++; - } - if (!stored) { - if (operation === 'min') - result.add(new List([oldgroup, min])); - if (operation === 'max') - result.add(new List([oldgroup, max])); - if (operation === 'number') - result.add(new List([oldgroup, n])); - if (operation === 'sum') - result.add(new List([oldgroup, sum])); - if (operation === 'mean') - if (isNumber(sum)) - result.add(new List([oldgroup, 1.0 * sum / n])); - else - result.add(new List([oldgroup, "-"])); - } - return result; - } -); - -SnapExtensions.primitives.set( - 'SciS_subsection(data,begin,end)', - function (data, begin, end) { - var x, y, x1 = begin.at(1), y1 = begin.at(2), x2 = end.at(1), y2 = end.at(2), row, result = new List(); - y = y1; - while ((y <= y2) && (y <= data.length())) { - x = x1; - row = new List(); - while ((x <= x2) && (x <= data.at(1).length())) { - row.add(data.at(y).at(x)); - x++; - } - result.add(row); - y++; - } - return result; - } -); - -SnapExtensions.primitives.set( - 'SciS_subsectionImage(data,begin,end,width,height)', - function (data, begin, end, width, height) { - var x, y, x1 = Number(begin.at(1)), y1 = Number(begin.at(2)), x2 = Number(end.at(1)), y2 = Number(end.at(2)), result = new List(); - width = Number(width); - height = Number(height); - y = y1; - while ((y <= y2) && (y <= height)) { - x = x1; - while ((x <= x2) && (x <= width)) { - result.add(data.at((y - 1) * width + x)); - x++; - } - y++; - } - return result; - } -); - -SnapExtensions.primitives.set( - 'SciS_k-means-clustering(k,data)', - function (k, data) { - - function distanceBetween(p1, p2) { - var result = 0; - for (var i = 1; i <= dimension; i++) - result = result + (p1.at(i) - p2.at(i)) * (p1.at(i) - p2.at(i)); - return Math.sqrt(result); - } - - function buildClusters() { - var minDist, dist, nearestCenter; - anyChanges = false; - for (var i = 1; i <= data.length(); i++) { - minDist = 1000000000; - nearestCenter = 0; - for (var n = 1; n <= k; n++) { - dist = distanceBetween(data.at(i), centers.at(n)); - if (dist < minDist) { - nearestCenter = n; - minDist = dist; - } - } - if (data.at(i).at(dimension + 1) != nearestCenter) { - data.at(i).put(nearestCenter, dimension + 1); - anyChanges = true; - } - } - } - - function adjustCenters() { - var sum, n; - for (var i = 1; i <= k; i++) { //for all centers - for (var j = 1; j <= dimension; j++) { //for all dimensions - sum = 0; - n = 0; - for (var m = 1; m <= data.length(); m++) { //for all points - if (data.at(m).at(dimension + 1) === i) { - n++; - sum = sum + data.at(m).at(j); - } - } - if (n > 0) { - centers.at(i).put(1.0 * sum / n, j); - } - } - } - } - - var dimension = data.at(1).length(), minmax = new List(), min, max, value, centers = new List(), center, anyChanges, loops = 0; - k = Number(k); - //add cluster number 0 to data - for (var i = 1; i <= data.length(); i++) { - data.at(i).add(0); - } - //calculate min and max for all columns - for (var i = 1; i <= dimension; i++) { - min = 10000000; - max = -min; - for (var n = 1; n <= data.length(); n++) { - value = Number(data.at(n).at(i)); - if (min > value) { - min = value; - } - if (max < value) { - max = value; - } - } - minmax.add(new List([min, max])); - } - //choose k random centers - for (var i = 1; i <= k; i++) { - center = new List(); - for (var n = 1; n <= dimension; n++) - center.add(Math.random() * (minmax.at(n).at(2) - minmax.at(n).at(1)) + minmax.at(n).at(1)); - center.add(i); - centers.add(center); - } - //run till no changes are made, max 100 loops - anyChanges = true; - loops = 0; - while (anyChanges && (loops < 100)) { - loops++; - buildClusters(); - adjustCenters(); - } - return data; - } -); - -SnapExtensions.primitives.set( - 'SciS_LevenshteinDistance(s1,s2)', - function (s1, s2) { - - function min(vector) { - var m = 10000000, i = 1; - while (i <= vector.length()) { - if (m > vector.at(i)) - m = vector.at(i); - i++; - } - return m; - } - - var lengthS1 = s1.length, lengthS2 = s2.length, D = new List(), line, result; - //construct empty matrix - for (var i = 0; i <= lengthS2; i++) { - line = new List(); - for (var j = 0; j <= lengthS1; j++) - line.add(""); - D.add(line); - } - for (var i = 0; i <= lengthS1; i++) - D.at(1).put(i, i + 1); - for (var i = 0; i <= lengthS2; i++) - D.at(i + 1).put(i, 1); - //fill matrix - for (var i = 2; i <= lengthS2 + 1; i++) { - for (var j = 2; j <= lengthS1 + 1; j++) { - if (s1.charAt(j - 1) === s2.charAt(i - 1)) - D.at(i).put(min(new List([D.at(i - 1).at(j - 1), D.at(i - 1).at(j - 1) + 1, D.at(i - 1).at(j) + 1, D.at(i).at(j - 1) + 1])), j); - else - D.at(i).put(min(new List([D.at(i - 1).at(j - 1) + 1, D.at(i - 1).at(j) + 1, D.at(i).at(j - 1) + 1])), j); - } - } - return D.at(lengthS2 + 1).at(lengthS1 + 1); - } -); - -SnapExtensions.primitives.set( - 'SciS_columncopy(data,cols,start,stop)', - function (data, cols, start, stop) { - var row; - result = new List(); - for (var i = start; i <= stop; i++) { - row = new List(); - for (var n = 1; n <= cols.length(); n++) - row.add(data.at(i).at(cols.at(n))); - result.add(row); - } - return result; - } -); - -SnapExtensions.primitives.set( - 'SciS_DBSCAN(data,r,minMembers)', - function (data, r, minMembers) { - function distance(p1, p2) { - var result = 0; - for (var i = 1; i <= dim; i++) { - result = result + (p1.at(i) - p2.at(i)) * (p1.at(i) - p2.at(i)); - } - ; - return Math.sqrt(result); - } - - function neighboursOf(p) { - var result = new List(); - for (var i = 1; i <= data.length(); i++) { - if ((p != data.at(i)) && (distance(p, data.at(i)) <= r)) - result.add(data.at(i)); - } - return result; - } - - function expand(neighs) { - var p, newNeighbours; - for (var i = 1; i <= neighs.length(); i++) { - p = neighs.at(i); - if (Number(p.at(dim + 1)) === -1) { - p.put(0, dim + 1); //labeled as visited - newNeighbours = neighboursOf(p); - if (newNeighbours.length() >= minMembers) - for (var j = 1; j <= newNeighbours.length(); j++) - if (!neighs.contains(newNeighbours.at(j))) - neighs.add(newNeighbours.at(j)); - if (Number(p.at(dim + 1)) < 1) - p.put(clusterNr, dim + 1); - } - } - } - - var clusterNr = 0, n, point, dim = data.at(1).length() - 1, neighbours; - n = 1; - while (n <= data.length()) { - point = data.at(n); - if (Number(point.at(dim + 1)) === -1) { - point.put(0, dim + 1); //labeled as visited - neighbours = neighboursOf(point); - if (neighbours.length() < minMembers) - point.put(-2, dim + 1); //labeled as noise - else { - clusterNr++; - point.put(clusterNr, dim + 1); - expand(neighbours); - } - } - n++; - } - return data; - } -); - -SnapExtensions.primitives.set( - 'SciS_createVars(varNames,global,proc)', - function (varNames, global, proc) { - var ide = this.parentThatIsA(IDE_Morph); - for (var i = 1; i <= varNames.length(); i++) { - varName = varNames.at(i); - if (global && !proc.homeContext.variables.parentFrame.parentFrame.vars[varName]) - this.addVariable(varName, true); - if (!global && !proc.homeContext.variables.parentFrame.vars[varName]) - this.addVariable(varName, false); - } - ide.flushBlocksCache('variables'); // b/c of inheritance - ide.refreshPalette(); - } -); - -SnapExtensions.primitives.set( - 'SciS_addGraphToPlotpad(costume,ranges,offsets,lineattributes,aFunction,proc)', - function (costume, ranges, offsets, lineattributes, aFunction, proc) { - function xTOxp(x) { - return x0 + (x * diagramWidth / (xRight - xLeft)); - } - function yTOyp(y) { - return y0 - (y * diagramHeight / (yUpper - yLower)); - } - function xpTOx(xp) { - return (xp - x0) * (xRight - xLeft) / diagramWidth; - } - function ypTOy(yp) { - return (y0 - yp) * (yUpper - yLower) / diagramHeight; - } - function round(x, n) { - return Math.round(x * Math.pow(10, n)) / Math.pow(10, n); - } - function randomInt(min, max) { - return Math.floor(Math.random() * (max - min + 1) + min); - } - - function myFunction(f, x) { - if (f instanceof List) { - var grade = f.length(), result; - if (grade == 0) - return 0; - else if (grade == 1) - return Number(f.at(1)); - else { - result = Number(f.at(1)) * Number(x) + Number(f.at(2)); - for (var i = 3; i <= grade; i++) - result = result * Number(x) + Number(f.at(i)); - return result; - } - } else - return proc.reportAtomicMap(f, new List([x])).at(1); //copied from Snap!-code - } - - function plotFunction(f, r, g, b, ) { - var xpos, ypos, x, y, xpOld, ypOld, plottedDots = 0, missingDots = 0, style = 1, modus = 1; - //firstLineattribute=lineattributes.at(1).split(" ")[0]; - if (lineattributes.at(1).trim() == 'continuous') - style = 1; - else if (lineattributes.at(1).trim() == 'dashed') - style = 2; - else if (lineattributes.at(1).trim() == 'dash-dot') - style = 3; - else if (lineattributes.at(1).trim() == 'dot-dot') - style = 4; - ctx.beginPath(); - ctx.strokeStyle = new Color(r, g, b).toString(); - ctx.fillStyle = new Color(r, g, b).toString(); - ctx.lineWidth = lineattributes.at(2); - xpOld = 0; - x = xpTOx(xpOld); - y = myFunction(f, x); - ypOld = yTOyp(y); - xpos = 1; - while (xpos <= diagramWidth) { - x = xpTOx(xpos); - y = myFunction(f, x); - ypos = yTOyp(y); - if (modus > 0) { - ctx.moveTo(xpOld + leftOffset, ypOld + upperOffset); - ctx.lineTo(xpos + leftOffset, ypos + upperOffset); - if (style > 1) - plottedDots++; - } else - missingDots++; - xpOld = xpos; - ypOld = ypos; - xpos = xpos + 1; - if (style == 2) { - if ((modus == 1) && (plottedDots > 3)) { - modus = 0; - plottedDots = 0; - missingDots = 0; - } else if ((modus == 0) && (missingDots > 2)) { - modus = 1; - plottedDots = 0; - missingDots = 0; - } - } - if (style == 3) { - if ((modus == 1) && (plottedDots > 3)) { - modus = 0; - plottedDots = 0; - missingDots = 0; - } else if ((modus == 0) && (missingDots > 0)) { - modus = 2; - plottedDots = 0; - missingDots = 0; - } else if ((modus == 2) && (plottedDots > 0)) { - modus = -1; - plottedDots = 0; - missingDots = 0; - } else if ((modus == -1) && (missingDots > 0)) { - modus = 1; - plottedDots = 0; - missingDots = 0; - } - } - if (style == 4) { - if ((modus == 1) && (plottedDots > 0)) { - modus = 0; - plottedDots = 0; - missingDots = 0; - } else if ((modus == 0) && (missingDots > 0)) { - modus = 1; - plottedDots = 0; - missingDots = 0; - } - } - } - ctx.closePath(); - //ctx.fill(); - ctx.stroke(); - - } - - // to ensure the correct type "Number" to number parameters - var xLeft = Number(ranges.at(1)), xRight = Number(ranges.at(2)), yLower = Number(ranges.at(3)), yUpper = Number(ranges.at(4)), - leftOffset = Number(offsets.at(1)), rightOffset = Number(offsets.at(2)), upperOffset = Number(offsets.at(3)), - lowerOffset = Number(offsets.at(4)); - - var ctx = costume.contents.getContext('2d'); - var rightCostumeEdge = costume.contents.width, lowerCostumeEdge = costume.contents.height, - diagramWidth = rightCostumeEdge - leftOffset - rightOffset, diagramHeight = lowerCostumeEdge - lowerOffset - upperOffset; - var x0 = xLeft / (xLeft - xRight) * diagramWidth, y0 = yUpper / (yUpper - yLower) * diagramHeight; - - function defineClip() { - ctx.beginPath(); - ctx.linewidth = 0; - ctx.strokeStyle = new Color(0, 0, 0); - ctx.rect(leftOffset, upperOffset, diagramWidth, diagramHeight); - ctx.closePath(); - ctx.clip(); - } - - ctx.save(); // SO WE CAN CLIP! - defineClip(); - plotFunction(aFunction, Number(lineattributes.at(3)), Number(lineattributes.at(4)), Number(lineattributes.at(5))); - ctx.restore(); - return costume; - } -); - -SnapExtensions.primitives.set( - 'SciS_addNumericDataplotToPlotpad(costume,ranges,offsets,labels,lineattributes,dataattributes,data)', - function (costume, ranges, offsets, labels, lineattributes, dataattributes, data) { - // global variables - - var xLeft = Number(ranges.at(1)), xRight = Number(ranges.at(2)); - var yLower = Number(ranges.at(3)), yUpper = Number(ranges.at(4)); - var upperOffset = Number(offsets.at(3)), lowerOffset = Number(offsets.at(4)); - var leftOffset = Number(offsets.at(1)), rightOffset = Number(offsets.at(2)); - - var ctx = costume.contents.getContext('2d'); - var rightCostumeEdge = costume.contents.width, lowerCostumeEdge = costume.contents.height, - diagramWidth = rightCostumeEdge - leftOffset - rightOffset, diagramHeight = lowerCostumeEdge - lowerOffset - upperOffset; - var x0 = xLeft / (xLeft - xRight) * diagramWidth, y0 = yUpper / (yUpper - yLower) * diagramHeight; - - var lcolor = new Color(lineattributes.at(3), lineattributes.at(4), lineattributes.at(5)).toString(); - var mcolor = new Color(dataattributes.at(4), dataattributes.at(5), dataattributes.at(6)).toString(); - - // functions - - function xTOxp(x) { - return x0 + (x * diagramWidth / (xRight - xLeft)); - } - function yTOyp(y) { - return y0 - (y * diagramHeight / (yUpper - yLower)); - } - function xpTOx(xp) { - return (xp - x0) * (xRight - xLeft) / diagramWidth; - } - function ypTOy(yp) { - return (y0 - yp) * (yUpper - yLower) / diagramHeight; - } - function round(x, n) { - return Math.round(x * Math.pow(10, n)) / Math.pow(10, n); - } - function randomInt(min, max) { - return Math.floor(Math.random() * (max - min + 1) + min); - } - - function rainbow(f) { // RAINBOW COLOURS FROM RED (f=0) TO VIOLET (f=1) COURTESY OF - // https://www.instructables.com/id/How-to-Make-Proper-Rainbow-and-Random-Colors-With-/ - var angle = 300. * f, r, g, b; - if (angle < 60.) { - r = 255; - g = Math.floor(angle * 4.25 - 0.01); - b = 0; - } else if (angle < 120.) { - r = Math.floor((120 - angle) * 4.25 - 0.01); - g = 255; - b = 0; - } else if (angle < 180.) { - r = 0; - g = 255; - b = Math.floor((angle - 120) * 4.25 - 0.01); - } else if (angle < 240.) { - r = 0; - g = Math.floor((240 - angle) * 4.25 - 0.01); - b = 255; - } else if (angle < 300.) { - r = Math.floor((angle - 240) * 4.25 - 0.01); - g = 0; - b = 255; - } else { - r = 255; - g = 0; - b = Math.floor((360 - angle) * 4.25 - 0.01); - } - return new Color(r, g, b).toString(); - } - - function plotData() { - var linewidth = lineattributes.at(2), linestyle = 1, datawidth = dataattributes.at(2), datastyle = 1; - var arraydata = data.asArray(), xpos, ypos, xpOld, ypOld, w, i, connected = dataattributes.at(3); - var n = arraydata.length, frac = 0.; - if (lineattributes.at(1).trim() == 'continuous') - linestyle = 1; - else if (lineattributes.at(1).trim() == 'dashed') - linestyle = 2; - else if (lineattributes.at(1).trim() == 'dash-dot') - linestyle = 3; - else if (lineattributes.at(1).trim() == 'dot-dot') - linestyle = 4; - else if (lineattributes.at(1).trim() == 'rainbow') - linestyle = 5; - else if (lineattributes.at(1).trim() == 'inverse-rainbow') - linestyle = 6; - else if (lineattributes.at(1).trim() == 'none') - linestyle = 0; - if (dataattributes.at(1).trim() == 'o circle') - datastyle = 1; - else if (dataattributes.at(1).trim() == 'o') - datastyle = 1; - else if (dataattributes.at(1).trim() == 'circle') - datastyle = 1; - else if (dataattributes.at(1).trim() == '._point') - datastyle = 2; - else if (dataattributes.at(1).trim() == '.') - datastyle = 2; - else if (dataattributes.at(1).trim() == 'point') - datastyle = 2; - else if (dataattributes.at(1).trim() == '*_asterix') - datastyle = 3; - else if (dataattributes.at(1).trim() == '*') - datastyle = 3; - else if (dataattributes.at(1).trim() == 'asterix') - datastyle = 3; - else if (dataattributes.at(1).trim() == '+_plus') - datastyle = 4; - else if (dataattributes.at(1).trim() == '+') - datastyle = 4; - else if (dataattributes.at(1).trim() == 'plus') - datastyle = 4; - else if (dataattributes.at(1).trim() == 'x_ex') - datastyle = 5; - else if (dataattributes.at(1).trim() == 'x') - datastyle = 5; - else if (dataattributes.at(1).trim() == 'ex') - datastyle = 5; - else if (dataattributes.at(1).trim() == 'square') - datastyle = 6; - else if (dataattributes.at(1).trim() == 'triangle') - datastyle = 7; - else if (dataattributes.at(1).trim() == 'none') - datastyle = 0; - ctx.lineWidth = linewidth; - if (linestyle == 2) { - ctx.setLineDash([10, 5]); - } else if (linestyle == 3) { - ctx.setLineDash([10, 2, 1, 2]); - } else if (linestyle == 4) { - ctx.setLineDash([1, 2]); - } else { - ctx.setLineDash([]); - } - - // PLOT LINES - if ((linestyle > 0) && connected) - { - ctx.beginPath(); - ctx.strokeStyle = lcolor; - ctx.fillStyle = lcolor; - if (n > 0) { - xpOld = xTOxp(arraydata[0].at(1)); - ypOld = yTOyp(arraydata[0].at(2)); - } - i = 0; - while (i < n) - { - xpos = xTOxp(arraydata[i].at(1)); - ypos = yTOyp(arraydata[i].at(2)); - if (i > 0) - { - frac = (i + 0.) / (n + 0.); - if (linestyle == 5) - ctx.strokeStyle = rainbow(frac); - ctx.moveTo(xpOld + leftOffset, ypOld + upperOffset); - ctx.lineTo(xpos + leftOffset, ypos + upperOffset); - if (linestyle == 5 || linestyle == 6) { - ctx.closePath(); - ctx.fill(); - ctx.stroke(); - ctx.beginPath(); - } - } - xpOld = xpos; - ypOld = ypos; - i = i + 1; - } - ctx.closePath(); - ctx.fill(); - ctx.stroke(); - } - ctx.setLineDash([]); - - // PLOT MARKERS - if (datastyle > 0) - { - ctx.strokeStyle = lcolor; - ctx.fillStyle = mcolor; - if (arraydata.length > 0) { - xpOld = xTOxp(arraydata[0].at(1)); - ypOld = yTOyp(arraydata[0].at(2)); - } - i = 0; - while (i < arraydata.length) - { - ctx.beginPath(); - xpos = xTOxp(arraydata[i].at(1)); - ypos = yTOyp(arraydata[i].at(2)); - if (datastyle == 1) - ctx.arc(xpos + leftOffset, ypos + upperOffset, datawidth / 2, 0, 6.28318531); - else if (datastyle == 2) - ctx.arc(xpos + leftOffset, ypos + upperOffset, 2, 0, 6.28318531); - else if (datastyle == 3) - { - ctx.font = "" + 2 * datawidth * 3 + "px sans-serif"; - w = ctx.measureText("*").width; - ctx.fillText("*", xpos + leftOffset - w / 2, ypos + upperOffset + datawidth / 2); - } else if (datastyle == 4) - { - ctx.font = "" + datawidth * 3 + "px sans-serif"; - w = ctx.measureText("+").width; - ctx.fillText("+", xpos + leftOffset - w / 2, ypos + upperOffset + datawidth / 2); - } else if (datastyle == 5) - { - ctx.font = "" + datawidth * 3 + "px sans-serif"; - w = ctx.measureText("X").width; - ctx.fillText("X", xpos + leftOffset - w / 2, ypos + upperOffset + datawidth / 2); - } else if (datastyle == 6) - { - ctx.fillRect(xpos + leftOffset - datawidth / 2, ypos + upperOffset - datawidth / 2, datawidth, datawidth); - ctx.strokeRect(xpos + leftOffset - datawidth / 2, ypos + upperOffset - datawidth / 2, datawidth, datawidth); - } else if (datastyle == 7) - { - ctx.moveTo(xpos + leftOffset, ypos + upperOffset - datawidth / 2); - ctx.lineTo(xpos + leftOffset - datawidth / 2, ypos + upperOffset + datawidth / 2); - ctx.lineTo(xpos + leftOffset + datawidth / 2, ypos + upperOffset + datawidth / 2); - ctx.lineTo(xpos + leftOffset, ypos + upperOffset - datawidth / 2); - } - ctx.closePath(); - ctx.fill(); - ctx.stroke() - xpOld = xpos; - ypOld = ypos; - i = i + 1; - } - } - } - - function defineClip() { - ctx.beginPath(); - ctx.linewidth = 0; - ctx.strokeStyle = new Color(0, 0, 0); - ctx.rect(leftOffset, upperOffset, diagramWidth, diagramHeight); - ctx.closePath(); - ctx.clip(); - } - - ctx.save(); // SO WE CAN CLIP! - defineClip(); - plotData(); - ctx.restore(); - - return costume; - } -); - -SnapExtensions.primitives.set( - 'SciS_addMixedDataplotToPlotpad(costume,ranges,offsets,labels,lineattributes,dataattributes,data)', - function (costume, ranges, offsets, labels, lineattributes, dataattributes, data) { - function xTOxp(x) { - return x0 + (x * diagramWidth / (xRight - xLeft)); - } - function yTOyp(y) { - return y0 - (y * diagramHeight / (yUpper - yLower)); - } - function xpTOx(xp) { - return (xp - x0) * (xRight - xLeft) / diagramWidth; - } - function ypTOy(yp) { - return (y0 - yp) * (yUpper - yLower) / diagramHeight; - } - function round(x, n) { - return Math.round(x * Math.pow(10, n)) / Math.pow(10, n); - } - function randomInt(min, max) { - return Math.floor(Math.random() * (max - min + 1) + min); - } - - function rainbow(f) { // RAINBOW COLOURS FROM RED (f=0) TO VIOLET (f=1) COURTESY OF - //https://www.instructables.com/id/How-to-Make-Proper-Rainbow-and-Random-Colors-With-/ - var angle = 300. * f, r, g, b; - if (angle < 60.) { - r = 255; - g = Math.floor(angle * 4.25 - 0.01); - b = 0; - } else if (angle < 120.) { - r = Math.floor((120 - angle) * 4.25 - 0.01); - g = 255; - b = 0; - } else if (angle < 180.) { - r = 0; - g = 255; - b = Math.floor((angle - 120) * 4.25 - 0.01); - } else if (angle < 240.) { - r = 0; - g = Math.floor((240 - angle) * 4.25 - 0.01); - b = 255; - } else if (angle < 300.) { - r = Math.floor((angle - 240) * 4.25 - 0.01); - g = 0; - b = 255; - } else { - r = 255; - g = 0; - b = Math.floor((360 - angle) * 4.25 - 0.01); - } - return new Color(r, g, b).toString(); - } - - function plotData() { - var i = 0, linewidth = lineattributes.at(2), linestyle = 0, datawidth = dataattributes.at(2), datastyle = 1, dx, x; - var arraydata = data.asArray(), xpos, ypos, xpOld, ypOld, w; - if (lineattributes.at(1).trim() == 'continuous') - linestyle = 1; - else if (lineattributes.at(1).trim() == 'dashed') - linestyle = 2; - else if (lineattributes.at(1).trim() == 'dash-dot') - linestyle = 3; - else if (lineattributes.at(1).trim() == 'dot-dot') - linestyle = 4; - else if (lineattributes.at(1).trim() == 'rainbow') - linestyle = 5; - connected = linestyle > 0; - if (dataattributes.at(1).trim() == 'o circle') - datastyle = 1; - else if (dataattributes.at(1).trim() == '._point') - datastyle = 2; - else if (dataattributes.at(1).trim() == '*_asterix') - datastyle = 3; - else if (dataattributes.at(1).trim() == '+_plus') - datastyle = 4; - else if (dataattributes.at(1).trim() == 'x_ex') - datastyle = 5; - else if (dataattributes.at(1).trim() == 'square') - datastyle = 6; - else if (dataattributes.at(1).trim() == 'triangle') - datastyle = 7; - else if (dataattributes.at(1).trim() == 'none') - datastyle = 8; - else - datastyle = 1; - ctx.strokeStyle = new Color(lineattributes.at(3), lineattributes.at(4), lineattributes.at(5)).toString(); - ctx.fillStyle = new Color(dataattributes.at(4), dataattributes.at(5), dataattributes.at(6)).toString(); - ctx.lineWidth = linewidth; - if (linestyle == 2) { - ctx.setLineDash([10, 10]); - } else if (linestyle == 3) { - ctx.setLineDash([10, 5, 2, 5]); - } else if (linestyle == 4) { - ctx.setLineDash([2, 5]); - } else { - ctx.setLineDash([]); - } - if (arraydata.length > 0) { - dx = 0.9 * (xRight - xLeft) / (arraydata.length - 1); - x = xLeft + 0.1 * dx; - xpOld = xTOxp(x); - ypOld = yTOyp(arraydata[0].at(2)); - } - while (i < arraydata.length) { - xpos = xTOxp(x); - ypos = yTOyp(arraydata[i].at(2)); - if (connected && i > 0) { - ctx.beginPath(); - if (linestyle == 5) - ctx.strokeStyle = rainbow((i + 0.) / (arraydata.length + 0.)); - ctx.moveTo(xpOld + leftOffset, ypOld + upperOffset); - ctx.lineTo(xpos + leftOffset, ypos + upperOffset); - ctx.closePath(); - ctx.fill(); - ctx.stroke(); - } - ctx.beginPath(); - if (datastyle == 1) { - ctx.arc(xpos + leftOffset, ypos + upperOffset, datawidth / 2, 0, 6.283185307179586476925286766559); - } - if (datastyle == 2) { - ctx.arc(xpos + leftOffset, ypos + upperOffset, 2, 0, 6.283185307179586476925286766559); - } - if (datastyle == 3) { - ctx.font = "" + datawidth + "px sans-serif"; - w = ctx.measureText("*").width; - ctx.fillText("*", xpos + leftOffset - w / 2, ypos + upperOffset + datawidth / 2); - } - if (datastyle == 4) { - ctx.font = "" + datawidth + "px sans-serif"; - w = ctx.measureText("+").width; - ctx.fillText("+", xpos + leftOffset - w / 2, ypos + upperOffset + datawidth / 2); - } - if (datastyle == 5) { - ctx.font = "" + datawidth + "px sans-serif"; - w = ctx.measureText("X").width; - ctx.fillText("X", xpos + leftOffset - w / 2, ypos + upperOffset + datawidth / 2); - } - if (datastyle == 6) { - ctx.fillRect(xpos + leftOffset - datawidth / 2, ypos + upperOffset - datawidth / 2, datawidth, datawidth); - ctx.strokeRect(xpos + leftOffset - datawidth / 2, ypos + upperOffset - datawidth / 2, datawidth, datawidth); - } - if (datastyle == 7) { - ctx.moveTo(xpos + leftOffset, ypos + upperOffset - datawidth / 2); - ctx.lineTo(xpos + leftOffset - datawidth / 2, ypos + upperOffset + datawidth / 2); - ctx.lineTo(xpos + leftOffset + datawidth / 2, ypos + upperOffset + datawidth / 2); - ctx.lineTo(xpos + leftOffset, ypos + upperOffset - datawidth / 2); - } - if (datastyle == 0) { - ctx.moveTo(xpos + leftOffset, ypos + upperOffset); - ctx.lineTo(xpos + leftOffset, ypos + upperOffset + 1); - } - ctx.closePath(); - ctx.fill(); - ctx.stroke(); - xpOld = xpos; - ypOld = ypos; - i = i + 1; - x = x + dx; - } - ctx.setLineDash([]); - } - -// to ensure the correct type "Number" to number parameters - xLeft = Number(ranges.at(1)); - xRight = Number(ranges.at(2)); - yLower = Number(ranges.at(3)); - yUpper = Number(ranges.at(4)); - upperOffset = Number(offsets.at(2)); - lowerOffset = Number(offsets.at(3)); - leftOffset = Number(offsets.at(1)); - - var ctx = costume.contents.getContext('2d'); - var rightCostumeEdge = costume.contents.width, lowerCostumeEdge = costume.contents.height, - diagramWidth = rightCostumeEdge - leftOffset, diagramHeight = lowerCostumeEdge - lowerOffset - upperOffset; - var x0 = xLeft / (xLeft - xRight) * diagramWidth, y0 = yUpper / (yUpper - yLower) * diagramHeight; - - plotData(); - - return costume; - - } -); - -SnapExtensions.primitives.set( - 'SciS_addHistogramToPlotpad(costume,ranges,offsets,lineattributes,data,datapointattributes)', - function (costume, ranges, offsets, lineattributes, data, datapointattributes) { - // functions - - function xTOxp(x) { - return leftOffset + (x - xLeft) * diagramWidth / (xRight - xLeft); - } - function yTOyp(y) { - return upperOffset + (yUpper - y) * diagramHeight / (yUpper - yLower); - } - function xpTOx(xp) { - return xLeft + (xRight - xLeft) * (xp - leftOffset) / diagramWidth; - } - function ypTOy(yp) { - return yUpper - (yUpper - yLower) * (yp - upperOffset) / diagramHeight; - } - - function plotHistogram() { - var linewidth = lineattributes.at(2), linestyle = 1, yZero = yTOyp(0.); - var arraydata = data.asArray(), xp, yp, i, xold; - var n = arraydata.length; - var lcolor = new Color(lineattributes.at(3), lineattributes.at(4), lineattributes.at(5)).toString(); - var x = arraydata[0].at(1); - y = arraydata[0].at(2); - var dx = arraydata[1].at(1) - x; - if (n == 0) - return; - if (lineattributes.at(1).trim() == 'continuous') - linestyle = 1; - else if (lineattributes.at(1).trim() == 'dashed') - linestyle = 2; - else if (lineattributes.at(1).trim() == 'dash-dot') - linestyle = 3; - else if (lineattributes.at(1).trim() == 'dot-dot') - linestyle = 4; - else if (lineattributes.at(1).trim() == 'none') - return; - ctx.lineWidth = linewidth; - if (linestyle == 2) { - ctx.setLineDash([10, 5]); - } else if (linestyle == 3) { - ctx.setLineDash([10, 2, 1, 2]); - } else if (linestyle == 4) { - ctx.setLineDash([1, 2]); - } else { - ctx.setLineDash([]); - } - ctx.beginPath(); - ctx.strokeStyle = lcolor; - ctx.fillStyle = new Color(datapointattributes.at(4), datapointattributes.at(5), datapointattributes.at(6)).toString(); - ; - xp = xTOxp(x - 0.5 * dx); - yp = yTOyp(0.); - ctx.moveTo(xp, yp); - i = 0; - while (i < n) - { - xold = xp; - x = arraydata[i].at(1); - y = arraydata[i].at(2); - yp = yTOyp(y); - ctx.moveTo(xp, yZero); - ctx.lineTo(xp, yp); - xp = xTOxp(x + 0.5 * dx); - ctx.lineTo(xp, yp); - ctx.lineTo(xp, yZero); - ctx.lineTo(xold, yZero); - i = i + 1; - } - ctx.closePath(); - ctx.fill(); - ctx.stroke(); - } - -// to ensure the correct type "Number" to number parameters - xLeft = Number(ranges.at(1)); - xRight = Number(ranges.at(2)); - yLower = Number(ranges.at(3)); - yUpper = Number(ranges.at(4)); - leftOffset = Number(offsets.at(1)); - rightOffset = Number(offsets.at(2)); - upperOffset = Number(offsets.at(3)); - lowerOffset = Number(offsets.at(4)); - - var ctx = costume.contents.getContext('2d'); - var rightCostumeEdge = costume.contents.width; - var lowerCostumeEdge = costume.contents.height; - var diagramWidth = rightCostumeEdge - leftOffset - rightOffset; - var diagramHeight = lowerCostumeEdge - lowerOffset - upperOffset; - - function defineClip() { - ctx.beginPath(); - ctx.linewidth = 0; - ctx.strokeStyle = new Color(0, 0, 0); - ctx.rect(leftOffset, upperOffset, diagramWidth, diagramHeight); - ctx.closePath(); - ctx.clip(); - } - - ctx.save(); // SO WE CAN CLIP! - defineClip(); - plotHistogram(); - ctx.restore(); - - return costume; - } -); - -SnapExtensions.primitives.set( - 'SciS_addAxesAndScalesToPlotpad(costume,scaleattributes,labels,offsets,ranges,plotcolors)', - function (costume, scaleattributes, labels, offsets, ranges, plotcolors) { - // global variables - - var ctx = costume.contents.getContext('2d'); - var xLeft = Number(ranges.at(1)), xRight = Number(ranges.at(2)), yLower = Number(ranges.at(3)), yUpper = Number(ranges.at(4)); - var leftOffset = Number(offsets.at(1)), rightOffset = Number(offsets.at(2)); - var upperOffset = Number(offsets.at(3)), lowerOffset = Number(offsets.at(4)); - var xprecision = Number(scaleattributes.at(1)), xtextheight = Number(scaleattributes.at(3)), xIntervals = Number(scaleattributes.at(5)); - var yprecision = Number(scaleattributes.at(2)), ytextheight = Number(scaleattributes.at(4)), yIntervals = Number(scaleattributes.at(6)); - var xstart = Number(scaleattributes.at(7)), xstep = Number(scaleattributes.at(9)), xscaling = Number(scaleattributes.at(11)); - var ystart = Number(scaleattributes.at(8)), ystep = Number(scaleattributes.at(10)), yscaling = Number(scaleattributes.at(12)); - var ticlength = Number(scaleattributes.at(13)); - var xminitic = Number(scaleattributes.at(14)), yminitic = Number(scaleattributes.at(15)); - var xgrid = scaleattributes.at(16), ygrid = scaleattributes.at(17); - var xcentered = scaleattributes.at(18), ycentered = scaleattributes.at(19); - var showXscale = scaleattributes.at(20), showYscale = scaleattributes.at(21); - var border = Number(scaleattributes.at(22)); - var rightCostumeEdge = costume.contents.width, lowerCostumeEdge = costume.contents.height; - - var diagramWidth = rightCostumeEdge - leftOffset - rightOffset, diagramHeight = lowerCostumeEdge - lowerOffset - upperOffset; - - var rback = Number(plotcolors.at(3)), gback = Number(plotcolors.at(4)), bback = Number(plotcolors.at(5)); - var rfront = Number(plotcolors.at(8)), gfront = Number(plotcolors.at(9)), bfront = Number(plotcolors.at(10)); - -// functions - - function xTOxp(x) { - return leftOffset + (x - xLeft) * diagramWidth / (xRight - xLeft); - } // x0+(x*diagramWidth/(xRight-xLeft));} - function yTOyp(y) { - return upperOffset + (yUpper - y) * diagramHeight / (yUpper - yLower); - } // 0-(y*diagramHeight/(yUpper-yLower));} - function xpTOx(xp) { - return xLeft + (xRight - xLeft) * (xp - leftOffset) / diagramWidth; - } // (xp-x0)*(xRight-xLeft)/diagramWidth;} - function ypTOy(yp) { - return yUpper - (yUpper - yLower) * (yp - upperOffset) / diagramHeight; - } // (y0-yp)*(yUpper-yLower)/diagramHeight;} - - var conv = [ - ["Α", "\u0391"], ["Β", "\u0392"], ["Γ", "\u0393"], ["Δ", "\u0394"], ["Ε", "\u0395"], - ["Ζ", "\u0396"], ["Η", "\u0397"], ["Θ", "\u0398"], ["Ι", "\u0399"], ["Κ", "\u039A"], - ["Λ", "\u039B"], ["Μ", "\u039C"], ["Ν", "\u039D"], ["Ξ", "\u039E"], ["Ο", "\u039F"], - ["Π", "\u03A0"], ["Ρ", "\u03A1"], ["Σ", "\u03A2"], ["Τ", "\u03A3"], ["Υ", "\u03A4"], - ["ϒ", "\u03A5"], ["Φ", "\u03A6"], ["Χ", "\u03A7"], ["Ψ", "\u03A8"], ["Ω", "\u03A9"], - ["α", "\u03B1"], ["β", "\u03B2"], ["γ", "\u03B3"], ["δ", "\u03B4"], ["ε", "\u03B5"], - ["ζ", "\u03B6"], ["η", "\u03B7"], ["θ", "\u03B8"], ["ι", "\u03B9"], ["κ", "\u03BA"], - ["λ", "\u03BB"], ["μ", "\u03BC"], ["ν", "\u03BD"], ["ξ", "\u03BE"], ["ο", "\u03BF"], - ["π", "\u03C0"], ["ρ", "\u03C1"], ["ς", "\u03C2"], ["σ", "\u03C3"], ["τ", "\u03C4"], - ["υ", "\u03C5"], ["φ", "\u03C6"], ["χ", "\u03C7"], ["ψ", "\u03C8"], ["ω", "\u03C9"], - ["ϑ", "\u03D1"], ["ϖ", "\u03D6"], ["€", "\u20AC"], ["£", "\xA3"], ["¥", "\xA5"], - ["°", "\xB0"], ["±", "\xB1"], ["²", "\xB2"], ["³", "\xB3"], ["µ", "\xB5"], - ["×", "\xD7"], ["÷", "\xF7"], ["∂", "\u2202"], ["∇", "\u2207"], ["∝", "\u221D"], - ["∞", "\u221E"]]; - - function special(s) { - var a; - for (var i = 0; i < conv.length; i++) { - a = conv[i]; - s = s.replaceAll(a[0], a[1]); - } - return s; - } - - function draw_title() - { - ctx.fillStyle = new Color(rfront, gfront, bfront).toString(); // 0,0,0).toString() - var label = special(labels.at(1)); - var h = Number(labels.at(4)); - if (label.length > 0 && upperOffset > 0) { - ctx.font = "" + labels.at(4) + "px sans-serif"; - var w = ctx.measureText(label).width; - var yl = upperOffset / 2 + 0.4 * h; - if (ticlength < 0) - yl += ticlength / 2; - ctx.fillText(label, leftOffset + diagramWidth / 2 - w / 2, yl); - } - } - - function draw_xlabel() - { - var xl, yl, w; - var label = special(labels.at(2)); - var units = special(labels.at(7)); - var scaling = "" + xscaling.toPrecision(1); - var idx = scaling.indexOf("1e+"); - if (idx > -1) - scaling = scaling.replace("1e+", "10^"); - else { - idx = scaling.indexOf("1e"); - if (idx > -1) - scaling = scaling.replace("1e", "10^"); - } - ctx.fillStyle = new Color(rfront, gfront, bfront).toString(); // 0,0,0).toString() - if (xscaling < 0.99 || xscaling > 1.01) { - label += " / " + scaling; - if (units.length > 0) - label += " " + units; - } else if (units.length > 0) { - label += " [" + units + "]"; - } - ctx.font = "" + labels.at(5) + "px sans-serif"; - w = ctx.measureText(label).width; - if (ycentered) { - xl = leftOffset + diagramWidth - w; - yl = yTOyp(0.) - 1.5 * ticlength; - } else { - xl = leftOffset + diagramWidth / 2 - w / 2; - yl = upperOffset + diagramHeight + 3.2 * xtextheight; - if (ticlength < 0) - yl -= ticlength; - } - ctx.fillText(label, xl, yl); - // ctx.fillText("x,y,w,W="+xl.toFixed(0)+","+yl.toFixed(0)+","+w.toFixed(0)+","+label.length,20,20); - } - - function draw_ylabel(xl) - { - var yl, w; - var label = special(labels.at(3)); - var units = special(labels.at(8)); - var scaling = "" + yscaling.toPrecision(1); - var idx = scaling.indexOf("1e+"); - if (idx > -1) - scaling = scaling.replace("1e+", "10^"); - else { - idx = scaling.indexOf("1e"); - if (idx > -1) - scaling = scaling.replace("1e", "10^"); - } - ctx.fillStyle = new Color(rfront, gfront, bfront).toString(); // 0,0,0).toString() - if (yscaling < 0.99 || yscaling > 1.01) { - label += " / " + scaling; - if (units.length > 0) - label += " " + units; - } else if (units.length > 0) { - label += " [" + units + "]"; - } - ctx.font = "" + labels.at(6) + "px sans-serif"; - w = ctx.measureText(label).width; - if (xcentered) { - xl = xTOxp(0.) + 1.5 * ticlength; - yl = upperOffset + 0.2 * ytextheight; - ctx.fillText(label, xl, yl); - } else { - ctx.rotate(-Math.PI / 2); - yl = xl - ytextheight; - if (ticlength < 0) - yl += ticlength; - ctx.fillText(label, -w / 2 - lowerCostumeEdge / 2, yl); - ctx.rotate(Math.PI / 2); - } - } - - function draw_scales() - { - var w, text, x, y, xs, ys, xl, yl, xpos, ypos, xp, yp, dt, t, n, xtics, ytics, xp1, xp2, yp1, yp2, xpoff, ypoff, xx = leftOffset; - - // X-SCALES - xs = xstart; - x = xs * xscaling; - xp = xTOxp(x); - xpos = xp - leftOffset; - ctx.lineWidth = 1; - ctx.fillStyle = new Color(rfront, gfront, bfront).toString(); - ctx.strokeStyle = new Color(rfront, gfront, bfront).toString(); - ctx.font = "" + xtextheight + "px sans-serif"; - - yp1 = diagramHeight + upperOffset; - yp2 = upperOffset; - ypoff = 0.; - if (ycentered) { - yp1 = yTOyp(0.); - yp2 = yp1; - ypoff = ticlength; - } - dt = xstep * xscaling / (xminitic + 1); - n = 1; - xtics = Math.abs(xTOxp(x + dt) - xTOxp(x)) > 4 && xminitic > 0; - - // X-SCALES - if (showXscale) { - if (xtics) { // MINI-XTICS BEFORE THE FIRST XTIC - while (n <= xminitic) { - t = xTOxp(x - dt * n); - if (t > leftOffset && t < leftOffset + diagramWidth) { - ctx.moveTo(t, yp1 - ticlength / 2); - ctx.lineTo(t, yp1 + ypoff / 2); - if (!xcentered) { - ctx.moveTo(t, yp2 - ypoff / 2); - ctx.lineTo(t, yp2 + ticlength / 2); - } - } - n += 1; - } - } - - if (ycentered) { - yl = yTOyp(0.) + 1.2 * ticlength + xtextheight; - } else { - yl = upperOffset + diagramHeight + xtextheight * 1.3; - } - if (ticlength < 0) - yl -= ticlength; - while (xpos <= diagramWidth) { - if (xpos >= 0) { - text = xs.toFixed(xprecision); - w = ctx.measureText(text).width; - if (ygrid) { - ctx.moveTo(xp, upperOffset); - ctx.lineTo(xp, diagramHeight + upperOffset); - } - ctx.moveTo(xp, yp1 - ticlength); - ctx.lineTo(xp, yp1 + ypoff); - if (!xcentered) { - ctx.moveTo(xp, yp2 - ypoff); - ctx.lineTo(xp, yp2 + ticlength); - } - if (xtics) { - n = 1; - while (n <= xminitic) { - t = xTOxp(x + dt * n); - if (t > leftOffset && t < leftOffset + diagramWidth) { - ctx.moveTo(t, yp1 - ticlength / 2); - ctx.lineTo(t, yp1 + ypoff / 2); - if (!xcentered) { - ctx.moveTo(t, yp2 - ypoff / 2); - ctx.lineTo(t, yp2 + ticlength / 2); - } - } - n += 1; - } - } - if (xp > w && xp < rightCostumeEdge - w) - ctx.fillText(text, xp - w / 2, yl); - } - xs += xstep; - w = xs / xstep; - x = xs * xscaling; - xp = xTOxp(x); - xpos = xp - leftOffset; - } - } - - // Y-SCALES - if (showYscale) { - ctx.font = "" + ytextheight + "px sans-serif"; - ys = ystart; - y = ys * yscaling; - yp = yTOyp(y); - ypos = yp - upperOffset; - - xp1 = leftOffset; - xp2 = leftOffset + diagramWidth; - xpoff = 0; - if (xcentered) { - xp1 = xTOxp(0.); - xp2 = xp1; - xpoff = ticlength; - } - dt = ystep * yscaling / (yminitic + 1); - n = 1; - ytics = Math.abs(yTOyp(y + dt) - yTOyp(y)) > 4 && yminitic > 0; - - if (ytics) { // MINI-YTICS BEFORE THE FIRST YTIC - while (n <= yminitic) { - t = yTOyp(y - dt * n); - if (t > upperOffset && t < upperOffset + diagramHeight) { - ctx.moveTo(xp1 - xpoff / 2, t); - ctx.lineTo(xp1 + ticlength / 2, t); - if (!ycentered) { - ctx.moveTo(xp2 - ticlength / 2, t); - ctx.lineTo(xp2 + xpoff / 2, t); - } - } - n += 1; - } - } - - // ctx.textAlign = "right"; - while (ypos >= 0) { - if (ypos <= diagramHeight) { - text = ys.toFixed(yprecision); - w = ctx.measureText(text).width; - if (xgrid) { - ctx.moveTo(leftOffset, yp); - ctx.lineTo(diagramWidth + leftOffset, yp); - } - ctx.moveTo(xp1 - xpoff, yp); - ctx.lineTo(xp1 + ticlength, yp); - if (!ycentered) { - ctx.moveTo(xp2 - ticlength, yp); - ctx.lineTo(xp2 + xpoff, yp); - } - if (ytics) { - n = 1; - while (n <= yminitic) { - t = yTOyp(y + dt * n); - if (t > upperOffset && t < upperOffset + diagramHeight) { - ctx.moveTo(xp1 - xpoff / 2, t); - ctx.lineTo(xp1 + ticlength / 2, t); - if (!ycentered) { - ctx.moveTo(xp2 - ticlength / 2, t); - ctx.lineTo(xp2 + xpoff / 2, t); - } - } - n += 1; - } - } - if (xcentered) { - xl = xTOxp(0.) - 1.2 * ticlength - w; - } else { - xl = leftOffset - 1.2 * ytextheight - 2 * w / 3; - if (ticlength < 0) - xl += ticlength; - } - if (yp > -w && yp < lowerCostumeEdge + w) { - ctx.fillText(text, xl, yp + ytextheight * 0.4); - if (xl < xx) - xx = xl; - } - } - ys += ystep; - y = ys * yscaling; - yp = yTOyp(y); - ypos = yp - upperOffset; - } - // ctx.textAlign = "center"; - if (xcentered) - xl = leftOffset - 1.2 * ytextheight; - } - return xx; - } - -//clear label regions - - ctx.beginPath(); - ctx.fillStyle = new Color(rback, gback, bback).toString(); - if (border) - ctx.strokeStyle = new Color(rfront, gfront, bfront).toString(); - else - ctx.strokeStyle = new Color(rback, gback, bback).toString(); - ctx.lineWidth = 1; - - ctx.fillRect(0, 0, rightCostumeEdge, upperOffset); // TITLE - ctx.fillRect(0, 0, leftOffset, lowerCostumeEdge); // YLABEL - ctx.fillRect(0, lowerCostumeEdge - lowerOffset + 1, rightCostumeEdge, lowerCostumeEdge); // XLABEL - ctx.strokeRect(0, 0, rightCostumeEdge, lowerCostumeEdge); - ctx.fillRect(rightCostumeEdge - 1, 0, 1, lowerCostumeEdge); - - -//draw labels - - var xx = draw_scales(); - draw_title(); - draw_xlabel(); - draw_ylabel(xx); - -//draw axes box - -// ctx.strokeStyle = new Color(rfront,gfront,bfront).toString(); -// ctx.strokeRect(leftOffset,upperOffset,diagramWidth,diagramHeight); - xp1 = leftOffset; - xp2 = leftOffset + diagramWidth; - yp1 = upperOffset; - yp2 = upperOffset + diagramHeight; - xp = xTOxp(0.); - yp = yTOyp(0.); -// Y-BOX/-AXIS - if (xcentered && xp >= leftOffset && xp <= leftOffset + diagramWidth) { - if (yUpper > yLower) { - ctx.moveTo(xp, yp2); - ctx.lineTo(xp, yp1 - ytextheight); - ctx.lineTo(xp + 0.25 * ytextheight, yp1); - ctx.lineTo(xp - 0.25 * ytextheight, yp1); - ctx.lineTo(xp, yp1 - ytextheight); - } else { - ctx.moveTo(xp, yp1); - ctx.lineTo(xp, yp2 + ytextheight); - ctx.lineTo(xp + 0.25 * ytextheight, yp2); - ctx.lineTo(xp - 0.25 * ytextheight, yp2); - ctx.lineTo(xp, yp2 + ytextheight); - } - } else { - ctx.moveTo(xp1, yp1); - ctx.lineTo(xp1, yp2); - if (!ycentered) { - ctx.moveTo(xp2, yp1); - ctx.lineTo(xp2, yp2); - } - } -// X-BOX/-AXIS - if (ycentered && yp >= upperOffset && yp <= upperOffset + diagramHeight) { - if (xRight > xLeft) { - ctx.moveTo(xp1, yp); - ctx.lineTo(xp2 + xtextheight, yp); - ctx.lineTo(xp2, yp + 0.25 * xtextheight); - ctx.lineTo(xp2, yp - 0.25 * xtextheight); - ctx.lineTo(xp2 + xtextheight, yp); - } else { - ctx.moveTo(xp2, yp); - ctx.lineTo(xp1 - xtextheight, yp); - ctx.lineTo(xp1, yp + 0.25 * ytextheight); - ctx.lineTo(xp1, yp - 0.25 * ytextheight); - ctx.lineTo(xp1 - xtextheight, yp); - } - } else { - if (!xcentered) { - ctx.moveTo(xp1, yp1); - ctx.lineTo(xp2, yp1); - } - ctx.moveTo(xp1, yp2); - ctx.lineTo(xp2, yp2); - } - - ctx.closePath(); - ctx.fill(); - ctx.stroke(); - - return costume; - - } -); - -SnapExtensions.primitives.set( - 'SciS_FITSpixelsOnStageForImagePad(data,min,max,gray,log,pixels,cAttributes,iAttributes)', - function (data, min, max, gray, log, pixels, cAttributes, iAttributes) { - var leftOffset = Number(cAttributes.at(6)), upperOffset = Number(cAttributes.at(7)), cWidth = Number(cAttributes.at(1)), - cHeight = Number(cAttributes.at(2)), w = Number(iAttributes.at(2)), h = Number(iAttributes.at(3)), n, value, - interval = (max - min) / 8, x = leftOffset + 1, y = upperOffset; - - for (var i = 1; i <= data.length(); i++) { - value = data.at(i); - n = value; - if (value <= min) - n = min + 1; - if (value > max) - n = max; - if (log) - n = Math.round(Math.log(n - min) / Math.log(max - min) * 255); - else - n = Math.round((n - min) / (max - min) * 255); - if ((x <= cWidth) && (y <= cHeight) && (y <= h + upperOffset)) { - if (gray) - pixels.put(new List([n, n, n, 255]), y * cWidth + x); - else { - if (value <= min) { - pixels.put(new List([0, 0, 0, 255]), y * w + x); - } else if (value < min + interval) - pixels.put(new List([0, 0, n, 255]), y * cWidth + x); - else if (value < min + 2 * interval) - pixels.put(new List([0, n, n, 255]), y * cWidth + x); - else if (value < min + 3 * interval) - pixels.put(new List([n, 0, n, 255]), y * cWidth + x); - else if (value < min + 4 * interval) - pixels.put(new List([0, n, 0, 255]), y * cWidth + x); - else if (value < min + 5 * interval) - pixels.put(new List([n, 0, 0, n]), y * cWidth + x); - else if (value < min + 6 * interval) - pixels.put(new List([n, n / 2, 0, 255]), y * cWidth + x); - else if (value < min + 7 * interval) - pixels.put(new List([n, n, 0, 255]), y * cWidth + x); - else if (value < min + 8 * interval) - pixels.put(new List([n, n, n, 255]), y * cWidth + x); - else - pixels.put(new List([255, 255, 255, 255]), y * cWidth + x); - } - } - x++; - if (x > w + leftOffset) { - x = leftOffset + 1; - y++; - } - } - return pixels; - } -); - -SnapExtensions.primitives.set( - 'SciS_FITSpixelsOnSpriteForImagePad(data,min,max,gray,log,iAttributes)', - function (data, min, max, gray, log, iAttributes) { - var result = [], i = 1, n, value, interval = (max - min) / 8, w = Number(iAttributes.at(2)), h = Number(iAttributes.at(3)); - while ((i <= data.length()) && (i <= w * h)) { - value = data.at(i); - n = value; - if (value <= min) - n = min + 1; - if (value > max) - n = max; - if (log) - n = Math.round(Math.log(n - min) / Math.log(max - min) * 255); - else - n = Math.round((n - min) / (max - min) * 255); - if (gray) - result.push(new List([n, n, n, 255])); - else { // result.push(new List([n,255-n,Math.round(255-n/2),255])); - if (value <= min) { - result.push(new List([0, 0, 0, 255])); - } else if (value < min + interval) - result.push(new List([0, 0, n, 255])); - else if (value < min + 2 * interval) - result.push(new List([0, n, n, 255])); - else if (value < min + 3 * interval) - result.push(new List([n, 0, n, 255])); - else if (value < min + 4 * interval) - result.push(new List([0, n, 0, 255])); - else if (value < min + 5 * interval) - result.push(new List([n, 0, 0, n])); - else if (value < min + 6 * interval) - result.push(new List([n, n / 2, 0, 255])); - else if (value < min + 7 * interval) - result.push(new List([n, n, 0, 255])); - else if (value < min + 8 * interval) - result.push(new List([n, n, n, 255])); - else - result.push(new List([255, 255, 255, 255])); - } - i = i + 1; - } - return new List(result); - } -); - -SnapExtensions.primitives.set( - 'SciS_RGBpixelsOnStageForImagePad(data,min,max,gray,log,pixels,cAttributes,iAttributes)', - function (data, min, max, gray, log, pixels, cAttributes, iAttributes) { - var leftOffset = Number(cAttributes.at(6)), upperOffset = Number(cAttributes.at(7)), cWidth = Number(cAttributes.at(1)), - cHeight = Number(cAttributes.at(2)), w = Number(iAttributes.at(2)), h = Number(iAttributes.at(3)), n, value, - interval = (max - min) / 8, x = leftOffset + 1, y = upperOffset; - - for (var i = 1; i <= data.length(); i++) { - value = (data.at(i).at(1) + data.at(i).at(2) + data.at(i).at(3)) / 3; - n = value; - if (value <= min) - n = min + 1; - if (value > max) - n = max; - if (log) - n = Math.round(Math.log(n - min) / Math.log(max - min) * 255); - else - n = Math.round((n - min) / (max - min) * 255); - if ((x <= cWidth) && (y <= cHeight) && (y <= h + upperOffset)) { - if (gray) - pixels.put(new List([n, n, n, 255]), y * cWidth + x); - else { - if (value <= min) { - pixels.put(new List([0, 0, 0, 255]), y * w + x); - } else if (value < min + interval) - pixels.put(new List([0, 0, n, 255]), y * cWidth + x); - else if (value < min + 2 * interval) - pixels.put(new List([0, n, n, 255]), y * cWidth + x); - else if (value < min + 3 * interval) - pixels.put(new List([n, 0, n, 255]), y * cWidth + x); - else if (value < min + 4 * interval) - pixels.put(new List([0, n, 0, 255]), y * cWidth + x); - else if (value < min + 5 * interval) - pixels.put(new List([n, 0, 0, n]), y * cWidth + x); - else if (value < min + 6 * interval) - pixels.put(new List([n, n / 2, 0, 255]), y * cWidth + x); - else if (value < min + 7 * interval) - pixels.put(new List([n, n, 0, 255]), y * cWidth + x); - else if (value < min + 8 * interval) - pixels.put(new List([n, n, n, 255]), y * cWidth + x); - else - pixels.put(new List([255, 255, 255, 255]), y * cWidth + x); - } - } - x++; - if (x > w + leftOffset) { - x = leftOffset + 1; - y++; - } - } - return pixels; - } -); - -SnapExtensions.primitives.set( - 'SciS_RGBpixelsOnSpriteForImagePad(data,min,max,gray,log)', - function (data, min, max, gray, log) { - var result = [], i = 1, n, value, interval = (max - min) / 8; - while (i <= data.length()) { - value = (data.at(i).at(1) + data.at(i).at(2) + data.at(i).at(3)) / 3; - n = value; - if (value <= min) - n = min + 1; - if (value > max) - n = max; - if (log) - n = Math.round(Math.log(n - min) / Math.log(max - min) * 255); - else - n = Math.round((n - min) / (max - min) * 255); - if (gray) - result.push(new List([n, n, n, 255])); - else { // result.push(new List([n,255-n,Math.round(255-n/2),255])); - if (value <= min) { - result.push(new List([0, 0, 0, 255])); - } else if (value < min + interval) - result.push(new List([0, 0, n, 255])); - else if (value < min + 2 * interval) - result.push(new List([0, n, n, 255])); - else if (value < min + 3 * interval) - result.push(new List([n, 0, n, 255])); - else if (value < min + 4 * interval) - result.push(new List([0, n, 0, 255])); - else if (value < min + 5 * interval) - result.push(new List([n, 0, 0, n])); - else if (value < min + 6 * interval) - result.push(new List([n, n / 2, 0, 255])); - else if (value < min + 7 * interval) - result.push(new List([n, n, 0, 255])); - else if (value < min + 8 * interval) - result.push(new List([n, n, n, 255])); - else - result.push(new List([255, 255, 255, 255])); - } - i = i + 1; - } - return new List(result); - } -); - -SnapExtensions.primitives.set( - 'SciS_drawLineOnImagepad(costume,x1,y1,x2,y2,lineAttributes)', - function (costume, x1, y1, x2, y2, lineAttributes) { - x1 = Number(x1); - y1 = Number(y1); - x2 = Number(x2); - y2 = Number(y2); - var ctx = costume.contents.getContext('2d'), - style = lineAttributes.at(1).trim(), - w = Number(lineAttributes.at(2)), - r = Number(lineAttributes.at(3)), - g = Number(lineAttributes.at(4)), - b = Number(lineAttributes.at(5)); - if (style == 'dashed') { - ctx.setLineDash([10, 10]); - } else if (style == 'dash-dot') { - ctx.setLineDash([10, 5, 2, 5]); - } else if (style == 'dot-dot') { - ctx.setLineDash([2, 5]); - } else { - ctx.setLineDash([]); - } - ctx.beginPath(); - ctx.lineWidth = w; - ctx.strokeStyle = new Color(r, g, b).toString(); - ctx.moveTo(x1, y1); - ctx.lineTo(x2, y2); - ctx.closePath(); - ctx.stroke(); - return costume; - } -); - -SnapExtensions.primitives.set( - 'SciS_drawRectangleOnImagepad(costume,x1,y1,width,height,lineAttributes)', - function (costume, x1, y1, width, height, lineAttributes) { - x1 = Number(x1); - y1 = Number(y1); - width = Number(width); - height = Number(height); - var ctx = costume.contents.getContext('2d'), - style = lineAttributes.at(1).trim(), - w = Number(lineAttributes.at(2)), - r = Number(lineAttributes.at(3)), - g = Number(lineAttributes.at(4)), - b = Number(lineAttributes.at(5)); - if (style == 'dashed') { - ctx.setLineDash([10, 10]); - } else if (style == 'dash-dot') { - ctx.setLineDash([10, 5, 2, 5]); - } else if (style == 'dot-dot') { - ctx.setLineDash([2, 5]); - } else { - ctx.setLineDash([]); - } - ctx.beginPath(); - ctx.lineWidth = w; - ctx.strokeStyle = new Color(r, g, b).toString(); - ctx.strokeRect(x1, y1, width, height); - ctx.closePath(); - ctx.stroke(); - return costume; - } -); - -SnapExtensions.primitives.set( - 'SciS_fillRectangleOnImagepad(costume,x1,y1,width,height,lineAttributes)', - function (costume, x1, y1, width, height, lineAttributes) { - x1 = Number(x1); - y1 = Number(y1); - width = Number(width); - height = Number(height); - var ctx = costume.contents.getContext('2d'), - style = lineAttributes.at(1).trim(), - w = Number(lineAttributes.at(2)), - r = Number(lineAttributes.at(6)), - g = Number(lineAttributes.at(7)), - b = Number(lineAttributes.at(8)); - if (style == 'dashed') { - ctx.setLineDash([10, 10]); - } else if (style == 'dash-dot') { - ctx.setLineDash([10, 5, 2, 5]); - } else if (style == 'dot-dot') { - ctx.setLineDash([2, 5]); - } else { - ctx.setLineDash([]); - } - ctx.beginPath(); - ctx.lineWidth = width; - ctx.fillStyle = new Color(r, g, b).toString(); - ctx.fillRect(x1, y1, width, height); - ctx.closePath(); - ctx.fill(); - return costume; - } -); - -SnapExtensions.primitives.set( - 'SciS_drawCircleOnImagepad(costume,x,y,radius,lineAttributes)', - function (costume, x, y, radius, lineAttributes) { - x = Number(x); - y = Number(y); - radius = Number(radius); - var ctx = costume.contents.getContext('2d'), - style = lineAttributes.at(1).trim(), - w = Number(lineAttributes.at(2)), - r = Number(lineAttributes.at(3)), - g = Number(lineAttributes.at(4)), - b = Number(lineAttributes.at(5)); - if (style == 'dashed') { - ctx.setLineDash([10, 10]); - } else if (style == 'dash-dot') { - ctx.setLineDash([10, 5, 2, 5]); - } else if (style == 'dot-dot') { - ctx.setLineDash([2, 5]); - } else { - ctx.setLineDash([]); - } - ctx.beginPath(); - ctx.lineWidth = w; - ctx.strokeStyle = new Color(r, g, b).toString(); - ctx.arc(x, y, radius, 0, 6.283185307179586476925286766559); - ctx.closePath(); - ctx.stroke(); - return costume; - } -); - -SnapExtensions.primitives.set( - 'SciS_fillCircleOnImagepad(costume,x,y,radius,lineAttributes)', - function (costume, x, y, radius, lineAttributes) { - x = Number(x); - y = Number(y); - radius = Number(radius); - var ctx = costume.contents.getContext('2d'), - style = lineAttributes.at(1).trim(), - w = Number(lineAttributes.at(2)), - r = Number(lineAttributes.at(6)), - g = Number(lineAttributes.at(7)), - b = Number(lineAttributes.at(8)); - if (style == 'dashed') { - ctx.setLineDash([10, 10]); - } else if (style == 'dash-dot') { - ctx.setLineDash([10, 5, 2, 5]); - } else if (style == 'dot-dot') { - ctx.setLineDash([2, 5]); - } else { - ctx.setLineDash([]); - } - ctx.beginPath(); - ctx.fillStyle = new Color(r, g, b).toString(); - ctx.arc(x, y, radius, 0, 6.283185307179586476925286766559); - ctx.closePath(); - ctx.fill(); - return costume; - } -); - -SnapExtensions.primitives.set( - 'SciS_drawTextOnImagepad(costume,x,y,text,height,horizontal,lineAttributes)', - function (costume, x, y, text, height, horizontal, lineAttributes) { - var ctx = costume.contents.getContext('2d'), - style = lineAttributes.at(1).trim(), - w = Number(lineAttributes.at(2)), - r = Number(lineAttributes.at(3)), - g = Number(lineAttributes.at(4)), - b = Number(lineAttributes.at(5)); - ctx.beginPath(); - ctx.fillStyle = new Color(r, g, b).toString(); - ctx.font = "" + height + "px sans-serif"; - if (horizontal) - ctx.fillText(text, x, y); - else { - ctx.rotate(-Math.PI / 2); - ctx.fillText(text, -y, x); - ctx.rotate(Math.PI / 2); - } - ctx.closePath(); - ctx.fill(); - return costume; - } -); - -SnapExtensions.primitives.set( - 'SciS_BrightnessOnImage(data,xpos,ypos,r,width,height,typeOfData)', - function (data, xpos, ypos, r, width, height, typeOfData) { - - function imageValue(x, y) { - if ((x > width) || (x < 1) || (y > height) || (y < 1)) - return 0; - else - return data.at(x + (y - 1) * width); - } - - var value, sumOfValues = 0, points = 0, y = ypos - r, x; - - if (typeOfData == 'FITS') { - sumOfValues = 0; - while ((y <= ypos + r) && (y <= height)) { - x = xpos - r; - while ((x <= xpos + r) && (x <= width)) { - if (r > Math.sqrt((xpos - x) * (xpos - x) + (ypos - y) * ypos - y)) { - sumOfValues = sumOfValues + imageValue(Math.round(x), Math.round(y)); - points++; - } - x++; - } - y++; - } - return new List([sumOfValues, points]); - } else { - sumOfValues = [0, 0, 0]; - while ((y <= ypos + r) && (y <= height)) { - x = xpos - r; - while ((x <= xpos + r) && (x <= width)) { - if (r > Math.sqrt((xpos - x) * (xpos - x) + (ypos - y) * ypos - y)) { - value = imageValue(Math.round(x), Math.round(y)); - sumOfValues = [sumOfValues[0] + value.at(1), sumOfValues[1] + value.at(2), - sumOfValues[2] + value.at(3)]; - points++; - } - x++; - } - y++; - } - } - return new List([new List(sumOfValues), points]); - } -); - -SnapExtensions.primitives.set( - 'SciS_affineTransformation(a11,a12,a13,a21,a22,a23,w,h,data,typeOfData)', - function (a11, a12, a13, a21, a22, a23, w, h, data, typeOfData) { - var x, y, xnew, ynew, value, newdata = []; - for (var i = 1; i <= data.contents.length; i++) - if (typeOfData == 'FITS') - newdata.push(0); - else - newdata.push(new List([0, 0, 0, 255])); - for (var y = 1; y <= h; y++) - for (var x = 1; x <= w; x++) { - value = data.at(x + (y - 1) * w); - xnew = Math.round(a11 * x + a12 * y + a13); - ynew = Math.round(a21 * x + a22 * y + a23); - if ((xnew > 0) && (xnew <= w) && (ynew > 0) && (ynew <= h)) - newdata[xnew - 1 + (ynew - 1) * w - 1] = value; - } - return new List(newdata); - } -); - -SnapExtensions.primitives.set( - 'SciS_brightnessAround(data,xpos,ypos,r,width,height,typeOfData)', - function (data, xpos, ypos, r, width, height, typeOfData) { - - function imageValue(x, y) { - if ((x > width) || (x < 1) || (y > height) || (y < 1)) - return 0; - else if (typeOfData == 'FITS') - return data.at(x + (y - 1) * width); - else { - h = data.at(x + (y - 1) * width); - return(h.at(1) + h.at(2) + h.at(3)) / 3; - } - } - - var xpos = Number(xpos), ypos = Number(ypos), r = Number(r), width = Number(width), height = Number(height), - value, sumOfValues, points, x, y, h; - - sumOfValues = 0; - points = 0; - y = ypos - r; - if (y < 1) - y = 1; - while ((y <= ypos + r) && (y <= height)) { - x = xpos - r; - if (x < 1) - x = 1; - while ((x <= xpos + r) && (x <= width)) { - if (r > Math.sqrt((xpos - x) * (xpos - x) + (ypos - y) * ypos - y)) { - sumOfValues = sumOfValues + imageValue(Math.round(x), Math.round(y)); - points++; - } - x++; - } - y++; - } - return new List([sumOfValues, points]); - } -); - -SnapExtensions.primitives.set( - 'SciS_drawListOfPoints(costume,data,shape,size,lineAttributes)', - function (costume, data, shape, size, lineAttributes) { - size = Number(size); - var ctx = costume.contents.getContext('2d'), - style = lineAttributes.at(1).trim(), - w = Number(lineAttributes.at(2)), - ro = Number(lineAttributes.at(3)), - go = Number(lineAttributes.at(4)), - bo = Number(lineAttributes.at(5)), - r = Number(lineAttributes.at(6)), - g = Number(lineAttributes.at(7)), - b = Number(lineAttributes.at(8)); - if (style == 'dashed') { - ctx.setLineDash([10, 10]); - } else if (style == 'dash-dot') { - ctx.setLineDash([10, 5, 2, 5]); - } else if (style == 'dot-dot') { - ctx.setLineDash([2, 5]); - } else { - ctx.setLineDash([]); - } - for (var i = 1; i <= data.length(); i++) { - if (shape === "circles") { - ctx.beginPath(); - ctx.strokeStyle = new Color(ro, go, bo).toString(); - ctx.fillStyle = new Color(r, g, b).toString(); - ctx.arc(data.at(i).at(1), data.at(i).at(2), size, 0, 6.283185307179586476925286766559); - ctx.closePath(); - ctx.fill(); - ctx.stroke(); - } - if (shape === "squares") { - ctx.beginPath(); - ctx.strokeStyle = new Color(ro, go, bo).toString(); - ctx.fillStyle = new Color(r, g, b).toString(); - ctx.fillRect(data.at(i).at(1) - size, data.at(i).at(2) - size, 2 * size, 2 * size); - ctx.strokeRect(data.at(i).at(1) - size, data.at(i).at(2) - size, 2 * size, 2 * size); - ctx.closePath(); - ctx.stroke(); - ctx.fill(); - } - } - return costume; - } -); - -SnapExtensions.primitives.set( - 'SciS_addVerticesToVertexlist(n,vlist,vAttributes)', - function (n, vlist, vAttributes) { - function rn(a, b) { - return Math.round((b - a) * Math.random() + a); - } - - n = Number(n); - ranges = vAttributes.at(1); - size = vAttributes.at(2); - for (var i = 1; i <= n; i++) { - //x,y,size,content,isMarked,colorNr,numberOfLinks - vlist.add(new List([rn(ranges.at(1), ranges.at(2)), rn(ranges.at(3), ranges.at(4)), size, "", false, rn(1, 10), 0])); - } - return vlist; - } -); - -SnapExtensions.primitives.set( - 'SciS_addVerticesToAdjacencymatrix(n,amatrix)', - function (n, amatrix) { - n = Number(n); - var w, row; - if (amatrix.length() === 0) - w = 0; - else - w = amatrix.at(1).length(); - for (var i = 1; i <= n; i++) { - row = new List(); - for (var j = 1; j <= w; j++) - row.add("X"); - amatrix.add(row); - } - for (var i = 1; i <= amatrix.length(); i++) { - for (var j = 1; j <= n; j++) { - amatrix.at(i).add("X"); - } - } - return amatrix; - } -); - -SnapExtensions.primitives.set( - 'SciS_addRandomEdgesToGraph(amatrix,n,lAttributes,vlist)', - function (amatrix, n, lAttributes, vlist) { - var v1 = 0, v2 = 0, i, length = vlist.length(), found, w, k, - x1, y1, x2, y2, result, withWeights = lAttributes.at(6), directedEdges = lAttributes.at(5); - if (length > 1) { - n = Number(n); - k = 1; - while (k <= n) { - do { - v1 = Math.floor(Math.random() * length) + 1; - } while (v1 > length); - i = 1; - found = false; - while (!found && (i < 100)) { - do { - v2 = Math.floor(Math.random() * length) + 1; - } while (v2 > length); - found = (v1 !== v2) && (amatrix.at(v1).at(v2) === "X"); - i++; - } - if (found) { - if (withWeights) { //takes the distance/10 as weight in the beginning - x1 = vlist.at(v1).at(1); - y1 = vlist.at(v1).at(2); - x2 = vlist.at(v2).at(1); - y2 = vlist.at(v2).at(2); - w = Math.round(Math.sqrt((x1 - x2) * (x1 - x2) + (y1 - y2) * (y1 - y2)) / 10); - } else - w = 1; - amatrix.at(v1).put(w, v2); - vlist.at(v1).put(vlist.at(v1).at(7) + 1, 7); - if (!directedEdges) { - amatrix.at(v2).put(w, v1); - vlist.at(v2).put(vlist.at(v2).at(7) + 1, 7); - } - vlist.at(v2).put(vlist.at(v1).at(6), 6); - } - k++; - } - } - result = new List(); - result.add(amatrix); - result.add(vlist); - return result; - } -); - -SnapExtensions.primitives.set( - 'SciS_drawGraph(amatrix,vlist,cAttributes,vAttributes,lAttributes,oldCostume)', - function (amatrix, vlist, cAttributes, vAttributes, lAttributes, oldCostume) { - var costume = new Costume(), ctx = costume.contents.getContext('2d'), c, row, anz, - w = Number(cAttributes.at(1)), h = Number(cAttributes.at(2)), v1, v2, x1, y1, x2, y2, n = amatrix.length(), label, textheight, - weight, directed, marked, showWeights, xp, yp, alpha, l, dx, dy, dl, size, minsize = Number(vAttributes.at(2)), growing = vAttributes.at(3); -//create new costume or take old one - //create new costume or take old one - if (oldCostume === "null") { - costume.contents.width = w; - costume.contents.height = h; - ctx.beginPath(); - ctx.fillStyle = new Color(cAttributes.at(3), cAttributes.at(4), cAttributes.at(5)).toString(); - ctx.strokeStyle = new Color(0, 0, 0).toString(); - ctx.fillRect(0, 0, w, h); - ctx.strokeRect(0, 0, w, h); - ctx.closePath(); - ctx.fill(); - ctx.stroke(); - costume.rotationCenter = new Point(w / 2, h / 2); - } else { - costume = oldCostume; - ctx = costume.contents.getContext('2d'); - } - -//count edges per vertex an set size per vertex - for (var i = 1; i <= amatrix.length(); i++) { - anz = 0; - row = amatrix.at(i); - for (var j = 1; j <= row.length(); j++) - if (row.at(j) !== "X") - anz++; - vlist.at(i).put(anz, 7); - if (growing) - vlist.at(i).put(minsize + 2 * vlist.at(i).at(7), 3); - //else vlist.at(i).put(minsize,3); - } - -//draw edges - ctx.lineWidth = lAttributes.at(1); - ctx.strokeStyle = new Color(lAttributes.at(2), lAttributes.at(3), lAttributes.at(4)).toString(); - ctx.fillStyle = new Color(lAttributes.at(2), lAttributes.at(3), lAttributes.at(4)).toString(); - directed = lAttributes.at(5); - showWeights = lAttributes.at(7); - v1 = 1; - while (v1 <= n) { - v2 = 1; - while (v2 <= n) { - weight = amatrix.at(v1).at(v2); - if (weight != "X") { - x1 = vlist.at(v1).at(1); - y1 = vlist.at(v1).at(2); - x2 = vlist.at(v2).at(1); - y2 = vlist.at(v2).at(2); - ctx.beginPath(); - ctx.moveTo(x1, y1); - ctx.lineTo(x2, y2); - ctx.closePath(); - ctx.stroke(); - if (directed) { - xp = x2 - x1; - yp = y2 - y1; - size = vlist.at(v2).at(3); - l = Math.sqrt(xp * xp + yp * yp); - if (l > 15) { - ctx.beginPath(); - alpha = Math.acos(Math.abs(xp) / l); - if (!vAttributes.at(4)) - l = l - size; - else { - if (vlist.at(v2).at(4).length === 0) - label = "VertexNr: " + v2; - else - label = vlist.at(v2).at(4); - textheight = Number(2 * vAttributes.at(2)) + 3 * Number(vlist.at(v2).at(7)); - ctx.font = "" + textheight + "px sans-serif"; - w = ctx.measureText(label).width + 20; - h = textheight + 10; - if (x1 === x2) - l = l - h / 2; - else if (y1 === y2) - l = l - w / 2; - else { - dx = w / 2; - dl = Math.abs(l * dx / xp); - dy = Math.abs(dl * Math.sin(alpha)); - if (dy > h / 2) - dl = h / 2 / Math.sin(alpha); - l = l - dl; - } - } - dx = 5 * Math.sin(alpha); - dy = 5 * Math.cos(alpha); - if (xp >= 0) - if (yp >= 0) {//right-down - x2 = x1 + l * Math.cos(alpha); - y2 = y1 + l * Math.sin(alpha); - ctx.moveTo(x2, y2); - ctx.lineTo(x1 + (l - 10) * Math.cos(alpha) + dx, y1 + (l - 10) * Math.sin(alpha) - dy); - ctx.lineTo(x1 + (l - 10) * Math.cos(alpha) - dx, y1 + (l - 10) * Math.sin(alpha) + dy); - } else {//right-up - x2 = x1 + l * Math.cos(alpha); - y2 = y1 - l * Math.sin(alpha); - ctx.moveTo(x2, y2); - ctx.lineTo(x1 + (l - 10) * Math.cos(alpha) - dx, y1 - (l - 10) * Math.sin(alpha) - dy); - ctx.lineTo(x1 + (l - 10) * Math.cos(alpha) + dx, y1 - (l - 10) * Math.sin(alpha) + dy); - } - else if (yp >= 0) {//left-down - x2 = x1 - l * Math.cos(alpha); - y2 = y1 + l * Math.sin(alpha); - ctx.moveTo(x2, y2); - ctx.lineTo(x1 - (l - 10) * Math.cos(alpha) + dx, y1 + (l - 10) * Math.sin(alpha) + dy); - ctx.lineTo(x1 - (l - 10) * Math.cos(alpha) - dx, y1 + (l - 10) * Math.sin(alpha) - dy); - } else {//left-up - x2 = x1 - l * Math.cos(alpha); - y2 = y1 - l * Math.sin(alpha); - ctx.moveTo(x2, y2); - ctx.lineTo(x1 - (l - 10) * Math.cos(alpha) + dx, y1 - (l - 10) * Math.sin(alpha) - dy); - ctx.lineTo(x1 - (l - 10) * Math.cos(alpha) - dx, y1 - (l - 10) * Math.sin(alpha) + dy); - } - ctx.lineTo(x2, y2); - ctx.closePath(); - ctx.stroke(); - ctx.fill(); - } - } - } - if (showWeights) { - ctx.font = "" + 12 + "px sans-serif"; - ctx.beginPath(); - if (weight != "X") - ctx.fillText("" + weight, (x1 + x2) / 2, (y1 + y2) / 2 - 2); - ctx.closePath(); - ctx.fill(); - } - v2++; - } - v1++; - } - -//color connected vertices in same color - var connectedVertices, row, color, processedVertices = new List(); - for (var vNr = 1; vNr <= vlist.length(); vNr++) { - if (!(processedVertices.contains(vNr))) { - color = Math.round(9 * Math.random() + 1); - connectedVertices = new List(); - connectedVertices.add(vNr); - while (connectedVertices.length() > 0) { - v1 = connectedVertices.at(1); - processedVertices.add(v1); - connectedVertices.remove(1); - vlist.at(v1).put(color, 6); - row = amatrix.at(v1); - for (var i = 1; i <= row.length(); i++) - if ((row.at(i) != "X") && (connectedVertices.indexOf(i) < 1) && (processedVertices.indexOf(i) < 1)) - connectedVertices.add(i); - } - } - } - -//draw vertices - ctx.lineWidth = 1; - ctx.strokeStyle = new Color(0, 0, 0).toString(); - for (var i = 1; i <= vlist.length(); i++) { - marked = vlist.at(i).at(5); - if (!vAttributes.at(4)) { - if (marked) { - ctx.beginPath(); - ctx.fillStyle = new Color(255, 0, 0).toString(); - ctx.strokeStyle = new Color(255, 0, 0).toString(); - ctx.arc(vlist.at(i).at(1), vlist.at(i).at(2), vlist.at(i).at(3) + 3, 0, 6.283185307179586476925286766559); - ctx.strokeStyle = new Color(0, 0, 0).toString(); - ctx.closePath(); - ctx.fill(); - ctx.stroke(); - } - ctx.beginPath(); - c = vlist.at(i).at(6); - if (c === 1) - ctx.fillStyle = new Color(0, 0, 255).toString(); - else if (c === 2) - ctx.fillStyle = new Color(0, 155, 255).toString(); - else if (c === 3) - ctx.fillStyle = new Color(255, 0, 255).toString(); - else if (c === 4) - ctx.fillStyle = new Color(255, 0, 0).toString(); - else if (c === 5) - ctx.fillStyle = new Color(0, 255, 0).toString(); - else if (c === 6) - ctx.fillStyle = new Color(0, 255, 155).toString(); - else if (c === 7) - ctx.fillStyle = new Color(255, 255, 0).toString(); - else if (c === 8) - ctx.fillStyle = new Color(0, 0, 0).toString(); - else if (c === 9) - ctx.fillStyle = new Color(255, 255, 255).toString(); - else - ctx.fillStyle = new Color(155, 155, 155).toString(); - ctx.arc(vlist.at(i).at(1), vlist.at(i).at(2), vlist.at(i).at(3), 0, 6.283185307179586476925286766559); - ctx.closePath(); - ctx.fill(); - ctx.stroke(); - } else { - if (vlist.at(i).at(4).length === 0) - label = "#" + i; - else - label = vlist.at(i).at(4); - ctx.beginPath(); - if (vAttributes.at(3)) - textheight = Number(2 * vAttributes.at(2)) + 3 * Number(vlist.at(i).at(7)); - else - textheight = Number(2 * vAttributes.at(2)); - ctx.font = "" + textheight + "px sans-serif"; - w = ctx.measureText(label).width + 20; - h = textheight + 10; - ctx.fillStyle = new Color(255, 255, 255).toString(); - if (marked) - ctx.strokeStyle = new Color(255, 0, 0).toString(); - else - ctx.strokeStyle = new Color(0, 0, 0).toString(); - x1 = vlist.at(i).at(1) - w / 2; - y1 = vlist.at(i).at(2) - h / 2; - ctx.fillRect(x1, y1, w, h); - ctx.strokeRect(x1 + 1, y1 + 1, w - 3, h - 2); - if (marked) - ctx.fillStyle = new Color(255, 0, 0).toString(); - else - ctx.fillStyle = new Color(0, 0, 0).toString(); - ctx.textAlign = "center"; - ctx.textBaseline = "center"; - ctx.fillText(label, x1 + w / 2, y1 + h - 7); - ctx.closePath(); - ctx.fill(); - ctx.stroke(); - } - } - return costume; - } -); - -SnapExtensions.primitives.set( - 'SciS_depthFirstSearch(amatrix,vlist,cont,n)', - function (amatrix, vlist, cont, n) { - function depthFirstSearch(content, nr) { - var nextVertices = new List(), found, vertexNr, result; - vlist.at(nr).put(true, 5); //mark vertex - if (vlist.at(nr).at(4) === content) - return new List([true, "" + content + " found in vertex " + nr]); //content is found! - else { - for (var i = 1; i <= vlist.length(); i++) { - if ((amatrix.at(nr).at(i) != "X") && (!vlist.at(i).at(5))) - nextVertices.add(i); - for (var j = 1; j <= nextVertices.length(); j++) - vlist.at(j).put(false, 5); - found = false; - while ((nextVertices.length() > 0) && !found) { - vertexNr = nextVertices.at(1); - nextVertices.remove(1); - result = depthFirstSearch(content, vertexNr); - found = result.at(1); - if (found) - return result; - } - } - return new List([false, "" + content + " not found!"]); - } - } - -//delete all markers -//for(var i=1;i<=vlist.length();i++) vlist.at(i).put(false,5); - return depthFirstSearch(cont, n); - - } -); - -SnapExtensions.primitives.set( - 'SciS_breadthFirstSearch(amatrix,vlist,cont,n)', - function (amatrix, vlist, cont, n) { - function breadthFirstSearch(content, nr) { - var nextVertices = new List([n]), vertexNr; - while (nextVertices.length() > 0) { - vertexNr = nextVertices.at(1); - nextVertices.remove(1); - vlist.at(vertexNr).put(true, 5); //mark vertex - if (vlist.at(vertexNr).at(4) === content) - return new List([true, "" + content + " found in vertex " + vertexNr]); //content is found! - else { - for (var i = 1; i <= amatrix.length(); i++) { - if ((amatrix.at(vertexNr).at(i) != "X") && (!vlist.at(i).at(5))) - nextVertices.add(i); - } - } - } - return new List([false, "" + content + " not found!"]); - } - -//for(var i=1;i<=vlist.length();i++) vlist.at(i).put(false,5); //delete all markers - return breadthFirstSearch(cont, n); - - } -); - -SnapExtensions.primitives.set( - 'SciS_shortestPath(amatrix,start,end)', - function (amatrix, start, end) { - var completedVertices = new List(), distances = new List(), openTuples = new List(), result, actualTuple, actualDistance, i, j, k; - openTuples.add(new List([start, 0, ""])); //initialization - while (openTuples.length() > 0) { //use all connected vertices - actualTuple = openTuples.at(1); //take the first tuple in openTuples and delete it from list, add it to completedVertices and the new distance to distances - openTuples.remove(1); - completedVertices.add(actualTuple.at(1)); - distances.add(new List([actualTuple.at(1), actualTuple.at(2)])); - for (var i = 1; i <= amatrix.length(); i++) { //add a new "message" for every connected vertex to openTuples - if (!completedVertices.contains(i) && (amatrix.at(actualTuple.at(1)).at(i) != "X")) { - actualDistance = amatrix.at(actualTuple.at(1)).at(i) + actualTuple.at(2); - openTuples.add(new List([i, actualDistance, actualTuple.at(1)])); - for (var j = 1; j <= distances.length(); j++) { //relaxation - if (distances.at(j).at(1) === i) - if (actualDistance < distances.at(j).at(2)) - distances.put(new List([i, actualDistance]), j); - } - } - } - openTuples = new List(openTuples.asArray().sort(function (a, b) { - return a.at(2) - b.at(2); - })); //sort openTuples by distances - i = 1; - while (i < openTuples.length()) { //delete doubles - k = openTuples.at(i).at(1); - j = i + 1; - while (j <= openTuples.length()) - if (openTuples.at(j).at(1) === k) - openTuples.remove(j); - else - j++; - i++; - } - } - result = -1; - for (var i = 1; i <= distances.length(); i++) //look for the distance to endvertex - if (distances.at(i).at(1) === end) - result = distances.at(i).at(2); - return result; - } -); - -SnapExtensions.primitives.set( - 'SciS_allShortestPaths(amatrix,start)', - function (amatrix, start) { - var completedVertices = new List(), distances = new List(), openTuples = new List(), result, actualTuple, actualDistance, i, j, k; - openTuples.add(new List([start, 0, ""])); //initialization - while (openTuples.length() > 0) { //use all connected vertices - actualTuple = openTuples.at(1); //take the first tuple in openTuples and delete it from list, add it to completedVertices and the new distance to distances - openTuples.remove(1); - completedVertices.add(actualTuple.at(1)); - distances.add(new List([actualTuple.at(1), actualTuple.at(2)])); - for (var i = 1; i <= amatrix.length(); i++) { //add a new "message" for every connected vertex to openTuples - if (!completedVertices.contains(i) && (amatrix.at(actualTuple.at(1)).at(i) != "X")) { - actualDistance = amatrix.at(actualTuple.at(1)).at(i) + actualTuple.at(2); - openTuples.add(new List([i, actualDistance, actualTuple.at(1)])); - for (var j = 1; j <= distances.length(); j++) { //relaxation - if (distances.at(j).at(1) === i) - if (actualDistance < distances.at(j).at(2)) - distances.put(new List([i, actualDistance]), j); - } - } - } - openTuples = new List(openTuples.asArray().sort(function (a, b) { - return a.at(2) - b.at(2); - })); //sort openTuples by distances - i = 1; - while (i < openTuples.length()) { //delete doubles - k = openTuples.at(i).at(1); - j = i + 1; - while (j <= openTuples.length()) - if (openTuples.at(j).at(1) === k) - openTuples.remove(j); - else - j++; - i++; - } - } - return new List(distances.asArray().sort(function (a, b) { - return a.at(1) - b.at(1); - })); //sort distances by vertexnumber - } -); - -SnapExtensions.primitives.set( - 'SciS_vertexnumberAtGraph(vlist,cAttributes,vAttributes,x,y)', - function (vlist, cAttributes, vAttributes, x, y) { - var costumeWidth, costumeHeight, vertexWidth, vertexHeight, showContent, - xpos, ypos, size, xVertex, yVertex, i, label, textheight, w, h, ctx, help; - help = new Costume(); - help.contents.width = 10; - help.contents.height = 10;//only for text-measurement - ctx = help.contents.getContext('2d'); - costumeWidth = Number(cAttributes.at(1)); - costumeHeight = Number(cAttributes.at(2)); - xPos = Math.round(costumeWidth / 2 + Number(x)); - yPos = Math.round(costumeHeight / 2 - Number(y)); - showContent = vAttributes.at(4); - i = 1; - while (i <= vlist.length()) { - xVertex = vlist.at(i).at(1); - yVertex = vlist.at(i).at(2); - size = vlist.at(i).at(3); - if (showContent) { - if (vlist.at(i).at(4).length === 0) - label = "VertexNr: " + i; - else - label = vlist.at(i).at(4); - textheight = Number(2 * vAttributes.at(2)) + 3 * Number(vlist.at(i).at(7)); - ctx.font = "" + textheight + "px sans-serif"; - w = ctx.measureText(label).width + 20; - h = textheight + 10; - if ((xPos >= xVertex - w / 2) && (xPos <= xVertex + w / 2) && (yPos >= yVertex - h / 2) && (yPos <= yVertex + h / 2)) - return i; - } else { - if (Math.sqrt((xPos - xVertex) * (xPos - xVertex) + (yPos - yVertex) * (yPos - yVertex)) <= size) - return i; - } - i++; - } - return("no vertex at this position!"); - } -); - -SnapExtensions.primitives.set( - 'SciS_createDuplicate(sprite,spriteName)', - function (sprite, spriteName) { - var stage = this.parentThatIsA(StageMorph), - ide = stage.parentThatIsA(IDE_Morph), - world = stage.parentThatIsA(WorldMorph), - duplicate = sprite.fullCopy(); - duplicate.isDown = false; - duplicate.setPosition(world.hand.position()); - duplicate.appearIn(ide); - duplicate.keepWithin(stage); - duplicate.isDown = sprite.isDown; - duplicate.name = spriteName; - ide.selectSprite(duplicate); - ide.recordUnsavedChanges(); - ide.createCorral(); - ide.fixLayout(); - } -); - -SnapExtensions.primitives.set( - 'SciS_createPermanentClone(sprite,spriteName)', - function (sprite, spriteName) { - var stage = this.parentThatIsA(StageMorph), - ide = stage.parentThatIsA(IDE_Morph), - world = stage.parentThatIsA(WorldMorph), - clone = sprite.fullCopy(true), - hats = clone.allHatBlocksFor('__clone__init__'); - clone.isDown = false; - clone.appearIn(ide); - if (hats.length) - clone.initClone(hats); - else { - clone.setPosition(world.hand.position()); - clone.keepWithin(stage); - } - clone.isDown = sprite.isDown; - clone.name = spriteName; - ide.selectSprite(clone); - ide.recordUnsavedChanges(); - ide.createCorral(); - ide.fixLayout(); - } -); - -SnapExtensions.primitives.set( - 'SciS_importSprite1()', - function (txt) { - var inp = document.createElement('input'), - ide = this.parent.parent, result = 0, done = false; - - function userImport() { - - function txtOnlyMsg(ftype, anyway) { - ide.confirm( - localize( - 'Snap! can only import "text" files.\n' + - 'You selected a file of type "' + - ftype + - '".' - ) + '\n\n' + localize('Open anyway?'), - 'Unable to import', - anyway // callback - ); - } - - function readText(aFile) { - var frd = new FileReader(), - ext = aFile.name.split('.').pop().toLowerCase(); - - function isTextFile(aFile) { - // special cases for Windows - // check the file extension for text-like-ness - return aFile.type.indexOf('text') !== -1 || - contains(['txt', 'csv', 'xml', 'json', 'tsv'], ext); - } - - function isType(aFile, string) { - return aFile.type.indexOf(string) !== -1 || (ext === string); - } - - frd.onloadend = function (e) { - done = true; - if (isType(aFile, 'csv')) { - result = Process.prototype.parseCSV(e.target.result); - } else if (isType(aFile, 'json')) { - result = Process.prototype.parseJSON(e.target.result); - } else { - result = e.target.result; - } - }; - - if (isTextFile(aFile)) { - frd.readAsText(aFile); - } else { - txtOnlyMsg( - aFile.type, - function () { - frd.readAsText(aFile); - } - ); - } - } - - document.body.removeChild(inp); - ide.filePicker = null; - if (inp.files.length > 0) { - readText(inp.files[inp.files.length - 1]); - } - } - - if (ide.filePicker) { - document.body.removeChild(ide.filePicker); - ide.filePicker = null; - } - inp.type = 'file'; - inp.style.color = "transparent"; - inp.style.backgroundColor = "transparent"; - inp.style.border = "none"; - inp.style.outline = "none"; - inp.style.position = "absolute"; - inp.style.top = "0px"; - inp.style.left = "0px"; - inp.style.width = "0px"; - inp.style.height = "0px"; - inp.style.display = "none"; - inp.addEventListener( - "change", - userImport, - false - ); - document.body.appendChild(inp); - ide.filePicker = inp; - inp.click(); - return function () { - return new List([done, result]); - }; - } -); - -SnapExtensions.primitives.set( - 'SciS_importSprite2(data)', - function (data) { - var stage = this.parentThatIsA(StageMorph), - ide = stage.parentThatIsA(IDE_Morph), - world = stage.parentThatIsA(WorldMorph), - thisObj = this, - cats = SpriteMorph.prototype.categories, - colors = SpriteMorph.prototype.blockColor, - i = 0, index = -1; - ide.openSpritesString(data); - } -); - -SnapExtensions.primitives.set( - 'SciS_changeSpritenameTo(newName)', - function (newName) { - var stage = this.parentThatIsA(StageMorph), - ide = stage.parentThatIsA(IDE_Morph), - world = stage.parentThatIsA(WorldMorph), - thisObj = this; - ide.spriteBar.nameField.setContents(newName); - ide.spriteBar.nameField.fixLayout(); - ide.createCorral(); - ide.fixLayout(); - } -); - -SnapExtensions.primitives.set( - 'SciS_importLibrary1(catName)', - function (catName) { - var cats = SpriteMorph.prototype.categories, i = 0, index = -1; - i = 0; //is category visible? - while ((i < cats.length) && (index < 0)) { - if (cats[i].toLowerCase() === catName) - index = i; - i += 1; - } - if (index === -1) - return false; - else - return true; - } -); - -SnapExtensions.primitives.set( - 'SciS_importLibrary2(src)', - function (src) { - var stage = this.parentThatIsA(StageMorph), - ide = stage.parentThatIsA(IDE_Morph), - world = stage.parentThatIsA(WorldMorph); - ide.openBlocksString(src); - } -); - -SnapExtensions.primitives.set( - 'SciS_NNoutput(weights,width,depth,n,input)', - function (weights, width, depth, n, input) { - var inp = new List(), layerNr = 1, layer, output, sum; - for (var i = 1; i <= input.length(); i++) - inp.add(input.at(i)); - if ((n === "last") || (n > depth)) - n = Number(depth); - else - n = Number(n); - while (layerNr <= n) { - inp.add(0.1); - layer = weights.at(layerNr); - output = new List(); - for (var i = 1; i <= layer.length(); i++) { - sum = 0; - for (var j = 1; j <= inp.length(); j++) - sum = sum + layer.at(i).at(j) * inp.at(j); - output.add(sum); - } - inp = new List(); - for (var i = 1; i <= output.length(); i++) - inp.add(1.0 / (1 + Math.exp(-output.at(i)))); - layerNr++; - } - return inp; - } -); - -SnapExtensions.primitives.set( - 'SciS_NNshowStatus(cAttributes,nAttributes,weights,outputs,costume,sprite)', - function (cAttributes, nAttributes, weights, outputs, costume, sprite) { - var newCostume, ctx, costumeWidth, costumeHeight, netWidth, netHeight, layerWidth, depth, dx, dy, x, y, x1, y1, colorcode, - leftOffset = cAttributes.at(6), upperOffset = cAttributes.at(7); - - netWidth = Number(nAttributes.at(3)); - netHeight = Number(nAttributes.at(4)); - layerWidth = Number(nAttributes.at(2)); - depth = Number(nAttributes.at(1)); - r = Number(cAttributes.at(3)); - g = Number(cAttributes.at(4)); - b = Number(cAttributes.at(5)); - - if (sprite === "theStage") { - ctx = costume.contents.getContext('2d'); - ctx.beginPath(); - ctx.fillStyle = new Color(r, g, b).toString(); - ctx.strokeStyle = new Color(0, 0, 0).toString(); - ctx.fillRect(leftOffset, upperOffset, netWidth, netHeight); - ctx.strokeRect(leftOffset, upperOffset, netWidth, netHeight); - ctx.closePath(); - ctx.fill(); - ctx.stroke(); - - } else { - //new costume - costumeWidth = Number(cAttributes.at(1)); - costumeHeight = Number(cAttributes.at(2)); - newCostume = new Costume(); - newCostume.contents.width = costumeWidth; - newCostume.contents.height = costumeHeight; - ctx = newCostume.contents.getContext('2d'); - ctx.beginPath(); - ctx.fillStyle = new Color(r, g, b).toString(); - ctx.strokeStyle = new Color(0, 0, 0).toString(); - ctx.fillRect(0, 0, costumeWidth, costumeHeight); - ctx.strokeRect(leftOffset, upperOffset, netWidth, netHeight); - ctx.closePath(); - ctx.fill(); - ctx.stroke(); - newCostume.rotationCenter = new Point(costumeWidth / 2, costumeHeight / 2); - } - -//draw frame - ctx.beginPath(); - ctx.lineWidth = 2; - ctx.moveTo(leftOffset + netWidth - 15, upperOffset + netHeight - 20); - ctx.lineTo(leftOffset + netWidth - 15, upperOffset + 40); - ctx.lineTo(leftOffset + netWidth - 20, upperOffset + 40); - ctx.lineTo(leftOffset + netWidth - 15, upperOffset + 20); - ctx.lineTo(leftOffset + netWidth - 10, upperOffset + 40); - ctx.lineTo(leftOffset + netWidth - 15, upperOffset + 40); - ctx.closePath(); - ctx.stroke(); - ctx.beginPath(); - ctx.lineWidth = 1; - ctx.moveTo(leftOffset + netWidth - 30, upperOffset + 1); - ctx.lineTo(leftOffset + netWidth - 30, upperOffset + netHeight - 1); - ctx.closePath(); - ctx.stroke(); - - - -//draw connections - if (layerWidth > 1) - dx = 1.0 * (netWidth - 50) / (layerWidth - 1); - else - dx = 1.0 * (netWidth - 15) / 2; - if (depth > 1) - dy = 1.0 * netHeight / depth; - else - dy = 1.0 * netHeight / 2; - ctx.lineWidth = 1; - for (var layer = 1; layer <= depth; layer++) { - for (var i = 1; i <= layerWidth; i++) { - x = 10 + (i - 1) * dx; - if (layer == depth) - y = 3; - else - y = netHeight - layer * dy; - for (var n = 1; n <= layerWidth; n++) { - ctx.beginPath(); - x1 = 10 + (n - 1) * dx; - if (layer == 1) - y1 = netHeight - 3; - else - y1 = netHeight - (layer - 1) * dy; - colorcode = Math.round(255 * weights.at(layer).at(i).at(n)); - if (colorcode < 0) - ctx.strokeStyle = new Color(-colorcode, 0, 0).toString(); - else - ctx.strokeStyle = new Color(0, colorcode, 0).toString(); - ctx.moveTo(leftOffset + x, upperOffset + y); - ctx.lineTo(leftOffset + x1, upperOffset + y1); - ctx.closePath(); - ctx.stroke(); - } - } - } - -//draw connectors - if (layerWidth > 1) - dx = 1.0 * (netWidth - 50) / (layerWidth - 1); - else - dx = 1.0 * (netWidth - 15) / 2; - if (depth > 1) - dy = 1.0 * (netHeight - 30) / (depth - 1); - else - dy = 1.0 * (netHeight - 15) / 2; - ctx.lineWidth = 1; - for (var i = 0; i < layerWidth; i++) { - ctx.beginPath(); - x = 5 + i * dx; - y = 1; - colorcode = Math.round(255 * outputs.at(depth + 1).at(i + 1)); - if (colorcode < 0) - ctx.fillStyle = new Color(-colorcode, 0, 0).toString(); - else - ctx.fillStyle = new Color(0, colorcode, 0).toString(); - ctx.strokeRect(leftOffset + x, upperOffset + y, 10, 5); - ctx.fillRect(leftOffset + x, upperOffset + y, 10, 5); - ctx.closePath(); - ctx.stroke(); - ctx.fill(); - y = netHeight - 6; - colorcode = Math.round(255 * outputs.at(1).at(i + 1)); - if (colorcode < 0) - ctx.fillStyle = new Color(-colorcode, 0, 0).toString(); - else - ctx.fillStyle = new Color(0, colorcode, 0).toString(); - ctx.strokeRect(leftOffset + x, upperOffset + y, 10, 5); - ctx.fillRect(leftOffset + x, upperOffset + y, 10, 5); - ctx.closePath(); - ctx.stroke(); - ctx.fill(); - } - -//draw inner layers - if (layerWidth > 1) - dx = 1.0 * (netWidth - 50) / (layerWidth - 1); - else - dx = 1.0 * (netWidth - 15) / 2; - if (depth > 1) - dy = 1.0 * netHeight / depth; - else - dy = 1.0 * netHeight / 2; - for (var layer = 2; layer <= depth; layer++) { - for (var i = 0; i < layerWidth; i++) { - ctx.beginPath(); - x = 10 + i * dx; - y = netHeight - (layer - 1) * dy; - colorcode = Math.round(255 * outputs.at(layer).at(i + 1)); - if (colorcode < 0) - ctx.fillStyle = new Color(-colorcode, 0, 0).toString(); - else - ctx.fillStyle = new Color(0, colorcode, 0).toString(); - ctx.arc(leftOffset + x, upperOffset + y, 5, 0, 6.283185307179586476925286766559); - ctx.closePath(); - ctx.stroke(); - ctx.fill(); - } - } - if (sprite === "theStage") - return costume; - else - return newCostume; - } -); - -SnapExtensions.primitives.set( - 'SciS_NNteach(weights,width,depth,input,output,eta)', - function (weights, width, depth, input, output, eta) { - - function NNoutput(n, input) { - var inp = new List(), layerNr = 1, layer, out, sum; - for (var i = 1; i <= input.length(); i++) - inp.add(input.at(i)); - n = Number(n); - while (layerNr <= n) { - inp.add(0.1); - layer = weights.at(layerNr); - out = new List(); - for (var i = 1; i <= layer.length(); i++) { - sum = 0; - for (var j = 1; j <= inp.length(); j++) - sum = sum + layer.at(i).at(j) * inp.at(j); - out.add(sum); - } - inp = new List(); - for (var i = 1; i <= output.length(); i++) - inp.add(1.0 / (1 + Math.exp(-output.at(i)))); - layerNr++; - } - return inp; - } - - var lNr = depth, currentLayer, currentOutput, delta, h, previousDelta; - while (lNr >= 1) { - currentLayer = weights.at(lNr); - currentOutput = NNoutput(lNr, input); - if (lNr === 1) - nextOutput = input; - else - nextOutput = NNoutput(lNr - 1, input); - if (lNr === depth) { - delta = new List(); - for (var i = 1; i <= width; i++) { - h = currentOutput.at(i) * (1 - currentOutput.at(i)) * (currentOutput.at(i) - output.at(i)); - delta.add(h); - for (var n = 1; n <= width; n++) - currentLayer.at(i).put(currentLayer.at(i).at(n) - eta * h * nextOutput.at(n), n); - } - previousDelta = delta; - } else { - delta = new List(); - for (var i = 1; i <= width; i++) { - h = 0; - for (var k = 1; k <= width; k++) - h = h + previousDelta.at(k) * weights.at(lNr + 1).at(i).at(k); - h = h * currentOutput.at(i) * (1 - currentOutput.at(i)); - delta.add(h); - for (var n = 1; n <= width; n++) - currentLayer.at(i).put(currentLayer.at(i).at(n) - eta * h * nextOutput.at(n), n); - } - previousDelta = delta; - } - lNr--; - } - return weights; - } -); - -SnapExtensions.primitives.set( - 'SciS_createNewSprite()', - function () { - this.parent.parent.addNewSprite(); - } -); - -SnapExtensions.primitives.set( - 'SciS_removeThisSprite()', - function () { - this.parent.parent.removeSprite(this); - } -); - -SnapExtensions.primitives.set( - 'SciS_expandReinforcementTable(rifTable,pixel,xLeft,xRight,yUpper,yLower,value)', - function (rifTable, pixel, xLeft, xRight, yUpper, yLower, value) { - var red, green, blue, newColor; - if (xLeft < 1) { - xLeft = 1; - } - if (xRight > 40) { - xRight = 40; - } - if (yUpper < 1) { - yUpper = 1; - } - if (yLower > 30) { - yLower = 30; - } - for (var y = yUpper; y <= yLower; y++) { - for (var x = xLeft; x <= xRight; x++) { - red = 0; - green = 0; - blue = 0; - for (var dx = -3; dx <= 3; dx++) { - for (var dy = -3; dy <= 3; dy++) { - newColor = pixel.at(401 * (10 * y - 5 + dy - 1) + 10 * x - 5 + dx); - red = red + newColor.at(1); - green = green + newColor.at(2); - blue = blue + newColor.at(3); - } - } - red = red / 49; - green = green / 49; - blue = blue / 49; - if (!((red > 80) && (red < 110) && (green > 200) && (blue < 30))) { - rifTable.at(y).put(value, x); - } - } - } - return rifTable; - } -); - -SnapExtensions.primitives.set( - 'SciS_brightness(data,xpos,ypos,r,width,height,typeOfData)', - function (data, xpos, ypos, r, width, height, typeOfData) { - - function imageValue(x, y) { - if ((x > width) || (x < 1) || (y > height) || (y < 1)) - return 0; - else - return data.at(x + (y - 1) * width); - } - - var value, sumOfValues = 0, points = 0, y = ypos - r, x; - - if (typeOfData == 'FITS') { - sumOfValues = 0; - while ((y <= ypos + r) && (y <= height)) { - x = xpos - r; - while ((x <= xpos + r) && (x <= width)) { - if (r > Math.sqrt((xpos - x) * (xpos - x) + (ypos - y) * ypos - y)) { - sumOfValues = sumOfValues + imageValue(Math.round(x), Math.round(y)); - points++; - } - x++; - } - y++; - } - return new List([sumOfValues, points]); - } else { - sumOfValues = [0, 0, 0]; - while ((y <= ypos + r) && (y <= height)) { - x = xpos - r; - while ((x <= xpos + r) && (x <= width)) { - if (r > Math.sqrt((xpos - x) * (xpos - x) + (ypos - y) * ypos - y)) { - value = imageValue(Math.round(x), Math.round(y)); - sumOfValues = [sumOfValues[0] + value.at(1), sumOfValues[1] + value.at(2), - sumOfValues[2] + value.at(3)]; - points++; - } - x++; - } - y++; - } - } - return new List([new List(sumOfValues), points]); - } -); - -SnapExtensions.primitives.set( - 'SciS_isVector(data)', - function (data) { - var result = true; - i = 1; - while (result && (i <= data.length())) - { - row = data.at(i); - if (!(row instanceof List)) - result = false; - else if (row.length() != 1) - result = false; - else if (Number.isNaN(row.at(1))) - result = false; - i++; - } - return result; - } -); - -SnapExtensions.primitives.set( - 'SciS_isMatrix(data)', - function (data) { - var result = true, row, i, j, width; - i = 1; - while (result && (i <= data.length())) - { - row = data.at(i); - if (!(row instanceof List)) - result = false; - else - { - if (i == 1) - width = row.length(); - if (width < 1) - result = false; - if (row.length() != width) - result = false; - else - { - j = 1; - while (result && (j <= row.length())) - { - if (Number.isNaN(row.at(j))) - result = false; - j++; - } - } - } - i++; - } - return result; - } -); - -SnapExtensions.primitives.set( - 'SciS_isTable(data)', - function (data) { - var result = true, row, i, width; - i = 1; - while (result && (i <= data.length())) - { - row = data.at(i); - if (!(row instanceof List)) - result = false; - else - { - if (i == 1) - width = row.length(); - if (row.length() != width) - result = false; - } - i++; - } - return result; - } -); - -SnapExtensions.primitives.set( - 'SciS_FFTops(data,freq,choice)', - function (data, freq, choice) { - function newComplex(re, im) { - return [re, im]; - } - function addComplex(c1, c2) { - return newComplex(c1[0] + c2[0], c1[1] + c2[1]); - } - function subComplex(c1, c2) { - return newComplex(c1[0] - c2[0], c1[1] - c2[1]); - } - function mulComplex(c1, c2) { - return newComplex(c1[0] * c2[0] - c1[1] * c2[1], c1[0] * c2[1] + c1[1] * c2[0]); - } - function absComplex(c) { - return Math.sqrt(c[0] * c[0] + c[1] * c[1]); - } - function complexToPolar(c) { - return newComplex(absComplex(c), Math.atan(c[1] / c[0])); - } - function polarToComplex(c) { - return newComplex(c[0] * Math.cos(c[1]), c[0] * Math.sin(c[1])); - } - - function FFT(d) { - var n = d.length, nDIV2 = n / 2, even = [], odd = [], result = [], evenPart, oddPart; - if (n <= 1) - return d; - for (var i = 0; i < n; i++) { - result.push(0); - } - for (var i = 0; i < nDIV2; i++) { - even.push(d[2 * i]); - odd.push(d[2 * i + 1]); - } - evenPart = FFT(even); - oddPart = FFT(odd); - f = -2 * Math.PI / n; - for (var k = 0; k < nDIV2; k++) { - g = mulComplex(newComplex(Math.cos(f * k), Math.sin(f * k)), oddPart[k]); - result[k] = addComplex(evenPart[k], g); - result[k + nDIV2] = subComplex(evenPart[k], g); - } - return result; - } - - var rData = [], cData = [], N = 0, result, maxLength = data.length(), n; - - if (choice === "frequency_spectrum") { - rData = data.asArray(); - //complete data up to length 2^N - while (Math.pow(2, N) < rData.length) { - N++; - } - while (rData.length < Math.pow(2, N)) { - rData.push(0); - } - //convert to complex numbers - for (var i = 0; i < rData.length; i++) { - cData.push([Number(rData[i]), Number(0)]); - } - //calculate FFT - result = FFT(cData); - //shorten to length of original data - while (result.length > maxLength) { - result.pop(); - } - //calculate normalized FFT data - n = cData.length; - for (var i = 0; i < result.length; i++) { - result[i] = [1.0 * i / n * freq, 2 * absComplex(result[i]) / maxLength]; - } - result[0][1] = result[0][1] / 2; - //convert to List - for (var i = 0; i < result.length; i++) { - result[i] = new List(result[i]); - } - return new List(result); - } - - - if (choice === 'complex_FFTdata') { - rData = data.asArray(); - //complete data up to length 2^N - while (Math.pow(2, N) < rData.length) { - N++; - } - while (rData.length < Math.pow(2, N)) { - rData.push(0); - } - //convert to complex numbers - for (var i = 0; i < rData.length; i++) { - cData.push([Number(rData[i]), Number(0)]); - } - //calculate FFT - result = FFT(cData); - //use SciSnap! format for complex numbers - for (var i = 0; i < result.length; i++) { - result[i] = ["complexNumberCartesianStyle", result[i][0], result[i][1]]; - } - //shorten to length of original data - while (result.length > maxLength) { - result.pop(); - } - //convert to List - for (var i = 0; i < result.length; i++) { - result[i] = new List(result[i]); - } - return new List(result); - } - - - if (choice === 'iFFT_of_FFTdata') { - //convert data to conjugate complex array - for (var i = 1; i <= data.length(); i++) { - rData.push([data.at(i).at(1), -data.at(i).at(2)]); - } - //complete data up to length 2^N - while (Math.pow(2, N) < rData.length) { - N++; - } - while (rData.length < Math.pow(2, N)) { - rData.push([0, 0]); - } - //calculate FFT - result = FFT(rData); - n = result.length; - for (var i = 0; i < n; i++) { - result[i] = result[i][0] / n; - } - //shorten to length of original data - while (result.length > maxLength) { - result.pop(); - } - //convert to List - return new List(result); - } - - return "ERROR: incorrect selection!"; - - } -); - -SnapExtensions.primitives.set( - 'SciS_addGridToImagePad(costume,gridProperties,colors,withLines,data)', - function (costume, gridProperties, colors, withLines, data) { - var ctx = costume.contents.getContext('2d'), - xMax = Number(gridProperties.at(1)), - yMax = Number(gridProperties.at(2)), - cellWidth = Number(gridProperties.at(3)), - cellHeight = Number(gridProperties.at(4)), - maxColors = colors.length(), - d; - ctx.lineWidth = 1; - ctx.strokeStyle = new Color(0, 0, 0).toString(); - for (var x = 1; x <= xMax; x++) { - for (var y = 1; y <= yMax; y++) { - ctx.beginPath(); - d = data.at(y).at(x); - if (d > maxColors) - d = maxColors; - if (d < 1) - d = 1; - ctx.fillStyle = new Color(colors.at(d).at(1), colors.at(d).at(2), colors.at(d).at(3)).toString(); - ctx.fillRect((x - 1) * cellWidth, (y - 1) * cellHeight, cellWidth, cellHeight); - ctx.closePath(); - ctx.fill(); - } - } - ctx.beginPath(); - ctx.moveTo(0, 0); - ctx.lineTo(xMax * cellWidth, 0); - ctx.lineTo(xMax * cellWidth, yMax * cellHeight); - ctx.lineTo(0, yMax * cellHeight); - ctx.lineTo(0, 0); - ctx.closePath(); - ctx.stroke(); - if (!withLines) - return costume; - ctx.beginPath(); - ctx.lineWidth = 1; - ctx.strokeStyle = new Color(0, 0, 0).toString(); - for (var y = 0; y <= yMax; y++) { - ctx.moveTo(0, cellHeight * y); - ctx.lineTo(cellWidth * xMax, cellHeight * y); - } - for (var x = 0; x <= xMax; x++) { - ctx.moveTo(cellWidth * x, 0); - ctx.lineTo(cellWidth * x, cellHeight * yMax); - } - ctx.closePath(); - ctx.stroke(); - return costume; - } -); - -SnapExtensions.primitives.set( - 'SciS_fillOnImagePadGridRandomlyOnImagePad(xMin,xMax,yMin,yMax,numbers,data)', - function (xMin, xMax, yMin, yMax, numbers, data) { - var result, maxNumber = numbers.length(), h; - - function listCopy(item) { - var theCopy; - if (item instanceof List) { - theCopy = new List(); - for (var i = 1; i <= item.length(); i++) - theCopy.add(listCopy(item.at(i))); - } else - theCopy = item; - return theCopy; - } - - function myRandom(min, max) { - if (max < min) { - var h = max; - max = min; - min = h; - } - return Math.floor(Math.random() * (Number(max) - Number(min)) + Number(min) + 0.5); - } - - result = listCopy(data); - xMin = Math.abs(xMin); - xMax = Math.abs(xMax); - yMin = Math.abs(yMin); - yMax = Math.abs(yMax); - if (xMin > xMax) { - h = xMin; - xMin = xMax; - xMax = h; - } - if (yMin > yMax) { - h = yMin; - yMin = yMax; - yMax = h; - } - for (var y = yMin; y <= yMax; y++) - for (var x = xMin; x <= xMax; x++) - result.at(y).put(numbers.at(myRandom(1, maxNumber)), x); - return result; - } -); - -SnapExtensions.primitives.set( - 'SciS_neighborhoodInGridOnImagePad(data,gridProperties,x,y,isTorus,typeOfNeighborhood)', - function (data, gridProperties, x, y, isTorus, typeOfNeighborhood) { - var xMax = Number(gridProperties.at(1)), - yMax = Number(gridProperties.at(2)), - result = [], xg, yg; - if ((x < 1) || (x > xMax) || (y < 1) || (y > yMax)) - return "ERROR: index out of bounds!"; - for (var xp = x - 1; xp <= x + 1; xp++) { - for (var yp = y - 1; yp <= y + 1; yp++) { - xg = xp; - yg = yp; - if (xp < 1) { - if (isTorus) { - xg = xMax; - } else { - xg = 0; - } - } - if (xp > xMax) { - if (isTorus) { - xg = 1; - } else { - xg = 0; - } - } - if (yp < 1) { - if (isTorus) { - yg = yMax; - } else { - yg = 0; - } - } - if (yp > yMax) { - if (isTorus) { - yg = 1; - } else { - yg = 0; - } - } - if ((xg > 0) && (yg > 0)) { - result.push(data.at(yg).at(xg)); - } else { - result.push(""); - } - } - } - if (typeOfNeighborhood === "Moore") - return new List([result[3], result[6], result[7], result[8], result[5], result[2], result[1], result[0]]); - else - return new List([result[3], result[7], result[5], result[1], ]); - } -); - -SnapExtensions.primitives.set( - 'SciS_swapCellsOfGridOnImagePad(data,gridProperties,n,isTorus,range,xMin,xMax,yMin,yMax)', - function (data, gridProperties, n, isTorus, range, xMin, xMax, yMin, yMax) { - var result, rnd; - - function listCopy(item) { - var theCopy; - if (item instanceof List) { - theCopy = new List(); - for (var i = 1; i <= item.length(); i++) - theCopy.add(listCopy(item.at(i))); - } else - theCopy = item; - return theCopy; - } - - function myRandom(min, max) { - if (max < min) { - var h = max; - max = min; - min = h; - } - return Math.floor(Math.random() * (Number(max) - Number(min)) + Number(min) + 0.5); - } - - function swap(x, y) { - var xNew, yNew; - if (isTorus) { - xNew = x + myRandom(-range, range); - yNew = y + myRandom(-range, range); - if (xNew < 1) - xNew = xMax; - if (xNew > xMax) - xNew = 1; - if (yNew < 1) - yNew = yMax; - if (yNew > yMax) - yNew = 1; - } else { - do { - xNew = x + myRandom(-range, range); - } while ((xNew < 1) || (xNew > xMax)); - do { - yNew = y + myRandom(-range, range); - } while ((yNew < 1) || (yNew > yMax)); - } - result.at(y).put(data.at(yNew).at(xNew), x); - result.at(yNew).put(data.at(y).at(x), xNew); - } - - data = listCopy(data); - result = listCopy(data); - xMin = Math.abs(xMin); - xMax = Math.abs(xMax); - yMin = Math.abs(yMin); - yMax = Math.abs(yMax); - if (xMin > xMax) { - h = xMin; - xMin = xMax; - xMax = h; - } - if (yMin > yMax) { - h = yMin; - yMin = yMax; - yMax = h; - } - - for (i = 1; i <= n; i++) { - rnd = myRandom(1, 8); - if (rnd === 1) { - for (var x = xMin; x <= xMax; x++) - for (var y = yMin; y <= yMax; y++) - swap(x, y); - } - if (rnd === 2) { - for (var x = xMin; x <= xMax; x++) - for (var y = yMax; y >= yMin; y--) - swap(x, y); - } - if (rnd === 3) { - for (var x = xMax; x >= xMin; x--) - for (var y = yMin; y <= yMax; y++) - swap(x, y); - } - if (rnd === 4) { - for (var x = xMax; x >= xMin; x--) - for (var y = yMax; y >= yMin; y--) - swap(x, y); - } - if (rnd === 5) { - for (var y = yMin; y <= yMax; y++) - for (var x = xMin; x <= xMax; x++) - swap(x, y); - } - if (rnd === 6) { - for (var y = yMax; y >= yMin; y--) - for (var x = xMin; x <= xMax; x++) - swap(x, y); - } - if (rnd === 7) { - for (var y = yMin; y <= yMax; y++) - for (var x = xMax; x >= xMin; x--) - swap(x, y); - } - if (rnd === 8) { - for (var y = yMax; y >= yMin; y--) - for (var x = xMax; x >= xMin; x--) - swap(x, y); - } - data = result; - result = listCopy(data); - } - return result; - } -); - -SnapExtensions.primitives.set( - 'SciS_changeSurroundingValuesOfGridOnImagePag(data,gridProperties,ifValue,elseValue,surrValue,op,n,isTorus,withNoise,noise,xMin,xMax,yMin,yMax,oldValue)', - function (data, gridProperties, ifValue, elseValue, surrValue, op, n, isTorus, withNoise, noise, xMin, xMax, yMin, yMax, oldValue) { - var result; - - function listCopy(item) { - var theCopy; - if (item instanceof List) { - theCopy = new List(); - for (var i = 1; i <= item.length(); i++) - theCopy.add(listCopy(item.at(i))); - } else - theCopy = item; - return theCopy; - } - - function myRandom(min, max) { - if (max < min) { - var h = max; - max = min; - min = h; - } - return Math.floor(Math.random() * (Number(max) - Number(min)) + Number(min) + 0.5); - } - - function actWith(x, y) { - var xg, yg, res = 0, ok, val; - if ((oldValue === 0) || (data.at(y).at(x) === oldValue)) { - for (var xp = x - 1; xp <= x + 1; xp++) { - for (var yp = y - 1; yp <= y + 1; yp++) { - xg = xp; - yg = yp; - if (xp < 1) { - if (isTorus) { - xg = xMax; - } else { - xg = 0; - } - } - if (xp > xMax) { - if (isTorus) { - xg = 1; - } else { - xg = 0; - } - } - if (yp < 1) { - if (isTorus) { - yg = yMax; - } else { - yg = 0; - } - } - if (yp > yMax) { - if (isTorus) { - yg = 1; - } else { - yg = 0; - } - } - if ((xg > 0) && (yg > 0) && (data.at(yg).at(xg) === surrValue)) - res++; - } - } - if((oldValue!==0)&&(data.at(y).at(x)===surrValue)) res--; - ok = false; - if ((op === "greater-than") && (res > n)) - ok = true; - if ((op === "equal-to") && (res == n)) - ok = true; - if ((op === "smaller-than") && (res < n)) - ok = true; - if ((op === "different-from") && (res !== n)) - ok = true; - if (ok) - result.at(y).put(ifValue, x); - else - result.at(y).put(elseValue, x); - if (withNoise) { - if (Math.random() * 100 <= noise) - if (Math.random() <= 0.5) - result.at(y).put(ifValue, x); - else - result.at(y).put(elseValue, x); - } - } - } - - result = listCopy(data); - xMin = Math.abs(xMin); - xMax = Math.abs(xMax); - yMin = Math.abs(yMin); - yMax = Math.abs(yMax); - if (xMin > xMax) { - h = xMin; - xMin = xMax; - xMax = h; - } - if (yMin > yMax) { - h = yMin; - yMin = yMax; - yMax = h; - } - if (oldValue === "any") - oldValue = 0; - oldValue = Number(oldValue); - for (var x = xMin; x <= xMax; x++) - for (var y = yMin; y <= yMax; y++) - actWith(x, y); - return result; - } -); - -SnapExtensions.primitives.set( - 'SciS_replaceValuesOfGridOnImagePad(data,gridProperties,operation,isTorus,xMin,xMax,yMin,yMax,range)', - function (data, gridProperties, operation, isTorus, xMin, xMax, yMin, yMax,range) { - var result; - - function listCopy(item) { - var theCopy; - if (item instanceof List) { - theCopy = new List(); - for (var i = 1; i <= item.length(); i++) - theCopy.add(listCopy(item.at(i))); - } else - theCopy = item; - return theCopy; - } - - function actWith(x, y) { - var xg, yg,sum=0, max=-100000, min=100000, n=0, z; - for (var xp = x - range; xp <= x + range; xp++) { - for (var yp = y - range; yp <= y + range; yp++) { - xg = xp; - yg = yp; - if (xp < 1) { - if (isTorus) { - xg = xMax+xp; - } else { - xg = 0; - } - } - if (xp > xMax) { - if (isTorus) { - xg = xp-xMax; - } else { - xg = 0; - } - } - if (yp < 1) { - if (isTorus) { - yg = yMax+yp; - } else { - yg = 0; - } - } - if (yp > yMax) { - if (isTorus) { - yg = yp-yMax; - } else { - yg = 0; - } - } - if ((xg > 0) && (yg > 0)) { - z = data.at(yg).at(xg); - sum = sum + z; - n++; - if (z > max) - max = z; - if (z < min) - min = z; - } - } - } - if (operation === "sum") - result.at(y).put(sum, x); - if (operation === "min") - result.at(y).put(min, x); - if (operation === "max") - result.at(y).put(max, x); - if (operation === "mean") - if (n > 0) - result.at(y).put(1.0 * sum / n, x); - else - result.at(y).put("", x); - } - - - result = listCopy(data); - xMin = Math.abs(xMin); - xMax = Math.abs(xMax); - yMin = Math.abs(yMin); - yMax = Math.abs(yMax); - range=Number(range); - if (xMin > xMax) { - h = xMin; - xMin = xMax; - xMax = h; - } - if (yMin > yMax) { - h = yMin; - yMin = yMax; - yMax = h; - } - for (var x = xMin; x <= xMax; x++) - for (var y = yMin; y <= yMax; y++) - actWith(x, y); - return result; - } -); - -SnapExtensions.primitives.set( - 'SciS_combineGridsOnImagePad(grid1,grid2,value1,operator,value2,ifValue,elseValue,xMax,yMax)', - function (grid1, grid2, value1, operator, value2, ifValue, elseValue, xMax, yMax) { - var result = new List(), row, ok, ok1, ok2; - for (var y = 1; y <= yMax; y++) { - row = new List(); - for (var x = 1; x <= xMax; x++) { - ok1 = grid1.at(y).at(x) === value1; - ok2 = grid2.at(y).at(x) === value2; - ok = false; - if ((operator === "and") && (ok1 && ok2)) - ok = true; - if ((operator === "or") && (ok1 || ok2)) - ok = true; - if ((operator === "xor") && ((ok1 && !ok2) || (!ok1 && ok2))) - ok = true; - if ((operator === "not-and") && (!(ok1 && ok2))) - ok = true; - if ((operator === "not-or") && (!(ok1 || ok2))) - ok = true; - if ((operator === "not-xor") && (!((ok1 && !ok2) || (!ok1 && ok2)))) - ok = true; - if (operator === "minus") - if (ok2) - ok = false; - else - ok = ok1; - if (ok) - row.add(ifValue); - else - row.add(elseValue); - } - result.add(row); - } - return result; - - } -); - -SnapExtensions.primitives.set( - 'SciS_applyWolframAutomatonToAgridOnImagePad(no,grid,color0,color1)', - function (no, grid, color0, color1) { - var WolframData, gridWidth = grid.at(1).length(), lineData = new List(), lineLength, result; - - function numberToBits(n) { - var result = [0, 0, 0, 0, 0, 0, 0, 0], bit; - for (var i = 7; i >= 0; i--) { - bit = Math.floor(1.0 * n / Math.pow(2, i)); - result[i] = bit; - n = n - bit * Math.pow(2, i); - } - return result; - } - - no = Number(no); - color0 = Number(color0); - color1 = Number(color1); - if ((no > 255) || (no < 0)) - return "ERROR: number out of range!"; - WolframData = new List(numberToBits(no)); - for (var i = 1; i <= 3 * gridWidth; i++) - lineData.add(color0); - for (var i = gridWidth + 1; i <= 2 * gridWidth; i++) - lineData.put(grid.at(1).at(i - gridWidth), i); - lineLength = lineData.length(); - for (var y = 1; y < grid.length(); y++) { - result = new List(); - for (var i = 1; i <= lineLength; i++) { - if (i === 1) { - if (lineData.at(1) === color1) - n = 2; - else - n = 0; - if (lineData.at(2) === color1) - n++; - } else if (i === lineLength) { - if (lineData.at(i - 1) === color1) - n = 4; - else - n = 0; - if (lineData.at(i) === color1) - n = n + 2; - } else { - if (lineData.at(i - 1) === color1) - n = 4; - else - n = 0; - if (lineData.at(i) === color1) - n = n + 2; - if (lineData.at(i + 1) === color1) - n++; - } - if (WolframData.at(n + 1) === 1) { - result.add(color1); - if ((i > gridWidth) && (i <= 2 * gridWidth)) - grid.at(y + 1).put(color1, i - gridWidth); - } else { - result.add(color0); - if ((i > gridWidth) && (i <= 2 * gridWidth)) - grid.at(y + 1).put(color0, i - gridWidth); - } - } - lineData = result; - } - return grid; - } -); - - - -/* - SnapExtensions.primitives.set( - 'SciS_empty(txt)', - function (txt) { - - } - ); - - */ - - - - - - - - - - - - - - - - - - - - - diff --git a/sw.js b/sw.js index 02fc65b0cf..a6241f06ff 100644 --- a/sw.js +++ b/sw.js @@ -142,8 +142,9 @@ var snapVersion = '10.0.1-dev', 'libraries/plot_bars_module.xml', 'libraries/replace_letters_module.xml', 'libraries/schemeNumber.js', - 'libraries/SciSnapExtensions.js', - 'libraries/SciSnap!2Blocks.xml', + 'libraries/SciSnap3Blocks.xml', + 'libraries/SciSnap3Extensions.js', + 'libraries/SciSnap3Costumedata.js', 'libraries/TuneScope.xml',